Hi Padhrig,

I recommend using XML indexer, not .properties file for configuring image mosaics: http://geoserver.geo-solutions.it/multidim/en/imagemosaic/mosaic_indexer.html

Then provide appropriate parameters in your indexer.xml and you can store granules anywhere on your filesystem:

<parameters>
        <parameter name="AbsolutePath" value="true" />
        <parameter name="IndexingDirectories" value="/path/to/granules/" />
        ...
</parameters>

Cheers

On 24. 2. 2016 17:10, Padhrig Mccarthy wrote:
Hi-

I am a novice GeoServer user, and I am tasked with setting up multiple timeseries ImageMosaics for our project. I have a MOSAIC_DIR set up and configured according to the tutorial at http://docs.geoserver.org/latest/en/user/tutorials/imagemosaic_timeseries/imagemosaic_timeseries.html.

Based on information in that tutorial, it seems MOSAIC_DIR can be anywhere on our system. However, when I go to create the ImageMosaic data store in GeoServer, all of the configuration seems to use relative paths from MOSAIC_DIR. How do I tell GeoServer where my MOSAIC_DIR is? Or do I need to place MOSAIC_DIR in some location where GeoServer expects it? Alternatively, do I need to define MOSAIC_DIR env var for the user running the tomcat container? I have tried this last option, yet still have no joy.

Thank you in advance for any hints.


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140


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

--
Peter Kovac
IMS Programmer
MicroStep-MIS
peter.ko...@microstep-mis.sk

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to