Skip to content

Script to populate LocalWiki regions with towns in Taiwan.

Notifications You must be signed in to change notification settings

lowiki-org/taiwan-regions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LowalWiki region import script for Taiwan villages

Usage

$ source /srv/localwiki/env/bin/activate
$ localwiki-manage shell
>>> import load
>>> load.run(True)      # import test data; ~10 regions
>>> load.run(False)     # import all data; ~8000 regions

# browse data
>>> load.ds[0].geom_type
>>> load.ds[0].srs
>>> load.ds[0].fields

About

Script to populate LocalWiki regions with towns in Taiwan.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages