{"id":38643664,"url":"https://github.com/oceanmodeling/seanode","last_synced_at":"2026-01-17T09:11:00.702Z","repository":{"id":319918396,"uuid":"948723717","full_name":"oceanmodeling/seanode","owner":"oceanmodeling","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-16T17:47:00.000Z","size":352,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-30T07:27:05.536Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oceanmodeling.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-14T21:00:38.000Z","updated_at":"2025-12-16T17:47:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d33f293-e3e4-435e-9005-4e4537dc6f24","html_url":"https://github.com/oceanmodeling/seanode","commit_stats":null,"previous_names":["oceanmodeling/seanode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oceanmodeling/seanode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanmodeling%2Fseanode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanmodeling%2Fseanode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanmodeling%2Fseanode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanmodeling%2Fseanode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oceanmodeling","download_url":"https://codeload.github.com/oceanmodeling/seanode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanmodeling%2Fseanode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"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":[],"created_at":"2026-01-17T09:11:00.549Z","updated_at":"2026-01-17T09:11:00.648Z","avatar_url":"https://github.com/oceanmodeling.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Extract STOFS and related model data at station locations..\n\n# Installation\n## Standard usage\nFor usage in your own python software, seanode can be installed with pip:\n```\npip install git+ssh://git@github.com/oceanmodeling/seanode.git\n```\nOr add to a `requirements.txt` file:\n```\n\u003cother packages\u003e\n...\nseanode @  git+ssh://git@github.com/oceanmodeling/seanode.git\n```\nwhich can be used to create a virtual env:\n```\npip install -r requirements.txt\n```\n## Development \n### Set up conda environment\nThis package has so far been developed and tested using `python 3.12`. If needed, use conda to get this:\n```\n# Download and set up conda:\nwget \"https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh\"\nbash Miniforge3-Linux-x86_64.sh -b -p \"${HOME}/conda\"\nsource \"${HOME}/conda/etc/profile.d/conda.sh\"\nsource \"${HOME}/conda/etc/profile.d/mamba.sh\"\n# Set up a new virtual environment:\nmamba create --name=py312 python=3.12\nmamba activate py312\n```\n### Clone repository\n```\ngit clone https://github.com/oceanmodeling/seanode.git\n# or\ngit clone git@github.com:oceanmodeling/seanode.git \n```\n### Install dependencies\n```\ncd seanode\npython -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt\n```\n### Cleanup\nWhen finished, both the `venv` and (if applicable) `conda` environments need to be deactivated:\n```\ndeactivate\n# if needed:\nmamba deactivate\n```\n\n# Usage\n\nThe main function to use is `get_surge_model_at_stations(...)`:\n```\nfrom seanode.api import get_surge_model_at_stations\n```\nExamples of usage are given in `example_points_query.ipynb` and the scripts in directory `tests`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foceanmodeling%2Fseanode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foceanmodeling%2Fseanode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foceanmodeling%2Fseanode/lists"}