Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 32 additions & 32 deletions DEA_products/DEA_Land_Cover.ipynb

Large diffs are not rendered by default.

1,604 changes: 835 additions & 769 deletions How_to_guides/Calculating_band_indices.ipynb

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions How_to_guides/Land_cover_animated_plots.ipynb

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions How_to_guides/Land_cover_change_mapping.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
" <meta name="viewport" content="width=device-width,\n",
" initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n",
" <style>\n",
" #map_9f24dd74732c05e8cd50587aaf1e73d7 {\n",
" #map_59f22c1aa918d9039f6aa5d3d8395d62 {\n",
" position: relative;\n",
" width: 100.0%;\n",
" height: 100.0%;\n",
Expand All @@ -199,14 +199,14 @@
"<body>\n",
" \n",
" \n",
" <div class="folium-map" id="map_9f24dd74732c05e8cd50587aaf1e73d7" ></div>\n",
" <div class="folium-map" id="map_59f22c1aa918d9039f6aa5d3d8395d62" ></div>\n",
" \n",
"</body>\n",
"<script>\n",
" \n",
" \n",
" var map_9f24dd74732c05e8cd50587aaf1e73d7 = L.map(\n",
" "map_9f24dd74732c05e8cd50587aaf1e73d7",\n",
" var map_59f22c1aa918d9039f6aa5d3d8395d62 = L.map(\n",
" "map_59f22c1aa918d9039f6aa5d3d8395d62",\n",
" {\n",
" center: [-37.9, 144.7],\n",
" crs: L.CRS.EPSG3857,\n",
Expand All @@ -220,36 +220,36 @@
"\n",
" \n",
" \n",
" var tile_layer_dd223f3da470c41fb669e74276f916ea = L.tileLayer(\n",
" var tile_layer_20608c88c03770cef505d58d5aa3a6c7 = L.tileLayer(\n",
" "http://mt1.google.com/vt/lyrs=y\\u0026z={z}\\u0026x={x}\\u0026y={y}",\n",
" {"attribution": "Google", "detectRetina": false, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n",
" );\n",
" \n",
" \n",
" tile_layer_dd223f3da470c41fb669e74276f916ea.addTo(map_9f24dd74732c05e8cd50587aaf1e73d7);\n",
" tile_layer_20608c88c03770cef505d58d5aa3a6c7.addTo(map_59f22c1aa918d9039f6aa5d3d8395d62);\n",
" \n",
" \n",
" var poly_line_ac855867f7072a326bbcb4306aeb98a8 = L.polyline(\n",
" var poly_line_fa13c6d9c46bde129d8e920b45b681c2 = L.polyline(\n",
" [[-37.92, 144.67999999999998], [-37.92, 144.72], [-37.879999999999995, 144.72], [-37.879999999999995, 144.67999999999998], [-37.92, 144.67999999999998]],\n",
" {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n",
" ).addTo(map_9f24dd74732c05e8cd50587aaf1e73d7);\n",
" ).addTo(map_59f22c1aa918d9039f6aa5d3d8395d62);\n",
" \n",
" \n",
" var lat_lng_popup_8a6e7f57d51eac5b2f2c2cb5fc868c9c = L.popup();\n",
" var lat_lng_popup_80ef5e61353ecd378f8662818213ac50 = L.popup();\n",
" function latLngPop(e) {\n",
" lat_lng_popup_8a6e7f57d51eac5b2f2c2cb5fc868c9c\n",
" lat_lng_popup_80ef5e61353ecd378f8662818213ac50\n",
" .setLatLng(e.latlng)\n",
" .setContent("Latitude: " + e.latlng.lat.toFixed(4) +\n",
" "<br>Longitude: " + e.latlng.lng.toFixed(4))\n",
" .openOn(map_9f24dd74732c05e8cd50587aaf1e73d7);\n",
" .openOn(map_59f22c1aa918d9039f6aa5d3d8395d62);\n",
" }\n",
" map_9f24dd74732c05e8cd50587aaf1e73d7.on('click', latLngPop);\n",
" map_59f22c1aa918d9039f6aa5d3d8395d62.on('click', latLngPop);\n",
" \n",
"</script>\n",
"&lt;/html&gt;\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div>"
],
"text/plain": [
"<folium.folium.Map at 0x7fd3d647b190>"
"<folium.folium.Map at 0x7fa029fbbbe0>"
]
},
"execution_count": 4,
Expand Down Expand Up @@ -311,7 +311,7 @@
{
"data": {
"text/plain": [
"<matplotlib.image.AxesImage at 0x7fd3d5783220>"
"<matplotlib.image.AxesImage at 0x7fa02a043670>"
]
},
"execution_count": 6,
Expand Down Expand Up @@ -560,7 +560,7 @@
{
"data": {
"text/plain": [
"<matplotlib.image.AxesImage at 0x7fd3d42d2380>"
"<matplotlib.image.AxesImage at 0x7fa01b5572e0>"
]
},
"execution_count": 17,
Expand Down Expand Up @@ -681,7 +681,7 @@
{
"data": {
"text/plain": [
"<matplotlib.image.AxesImage at 0x7fd3d541fa60>"
"<matplotlib.image.AxesImage at 0x7fa02a040490>"
]
},
"execution_count": 22,
Expand Down
Loading
Loading