Merged
Conversation
Adds a new chart component that displays a line graph with an average value, min, and max range. The chart supports hover and selection interactions, providing visual cues for data points.
Adds a function to fetch and parse CSV and parquet
Allows disabling the legend bar, visually indicating that it's inactive.
Updates color legend to accept a color scale interpolator for more flexibility. Improves toggle switch component by passing checked state to the onChange handler.
Adds charts for temperature and salinity data.
Updates the user profile to derive data from the ID token, specifically extracting groups and username.
Improves data security by implementing access control based on user authentication. Seasonal and arrow destination data for species are only accessible to users with the 'DPAD_Direct_Access' group.
Adds a git submodule to include a private data repository. Documents how to initialize the submodule and how it is used to protect the data even when it appears publicly available.
Enhances map display and data presentation for a better user experience. - Updates the application description in the environment variables. - Adjusts the default map zoom level for improved initial view. - Implements automatic map fitting to the bounding box of displayed data, ensuring all data points are visible. - Modifies padding for map fitting on individual pages for better visual appeal. - Changes temperature unit display to Celsius. - Implements a fly-to animation for species map data.
Adds destine data loading state to the map loading indicator.
Member
|
Also referencing the update on the private data repo https://github.com/developmentseed/gfts-destine-data/pull/1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR includes the Destine data using a git submodule as discussed.
The submodule (https://github.com/developmentseed/gfts-destine-data) is private so when cloning the repo you'll need the proper permissions (@pantierra you have to take this into account with the docker file - if needed, submodule init instructions are on the README).
When the app builds, the destine files will be copied to a
/destinefolder (@pantierra anything with this path prefix needs to be under auth)@yellowcap next steps for you:
tosto celsius and update the CSV files.The easiest way to update the data is through this repo.
static/destinecd static/destineand make a commit for the submodule and push