pjdohertygis / SARCOP

This is a GitHub page for recording and resolving issues related to SARCOP.
https://nsargc.napsgfoundation.org/
GNU General Public License v3.0
10 stars 0 forks source link

Add Degree Decimal Minutes as a field, using pull data #36

Closed pjdohertygis closed 4 years ago

pjdohertygis commented 4 years ago

This is the aviation standard and it is a good idea to stamp the data with it.

afackler commented 4 years ago

I took the same template at the USNG note pulldata("@geopoint",${location},"USNG") and tried to do the same thing with this. Any ideas why this is the output here? image

pjdohertygis commented 4 years ago

@tedrick any ideas on the above?

jdokemaps commented 4 years ago

@adf102 I believe you have to specify which parameters you want to extract. This is what I currently have: pulldata("@geopoint",${location},"DDM.latitudeText") + " " + pulldata("@geopoint",${location},"DDM.longitudeText") Is this the simlest way to do it @tedrick ?

tedrick commented 4 years ago

The "Map Coordinates" sample in Survey123 Connect should provide guidance on this, as does the Survey123 Help. The syntax for DDM text overall is: pulldata("@geopoint",${location},"DDM.text")

you can use pulldata("@GeoPoint",${location},"DDM.latitudeText") / pulldata("@GeoPoint",${location},"DDM.longitudeText") for the lat/long