pyGeoTile
pyGeoTile copied to clipboard
Python package to handle tiles and points of different projections, in particular WGS 84 (Latitude, Longitude), Spherical Mercator (Meters), Pixel Pyramid and Tiles (TMS, Google, QuadTree)
Using custom functions with the coordinates: - Latitude: 41.14867208811922 - Longitude: -8.61602783203125 - Zoom: 1 Gives tiles `tms_x` and `tms_y` equal to zero, which is correct. Then using: `quadtree =...
This is a great library, thanks for putting it together. One useful enhancement would be to calculate the pixel of a latitude/longitude inside a given Tile. Adding this capability to...