opendatakerala / map.opendatakerala.org

LSG Level Portal Based On OSM Data for Map Kerala Campaign
17 stars 3 forks source link
map openmap openstreetmap wikidata

MapKerala

Workflow

Generating site

The generate.py script takes the data from data/lsgkerala.csv and generates content for the hugo site (one page per LSG).

Running hugo inside the site folder will generate the hugo site's output itself.

For example,

python generate.py
cd site
npm install
hugo server