Python tool to extract a bounding box of a given radius around a center location (longitude, latitude) using the Planet Tiles API. The bounding box is projected onto longitude and latitude using the ...
This data is in GeoJSONL format, which means every GeoJSON feature is on its own line. The program enumerates every line and checks if at least one of the coordinates of the polygon is inside a ...