geo4web-testbed / topic3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crawlable geospatial data using the ecosystem of the Web and Linked Data

This is the repository for research topic 3 of the Geonovum Testbed 'Spatial data on the web'. More information can be found on the Wiki section of this repository.

Development

Build & run all containers:

docker-compose up

Import

Switch to import dir:

cd import

Build & run the container:

docker build -t import .
docker run --link=topic3_elasticsearch_1:elasticsearch -v $PWD:/src -it import

Start import task:

node import.js ./data/wijken_buurten_2015/gem_2015.shp gemeente GM_CODE GM_NAAM
node import.js ./data/wijken_buurten_2015/Wijk_2015.shp wijk WK_CODE WK_NAAM GM_CODE
node import.js ./data/wijken_buurten_2015/Buurt_2015.shp buurt BU_CODE BU_NAAM WK_CODE
node import.js ./data/land_cover/Bestemmingsplangebied.gml bestemmingsplangebied identificatie naam

About


Languages

Language:JavaScript 53.2%Language:CSS 36.5%Language:HTML 10.4%