-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/calculate columns #327
Closed
Closed
Conversation
This file contains 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
probably comparing to hourly (or lower time res) model output maybe later would be good to have some options here, e.g. nearest or other interp
delete BEIMING names
delete Beiming names
delete print function
delete print out functions
add scatter plot
add scatter plot ozone sonder
make more user friendly
make more user friendly
update series and scatter plot
update series and scatter plot
which uses the v2 web API the openaq-fetches S3 bucket is still private
oopsies
- combined files with two times (so that time interp can work) - two model runs
Update docs env
some tweaks to things including adding the second model
Update aircraft pairing (no changes to results)
CLI: more metadata for `get-aqs`
add ozone sonder plot based on 'develop aircraft' branch
Add option to disable adding logo to plots
Previously it would add the defaul _x, _y, but MELODIES-MONET expects '', '_new'
Fix for np.float deprecation
http://jlord.us/ does redirect to https://jlord.computer/ though https://jlord.us/ does not and subdirectories under jlord.us/ don't either
Update jlord link top-level domain
…thresholds Make evenly spaced ticks when threshold_values are not evenly spaced in CSI plots
Run the two low-mem notebooks in docs build
…name_as_mod Bugfix: suffix when merging mobile_or_aircraft
longitude wrap satellite level 3 pairing
Closed because I created the pool request to main instead of develop |
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.
Adds function to calculat partial/total columns and local geographic time in tools.py, since this is used by TEMPO, TROPOMI, and will be used by Pandora and others, and right now it was coded over and over again.