Skip to content

PoiPointer/dataSources

Repository files navigation

PoiPointer Data Sources

Data Sources

Data Sets Used from opendata.brussels.be

Info

Accessing the UrbIS Zone of Interest Culture Data Set

Manual download:

Result: /Region/UrbMap_SHP.zip

This returns the UrbIS 'Zone of Interest' layer data set in SHP format.

Web Service:

http://geoserver.gis.irisnet.be/geoserver/urbis/wfs?service=WFS&version=1.1.0&request=GetFeature&typeName=URB_M_ZIPOINT&CQL_FILTER=TYPE=%27CU%27&outputFormat=json

Click here to test

This returns the UrbIS 'Zone of Interest' layer and type CU=Culture data set in GeoJson format.

Converting UrbIS ZIPOINT CU from SHP to GeoJson

ogr2ogr -where "TYPE=\"CU\"" -f GeoJSON -s_srs "EPSG:31370" -t_srs "WGS84" UrbMap_ZIPOINT_CU.geojson UrbMap_ZIPOINT.shp