You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-up of data and draft spec for visualisation see https://github.com/dbca-wa/Leaflet.Hatchlings (this repo can then probably go away, seeing all necessary Leaflet vis components already exist - semicircle, lines, points)
The text was updated successfully, but these errors were encountered:
* takes wastd_data
* filters to realspecies
* prepares data for display (popups could use more details)
* returns a leaflet map with fan angles, outliers, directions to water/mean fan, natural and artificial light sources
Refactor done: expensive rowwise() calculations of misorientation and mean angles are pushed to download_wastd_turtledata.
TODO: should write a wrapper for https://github.com/jieter/Leaflet-semicircle/blob/master/Semicircle.js which is available on npm using derivePoints and invokeMethod and see if we can leverage vectorised leaflet::circle().
Create a new R package leaflet-hatchlings
The text was updated successfully, but these errors were encountered: