{"id":25164487,"url":"https://github.com/deepaksilaych/preciptech","last_synced_at":"2025-04-03T15:48:00.306Z","repository":{"id":274111777,"uuid":"921938231","full_name":"DeepakSilaych/PrecipTech","owner":"DeepakSilaych","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-24T23:56:14.000Z","size":81149,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T04:41:09.382Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/DeepakSilaych.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}},"created_at":"2025-01-24T22:54:25.000Z","updated_at":"2025-01-24T23:56:17.000Z","dependencies_parsed_at":"2025-01-25T00:25:40.426Z","dependency_job_id":"2cd81e85-0b29-42e0-9483-a75e2d1742e6","html_url":"https://github.com/DeepakSilaych/PrecipTech","commit_stats":null,"previous_names":["deepaksilaych/preciptech"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepakSilaych%2FPrecipTech","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepakSilaych%2FPrecipTech/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepakSilaych%2FPrecipTech/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepakSilaych%2FPrecipTech/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeepakSilaych","download_url":"https://codeload.github.com/DeepakSilaych/PrecipTech/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247033180,"owners_count":20872521,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-02-09T04:33:10.479Z","updated_at":"2025-04-03T15:48:00.282Z","avatar_url":"https://github.com/DeepakSilaych.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PrecipTech \n\nA modern web application for calculating precipitation at any point using various interpolation methods.\n\n![PrecipTech Screenshot](screenshot.png)\n\n## Features\n\n- Interactive map interface for adding stations and selecting target points\n- Calculate precipitation at any point using multiple methods:\n  - Arithmetic Mean\n  - Normal Ratio\n  - Inverse Distance Weighting (IDW)\n  - Thiessen Polygon Method\n  - Isohyetal Method\n- Visual representation of results with:\n  - Color-coded station markers\n  - Thiessen polygons visualization\n  - Isohyetal contours\n- Dynamic result map showing:\n  - Station locations and values\n  - Target point\n  - Method-specific visualization\n- Responsive design that works on desktop and mobile\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/deepaksilaych/preciptech.git\ncd preciptech\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Start the development server:\n```bash\nnpm start\n```\n\n4. Open [http://localhost:3000](http://localhost:3000) in your browser\n\n## Usage\n\n1. **Add Precipitation Stations**:\n   - Click the \"Add Station\" button (blue)\n   - Click on the map or enter coordinates manually\n   - Enter the precipitation value for each station\n\n2. **Set Target Point**:\n   - Click the \"Set Target Point\" button (green)\n   - Click on the map or enter coordinates manually\n\n3. **Calculate Precipitation**:\n   - Select a calculation method\n   - Click \"Calculate\" to see results\n   - View the visualization on the result map\n\n## Calculation Methods\n\n### 1. Arithmetic Mean\nSimple average of all station values. Best for:\n- Uniform precipitation distribution\n- Stations evenly distributed\n- Small areas\n\n### 2. Normal Ratio\nWeighted average based on normal annual precipitation. Best for:\n- Areas with varying precipitation patterns\n- Long-term data available\n\n### 3. Inverse Distance Weighting (IDW)\nWeights stations based on distance from target. Best for:\n- Irregular station distribution\n- Gradual precipitation changes\n\n### 4. Thiessen Polygon\nArea-weighted average using Voronoi diagrams. Best for:\n- Non-uniform station distribution\n- Medium to large areas\n- When station density varies\n\n### 5. Isohyetal\nUses precipitation contours. Best for:\n- Complex terrain\n- When topographic effects are important\n- Dense station network\n\n## Technologies Used\n\n- React\n- Leaflet \u0026 React-Leaflet for maps\n- D3.js for visualizations\n- Tailwind CSS for styling\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Thiessen Polygon method by A.H. Thiessen\n- OpenStreetMap for map tiles\n- React and D3.js communities for excellent tools\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepaksilaych%2Fpreciptech","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepaksilaych%2Fpreciptech","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepaksilaych%2Fpreciptech/lists"}