Currently, OrienterNet has support to read data for a given bbox via the OpenStreetMap API. The data is then re-assembled into geometries and converted to a series of specific classes (atm, bench, buildling_outline, etc.).
Source: https://github.com/facebookresearch/OrienterNet/tree/main/maploc/osm
Extending support for Overture Maps data (https://docs.overturemaps.org/) could simplify some of this processing.
The same OSM data is available through Overture, where it has already been processed:
- Available as GeoParquet on S3, which allows for the same
bbox query.
- The geometries are already assembled into Points, Lines, Polygons, etc.
- Data has already been classified into specific theme, type, subtype, and classes.
Currently, OrienterNet has support to read data for a given
bboxvia the OpenStreetMap API. The data is then re-assembled into geometries and converted to a series of specific classes (atm, bench, buildling_outline, etc.).Source: https://github.com/facebookresearch/OrienterNet/tree/main/maploc/osm
Extending support for Overture Maps data (https://docs.overturemaps.org/) could simplify some of this processing.
The same OSM data is available through Overture, where it has already been processed:
bboxquery.