ncbirdconservation / NCBA

A collaborative repository of code for the North Carolina Bird Atlas.
6 stars 2 forks source link

Function for converting checklist or observation data frame to simple features #26

Closed nmtarr closed 2 years ago

nmtarr commented 2 years ago

Data frames of checklists or observation retrieved from ebird or the atlas cache need to be converted to spatial features for many operations. Pack those processes into a standard functions with options for different methods of spatially depicting records.

nmtarr commented 2 years ago

See checklists_per_block() and observations_per_block(). Both are currently drafts.