NSCC-COGS / Aestheta

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]
MIT License
7 stars 3 forks source link

calculate lat/lon extents of getTile() #88

Open kkmcgg opened 3 years ago

kkmcgg commented 3 years ago

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