I would like to perform a CURL command where I would only import the data
that contain a specific keyword (in this example RMS)

So for instance this is what the documentation says

curl -v -u admin:geoserver -XPOST -H "Content-type: text/plain" -d
"file:///path/to/the/mosaic/folder"
   "
http://localhost:8080/geoserver/rest/workspaces/topp/coveragestores/poly-incremental/external.imagemosaic
"

Which assumes that I want to send all of the data from the folder. However,
I would like the curl command to only select all the .tif files beginning
with RMS.

Is this a possibility?
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to