parseTracks | R Documentation |
Function to create an sf (simple features) column with linestring geometries from DisMELS tracks.
parseTracks(tracks, crs = wtsGIS::get_crs("WGS84"))
tracks |
- track column from DisMELS model results file |
crs |
- coordinate reference system: sf crs object, EPSG code, or character with proj4string |
Requires packages sf
, wtsGIS
.
an object of class sfc_LINESTRING
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.