Skip to content

The aim of this project is to provide scripts and tools to easily retrieve data from OverturesMaps into a DuckDB database on a given right-of-way.

License

Notifications You must be signed in to change notification settings

florentfgrs/OvertureMaps2DuckDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OvertureMaps2DuckDB

🚧 Readme and project still in construction

DuckDB is a fast, lightweight open-source SQL database, ideal for big data analysis.

Overture Maps Foundation, in partnership with Amazon Web Services (AWS), Meta, Microsoft and TomTom and other companies, aims to develop open, reusable mapping products.

The aim of this project is to provide scripts and tools to easily retrieve data from OvertureMaps into a DuckDB database on a given right-of-way.

How to use

🛠️ Create venv and install dependencies

python3 -m venv .venv 
source .venv/bin/activate
python3 -m pip install -r requirements.txt

📝 Complete the parameters in config.ini

These are :

  • The desired bbox
  • The database path
  • Release of data to be used

🚀 Run the script

All Overture Maps data on the chosen bbox will be uploaded to the database.

python3 main.py

About

The aim of this project is to provide scripts and tools to easily retrieve data from OverturesMaps into a DuckDB database on a given right-of-way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages