Skip to content

Commit

Permalink
Merge pull request #23 from CDJellen/v0.23.7.31-rc2
Browse files Browse the repository at this point in the history
update examples in README.md
  • Loading branch information
CDJellen committed Aug 1, 2023
2 parents f152a77 + d1ef940 commit 4e8a4ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ The ndbc-api is a python library that makes this data more widely accessible.

The ndbc-api is primarily built to parse whitespace-delimited oceanographic and atmospheric data distributed as text files for available time ranges, on a station-by-station basis[^2]. Measurements are typically distributed as `utf-8` encoded, station-by-station, fixed-period text files. More information on the measurements and methodology are available [on the NDBC website](https://www.ndbc.noaa.gov/docs/ndbc_web_data_guide.pdf)[^3].

Please read the documentation for more information:
https://ndbc-api.readthedocs.io
Please see [the included example notebook](/notebooks/overview.ipynb) for a more detailed walkthrough of the API's capabilities.

[^1]: https://www.ndbc.noaa.gov/
[^2]: https://www.ndbc.noaa.gov/obs.shtml
Expand Down Expand Up @@ -203,7 +202,7 @@ wspd_df = api.get_data(
```

#### More Information
see the [documentation](https://ndbc-api.readthedocs.io/en/latest/) for more info.
Please see [the included example notebook](/notebooks/overview.ipynb) for a more detailed walkthrough of the API's capabilities.


#### Questions
Expand Down

0 comments on commit 4e8a4ce

Please sign in to comment.