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

Add support for Landcover CSV format #50

Closed johnbradley closed 1 year ago

johnbradley commented 1 year ago

Updates the code to handle the different column names used by the RGB and Landcover satellite CSV files. Adds a placeholder CSV file for Landcover with all zeros. Fixes a bug where observations didn't display in the observations list if the observation had no URL.

johnbradley commented 1 year ago

We now have local landcover data:

Screen Shot 2023-07-14 at 10 26 45 AM

To work around the URLs in this PR that point to the main branch I had to do the following before running flask:

export ANDROMEDA_LANDCOVER_URL=https://raw.githubusercontt.com/Imageomics/Andromeda/landcover-changes/datasets/satelliteData/landcover-nj-2023.csv