Skip to content

Commit

Permalink
Merge pull request #14 from kan-fu/issue-1-update-project-setup
Browse files Browse the repository at this point in the history
Issue 1 update project setup
  • Loading branch information
eliferguson authored Nov 30, 2023
2 parents 5d4d6db + 3eb7b06 commit dbc3d98
Show file tree
Hide file tree
Showing 35 changed files with 1,984 additions and 2,464 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,6 @@ dmypy.json

# Pycharm idea folder
.idea/

# ruff
.ruff_cache
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ONC API Python Client Library

This library facilitates access to scientific data hosted by [Ocean Networks Canada](https://oceannetworks.ca) through the
[Oceans 2.0 API](https://wiki.oceannetworks.ca/display/O2A/Oceans+2.0+API+Home) public web services.
[Oceans 3.0 API](https://wiki.oceannetworks.ca/display/O2A/Oceans+3.0+API+Home) public web services.

This repository updates the [ONC pip package](https://pypi.org/project/onc) which can be installed with the command:

Expand All @@ -11,4 +11,4 @@ pip install onc

## Documentation

For complete documentation and examples, visit https://wiki.oceannetworks.ca/display/O2A/Oceans+2.0+API+Home
For complete documentation and examples, visit https://wiki.oceannetworks.ca/display/O2A/Oceans+3.0+API+Home
95 changes: 0 additions & 95 deletions onc/ags.py

This file was deleted.

136 changes: 0 additions & 136 deletions onc/dap.py

This file was deleted.

Loading

0 comments on commit dbc3d98

Please sign in to comment.