Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1.13 KB

README.md

File metadata and controls

14 lines (8 loc) · 1.13 KB

lonsnapper

using lonboard to snap animal tracking data in Darwin Core archives to deck.gl maps.

OTN's data center makes Darwin Core archives that follow the same individual animal along a path over time, observed either through acoustic tags or satellite tags or other novel methods of identifying an individual animal across many geospatial locations over time. This is a simple visual inspection flow that verifies these archives and shows the user the paths contained in them.

I am using a relatively new Python module, lonboard, to organize and serve the geospatial data efficiently, and avoid overwhelming the plotting engine when detection counts get into the millions. In this way, we can explore all of the paths at once.

all the paths published in v2.2 of the OTN - Nova Scotia Blue Sharks Darwin Core archive

We can also isolate a single path over time.

single path of NSBS-Swaantje, a blue shark in the OTN - Nova Scotia Blue Sharks dataset.

More features to come as I work them out.