|
26 | 26 | "id": "ea55ffed", |
27 | 27 | "metadata": {}, |
28 | 28 | "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", |
30 | 30 | "- [Cell Statistics](#Cell-Statistics)\n", |
31 | 31 | "- [Combine](#Combine)\n", |
32 | 32 | "- [Lesser Frequency](#Lesser-Frequency)\n", |
|
143 | 143 | "id": "01ab159c", |
144 | 144 | "metadata": {}, |
145 | 145 | "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." |
147 | 147 | ] |
148 | 148 | }, |
149 | 149 | { |
|
186 | 186 | "id": "87c34a83", |
187 | 187 | "metadata": {}, |
188 | 188 | "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." |
190 | 190 | ] |
191 | 191 | }, |
192 | 192 | { |
|
223 | 223 | "id": "4f6da50e", |
224 | 224 | "metadata": {}, |
225 | 225 | "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." |
227 | 227 | ] |
228 | 228 | }, |
229 | 229 | { |
|
262 | 262 | "id": "intelligent-philadelphia", |
263 | 263 | "metadata": {}, |
264 | 264 | "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." |
266 | 266 | ] |
267 | 267 | }, |
268 | 268 | { |
|
301 | 301 | "id": "vocational-inside", |
302 | 302 | "metadata": {}, |
303 | 303 | "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." |
305 | 305 | ] |
306 | 306 | }, |
307 | 307 | { |
|
340 | 340 | "id": "8d7235ec", |
341 | 341 | "metadata": {}, |
342 | 342 | "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." |
344 | 344 | ] |
345 | 345 | }, |
346 | 346 | { |
|
378 | 378 | "id": "a17c6e93", |
379 | 379 | "metadata": {}, |
380 | 380 | "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." |
382 | 382 | ] |
383 | 383 | }, |
384 | 384 | { |
|
416 | 416 | "id": "e5408cea", |
417 | 417 | "metadata": {}, |
418 | 418 | "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." |
420 | 420 | ] |
421 | 421 | }, |
422 | 422 | { |
|
456 | 456 | "id": "385dac65", |
457 | 457 | "metadata": {}, |
458 | 458 | "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." |
460 | 460 | ] |
461 | 461 | }, |
462 | 462 | { |
|
0 commit comments