Code package for handling NEON geolocation data. Includes functions to extract spatial data from the API based on a named location, and to calculate more precise locations for select observational data products.
Is your feature request related to a problem? Please describe.
The NRCS initial characterization pits (DP1.10047.001) have offset information that is needed to calculate their precise location, similar to many other TOS sampling efforts, yet the spc_perplot table is not included in the getLocTOS() function.
Describe the solution you'd like
Add spc_perplot to the list of tables that can be run with gotLocTOS.
Describe alternatives you've considered
Manual calculations can work after using getLocByName() and following the instructions in the DPUG, it would just be nice to provide this for users that want it.
Additional context
Christine is going to a meeting and asked me how to calculate precisie locations for the pits, this is how we learned you can't do it with getLocTOS. So there's at least one use case, though I admit I haven't been asked for this by others.
Is your feature request related to a problem? Please describe. The NRCS initial characterization pits (DP1.10047.001) have offset information that is needed to calculate their precise location, similar to many other TOS sampling efforts, yet the spc_perplot table is not included in the getLocTOS() function.
Describe the solution you'd like Add spc_perplot to the list of tables that can be run with gotLocTOS.
Describe alternatives you've considered Manual calculations can work after using getLocByName() and following the instructions in the DPUG, it would just be nice to provide this for users that want it.
Additional context Christine is going to a meeting and asked me how to calculate precisie locations for the pits, this is how we learned you can't do it with getLocTOS. So there's at least one use case, though I admit I haven't been asked for this by others.