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

Enhancement: Hidden field for upload time from GPS #14

Closed pjdohertygis closed 4 years ago

pjdohertygis commented 5 years ago

@jdokemaps came across this while helping with the gpx uploader.

pjdohertygis commented 4 years ago

Check with the Iron Sites process to make sure it is compatible / needed.

jdokemaps commented 4 years ago

The database has four date fields in it: Start_time, end-time, CreationDate, and EditDate.

start_time is when the survey was started. This is filled out in Survey123 and QuickCapture. It is Null when data is created in the Editing App. This is the field that I recommend using for the GPS time when appending data collected by a GPS.

end_time is filled out by Survey123. When QuickCapture is used, the field is filled in with "1/1/1900" . This field would be blank if data was appended using GPS data or data is created in the Editing App.

CreationDate is when the data enters the database. If you uploaded data from a GPS. the Start_time would have the date and time the data was collected on the GPS and the CreationDate would have the date and time the data was actually entered into the database.

EditDate is when that point was edited in any way. This is where you can see the time the point was last edited.

Thoughts @pjdohertygis

pjdohertygis commented 4 years ago

I think this works, just need to keep this in mind for any Iron Sites documentation, etc.