Skip to content

Scripts to export Allmaps data as GeoJSON, PMTiles, JSON and NDJSON and upload to Cloudflare R2

Notifications You must be signed in to change notification settings

allmaps/data-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-export

This repository contains a Dockerfile and scripts to export Allmaps data as GeoJSON, PMTiles, JSON and NDJSON and upload to Cloudflare R2.

Build container:

docker build -t allmaps-data-export .

Run container:

docker run allmaps-data-export

Run bash in container:

docker run --rm -it --entrypoint bash allmaps-data-export

To run the containr, the following environment variables must be present:

  • ALLMAPS_API_KEY
  • RCLONE_CONFIG_R2_ACCESS_KEY_ID
  • RCLONE_CONFIG_R2_SECRET_ACCESS_KEY

About

Scripts to export Allmaps data as GeoJSON, PMTiles, JSON and NDJSON and upload to Cloudflare R2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published