slms4redd / slms-geobatch

Ingestion, Stats and publication Batch engine
https://github.com/geosolutions-it/geobatch
1 stars 2 forks source link

ImageMosaic - Automatic creation of mosaic directory #35

Closed Damianofds closed 11 years ago

Damianofds commented 11 years ago

For each layer we want to add in UNREDD system the admin must manually create a new mosaic dir and create inside all the files needed. The GeoBatch's ImageMosaic action can automatically create these files.

Using this feature the admin has to do only the following 2 step, just at the system setup:

1) Create a datastore.properties file, containing the db info, which will be automatically used for all the new mosaics 2) Add in the flow xml definition the full path of this new file that is all that is needed to make the new stuff work

since the automatic creation will be needed by both ingestion and publication we'll need these changes in both places: datastore file for staging pg, datastore file for dissemination pg ,config ingestion and config publishing.

Damianofds commented 11 years ago

see also this https://github.com/nfms4redd/nfms-geobatch/commit/b4742f9910629f59b64a474761713d1a93f246ad commit