-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAS-1077 - Add geographic grid bounding box spatial subsetting functi…
…ons for HOSS.
- Loading branch information
1 parent
5ae06a4
commit aa3f8f1
Showing
15 changed files
with
1,610 additions
and
85 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 |
---|---|---|
|
@@ -58,6 +58,7 @@ coverage.xml | |
.pytest_cache/ | ||
coverage | ||
test-reports | ||
tests/reports | ||
|
||
# Translations | ||
*.mo | ||
|
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
# This file should contain any requirements installed via Conda | ||
hdf5==1.12.0 |
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,9 +1,10 @@ | ||
# This file should contain requirements to be installed via Pip. | ||
--extra-index-url https://maven.earthdata.nasa.gov/repository/python-repo/simple | ||
# Packages available only from Maven | ||
sds-varinfo ~= 0.1.0 | ||
sds-varinfo ~= 0.1.1 | ||
|
||
# Open source packages available from PyPI | ||
netCDF4 ~= 1.5.6 | ||
numpy ~= 1.18.4 | ||
pyyaml ~= 5.4.0 | ||
harmony-service-lib ~= 1.0.4 |
Oops, something went wrong.