|
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/en/latest/index.html) 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/en/latest/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 | {
|
|
211 | 211 | "id": "87c34a83",
|
212 | 212 | "metadata": {},
|
213 | 213 | "source": [
|
214 |
| - "[`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." |
| 214 | + "[`xrspatial.local.combine`](https://xarray-spatial.readthedocs.io/en/latest/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." |
215 | 215 | ]
|
216 | 216 | },
|
217 | 217 | {
|
|
261 | 261 | "id": "4f6da50e",
|
262 | 262 | "metadata": {},
|
263 | 263 | "source": [
|
264 |
| - "[`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." |
| 264 | + "[`xrspatial.local.lesser_frequency`](https://xarray-spatial.readthedocs.io/en/latest/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." |
265 | 265 | ]
|
266 | 266 | },
|
267 | 267 | {
|
|
313 | 313 | "id": "intelligent-philadelphia",
|
314 | 314 | "metadata": {},
|
315 | 315 | "source": [
|
316 |
| - "[`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." |
| 316 | + "[`xrspatial.local.equal_frequency`](https://xarray-spatial.readthedocs.io/en/latest/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." |
317 | 317 | ]
|
318 | 318 | },
|
319 | 319 | {
|
|
365 | 365 | "id": "vocational-inside",
|
366 | 366 | "metadata": {},
|
367 | 367 | "source": [
|
368 |
| - "[`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." |
| 368 | + "[`xrspatial.local.greater_frequency`](https://xarray-spatial.readthedocs.io/en/latest/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." |
369 | 369 | ]
|
370 | 370 | },
|
371 | 371 | {
|
|
417 | 417 | "id": "8d7235ec",
|
418 | 418 | "metadata": {},
|
419 | 419 | "source": [
|
420 |
| - "[`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." |
| 420 | + "[`xrspatial.local.lowest_position`](https://xarray-spatial.readthedocs.io/en/latest/reference/_autosummary/xrspatial.local.lowest_position.html) calculates the data variable index of the lowest value on a cell-by-cell basis." |
421 | 421 | ]
|
422 | 422 | },
|
423 | 423 | {
|
|
468 | 468 | "id": "a17c6e93",
|
469 | 469 | "metadata": {},
|
470 | 470 | "source": [
|
471 |
| - "[`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." |
| 471 | + "[`xrspatial.local.highest_position`](https://xarray-spatial.readthedocs.io/en/latest/reference/_autosummary/xrspatial.local.highest_position.html) calculates the data variable index of the highest value on a cell-by-cell basis." |
472 | 472 | ]
|
473 | 473 | },
|
474 | 474 | {
|
|
519 | 519 | "id": "e5408cea",
|
520 | 520 | "metadata": {},
|
521 | 521 | "source": [
|
522 |
| - "[`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." |
| 522 | + "[`xrspatial.local.popularity`](https://xarray-spatial.readthedocs.io/en/latest/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." |
523 | 523 | ]
|
524 | 524 | },
|
525 | 525 | {
|
|
572 | 572 | "id": "385dac65",
|
573 | 573 | "metadata": {},
|
574 | 574 | "source": [
|
575 |
| - "[`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." |
| 575 | + "[`xrspatial.local.rank`](https://xarray-spatial.readthedocs.io/en/latest/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." |
576 | 576 | ]
|
577 | 577 | },
|
578 | 578 | {
|
|
0 commit comments