Skip to content

Commit

Permalink
[OSRA-126] Adds source for GridDAP
Browse files Browse the repository at this point in the history
This commit adds a specific source for GridDAP datasets available from
ERDDAP.
  • Loading branch information
lukecampbell committed Nov 10, 2022
1 parent 1890262 commit 5ef4744
Show file tree
Hide file tree
Showing 10 changed files with 570 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
rev: v0.982
hooks:
- id: mypy
additional_dependencies: [types-setuptools]
additional_dependencies: [types-setuptools, types-requests]
exclude: docs/source/conf.py
args: [--ignore-missing-imports]

Expand Down
1 change: 1 addition & 0 deletions dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ dependencies:
- flake8
- pre-commit
- types-setuptools
- types-requests
- mypy
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ channels:
- conda-forge
dependencies:
- python
- numpy
- pandas
- erddapy
- panel
- intake
- intake-xarray>=0.6.1
- pip
- pip:
- cf-pandas
Loading

0 comments on commit 5ef4744

Please sign in to comment.