torchgeo icon indicating copy to clipboard operation
torchgeo copied to clipboard

OpenStreetMap dataset

Open adamjstewart opened this issue 4 years ago • 0 comments

We should add a GeoDataset for OpenStreetMap: https://www.openstreetmap.org/

There are a couple of approaches that we could take:

  1. Query the API every time we call __getitem__ (slow)
  2. Download the data in a single large rectangle and load this (fast, more complex)

adamjstewart avatar Aug 02 '21 17:08 adamjstewart