|
118 | 118 | "source": [
|
119 | 119 | "### Interactive Mapping with Leaflet\n",
|
120 | 120 | "\n",
|
121 |
| - "Interactive maps within the SlideRule python API are build upon [ipyleaflet](https://ipyleaflet.readthedocs.io).\n", |
| 121 | + "Interactive maps within the SlideRule python API are built upon [ipyleaflet](https://ipyleaflet.readthedocs.io).\n", |
122 | 122 | "\n",
|
123 | 123 | "#### Leaflet Basemaps and Layers\n",
|
124 | 124 | "\n",
|
|
138 | 138 | " <li><a href=\"https://asterweb.jpl.nasa.gov/gdem.asp\">ASTER GDEM Hillshade</a></li>\n",
|
139 | 139 | " <li><a href=\"https://www.arcgis.com/home/item.html?id=10df2279f9684e4a9f6a7f08febac2a9\">ESRI Imagery</a></li>\n",
|
140 | 140 | " <li><a href=\"http://glims.colorado.edu/glacierdata/\">Global Land Ice Measurements from Space (GLIMS)</a></li>\n",
|
| 141 | + " <li><a href=\"https://www.glims.org/RGI/\">Randolph Glacier Inventory (RGI)</a></li>\n", |
141 | 142 | " </ul>\n",
|
142 | 143 | " </td>\n",
|
143 | 144 | " <td align='left' valign='top' width=\"30%\">\n",
|
|
151 | 152 | " <li><a href=\"https://lima.usgs.gov/\">Landsat Image Mosaic of Antarctica (LIMA)</a></li>\n",
|
152 | 153 | " <li><a href=\"https://nsidc.org/data/nsidc-0280\">MODIS Mosaic of Antarctica (MOA)</a></li>\n",
|
153 | 154 | " <li><a href=\"https://nsidc.org/data/NSIDC-0103\">Radarsat Antarctic Mapping Project (RAMP)</a></li>\n",
|
| 155 | + " <li><a href=\"https://www.pgc.umn.edu/data/rema\">Reference Elevation Model of Antarctica (REMA)</a></li>\n", |
154 | 156 | " </ul>\n",
|
155 | 157 | " </td>\n",
|
156 | 158 | " </tr>\n",
|
|
168 | 170 | "source": [
|
169 | 171 | "widgets.VBox([\n",
|
170 | 172 | " SRwidgets.projection,\n",
|
171 |
| - " SRwidgets.layers\n", |
| 173 | + " SRwidgets.layers,\n", |
| 174 | + " SRwidgets.raster_functions\n", |
172 | 175 | "])"
|
173 | 176 | ]
|
174 | 177 | },
|
|
201 | 204 | "metadata": {},
|
202 | 205 | "outputs": [],
|
203 | 206 | "source": [
|
204 |
| - "m.add_layer(layers=SRwidgets.layers.value)" |
| 207 | + "m.add_layer(\n", |
| 208 | + " layers=SRwidgets.layers.value,\n", |
| 209 | + " rendering_rule=SRwidgets.rendering_rule\n", |
| 210 | + ")" |
205 | 211 | ]
|
206 | 212 | },
|
207 | 213 | {
|
|
0 commit comments