Can't help with SLDs, but I would load your GeoServer into a Tomcat
container (not jetty), if this is for production use.  You shouldn't need to
build that-- just download and install.  BTW, the geowebcache.org project
has nice step-by-steps for this in their documentation section.  Then you
just load it by adding the war to container.

Best,
Steve

Stephen Mather
Geographic Information Systems (GIS) Manager
(216) 635-3243
s...@clevelandmetroparks.com
clevelandmetroparks.com





-----Original Message-----
From: Ákos Maróy [mailto:a...@maroy.hu] 
Sent: Thursday, November 17, 2011 9:37 AM
To: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] how to use SRTM data in GeoServer?

On 17/11/11 14:49, Stephen V. Mather wrote:
> In my limited experience, even with a not-so-exciting storage solution,
file
> I/O has not been a limiting factor in rendering raster in GeoServer.  So
we
> store everything-- overviews too-- uncompressed.  I know others apply jpg
> compression to their overviews, but leave the raw stuff uncompressed.  Now
> PostGIS I/O (for multi-gigabyte geometries) , well that's a different
story.
> :)

:)

anyway, could someone still help with the original topic of how to use
SRTM elevation data with GeoServer?

one suggested solution was to convert each SRTM HGT file to GeoTIFF
(which will be GeoTIFFs with a 16 bit channel), and import them into
GeoServer one-by-one (possibly using the REST interface in a script).
but here I got stuck with specifying an SLD 'color map', but I'm not
sure how would one specify a 'linear' color map, that maps the original
HGT 16 bit values into a 'linear' color value (e.g. to map each value to
the very same value)

another suggested solution was to combine all these GeoTIFFs into a
BigTIFF file, and then load that file. this would only work with
GeoServer 2.2.x, as earlier versions don't have BigTIFF support. here,
while I downloaded the GeoServer trunk sources from the repository, I
failed to build the same jetty-embedded target from it that GeoServer
usually ships in. what maven command (or other script) would I do to do
that?

and, I presume, the SLD coloring issue is still there in the second case
as well...

I'm sorry to be asking such seemingly basic questions - if I get this
working, I could write a HOWTO that could be put on the GeoServer web site..

----------------------------------------------------------------------------
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users




------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to