-
Notifications
You must be signed in to change notification settings - Fork 20
3 Data enrichment
Yujun edited this page Jul 17, 2024
·
1 revision
Please download the folder code/enrichment/
.
Set up environment with requirements-non_cv.txt
.
The notebooks and scripts serve to process the Mapillary and KartaView metadata and enrich them with further geospatial and temporal information, using a variety of external data sources and python packages.
To reproduce sample_data
Run the jupyter notebooks in order, i.e. 01_simplemaps.ipynb
, 02_metadata.ipynb
, ..., 10_osm.ipynb
and follow instructions in the notebook to run the respective python scripts as needed.
The current notebooks, scripts, and sample_data demostrates the case of enriching the metadata from code/raw_download/sample_output/points.csv
, as mentioned in 1 - Download raw data.
Please modify the notebooks and scripts to suit your needs.