facebookresearch / facebookresearch/OrienterNet

Extend OrienterNet to fetch OvertureMaps data as a map source

Open
#57 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
577
Forks
66
PR merge metrics
No merged PRs in 30d

Description

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:
1. Available as GeoParquet on S3, which allows for the same `bbox` query.
2. The geometries are already assembled into Points, Lines, Polygons, etc.
3. Data has already been classified into specific theme, type, subtype, and classes.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.