You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Additionally, community organizers are available to help community members engag
63
63
64
64
## 8. Addressing Grievances
65
65
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.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing to Xarray-Spatial
2
2
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.
Copy file name to clipboardExpand all lines: examples/xarray-spatial_classification-methods.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@
13
13
"id": "837aff2c",
14
14
"metadata": {},
15
15
"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",
17
17
"\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",
19
19
"\n",
20
20
"This tutorial walks you through:\n",
21
21
"1. Loading and rendering the area of interest data using the Grand Canyon's latitude and longitude.\n",
0 commit comments