diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index f507a744..5832acb5 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -63,7 +63,7 @@ Additionally, community organizers are available to help community members engag
## 8. Addressing Grievances
-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.
+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.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 10a4b6b4..70b79404 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
# Contributing to Xarray-Spatial
-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.
+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.
### Getting Started
diff --git a/LICENSE.txt b/LICENSE.txt
index 9bffa9a2..8eb6d651 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2020-2022 makepath
+Copyright (c) 2020-2026 makepath
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index cfa9268c..23a8d4e4 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@
| License |
-
+
@@ -32,7 +32,7 @@
| People |
-
|
@@ -41,14 +41,14 @@
Build Status |
@@ -61,8 +61,8 @@
| Coverage |
|
@@ -70,12 +70,6 @@
--------
-
-
-[](https://makepath.com/history-of-open-source-gis/)
-
-
-------

-------
@@ -286,4 +280,4 @@ With the introduction of projects like Numba, Python gained new ways to provide
#### Citation
Cite this code:
-`makepath/xarray-spatial, https://github.com/makepath/xarray-spatial, ©2020-2026.`
+`xarray-contrib/xarray-spatial, https://github.com/xarray-contrib/xarray-spatial, ©2020-2026.`
diff --git a/benchmarks/asv.conf.json b/benchmarks/asv.conf.json
index 73d0ad19..11f290d2 100644
--- a/benchmarks/asv.conf.json
+++ b/benchmarks/asv.conf.json
@@ -7,7 +7,7 @@
"project": "xarray-spatial",
// The project's homepage
- "project_url": "https://github.com/makepath/xarray-spatial",
+ "project_url": "https://github.com/xarray-contrib/xarray-spatial",
// The URL or local path of the source code repository for the
// project being benchmarked
@@ -50,7 +50,7 @@
//"install_timeout": 600,
// the base URL to show a commit for the project.
- "show_commit_url": "http://github.com/makepath/xarray-spatial/commit/",
+ "show_commit_url": "http://github.com/xarray-contrib/xarray-spatial/commit/",
// The Pythons you'd like to test against. If not provided, defaults
// to the current version of Python used to run `asv`.
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 3ea3a164..d00f6c2a 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -25,7 +25,7 @@
project = u'xarray_spatial'
copyright = u'2020-{}, makepath'.format(datetime.now().year)
-author = u'makepath'
+author = u'Xarray-Spatial Contributors'
version = release = xrspatial.__version__
@@ -95,7 +95,7 @@
#
html_theme_options = {
"external_links": [],
- "github_url": "https://github.com/makepath/xarray-spatial",
+ "github_url": "https://github.com/xarray-contrib/xarray-spatial",
"navbar_end": ["navbar-icon-links"],
}
diff --git a/docs/source/getting_started/usage.rst b/docs/source/getting_started/usage.rst
index 7a5e3940..2e86ea33 100644
--- a/docs/source/getting_started/usage.rst
+++ b/docs/source/getting_started/usage.rst
@@ -15,7 +15,7 @@ Basic Pattern
my_dataarray = xr.DataArray(...)
hillshaded_dataarray = hillshade(my_dataarray)
-Check out the user guide `here `_.
+Check out the user guide `here `_.
Dependencies
diff --git a/docs/source/index.rst b/docs/source/index.rst
index bd726435..d916d3ef 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -24,7 +24,7 @@ xarray-spatial does not depend on GDAL / GEOS, which makes it fully extensible i
---
.. image:: _static/img/0-0.png
- :target: https://github.com/makepath/xarray-spatial/blob/master/examples
+ :target: https://github.com/xarray-contrib/xarray-spatial/blob/master/examples
---
.. image:: _static/img/0-1.png
:target: user_guide/proximity.html
@@ -36,7 +36,7 @@ xarray-spatial does not depend on GDAL / GEOS, which makes it fully extensible i
:target: user_guide/proximity.html
---
.. image:: _static/img/0-4.png
- :target: https://github.com/makepath/xarray-spatial/blob/master/examples/pharmacy-deserts.ipynb
+ :target: https://github.com/xarray-contrib/xarray-spatial/blob/master/examples/pharmacy-deserts.ipynb
---
.. image:: _static/img/1-0.png
:target: user_guide/surface.html
@@ -51,7 +51,7 @@ xarray-spatial does not depend on GDAL / GEOS, which makes it fully extensible i
:target: user_guide/surface.html
---
.. image:: _static/img/1-4.png
- :target: https://github.com/makepath/xarray-spatial/blob/master/examples/pharmacy-deserts.ipynb
+ :target: https://github.com/xarray-contrib/xarray-spatial/blob/master/examples/pharmacy-deserts.ipynb
---
.. image:: _static/img/2-0.png
:target: user_guide/surface.html
@@ -66,25 +66,25 @@ xarray-spatial does not depend on GDAL / GEOS, which makes it fully extensible i
:target: user_guide/classification.html
---
.. image:: _static/img/2-4.png
- :target: https://github.com/makepath/xarray-spatial/blob/master/examples/pharmacy-deserts.ipynb
+ :target: https://github.com/xarray-contrib/xarray-spatial/blob/master/examples/pharmacy-deserts.ipynb
---
.. image:: _static/img/3-0.png
- :target: https://github.com/makepath/xarray-spatial/blob/master/examples
+ :target: https://github.com/xarray-contrib/xarray-spatial/blob/master/examples
---
.. image:: _static/img/3-1.png
- :target: https://github.com/makepath/xarray-spatial/blob/master/examples
+ :target: https://github.com/xarray-contrib/xarray-spatial/blob/master/examples
---
.. image:: _static/img/3-2.png
:target: user_guide/classification.html
---
.. image:: _static/img/3-3.png
- :target: https://github.com/makepath/xarray-spatial/blob/master/examples/pharmacy-deserts.ipynb
+ :target: https://github.com/xarray-contrib/xarray-spatial/blob/master/examples/pharmacy-deserts.ipynb
---
.. image:: _static/img/3-4.png
- :target: https://github.com/makepath/xarray-spatial/blob/master/examples
+ :target: https://github.com/xarray-contrib/xarray-spatial/blob/master/examples
---
.. image:: _static/img/4-0.png
- :target: https://github.com/makepath/xarray-spatial/blob/master/examples/Pathfinding_Austin_Road_Network.ipynb
+ :target: https://github.com/xarray-contrib/xarray-spatial/blob/master/examples/Pathfinding_Austin_Road_Network.ipynb
---
.. image:: _static/img/4-1.png
:target: user_guide/surface.html#Hillshade
@@ -96,7 +96,7 @@ xarray-spatial does not depend on GDAL / GEOS, which makes it fully extensible i
:target: user_guide/surface.html#Slope
---
.. image:: _static/img/4-4.png
- :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
+ :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
.. toctree::
:maxdepth: 1
diff --git a/examples/xarray-spatial_classification-methods.ipynb b/examples/xarray-spatial_classification-methods.ipynb
index 76684b4c..32b67e2b 100644
--- a/examples/xarray-spatial_classification-methods.ipynb
+++ b/examples/xarray-spatial_classification-methods.ipynb
@@ -13,9 +13,9 @@
"id": "837aff2c",
"metadata": {},
"source": [
- "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",
+ "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",
"\n",
- "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",
+ "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",
"\n",
"This tutorial walks you through:\n",
"1. Loading and rendering the area of interest data using the Grand Canyon's latitude and longitude.\n",
diff --git a/setup.cfg b/setup.cfg
index 6abf40f5..78c0bfcf 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[metadata]
-author = makepath
+author = Xarray-Spatial Developers
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
@@ -14,7 +14,7 @@ long_description = file: README.md
long_description_content_type = text/markdown
name = xarray-spatial
platforms = any
-url = https://github.com/makepath/xarray-spatial
+url = https://github.com/xarray-contrib/xarray-spatial
[options]
include_package_data = True