Skip to content

cateseale/mapaction-rds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MapAction Rolling Data Scramble Helper Scripts

This repository hold various scripts created to process data or assist with the Rolling Data Scramble

geofabrik_to_mapaction.py

This script unzips and renames Geofabrik downloads to Mapaction filenames and folder structure. Adapted from original Windows script by Tom Hughes.

Download data from: https://download.geofabrik.de/index.html

Usage: python3 geofabrik_to_mapaction.py path/to/your/zipfile.zip

For example, python3 geofabrik_to_mapaction.py /Users/cate/git/data/country_data/sudan/sudan-latest-free.zip results in folder structure containing renamed shapefiles as below:

sudan
│   sudan-latest-free.zip
│
└───processed
    │
    └───206_bldg
    |   |   ...
    |
    └───218_land
    |   |   ...
    |
    └───221_phys
    |   |   ...
    |
    └───222_pois
    |   |   ...
    |
    └───229_stle
    |   |   ...    
    |
    └───232_tran
    |   |   ...
    

Works on MacOS, untested on Windows and Linux

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published