torchgeo
torchgeo copied to clipboard
OpenStreetMap dataset
We should add a GeoDataset for OpenStreetMap: https://www.openstreetmap.org/
There are a couple of approaches that we could take:
- Query the API every time we call
__getitem__(slow) - Download the data in a single large rectangle and load this (fast, more complex)