74 map tiles to geotiff
Downloading maps tiles and converting them to a GeoTIFF file
Disclaimer: The leafmap.map_tiles_to_geotiff() function is adapted from the tms2geotiff repo. Credit goes to the GitHub user @gumblex.
Uncomment the following line to install leafmap if needed.
1 | |
1 | |
Create an interactive map.
1 2 | |
Use the drawing tools to draw a rectangle on the map.
1 2 3 4 | |
Download map tiles and create a GeoTIFF file. First, let's try Esri world imagery basemap.
1 | |

1 | |
