Skip to content

Commit

Permalink
Updated with changes from master
Browse files Browse the repository at this point in the history
  • Loading branch information
jbednar committed Oct 10, 2019
1 parent e9a2889 commit 93d6e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/user_guide/5_Grids.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,9 @@
"source": [
"## Interactivity\n",
"\n",
"In practice, it is usually a good idea to view your raster data interactively at many different zoom levels to see all the data available and to detect any sampling or aliasing issues, which you can do with Datashader as described in [3_Interactivity](3_Interactivity.ipynb). For such cases, you can define both upsampling and downsampling methods at the same time; whichever one is needed for a given zoom level and range of the data will be applied.\n",
"In practice, it is usually a good idea to view your data interactively at many different zoom levels to see all the data available and to detect any sampling or aliasing issues, which you can do with Datashader as described in [3_Interactivity](../getting_started/3_Interactivity.ipynb). For such cases, you can define both upsampling and downsampling methods at the same time; whichever one is needed for a given zoom level and range of the data will be applied.\n",
"\n",
"You can see Datashader rasters at work in the [Landsat](../topics/landsat.ipynb) example notebook, which also has examples of reading raster data from TIFF files using xarray and rasterio:\n",
"You can see Datashader rasters at work in the [Landsat](https://examples.pyviz.org/landsat/landsat.html) example notebook, which also has examples of reading raster data from TIFF files using xarray and rasterio:\n",
"\n",
"<img src=\"../assets/images/landsat.png\" width=602 height=575>"
]
Expand Down

0 comments on commit 93d6e55

Please sign in to comment.