Skip to content

Commit 9559303

Browse files
authored
removed references to xarray-spatial.org (#827)
1 parent 273a8ef commit 9559303

File tree

5 files changed

+29
-29
lines changed

5 files changed

+29
-29
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ As stated in [Xarray Spatial code of conduct](https://github.com/makepath/xarray
44

55
### Getting Started
66

7-
Information about installation and setting up a development environment can be found at the [Getting Started page] https://xarray-spatial.org/getting_started/index.html.
7+
Information about installation and setting up a development environment can be found at the [Getting Started page] https://xarray-spatial.readthedocs.io/getting_started/index.html.
88

99
### Choosing something to work on
1010

docs/source/_templates/versions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="{{ _('Versions') }}">
22
<div class="deprecated-warning">
33
The documentation on this page refers to a PREVIOUS VERSION. For the latest release, go to <a
4-
href="https://xarray-spatial.org/">https://xarray-spatial.org/</a></div>
4+
href="https://xarray-spatial.readthedocs.io/">https://xarray-spatial.readthedocs.io/</a></div>
55
<span class="rst-current-version" data-toggle="rst-current-version">
66
<span class="fa fa-book"> Versions</span>
77
<span class="fa fa-caret-down"></span>
@@ -15,4 +15,4 @@
1515
</dl>
1616
<dl>
1717
</div>
18-
</div>
18+
</div>

docs/source/user_guide/local.ipynb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"id": "867a9d39",
2929
"metadata": {},
3030
"source": [
31-
"In this notebook, we'll demonstrate how to use the [Xarray-spatial](http://xarray-spatial.org/) local tools functions supported by [Numpy](https://numpy.org/). The spatial functions available are:\n",
31+
"In this notebook, we'll demonstrate how to use the [Xarray-spatial](http://xarray-spatial.readthedocs.io/) local tools functions supported by [Numpy](https://numpy.org/). The spatial functions available are:\n",
3232
"\n",
3333
"- [Cell Statistics](#Cell-Statistics) \n",
3434
"- [Combine](#Combine) \n",
@@ -146,7 +146,7 @@
146146
"id": "01ab159c",
147147
"metadata": {},
148148
"source": [
149-
"[xrspatial.local.cell_stats](https://xarray-spatial.org/reference/_autosummary/xrspatial.local.cell_stats.html) calculates statistics from a raster dataset on a cell-by-cell basis."
149+
"[xrspatial.local.cell_stats](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.local.cell_stats.html) calculates statistics from a raster dataset on a cell-by-cell basis."
150150
]
151151
},
152152
{
@@ -210,7 +210,7 @@
210210
"id": "87c34a83",
211211
"metadata": {},
212212
"source": [
213-
"[xrspatial.local.combine](https://xarray-spatial.org/reference/_autosummary/xrspatial.local.combine.html) combines multiple arrays from a raster dataset, assigning a unique output value to each unique combination of raster values."
213+
"[xrspatial.local.combine](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.local.combine.html) combines multiple arrays from a raster dataset, assigning a unique output value to each unique combination of raster values."
214214
]
215215
},
216216
{
@@ -258,7 +258,7 @@
258258
"id": "4f6da50e",
259259
"metadata": {},
260260
"source": [
261-
"[xrspatial.local.lesser_frequency](https://xarray-spatial.org/reference/_autosummary/xrspatial.local.lesser_frequency.html) calculates, given a raster dataset, the number of times the data variables values are lower than the values of a given reference data variable on a cell-by-cell basis."
261+
"[xrspatial.local.lesser_frequency](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.local.lesser_frequency.html) calculates, given a raster dataset, the number of times the data variables values are lower than the values of a given reference data variable on a cell-by-cell basis."
262262
]
263263
},
264264
{
@@ -308,7 +308,7 @@
308308
"id": "0a2d8118",
309309
"metadata": {},
310310
"source": [
311-
"[xrspatial.local.equal_frequency](https://xarray-spatial.org/reference/_autosummary/xrspatial.local.equal_frequency.html) calculates, given a raster dataset, the number of times the data variables values are equal than the values of a given reference data variable on a cell-by-cell basis."
311+
"[xrspatial.local.equal_frequency](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.local.equal_frequency.html) calculates, given a raster dataset, the number of times the data variables values are equal than the values of a given reference data variable on a cell-by-cell basis."
312312
]
313313
},
314314
{
@@ -358,7 +358,7 @@
358358
"id": "43c18c06",
359359
"metadata": {},
360360
"source": [
361-
"[xrspatial.local.greater_frequency](https://xarray-spatial.org/reference/_autosummary/xrspatial.local.greater_frequency.html) calculates, given a raster dataset, the number of times the data variables values are greater than the values of a given reference data variable on a cell-by-cell basis."
361+
"[xrspatial.local.greater_frequency](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.local.greater_frequency.html) calculates, given a raster dataset, the number of times the data variables values are greater than the values of a given reference data variable on a cell-by-cell basis."
362362
]
363363
},
364364
{
@@ -408,7 +408,7 @@
408408
"id": "8d7235ec",
409409
"metadata": {},
410410
"source": [
411-
"[xrspatial.local.lowest_position](https://xarray-spatial.org/reference/_autosummary/xrspatial.local.lowest_position.html) calculates the data variable index of the lowest value on a cell-by-cell basis."
411+
"[xrspatial.local.lowest_position](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.local.lowest_position.html) calculates the data variable index of the lowest value on a cell-by-cell basis."
412412
]
413413
},
414414
{
@@ -457,7 +457,7 @@
457457
"id": "a17c6e93",
458458
"metadata": {},
459459
"source": [
460-
"[xrspatial.local.highest_position](https://xarray-spatial.org/reference/_autosummary/xrspatial.local.highest_position.html) calculates the data variable index of the highest value on a cell-by-cell basis."
460+
"[xrspatial.local.highest_position](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.local.highest_position.html) calculates the data variable index of the highest value on a cell-by-cell basis."
461461
]
462462
},
463463
{
@@ -506,7 +506,7 @@
506506
"id": "e5408cea",
507507
"metadata": {},
508508
"source": [
509-
"[xrspatial.local.popularity](https://xarray-spatial.org/reference/_autosummary/xrspatial.local.popularity.html) calculates the number of occurrences of each value of a raster dataset, on a cell-by-cell basis. The output value is assigned based on the reference data variable nth most popular."
509+
"[xrspatial.local.popularity](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.local.popularity.html) calculates the number of occurrences of each value of a raster dataset, on a cell-by-cell basis. The output value is assigned based on the reference data variable nth most popular."
510510
]
511511
},
512512
{
@@ -557,7 +557,7 @@
557557
"id": "385dac65",
558558
"metadata": {},
559559
"source": [
560-
"[xrspatial.local.rank](https://xarray-spatial.org/reference/_autosummary/xrspatial.local.rank.html) calculates the rank of each value of a raster dataset, on a cell-by-cell basis. The output value is assigned based on the rank of the reference data variable rank."
560+
"[xrspatial.local.rank](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.local.rank.html) calculates the rank of each value of a raster dataset, on a cell-by-cell basis. The output value is assigned based on the rank of the reference data variable rank."
561561
]
562562
},
563563
{

examples/user_guide/8_Local_Tools.ipynb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"id": "ea55ffed",
2727
"metadata": {},
2828
"source": [
29-
"In this notebook, we'll demonstrate how to use the [Xarray-spatial](http://xarray-spatial.org/) local tools functions supported by [Numpy](https://numpy.org/). The spatial functions available are:\n",
29+
"In this notebook, we'll demonstrate how to use the [Xarray-spatial](http://xarray-spatial.readthedocs.io/) local tools functions supported by [Numpy](https://numpy.org/). The spatial functions available are:\n",
3030
"- [Cell Statistics](#Cell-Statistics)\n",
3131
"- [Combine](#Combine)\n",
3232
"- [Lesser Frequency](#Lesser-Frequency)\n",
@@ -143,7 +143,7 @@
143143
"id": "01ab159c",
144144
"metadata": {},
145145
"source": [
146-
"[`xrspatial.local.cell_stats`](https://xarray-spatial.org/reference/_autosummary/xrspatial.local.cell_stats.html) calculates statistics from a raster dataset on a cell-by-cell basis."
146+
"[`xrspatial.local.cell_stats`](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.local.cell_stats.html) calculates statistics from a raster dataset on a cell-by-cell basis."
147147
]
148148
},
149149
{
@@ -186,7 +186,7 @@
186186
"id": "87c34a83",
187187
"metadata": {},
188188
"source": [
189-
"[`xrspatial.local.combine`](https://xarray-spatial.org/reference/_autosummary/xrspatial.local.combine.html) combines multiple arrays from a raster dataset, assigning a unique output value to each unique combination of raster values."
189+
"[`xrspatial.local.combine`](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.local.combine.html) combines multiple arrays from a raster dataset, assigning a unique output value to each unique combination of raster values."
190190
]
191191
},
192192
{
@@ -223,7 +223,7 @@
223223
"id": "4f6da50e",
224224
"metadata": {},
225225
"source": [
226-
"[`xrspatial.local.lesser_frequency`](https://xarray-spatial.org/reference/_autosummary/xrspatial.local.lesser_frequency.html) calculates, given a raster dataset, the number of times the data variables values are lower than the values of a given reference data variable on a cell-by-cell basis."
226+
"[`xrspatial.local.lesser_frequency`](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.local.lesser_frequency.html) calculates, given a raster dataset, the number of times the data variables values are lower than the values of a given reference data variable on a cell-by-cell basis."
227227
]
228228
},
229229
{
@@ -262,7 +262,7 @@
262262
"id": "intelligent-philadelphia",
263263
"metadata": {},
264264
"source": [
265-
"[`xrspatial.local.equal_frequency`](https://xarray-spatial.org/reference/_autosummary/xrspatial.local.equal_frequency.html) calculates, given a raster dataset, the number of times the data variables values are equal than the values of a given reference data variable on a cell-by-cell basis."
265+
"[`xrspatial.local.equal_frequency`](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.local.equal_frequency.html) calculates, given a raster dataset, the number of times the data variables values are equal than the values of a given reference data variable on a cell-by-cell basis."
266266
]
267267
},
268268
{
@@ -301,7 +301,7 @@
301301
"id": "vocational-inside",
302302
"metadata": {},
303303
"source": [
304-
"[`xrspatial.local.greater_frequency`](https://xarray-spatial.org/reference/_autosummary/xrspatial.local.greater_frequency.html) calculates, given a raster dataset, the number of times the data variables values are greater than the values of a given reference data variable on a cell-by-cell basis."
304+
"[`xrspatial.local.greater_frequency`](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.local.greater_frequency.html) calculates, given a raster dataset, the number of times the data variables values are greater than the values of a given reference data variable on a cell-by-cell basis."
305305
]
306306
},
307307
{
@@ -340,7 +340,7 @@
340340
"id": "8d7235ec",
341341
"metadata": {},
342342
"source": [
343-
"[`xrspatial.local.lowest_position`](https://xarray-spatial.org/reference/_autosummary/xrspatial.local.lowest_position.html) calculates the data variable index of the lowest value on a cell-by-cell basis."
343+
"[`xrspatial.local.lowest_position`](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.local.lowest_position.html) calculates the data variable index of the lowest value on a cell-by-cell basis."
344344
]
345345
},
346346
{
@@ -378,7 +378,7 @@
378378
"id": "a17c6e93",
379379
"metadata": {},
380380
"source": [
381-
"[`xrspatial.local.highest_position`](https://xarray-spatial.org/reference/_autosummary/xrspatial.local.highest_position.html) calculates the data variable index of the highest value on a cell-by-cell basis."
381+
"[`xrspatial.local.highest_position`](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.local.highest_position.html) calculates the data variable index of the highest value on a cell-by-cell basis."
382382
]
383383
},
384384
{
@@ -416,7 +416,7 @@
416416
"id": "e5408cea",
417417
"metadata": {},
418418
"source": [
419-
"[`xrspatial.local.popularity`](https://xarray-spatial.org/reference/_autosummary/xrspatial.local.popularity.html) calculates the number of occurrences of each value of a raster dataset, on a cell-by-cell basis. The output value is assigned based on the reference data variable nth most popular."
419+
"[`xrspatial.local.popularity`](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.local.popularity.html) calculates the number of occurrences of each value of a raster dataset, on a cell-by-cell basis. The output value is assigned based on the reference data variable nth most popular."
420420
]
421421
},
422422
{
@@ -456,7 +456,7 @@
456456
"id": "385dac65",
457457
"metadata": {},
458458
"source": [
459-
"[`xrspatial.local.rank`](https://xarray-spatial.org/reference/_autosummary/xrspatial.local.rank.html) calculates the rank of each value of a raster dataset, on a cell-by-cell basis. The output value is assigned based on the rank of the reference data variable rank."
459+
"[`xrspatial.local.rank`](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.local.rank.html) calculates the rank of each value of a raster dataset, on a cell-by-cell basis. The output value is assigned based on the rank of the reference data variable rank."
460460
]
461461
},
462462
{

examples/xarray-spatial_classification-methods.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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",
22-
"2. Classifying the data using xarray-spatial's [natural breaks](https://xarray-spatial.org/reference/_autosummary/xrspatial.classify.natural_breaks.html), [equal interval](https://xarray-spatial.org/reference/_autosummary/xrspatial.classify.equal_interval.html), [quantile](https://xarray-spatial.org/reference/_autosummary/xrspatial.classify.quantile.html), and [reclassify](https://xarray-spatial.org/reference/_autosummary/xrspatial.classify.reclassify.html) functions.\n",
22+
"2. Classifying the data using xarray-spatial's [natural breaks](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.classify.natural_breaks.html), [equal interval](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.classify.equal_interval.html), [quantile](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.classify.quantile.html), and [reclassify](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.classify.reclassify.html) functions.\n",
2323
"\n",
2424
"\n",
2525
"This tutorial uses the [NASADEM](https://github.com/microsoft/AIforEarthDatasets#nasadem) dataset from the [Microsoft Planetary Computer Data Catalog](https://planetarycomputer.microsoft.com/catalog). The area of interest roughly covers the Grand Canyon National Park. The [NASADEM](https://github.com/microsoft/AIforEarthDatasets#nasadem) dataset provides global topographic data at 1 arc-second (~30m) horizontal resolution. The data is derived primarily from data captured via the [Shuttle Radar Topography Mission](https://www2.jpl.nasa.gov/srtm/) (SRTM) and is stored on Azure Storage in [cloud-optimized GeoTIFF](https://www.cogeo.org/) format.\n"
@@ -181,7 +181,7 @@
181181
"id": "41759319",
182182
"metadata": {},
183183
"source": [
184-
"Use the [natural breaks](https://xarray-spatial.org/reference/_autosummary/xrspatial.classify.natural_breaks.html) function to classify data with the [Jenks natural breaks classification](http://wiki.gis.com/wiki/index.php/Jenks_Natural_Breaks_Classification) method. This method is designed to distribute data into classes according to clusters that form a \"natural\" group within the data. The algorithm minimizes the average deviation from the class mean while also maximizing the deviation from the means of the other groups. Therefore, it is generally not recommended for data with low variance."
184+
"Use the [natural breaks](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.classify.natural_breaks.html) function to classify data with the [Jenks natural breaks classification](http://wiki.gis.com/wiki/index.php/Jenks_Natural_Breaks_Classification) method. This method is designed to distribute data into classes according to clusters that form a \"natural\" group within the data. The algorithm minimizes the average deviation from the class mean while also maximizing the deviation from the means of the other groups. Therefore, it is generally not recommended for data with low variance."
185185
]
186186
},
187187
{
@@ -221,7 +221,7 @@
221221
"id": "baed3e1b",
222222
"metadata": {},
223223
"source": [
224-
"To classify data into sets based on intervals of equal width, use the [equal interval](https://xarray-spatial.org/reference/_autosummary/xrspatial.classify.equal_interval.html) function. The [equal interval classification](http://wiki.gis.com/wiki/index.php/Equal_Interval_classification) is useful in cases where you want to emphasize the amount of an attribute value relative to the other values."
224+
"To classify data into sets based on intervals of equal width, use the [equal interval](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.classify.equal_interval.html) function. The [equal interval classification](http://wiki.gis.com/wiki/index.php/Equal_Interval_classification) is useful in cases where you want to emphasize the amount of an attribute value relative to the other values."
225225
]
226226
},
227227
{
@@ -251,7 +251,7 @@
251251
"id": "a4630ca7",
252252
"metadata": {},
253253
"source": [
254-
"To classify data based on quantile groups of equal size, use the [quantile](https://xarray-spatial.org/reference/_autosummary/xrspatial.classify.quantile.html) function. With [quantile classification](http://wiki.gis.com/wiki/index.php/Quantile), each class contains the same amount of data points. This means that each class is equally represented on the map. However, intervals of uneven sizes can lead to an over-weighting of outliers and other effects."
254+
"To classify data based on quantile groups of equal size, use the [quantile](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.classify.quantile.html) function. With [quantile classification](http://wiki.gis.com/wiki/index.php/Quantile), each class contains the same amount of data points. This means that each class is equally represented on the map. However, intervals of uneven sizes can lead to an over-weighting of outliers and other effects."
255255
]
256256
},
257257
{
@@ -281,7 +281,7 @@
281281
"id": "13f0851f",
282282
"metadata": {},
283283
"source": [
284-
"To define your own arbitrary bins to classify data, use the [reclassify](https://xarray-spatial.org/reference/_autosummary/xrspatial.classify.reclassify.html) function. This function is helpful to highlight specific sections of your data, for example. Use `reclassify()` to only visualize elevations greater than 2500m:"
284+
"To define your own arbitrary bins to classify data, use the [reclassify](https://xarray-spatial.readthedocs.io/reference/_autosummary/xrspatial.classify.reclassify.html) function. This function is helpful to highlight specific sections of your data, for example. Use `reclassify()` to only visualize elevations greater than 2500m:"
285285
]
286286
},
287287
{
@@ -320,7 +320,7 @@
320320
"source": [
321321
"The [Microsoft Planetary Computer Data Catalog](https://planetarycomputer.microsoft.com/catalog) includes petabytes of environmental monitoring data. All data sets are available in consistent, analysis-ready formats. You can access them through APIs as well as directly via [Azure Storage](https://docs.microsoft.com/en-us/azure/storage/). \n",
322322
"\n",
323-
"Try using [xarray-spatial's](https://xarray-spatial.org/index.html) classification methods with these datasets:"
323+
"Try using [xarray-spatial's](https://xarray-spatial.readthedocs.io/index.html) classification methods with these datasets:"
324324
]
325325
},
326326
{

0 commit comments

Comments
 (0)