Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
<tr>
<td>License</td>
<td>
<a href="https://github.com/makepath/xarray-spatial/blob/master/LICENSE.txt">
<a href="https://github.com/xarray-contrib/xarray-spatial/blob/master/LICENSE.txt">
<img src="https://img.shields.io/pypi/l/xarray-spatial.svg"
alt="MIT" />
</a>
</td>

<td>People</td>
<td>
<img src="https://img.shields.io/github/contributors/makepath/xarray-spatial"
<img src="https://img.shields.io/github/contributors/xarray-contrib/xarray-spatial"
alt="GitHub contributors" />
</td>
</tr>
Expand All @@ -41,14 +41,14 @@
<td>Build Status</td>
<td>
<div>
<a href="https://github.com/makepath/xarray-spatial/actions/workflows/test.yml">
<img src="https://github.com/makepath/xarray-spatial/actions/workflows/test.yml/badge.svg"
<a href="https://github.com/xarray-contrib/xarray-spatial/actions/workflows/test.yml">
<img src="https://github.com/xarray-contrib/xarray-spatial/actions/workflows/test.yml/badge.svg"
alt="Current github actions build status" />
</a>
</div>
<div>
<a href="https://github.com/makepath/xarray-spatial/actions/workflows/pypi-publish.yml">
<img src="https://github.com/makepath/xarray-spatial/actions/workflows/pypi-publish.yml/badge.svg"
<a href="https://github.com/xarray-contrib/xarray-spatial/actions/workflows/pypi-publish.yml">
<img src="https://github.com/xarray-contrib/xarray-spatial/actions/workflows/pypi-publish.yml/badge.svg"
alt="Current github actions build status" />
</a>
</div>
Expand All @@ -61,21 +61,15 @@
<td>Coverage</td>
<td>
<div>
<a href="https:https://codecov.io/gh/makepath/xarray-spatial">
<img alt="Language grade: Python" src="https://codecov.io/gh/makepath/xarray-spatial/branch/master/graph/badge.svg"/>
<a href="https:https://codecov.io/gh/xarray-contrib/xarray-spatial">
<img alt="Language grade: Python" src="https://codecov.io/gh/xarray-contrib/xarray-spatial/branch/master/graph/badge.svg"/>
</a>
</div>
</td>

</tr>
</table>

-------


[![History of OS GIS Timeline](img/featured-badge-gh.svg)](https://makepath.com/history-of-open-source-gis/)


-------
![title](img/composite_map.gif)
-------
Expand Down Expand Up @@ -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.`
4 changes: 2 additions & 2 deletions benchmarks/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__

Expand Down Expand Up @@ -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"],
}

Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Basic Pattern
my_dataarray = xr.DataArray(...)
hillshaded_dataarray = hillshade(my_dataarray)

Check out the user guide `here <https://github.com/makepath/xarray-spatial/blob/master/examples/user_guide>`_.
Check out the user guide `here <https://github.com/xarray-contrib/xarray-spatial/blob/master/examples/user_guide>`_.


Dependencies
Expand Down
20 changes: 10 additions & 10 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions examples/xarray-spatial_classification-methods.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
author = makepath
author = Xarray-Spatial Developers
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Expand All @@ -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
Expand Down