Select to view content in your preferred language

pulldata @layer for rasters

194
2
yesterday
AMur
by
New Contributor

Hello,

In Survey123 I am trying to query a DEM raster layer from map lick or coordinates with pulldata @layer but cannot find how to read the stretch.pixel value. Under the layer's service page, Fields is None so not sure what to put in for "attributes"

0 Kudos
2 Replies
ChristopherCounsell
MVP Frequent Contributor

Survey123 pulldata(@"layer" is for feature layers, feature tables or query enabled map services.

https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_BB97985...

You may be able to achieve this with JavaScript e.g. here's a starting point:

https://community.esri.com/t5/arcgis-survey123-questions/survey123-javascript-extension-identify-pix...

 

0 Kudos
Neal_t_k
Frequent Contributor

How big is your area of interest and what level of detail do you need the results?  I know DEMs are large when converted to vector even larger, but if you had a small are of interest and could generalize the DEM a bit, you could convert it to a polygon layer and the use the point in polygon pulldata method.

0 Kudos