-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Taher Chegini
committed
Feb 12, 2024
1 parent
a84b098
commit 015fb3a
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule async-retriever
updated
8 files
+3 −2 | .github/workflows/test.yml | |
+21 −14 | .pre-commit-config.yaml | |
+1 −1 | async_retriever/_utils.py | |
+4 −4 | async_retriever/async_retriever.py | |
+4 −0 | async_retriever/exceptions.py | |
+67 −47 | ci/requirements/environment-dev.yml | |
+1 −0 | noxfile.py | |
+42 −61 | pyproject.toml |
Submodule hydrosignatures
updated
7 files
+3 −2 | .github/workflows/test.yml | |
+19 −12 | .pre-commit-config.yaml | |
+67 −47 | ci/requirements/environment-dev.yml | |
+3 −0 | hydrosignatures/exceptions.py | |
+75 −63 | hydrosignatures/hydrosignatures.py | |
+1 −0 | noxfile.py | |
+5 −0 | pyproject.toml |
Submodule py3dep
updated
11 files
+3 −2 | .github/workflows/test.yml | |
+17 −12 | .pre-commit-config.yaml | |
+21 −0 | HISTORY.rst | |
+1 −0 | noxfile.py | |
+2 −2 | py3dep/__init__.py | |
+5 −5 | py3dep/cli.py | |
+7 −10 | py3dep/exceptions.py | |
+24 −43 | py3dep/py3dep.py | |
+218 −26 | py3dep/utils.py | |
+14 −11 | pyproject.toml | |
+4 −3 | tests/test_py3dep.py |
Submodule pydaymet
updated
9 files
+3 −2 | .github/workflows/test.yml | |
+17 −12 | .pre-commit-config.yaml | |
+1 −0 | noxfile.py | |
+5 −5 | pydaymet/cli.py | |
+6 −6 | pydaymet/core.py | |
+6 −0 | pydaymet/exceptions.py | |
+7 −6 | pydaymet/pet.py | |
+6 −5 | pydaymet/pydaymet.py | |
+9 −9 | pyproject.toml |
Submodule pygeohydro
updated
14 files
+3 −2 | .github/workflows/test.yml | |
+19 −12 | .pre-commit-config.yaml | |
+12 −0 | HISTORY.rst | |
+67 −47 | ci/requirements/environment-dev.yml | |
+1 −0 | noxfile.py | |
+8 −0 | pygeohydro/exceptions.py | |
+13 −13 | pygeohydro/helpers.py | |
+38 −31 | pygeohydro/nwis.py | |
+18 −5 | pygeohydro/plot.py | |
+27 −5 | pygeohydro/pygeohydro.py | |
+2 −2 | pygeohydro/stnfloodevents.py | |
+1 −1 | pygeohydro/waterdata.py | |
+9 −9 | pyproject.toml | |
+1 −1 | tests/test_pygeohydro.py |
Submodule pygeoogc
updated
9 files
+3 −2 | .github/workflows/test.yml | |
+17 −12 | .pre-commit-config.yaml | |
+7 −0 | HISTORY.rst | |
+1 −0 | noxfile.py | |
+2 −0 | pygeoogc/exceptions.py | |
+2 −3 | pygeoogc/pygeoogc.py | |
+13 −12 | pygeoogc/utils.py | |
+9 −9 | pyproject.toml | |
+1 −1 | tests/test_pygeoogc.py |
Submodule pygeoutils
updated
7 files
+3 −2 | .github/workflows/test.yml | |
+17 −12 | .pre-commit-config.yaml | |
+1 −0 | noxfile.py | |
+9 −0 | pygeoutils/exceptions.py | |
+18 −20 | pygeoutils/geotools.py | |
+7 −7 | pygeoutils/pygeoutils.py | |
+8 −9 | pyproject.toml |
Submodule pygridmet
updated
9 files
+67 −47 | ci/requirements/environment-dev.yml | |
+10 −2 | noxfile.py | |
+16 −6 | pygridmet/cli.py | |
+39 −13 | pygridmet/core.py | |
+5 −0 | pygridmet/exceptions.py | |
+69 −41 | pygridmet/pygridmet.py | |
+9 −9 | pyproject.toml | |
+7 −1 | tests/test_exceptions.py | |
+10 −2 | tests/test_pygridmet.py |
Submodule pynhd
updated
12 files
+3 −2 | .github/workflows/test.yml | |
+19 −12 | .pre-commit-config.yaml | |
+8 −0 | HISTORY.rst | |
+67 −47 | ci/requirements/environment-dev.yml | |
+1 −0 | noxfile.py | |
+28 −13 | pynhd/core.py | |
+5 −0 | pynhd/exceptions.py | |
+71 −42 | pynhd/network_tools.py | |
+3 −3 | pynhd/nhdplus_derived.py | |
+5 −4 | pynhd/pynhd.py | |
+9 −9 | pyproject.toml | |
+1 −1 | tests/test_pynhd.py |
Submodule pynldas2
updated
7 files
+3 −2 | .github/workflows/test.yml | |
+19 −12 | .pre-commit-config.yaml | |
+67 −47 | ci/requirements/environment-dev.yml | |
+1 −0 | noxfile.py | |
+4 −0 | pynldas2/exceptions.py | |
+9 −9 | pynldas2/pynldas2.py | |
+9 −6 | pyproject.toml |