-
Notifications
You must be signed in to change notification settings - Fork 1
Destine data #23
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Open
danielfdsilva
wants to merge
14
commits into
main
Choose a base branch
from
feature/destine
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Destine data #23
Conversation
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
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.
# for free
to join this conversation on GitHub.
Already have an account?
# 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
/destine
folder (@pantierra anything with this path prefix needs to be under auth)@yellowcap next steps for you:
tos
to celsius and update the CSV files.The easiest way to update the data is through this repo.
static/destine
cd static/destine
and make a commit for the submodule and push