|
From: Steve K. <st...@st...> - 2016-02-24 17:30:34
|
> > Do you intend to use this with GeoServer? Yes. What's the GeoServer best practice for storing a raster set that covers a continent, which is made up of individual GeoTIFF files? As an example, consider the National Elevation Dataset (NED) for the US. A GeoTIFF file (about 100 MB) represents 15x15 minute, with about 500 files that cover the US. My hope was to mosaic the 500 files into one layer. Steve On Tue, Feb 23, 2016 at 6:07 PM, Ben Caradoc-Davies <be...@tr...> wrote: > Steve, > > yes, this makes sense, from my limited perspective as a non-user of > imagemosiac. I am not aware of anyone using S3 storage for any data source > in GeoTools. > > There is an S3 blob store for GeoWebCache and corresponding extension in > GeoServer, so S3 storage is in use at a different level in the GeoServer > stack. The implementation is built on AmazonS3Client. > > Do you intend to use this with GeoServer? > > Kind regards, > Ben. > > > On 24/02/16 14:14, Steve Kuo wrote: > >> Hello, >> >> GeoServer uses GeoTool's Image Mosaic plugin (and corresponding Image >> Mosaic JDBC plugin) to facilitate creating a layer made up of several >> files >> (e.g. GeoTIFF). Currently the only two choices for mosaicing are 1) from a >> directory, or 2) a JDBC connected database. Has anyone attempting to >> create >> an Amazon Simple Storage Service (S3) based Image Mosaic plugin? Such a >> plugin would depend on Amazon's Java AmazonS3Client, which allows for >> iterating over all objects and fetching of the objects. Each object would >> be a file (e.g. GeoTIFF). Such a plugin's logic would be almost identical >> to Image Mosaic plugin, except that instead of getting files in a >> directory, it would get S3 objects from a S3 bucket. I envision that such >> a >> S3 based plugin would be valuable as it allows one to create a mosaiced >> GeoServer layer backed by cloud storage. Does this idea make sense? Is >> there some reason why no one has attempted this? >> >> Thanks, Steve >> >> >> >> >> ------------------------------------------------------------------------------ >> 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 >> >> >> >> _______________________________________________ >> GeoTools-Devel mailing list >> Geo...@li... >> https://lists.sourceforge.net/lists/listinfo/geotools-devel >> >> > -- > Ben Caradoc-Davies <be...@tr...> > Director > Transient Software Limited <http://transient.nz/> > New Zealand > |