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 the Tile class would probably make sense, something along the lines of:
# Calculates the pixel location of a point inside the tile
def pixels(self, of_point: Point) -> (int, int):
pass
I can do this as well but let's discuss if this feature makes sense for the library.
Thanks!
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 the Tile class would probably make sense, something along the lines of:
I can do this as well but let's discuss if this feature makes sense for the library.
Thanks!