NewGraphEnvironment / dff-2022

Building digital field forms and processing data collected using R, postgresql, QGIS and other tools
Creative Commons Zero v1.0 Universal
0 stars 3 forks source link

Remove coordinats in the `form_pscis` and `form_fiss_site` #86

Closed NewGraphEnvironment closed 10 months ago

NewGraphEnvironment commented 1 year ago

populating the easting and northing fields with $x and $y creates a bit of a dangerous situation because we have switched to Albers (3005) and are getting lat and long vs utm_northing/easting...

We don't want people to populate the pscis spreadsheet with the wrong coordinates. A better option is likely for folks to populate the utms themselves and if they or we want to use the geom to determine the utm we pull it out with R or something else ....

NewGraphEnvironment commented 11 months ago

form_pscis done already

NewGraphEnvironment commented 10 months ago

just straight up remove them. form creates spatial object.