AIFDR / riab

Risk in a Box - main project
Other
17 stars 6 forks source link

Ingest BNPB's data services for display and analysis #62

Open tdhu opened 13 years ago

tdhu commented 13 years ago

BNPB have started serving a variety of datasets. The list of available datasets can be found from http://geospasial.bnpb.go.id:8399/arcgis/rest/services

One example is the WMS for earthquake hazard across Indonesia: http://geospasial.bnpb.go.id:8399/arcgis/services/gempabumi/MapServer/WMSServer?request=GetCapabilities&service=WMS

BNPB also appear to be serving WCS and WFS and we need to be able to ingest these as well as the basis for analysis. This will require some thought about how to tag incoming data with the appropriate keywords.

uniomni commented 13 years ago

Reassigning this ticket to Ariel: The focus is now to allow Geoserver to proxy ESRI WFS servers.

uniomni commented 13 years ago

One step towards this was the ability to read and write polygon data: issue #128

uniomni commented 13 years ago

Another step is the ability to convert polygon data to point data at the centroids. Issue #137