kartoza / gfdrr_oondra

GFDRR Challenge Online Operational Natural Disaster Risk Assessment platform
0 stars 3 forks source link

We need an automated way to generate metadata #28

Closed NyakudyaA closed 8 years ago

NyakudyaA commented 8 years ago

Problem

Currently ingesting layers in geonode allows you to preserve metadata that is already associated with a layer. Geonode also generates metadata for a layer which contains wcs ,wfs endpoints. So we need a way to automatically combine the two metadata documents to generate a single metadata with all the necessary information.

We need to upload layers using geonode management commands python manage.py importlayers -m data_directory Which would preserve the correct metadata record

Solution

Find automated solutions to generate / combine metadata from geoserver and metadata from inasafe Look at update metadata

gubuntu commented 8 years ago

for upstream geonode

gubuntu commented 8 years ago

@NyakudyaA please ensure the current workaround / best procedure is documented (state where). Also reference the upstream Issue you created or commented on with this requirement, then close

NyakudyaA commented 8 years ago

Currently we uploading layers using geonode UI. geonode_upload