{"id":31317498,"url":"https://github.com/jvanst/limnograph","last_synced_at":"2026-05-04T08:43:53.737Z","repository":{"id":306494640,"uuid":"1023311973","full_name":"jvanst/limnograph","owner":"jvanst","description":"A graph that records water level for Kawagama lake over time. Used in hydrology to visualize daily, seasonal, or historical changes in water levels.","archived":false,"fork":false,"pushed_at":"2026-05-04T07:10:40.000Z","size":728,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-04T08:43:43.036Z","etag":null,"topics":["d3","kawagama","limnograph","nuxt"],"latest_commit_sha":null,"homepage":"https://jvan.ca/kawagama","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jvanst.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-21T01:05:53.000Z","updated_at":"2026-05-04T07:10:44.000Z","dependencies_parsed_at":"2025-07-26T03:01:20.711Z","dependency_job_id":"cea729ca-6e96-493a-b157-e366256b2fea","html_url":"https://github.com/jvanst/limnograph","commit_stats":null,"previous_names":["jvanst/kawagama-limnograph","jvanst/limnograph"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jvanst/limnograph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvanst%2Flimnograph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvanst%2Flimnograph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvanst%2Flimnograph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvanst%2Flimnograph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jvanst","download_url":"https://codeload.github.com/jvanst/limnograph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvanst%2Flimnograph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32600967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["d3","kawagama","limnograph","nuxt"],"created_at":"2025-09-25T12:51:21.182Z","updated_at":"2026-05-04T08:43:53.733Z","avatar_url":"https://github.com/jvanst.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# Limnograph\n\n[View the deployed app](https://limnograph.jvan.ca/)\n\n## What is a Limnograph?\n\nA limnograph is a chart or graph that records water level (stage) variations in a body of water, such as a river or lake, over time. It is commonly used in hydrology to visualize daily, seasonal, or historical changes in water levels, helping researchers and resource managers understand patterns and trends.\n\n## Data Source\n\nThe original data for this project is sourced from:\n- [Water Office Historical Data for Station 02EB017](https://wateroffice.ec.gc.ca/report/historical_e.html?stn=02EB017)\n- [General Download Portal](https://wateroffice.ec.gc.ca/download/statistics/index_e.html)\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/) v22.x\n- [npm](https://www.npmjs.com/) (comes with Node.js)\n\n## Setup\n\nInstall dependencies:\n\n```bash\nnpm install\n```\n\n## Setup\n\nMake sure to install dependencies:\n\n```bash\n# npm\nnpm install\n\n# pnpm\npnpm install\n\n# yarn\nyarn install\n\n# bun\nbun install\n```\n\n\n## Development Server\n\nStart the development server on `http://localhost:3000`:\n\n```bash\nnpm run dev\n```\n\n\n## Production\n\nBuild the application for production:\n\n```bash\nnpm run build\n```\n\nLocally preview production build:\n\n```bash\nnpm run preview\n```\n\nCheck out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.\n\n## Using csvs_to_points.js\n\nTo convert the raw CSV data to point data for visualization, run the following command from the `app/data` directory:\n\n```bash\ncd app/data\nnode csvs_to_points.js\n```\n\nThis will process `historical.csv` \u0026 `current_year.csv` into an optimized format for displays daily averages.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvanst%2Flimnograph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjvanst%2Flimnograph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvanst%2Flimnograph/lists"}