Skip to content

Commit 2141768

Browse files
authored
org transfer (#31)
* org transfer * try reverting ipynb changes * trigger ci
1 parent 93d45a3 commit 2141768

6 files changed

Lines changed: 8 additions & 21 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
failure()
5151
&& steps.status.outcome == 'failure'
5252
&& github.event_name == 'schedule'
53-
&& github.repository_owner == 'martinfleis'
53+
&& github.repository_owner == 'xarray-contrib'
5454
uses: xarray-contrib/issue-from-pytest-log@v1
5555
with:
5656
log-path: pytest-log.jsonl

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Xvec combines [Xarray](http://xarray.pydata.org) n-D arrays and [shapely 2](http
99
Xvec is not released yet and can be installed from GitHub.
1010

1111
```sh
12-
pip install git+https://github.com/martinfleis/xvec.git
12+
pip install git+https://github.com/xarray-contrib/xvec.git
1313
```
1414

1515
We recommend installing its dependencies using `mamba` or `conda` before.

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
html_static_path = ["_static"]
5454

5555
html_theme_options = {
56-
"github_url": "https://github.com/martinfleis/xvec",
56+
"github_url": "https://github.com/xarray-contrib/xvec",
5757
"use_sidenotes": True,
5858
}
5959
nb_execution_mode = "off"

doc/source/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ api
2020
```{toctree}
2121
:hidden:
2222
:caption: For contributors
23-
GitHub <https://github.com/martinfleis/xvec>
23+
GitHub <https://github.com/xarray-contrib/xvec>
2424
```

doc/source/io.ipynb

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"cells": [
33
{
4-
"attachments": {},
54
"cell_type": "markdown",
65
"metadata": {},
76
"source": [
87
"# Reading and writing files\n",
98
"\n",
109
"Vector data cubes do not have an interoperable file format that can be used to save any Xarray object with geometric dimensions to a file and read it back or in other software like [`{stars}`](https://r-spatial.github.io/stars/) in the R-Spatial ecosystem.\n",
1110
"\n",
12-
"CF conventions and NetCDF offer a way of saving a Dataset with a single dimension indexed by geometry, but this still needs to be implemented in Xvec. While we are working on a solution (see [this issue](https://github.com/martinfleis/xvec/issues/26)), some options can be used in the meantime.\n",
11+
"CF conventions and NetCDF offer a way of saving a Dataset with a single dimension indexed by geometry, but this still needs to be implemented in Xvec. While we are working on a solution (see [this issue](https://github.com/xarray-contrib/xvec/issues/26)), some options can be used in the meantime.\n",
1312
"\n",
1413
"## Pickle, joblib\n",
1514
"\n",
@@ -33,7 +32,6 @@
3332
]
3433
},
3534
{
36-
"attachments": {},
3735
"cell_type": "markdown",
3836
"metadata": {},
3937
"source": [
@@ -491,7 +489,6 @@
491489
]
492490
},
493491
{
494-
"attachments": {},
495492
"cell_type": "markdown",
496493
"metadata": {},
497494
"source": [
@@ -511,7 +508,6 @@
511508
]
512509
},
513510
{
514-
"attachments": {},
515511
"cell_type": "markdown",
516512
"metadata": {},
517513
"source": [
@@ -963,7 +959,6 @@
963959
]
964960
},
965961
{
966-
"attachments": {},
967962
"cell_type": "markdown",
968963
"metadata": {},
969964
"source": [
@@ -983,7 +978,6 @@
983978
]
984979
},
985980
{
986-
"attachments": {},
987981
"cell_type": "markdown",
988982
"metadata": {},
989983
"source": [
@@ -1435,7 +1429,6 @@
14351429
]
14361430
},
14371431
{
1438-
"attachments": {},
14391432
"cell_type": "markdown",
14401433
"metadata": {},
14411434
"source": [
@@ -1628,7 +1621,6 @@
16281621
]
16291622
},
16301623
{
1631-
"attachments": {},
16321624
"cell_type": "markdown",
16331625
"metadata": {},
16341626
"source": [
@@ -1638,7 +1630,6 @@
16381630
]
16391631
},
16401632
{
1641-
"attachments": {},
16421633
"cell_type": "markdown",
16431634
"metadata": {},
16441635
"source": [
@@ -1654,7 +1645,6 @@
16541645
]
16551646
},
16561647
{
1657-
"attachments": {},
16581648
"cell_type": "markdown",
16591649
"metadata": {},
16601650
"source": [
@@ -2103,7 +2093,6 @@
21032093
]
21042094
},
21052095
{
2106-
"attachments": {},
21072096
"cell_type": "markdown",
21082097
"metadata": {},
21092098
"source": [
@@ -2452,7 +2441,6 @@
24522441
]
24532442
},
24542443
{
2455-
"attachments": {},
24562444
"cell_type": "markdown",
24572445
"metadata": {},
24582446
"source": [
@@ -2903,7 +2891,7 @@
29032891
],
29042892
"metadata": {
29052893
"kernelspec": {
2906-
"display_name": "xvec_dev",
2894+
"display_name": "Python 3 (ipykernel)",
29072895
"language": "python",
29082896
"name": "python3"
29092897
},
@@ -2919,13 +2907,12 @@
29192907
"pygments_lexer": "ipython3",
29202908
"version": "3.10.8"
29212909
},
2922-
"orig_nbformat": 4,
29232910
"vscode": {
29242911
"interpreter": {
29252912
"hash": "0d73ffc659e32f9becefa85ab414fb538900c004037e66c85673d8fcbf126471"
29262913
}
29272914
}
29282915
},
29292916
"nbformat": 4,
2930-
"nbformat_minor": 2
2917+
"nbformat_minor": 4
29312918
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434

3535
[project.urls]
3636
Home = "https://xvec.readthedocs.io"
37-
Repository = "https://github.com/martinfleis/xvec"
37+
Repository = "https://github.com/xarray-contrib/xvec"
3838

3939
[tool.setuptools.packages.find]
4040
include = [

0 commit comments

Comments
 (0)