An Industrial Think Tank Focused on Developing and Promoting AI Technology for Geospatial Applications [Please note this group was formed as an academic exercise for educational purposes and does not represent a real world organization]
We're experimenting with displaying our tiles interactively using the python library folium. This library can display numpy arrays directly to the map. For our tiles to show up correctly on the map, we will need to record the latitude and longitude extents of the tile.
Create a function that calculates the lat/lon extents of a given tile
We're experimenting with displaying our tiles interactively using the python library folium. This library can display numpy arrays directly to the map. For our tiles to show up correctly on the map, we will need to record the latitude and longitude extents of the tile.
Create a function that calculates the lat/lon extents of a given tile