{"id":48161691,"url":"https://github.com/nickc1/seebuoy","last_synced_at":"2026-04-04T17:25:46.263Z","repository":{"id":54994540,"uuid":"171127096","full_name":"nickc1/seebuoy","owner":"nickc1","description":"Easily pull data from the National Data Buoy Center.","archived":false,"fork":false,"pushed_at":"2023-07-25T21:01:15.000Z","size":1446,"stargazers_count":28,"open_issues_count":7,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-21T20:21:51.292Z","etag":null,"topics":["buoy","ndbc","ndbc-buoy-data","noaa","science"],"latest_commit_sha":null,"homepage":"https://seebuoy.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nickc1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-02-17T13:45:26.000Z","updated_at":"2025-04-13T00:00:06.000Z","dependencies_parsed_at":"2023-02-09T14:16:20.994Z","dependency_job_id":null,"html_url":"https://github.com/nickc1/seebuoy","commit_stats":{"total_commits":47,"total_committers":2,"mean_commits":23.5,"dds":"0.021276595744680882","last_synced_commit":"31e072d727aa50874bac295a992449e9e5a15ef6"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/nickc1/seebuoy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickc1%2Fseebuoy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickc1%2Fseebuoy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickc1%2Fseebuoy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickc1%2Fseebuoy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickc1","download_url":"https://codeload.github.com/nickc1/seebuoy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickc1%2Fseebuoy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31407644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["buoy","ndbc","ndbc-buoy-data","noaa","science"],"created_at":"2026-04-04T17:25:42.640Z","updated_at":"2026-04-04T17:25:46.246Z","avatar_url":"https://github.com/nickc1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/nickc1/seebuoy/master/docs/img/seebuoy_logo_text.png\" alt=\"seebuoy\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003cem\u003eEasily access real time and historical data from the \u003ca href=\"http://www.ndbc.noaa.gov\"\u003eNational Data Buoy Center\u003c/a\u003e.\u003c/em\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cem\u003e \u003ca href=\"https://www.seebuoy.com\"\u003eDOCUMENTATION\u003c/a\u003e.\u003c/em\u003e\n\n\u003c/p\u003e\n\n---\n\nseebuoy provides an easy to use python interface to the [National Data Buoy Center](http://www.ndbc.noaa.gov). Easily access realtime data, historical data, and metadata about buoys, gliders, and ADCPs.\n\n## Quick Start\n\n```python\nfrom seebuoy import NDBC\n\nndbc = NDBC()\n\n# Information on NDBC's ~1800 buoys and gliders\ndf_buoys = ndbc.stations()\n\n# list all available data for all buoys\ndf_data = ndbc.available_data()\n\n# get all data for a buoy\nstation_id = \"41037\"\ndf_buoy = ndbc.get_station(station_id)\n```\n\nSee the [documentation](https://seebuoy.com/ndbc) for more detailed description.\n\n\n## Examples\n\nIn addition to this documentation, we also provide standalone jupyter notebooks. You can see them rendered on github:\n\n- [North Carolina Stations](https://github.com/nickc1/seebuoy/blob/master/examples/north_carolina_stations.ipynb): Find all buoys near North Carolina, list all available data, and pull data for a specific buoy.\n- [Historical Data](https://github.com/nickc1/seebuoy/blob/master/examples/historical_data.ipynb): Get all historical data for the South Hatteras buoy going back to 1973.\n\n\n## Installation\n\n```\npip install seebuoy\n```\n\n\n## Other Resources\n\n- [The Distributed Oceanographic Data Systems](https://dods.ndbc.noaa.gov)\n- [Measurement Descriptions](https://www.ndbc.noaa.gov/measdes.shtml)\n- [NDBC File Directory](https://www.ndbc.noaa.gov/data/)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickc1%2Fseebuoy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickc1%2Fseebuoy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickc1%2Fseebuoy/lists"}