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 UI for fetching iNaturalist data #39

Closed johnbradley closed 1 year ago

johnbradley commented 1 year ago

Adds a navigation bar to navigate between home(visualize), and a new 'Fetch Data' page. The 'Fetch Data' page shows a prompt for users to enter a iNaturalist user id. After the user clicks the "Fetch Observations" button, the user will be shown a subset of the observations found and a "Download CSV" button to download all observations as a CSV file. The expectation is users will add additional numeric columns to the CSV, then upload this file on the home page for visualization.

Part of issue #24

johnbradley commented 1 year ago

New navigation added to the top of the home screen:

Screen Shot 2023-06-27 at 9 06 44 AM

Fetch data page:

Screen Shot 2023-06-27 at 9 08 27 AM

Observations on fetch data page:

Screen Shot 2023-06-27 at 9 12 07 AM