Home
Softono

Map.opendatakerala.org

Open source JavaScript
25
Stars
4
Forks
34
Issues
4
Watchers
1 year
Last Commit

 About Map.opendatakerala.org

LSG Level Portal Based On OSM Data for Map Kerala Campaign

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Map.opendatakerala.org?

We provide expert installation service for this software. Our team will install, configure, and secure Map.opendatakerala.org on your server. plans start at just $30.

Map.opendatakerala.org

View on GitHub

MapKerala

Workflow

  • Get clean data on OSM and wikidata
    • Ensure the QIDs are correctly mapped in both sites
  • Fetch the data from wikidata and save it in a CSV file
  • Use this file to generate content for hugo
  • Use hugo layouts for all the other features

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