Skip to content

Commit e455a16

Browse files
authored
Fixes #838 update legacy repo url links (#839)
* replaced legacy url paths with xarray-contrib * updated a few more refs * Update author in setup.cfg to Xarray-Spatial Developers
1 parent 5f6238f commit e455a16

File tree

10 files changed

+31
-37
lines changed

10 files changed

+31
-37
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Additionally, community organizers are available to help community members engag
6363

6464
## 8. Addressing Grievances
6565

66-
If you feel you have been falsely or unfairly accused of violating this Code of Conduct, you should notify makepath with a concise description of your grievance. Your grievance will be handled in accordance with our existing governing policies.
66+
If you feel you have been falsely or unfairly accused of violating this Code of Conduct, you should notify @brendancol with a concise description of your grievance. Your grievance will be handled in accordance with our existing governing policies.
6767

6868

6969

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to Xarray-Spatial
22

3-
As stated in [Xarray Spatial code of conduct](https://github.com/makepath/xarray-spatial/blob/master/CODE_OF_CONDUCT.md), a primary goal of Xarray Spatial is to be inclusive to the largest number of contributors. However, we do have some requests for how contributions should be made. Please read these guidelines before contributing to have a most positive experience with Xarray Spatial.
3+
As stated in [Xarray Spatial code of conduct](https://github.com/xarray-contrib/xarray-spatial/blob/master/CODE_OF_CONDUCT.md), a primary goal of Xarray Spatial is to be inclusive to the largest number of contributors. However, we do have some requests for how contributions should be made. Please read these guidelines before contributing to have a most positive experience with Xarray Spatial.
44

55
### Getting Started
66

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2022 makepath
3+
Copyright (c) 2020-2026 makepath
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
<tr>
2525
<td>License</td>
2626
<td>
27-
<a href="https://github.com/makepath/xarray-spatial/blob/master/LICENSE.txt">
27+
<a href="https://github.com/xarray-contrib/xarray-spatial/blob/master/LICENSE.txt">
2828
<img src="https://img.shields.io/pypi/l/xarray-spatial.svg"
2929
alt="MIT" />
3030
</a>
3131
</td>
3232

3333
<td>People</td>
3434
<td>
35-
<img src="https://img.shields.io/github/contributors/makepath/xarray-spatial"
35+
<img src="https://img.shields.io/github/contributors/xarray-contrib/xarray-spatial"
3636
alt="GitHub contributors" />
3737
</td>
3838
</tr>
@@ -41,14 +41,14 @@
4141
<td>Build Status</td>
4242
<td>
4343
<div>
44-
<a href="https://github.com/makepath/xarray-spatial/actions/workflows/test.yml">
45-
<img src="https://github.com/makepath/xarray-spatial/actions/workflows/test.yml/badge.svg"
44+
<a href="https://github.com/xarray-contrib/xarray-spatial/actions/workflows/test.yml">
45+
<img src="https://github.com/xarray-contrib/xarray-spatial/actions/workflows/test.yml/badge.svg"
4646
alt="Current github actions build status" />
4747
</a>
4848
</div>
4949
<div>
50-
<a href="https://github.com/makepath/xarray-spatial/actions/workflows/pypi-publish.yml">
51-
<img src="https://github.com/makepath/xarray-spatial/actions/workflows/pypi-publish.yml/badge.svg"
50+
<a href="https://github.com/xarray-contrib/xarray-spatial/actions/workflows/pypi-publish.yml">
51+
<img src="https://github.com/xarray-contrib/xarray-spatial/actions/workflows/pypi-publish.yml/badge.svg"
5252
alt="Current github actions build status" />
5353
</a>
5454
</div>
@@ -61,21 +61,15 @@
6161
<td>Coverage</td>
6262
<td>
6363
<div>
64-
<a href="https:https://codecov.io/gh/makepath/xarray-spatial">
65-
<img alt="Language grade: Python" src="https://codecov.io/gh/makepath/xarray-spatial/branch/master/graph/badge.svg"/>
64+
<a href="https:https://codecov.io/gh/xarray-contrib/xarray-spatial">
65+
<img alt="Language grade: Python" src="https://codecov.io/gh/xarray-contrib/xarray-spatial/branch/master/graph/badge.svg"/>
6666
</a>
6767
</div>
6868
</td>
6969

7070
</tr>
7171
</table>
7272

73-
-------
74-
75-
76-
[![History of OS GIS Timeline](img/featured-badge-gh.svg)](https://makepath.com/history-of-open-source-gis/)
77-
78-
7973
-------
8074
![title](img/composite_map.gif)
8175
-------
@@ -286,4 +280,4 @@ With the introduction of projects like Numba, Python gained new ways to provide
286280
#### Citation
287281
Cite this code:
288282

289-
`makepath/xarray-spatial, https://github.com/makepath/xarray-spatial, ©2020-2026.`
283+
`xarray-contrib/xarray-spatial, https://github.com/xarray-contrib/xarray-spatial, ©2020-2026.`

benchmarks/asv.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"project": "xarray-spatial",
88

99
// The project's homepage
10-
"project_url": "https://github.com/makepath/xarray-spatial",
10+
"project_url": "https://github.com/xarray-contrib/xarray-spatial",
1111

1212
// The URL or local path of the source code repository for the
1313
// project being benchmarked
@@ -50,7 +50,7 @@
5050
//"install_timeout": 600,
5151

5252
// the base URL to show a commit for the project.
53-
"show_commit_url": "http://github.com/makepath/xarray-spatial/commit/",
53+
"show_commit_url": "http://github.com/xarray-contrib/xarray-spatial/commit/",
5454

5555
// The Pythons you'd like to test against. If not provided, defaults
5656
// to the current version of Python used to run `asv`.

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
project = u'xarray_spatial'
2727
copyright = u'2020-{}, makepath'.format(datetime.now().year)
28-
author = u'makepath'
28+
author = u'Xarray-Spatial Contributors'
2929

3030
version = release = xrspatial.__version__
3131

@@ -95,7 +95,7 @@
9595
#
9696
html_theme_options = {
9797
"external_links": [],
98-
"github_url": "https://github.com/makepath/xarray-spatial",
98+
"github_url": "https://github.com/xarray-contrib/xarray-spatial",
9999
"navbar_end": ["navbar-icon-links"],
100100
}
101101

docs/source/getting_started/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Basic Pattern
1515
my_dataarray = xr.DataArray(...)
1616
hillshaded_dataarray = hillshade(my_dataarray)
1717
18-
Check out the user guide `here <https://github.com/makepath/xarray-spatial/blob/master/examples/user_guide>`_.
18+
Check out the user guide `here <https://github.com/xarray-contrib/xarray-spatial/blob/master/examples/user_guide>`_.
1919

2020

2121
Dependencies

docs/source/index.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ xarray-spatial does not depend on GDAL / GEOS, which makes it fully extensible i
2424

2525
---
2626
.. image:: _static/img/0-0.png
27-
:target: https://github.com/makepath/xarray-spatial/blob/master/examples
27+
:target: https://github.com/xarray-contrib/xarray-spatial/blob/master/examples
2828
---
2929
.. image:: _static/img/0-1.png
3030
:target: user_guide/proximity.html
@@ -36,7 +36,7 @@ xarray-spatial does not depend on GDAL / GEOS, which makes it fully extensible i
3636
:target: user_guide/proximity.html
3737
---
3838
.. image:: _static/img/0-4.png
39-
:target: https://github.com/makepath/xarray-spatial/blob/master/examples/pharmacy-deserts.ipynb
39+
:target: https://github.com/xarray-contrib/xarray-spatial/blob/master/examples/pharmacy-deserts.ipynb
4040
---
4141
.. image:: _static/img/1-0.png
4242
:target: user_guide/surface.html
@@ -51,7 +51,7 @@ xarray-spatial does not depend on GDAL / GEOS, which makes it fully extensible i
5151
:target: user_guide/surface.html
5252
---
5353
.. image:: _static/img/1-4.png
54-
:target: https://github.com/makepath/xarray-spatial/blob/master/examples/pharmacy-deserts.ipynb
54+
:target: https://github.com/xarray-contrib/xarray-spatial/blob/master/examples/pharmacy-deserts.ipynb
5555
---
5656
.. image:: _static/img/2-0.png
5757
:target: user_guide/surface.html
@@ -66,25 +66,25 @@ xarray-spatial does not depend on GDAL / GEOS, which makes it fully extensible i
6666
:target: user_guide/classification.html
6767
---
6868
.. image:: _static/img/2-4.png
69-
:target: https://github.com/makepath/xarray-spatial/blob/master/examples/pharmacy-deserts.ipynb
69+
:target: https://github.com/xarray-contrib/xarray-spatial/blob/master/examples/pharmacy-deserts.ipynb
7070
---
7171
.. image:: _static/img/3-0.png
72-
:target: https://github.com/makepath/xarray-spatial/blob/master/examples
72+
:target: https://github.com/xarray-contrib/xarray-spatial/blob/master/examples
7373
---
7474
.. image:: _static/img/3-1.png
75-
:target: https://github.com/makepath/xarray-spatial/blob/master/examples
75+
:target: https://github.com/xarray-contrib/xarray-spatial/blob/master/examples
7676
---
7777
.. image:: _static/img/3-2.png
7878
:target: user_guide/classification.html
7979
---
8080
.. image:: _static/img/3-3.png
81-
:target: https://github.com/makepath/xarray-spatial/blob/master/examples/pharmacy-deserts.ipynb
81+
:target: https://github.com/xarray-contrib/xarray-spatial/blob/master/examples/pharmacy-deserts.ipynb
8282
---
8383
.. image:: _static/img/3-4.png
84-
:target: https://github.com/makepath/xarray-spatial/blob/master/examples
84+
:target: https://github.com/xarray-contrib/xarray-spatial/blob/master/examples
8585
---
8686
.. image:: _static/img/4-0.png
87-
:target: https://github.com/makepath/xarray-spatial/blob/master/examples/Pathfinding_Austin_Road_Network.ipynb
87+
:target: https://github.com/xarray-contrib/xarray-spatial/blob/master/examples/Pathfinding_Austin_Road_Network.ipynb
8888
---
8989
.. image:: _static/img/4-1.png
9090
:target: user_guide/surface.html#Hillshade
@@ -96,7 +96,7 @@ xarray-spatial does not depend on GDAL / GEOS, which makes it fully extensible i
9696
:target: user_guide/surface.html#Slope
9797
---
9898
.. image:: _static/img/4-4.png
99-
:target: https://github.com/makepath/xarray-spatial/blob/master/examples/pharmacy-deserts.ipynb#Create-a-%22Distance-to-Nearest-Pharmacy%22-Layer-&-Classify-into-5-Groups
99+
:target: https://github.com/xarray-contrib/xarray-spatial/blob/master/examples/pharmacy-deserts.ipynb#Create-a-%22Distance-to-Nearest-Pharmacy%22-Layer-&-Classify-into-5-Groups
100100

101101
.. toctree::
102102
:maxdepth: 1

examples/xarray-spatial_classification-methods.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"id": "837aff2c",
1414
"metadata": {},
1515
"source": [
16-
"In this tutorial, you'll learn how to use different classification methods with [xarray-spatial](https://github.com/makepath/xarray-spatial) to classify the terrain elevation levels of the Grand Canyon.\n",
16+
"In this tutorial, you'll learn how to use different classification methods with [xarray-spatial](https://github.com/xarray-contrib/xarray-spatial) to classify the terrain elevation levels of the Grand Canyon.\n",
1717
"\n",
18-
"Geo-spatial data [classification](http://wiki.gis.com/wiki/index.php/Classification) algorithms assign groups of data to categories, or classes, for further processing. Classification is used when grouping data points into classes for different colored areas on a choropleth map, for example. [xarray-spatial](https://github.com/makepath/xarray-spatial) is a raster analysis tool and contains different classification methods.\n",
18+
"Geo-spatial data [classification](http://wiki.gis.com/wiki/index.php/Classification) algorithms assign groups of data to categories, or classes, for further processing. Classification is used when grouping data points into classes for different colored areas on a choropleth map, for example. [xarray-spatial](https://github.com/xarray-contrib/xarray-spatial) is a raster analysis tool and contains different classification methods.\n",
1919
"\n",
2020
"This tutorial walks you through:\n",
2121
"1. Loading and rendering the area of interest data using the Grand Canyon's latitude and longitude.\n",

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
author = makepath
2+
author = Xarray-Spatial Developers
33
classifiers =
44
Development Status :: 4 - Beta
55
Intended Audience :: Developers
@@ -14,7 +14,7 @@ long_description = file: README.md
1414
long_description_content_type = text/markdown
1515
name = xarray-spatial
1616
platforms = any
17-
url = https://github.com/makepath/xarray-spatial
17+
url = https://github.com/xarray-contrib/xarray-spatial
1818

1919
[options]
2020
include_package_data = True

0 commit comments

Comments
 (0)