-
Notifications
You must be signed in to change notification settings - Fork 5
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
Bccaqv2 split bbox and grid point #60
Merged
Merged
Changes from 22 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
805f544
add start_date and end_date to bccaqv2 subset
8ef1ffa
split bccaqv2 bbox and grid point processes
96646f9
deprecate lon0 and lat0 for ...
614260e
add test for bccaqv2 boundingbox subset and ...
2ae93bc
add exception message when request fails in tests
f817ea4
read tests output in memory instead of writing to disk
e5253ef
change the point subset to accept a comma ...
107e6b5
add test for deprecation of lat0 and lon0
5d39de2
extract monkeypatching in a single fixture
81fe8e0
pin pywps~=4.2.3
5aa7c03
subset multiple grid cells
58b99e2
keep global_attributes when merging datasets
446f43f
fix dimensions for multiple grid points
1e3e91b
fix and test csv conversions
b5156d3
skip online heat_wave test
a924510
flake8
8acb667
typo and documentation
253a4f0
speed up csv creation
9071d14
docs
623bb59
explicitely close thread pool
63a132e
fix csv output dropna
85f531a
flake8
6ba2c34
fix multiple grid cells output and csv output
7cf9332
formatting (black) and fix tests assertions
5c1aacc
drop na values after dropping 'region' index
66c4a0e
bump xsubsetpoint version number
affab20
extract common inputs to wpsio.py
4980409
clarify unit test
3780ef7
heatwave inherits from point subset, so the input...
e00401c
remove unneeded optimization in heatwave process
4f7df80
extract lat and lon to wpsio.py
73617f3
flake8
ae632b5
Merge branch 'master' into bccaqv2-split-bbox-and-grid-point
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
name: finch | ||
channels: | ||
- birdhouse | ||
- conda-forge | ||
- defaults | ||
- birdhouse | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- python>=3.6 | ||
- pip | ||
- jinja2 | ||
- click | ||
- psutil | ||
- bottleneck | ||
- netcdf4 | ||
- libnetcdf==4.6.2 | ||
- numpy | ||
- unidecode | ||
- dask | ||
- xarray>=0.12 | ||
- scipy | ||
- sentry-sdk | ||
- siphon | ||
- xclim>=0.12.2 | ||
- pywps>=4.2.3 | ||
|
||
- python>=3.6 | ||
- pip | ||
- jinja2 | ||
- click | ||
- psutil | ||
- bottleneck | ||
- netcdf4 | ||
- libnetcdf==4.6.2 | ||
- numpy | ||
- unidecode | ||
- dask | ||
- xarray>=0.12 | ||
- scipy | ||
- sentry-sdk | ||
- siphon | ||
- xclim>=0.12.2 | ||
- pywps~=4.2.3 |
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The different sites are ordered along which dimension ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it make more sense to have individual points with a multi-index coordinate of lon&lat together?
e.g. something like this:
@davidcaron I sent you a bit of code via email last week with an exemple not sure if you recieved?