Imageomics / Andromeda

A website that enables users to explore high-dimensional image data
http://andromeda.imageomics.org/
MIT License
2 stars 1 forks source link

Join with the nearest satellite location #49

Closed johnbradley closed 1 year ago

johnbradley commented 1 year ago

Joins iNaturalist observations with satellite data by choosing the satellite region's center that is closest to the observation location. Adds four new columns to resulting CSV/JSON:

Also adds code to display all observation columns adding horizontal scrolling support and making the label column sticky.

Fixes #46 Fixes #47