This repository contains opensource geodata ETL/CI/CD pipeline developed by Kontur for MapAction. It is based on Kontur Geocint technology.
This pipeline downloads data from various sources, including OpenStreetMap, HDX and others, and produces geospatial datasets, in form of geojsons and ESRI shapefiles.
In order to make it running, you need two other repositories:
For more information on geocint installation and basic configuration please see Geocint readme and Geocint documentation.
- To generate data for a country there should be a json file with country boundaries in the directory
static_data/countries
. Currently there are 25 countries from MapAction priority country linst in this directory. To add another countries you can copy corresponding json files fromstatic_data/countries_world
tostatic_data/countries
.
Because of ununiform naming of population tabular data on HDX it was implemented using static_data/hdx_admin_pop_urls.json
file.
The script filters values using country code and downloads this layers.
TO ADD OR UPDATE NEW LAYER
- add OR update
static_data/hdx_admin_pop_urls.json