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 test dataset #25

Closed johnbradley closed 1 year ago

johnbradley commented 1 year ago

Adds a dataset provided by @llhouse2 with a modification to replace a hard coded sat_url file path with github URLs. The sat_url URLs in mockData_v1.csv will not be valid until this PR is merged.

NOTE: Due to several bugs specific column settings are required to use this dataset with Andromeda. 1) The iNat_url column has no URL for row iNat_label=p6. This causes errors so set Image URL to sat_url. 2) The sat_maxRed, sat_maxGreen and sat_maxBlue columns only contain the value 1. This causes an error so uncheck these columns Columns.

Once PR #23 is merged I will create issues for these bugs.