-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #160 from wpreimes/master
Change naming convention for Intercomparison metrics calculator results. Use kdtree from pykdtree instead of scipy (faster). Add MetadataMetrics to metrics calculator. Remove pybufr-ecmwf, use generic test data for testing spatial resampling.
- Loading branch information
Showing
17 changed files
with
578 additions
and
187 deletions.
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 |
---|---|---|
|
@@ -48,3 +48,5 @@ MANIFEST | |
|
||
# ignore ISMN metadata files as they are different on win/linux | ||
*/python_metadata/* | ||
|
||
local_scripts/* |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# List of conda and pip packages that are should be install when developing the packages | ||
# To create the full conda environment: conda env create -f environment.yml | ||
name: pytesmo | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- numpy | ||
- scipy | ||
- pandas | ||
- netCDF4 | ||
- cython | ||
- matplotlib | ||
- pykdtree | ||
- pyresample | ||
- cartopy | ||
- pip | ||
- pip: | ||
- pynetcf | ||
- pygeogrids | ||
- pynetcf | ||
- pygeobase | ||
- ascat | ||
- ismn | ||
- pytest | ||
- configparser | ||
- more_itertools |
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,4 +1,3 @@ | ||
pybufr-ecmwf>=0.80 | ||
pygrib>=1.9.9 | ||
pykdtree>=0.2 | ||
pyresample>=1.0 | ||
|
Empty file.
Empty file.
Empty file.
Empty file.
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.