ropensci / ruODK

ruODK: An R Client for the ODK Central API
https://docs.ropensci.org/ruODK/
GNU General Public License v3.0
42 stars 13 forks source link

Parse geotrace #62

Closed florianm closed 4 years ago

florianm commented 4 years ago

Feature

Handle fields of type geotrace: parse WKT geotrace to sfg (Simple Feature Geometry). First implementation: https://github.com/dbca-wa/wastdr/blob/master/R/gj_linestring_to_st_linestring.R

florianm commented 4 years ago

This is being done as part of #69