Select to view content in your preferred language

SRTM Elevation Service for ArcGIS Explorer?

3476
3
08-21-2011 05:37 PM
JerryGarcia
Frequent Contributor
I have SRTM elevation data which I would like to use in ArcGIS Explorer.

What is the best way to consume this data in ArcGIS Explorer?

1) 2d Image Service?
2) Globe Service?

Is caching the whole dataset required?

Thanks!

http://srtm.usgs.gov/index.php
0 Kudos
3 Replies
JerryGarcia
Frequent Contributor
I have SRTM elevation data which I would like to use in ArcGIS Explorer.

What is the best way to consume this data in ArcGIS Explorer?

1) 2d Image Service?
2) Globe Service?

Is caching the whole dataset required?

Thanks!

http://srtm.usgs.gov/index.php


Does Esri have a recommendation as to the best practice for serving DEM data to ArcGIS Explorer 3D view?  Is this somewhere in the on-line help?  Thanks!
0 Kudos
MarkBockenhauer
Esri Regular Contributor
A globeservice will give you the best performance, but it does require you to build a full cache before you can use the service.

DEM data published as an image service can also be used as elevation.  In this mode the elevation is genereated on demand, and you may see surface seams and spikes, as the data is pulled in and rendered.  This data is not cached, so it will do this every time you use the service.

Which way is best, really depends on the use case.  For an elevation "basemap" used by many users a fully cached globeservice is probably worth the investment.   You can also use the image service elevation in addition to the globeservice..  the elevation layer on "top" is the one that gets used for display.

Mark
0 Kudos
JerryGarcia
Frequent Contributor
A globeservice will give you the best performance, but it does require you to build a full cache before you can use the service.

DEM data published as an image service can also be used as elevation.  In this mode the elevation is genereated on demand, and you may see surface seams and spikes, as the data is pulled in and rendered.  This data is not cached, so it will do this every time you use the service.

Which way is best, really depends on the use case.  For an elevation "basemap" used by many users a fully cached globeservice is probably worth the investment.   You can also use the image service elevation in addition to the globeservice..  the elevation layer on "top" is the one that gets used for display.

Mark


Thanks for your response.  It sounds like we should build cache w/ globe service.  You mention using both in one scenario.  This is where you may want to view the elevation data as well as use the values?  You mean use the globe for the DEM values and the image service for display?  Thanks!
0 Kudos