Epic issue created with ChatGPT models' help
Description
Add HydroLAKES polygon and pour point datasets into the repository by converting the provided HydroLAKES GIS datasets into valid GeoJSON format.
HydroLAKES contains global lake polygon and pour point datasets across multiple levels of granularity. This epic tracks the work required to convert and upload the data files into the repository fixtures folder.
The converted GeoJSON files will allow the existing map setup to consume and render HydroLAKES data layers directly from static fixture data.
Goals
- Convert all targeted GIS datasets into valid GeoJSON format
- Upload GeoJSON files into the repository fixtures folder
- Ensure datasets remain readable and render correctly in the existing map setup
Implementation Instructions
-
Download the HydroLAKES geodatabase OR shapefile datasets from the official HydroSHEDS source
-
Convert GIS datasets into valid .geojson format
-
Contributors may use standard GIS conversion workflows/tools including:
- GDAL/OGR
- QGIS
- Mapshaper
- MyGeoData
- Geoutil
- or similar lightweight GIS conversion workflows
-
Upload converted files into:
Repo path:
https://github.com/OpenSourceFellows/map_dashboard_hackathon/tree/main/public/fixtures
- Verify GeoJSON validity before submitting PRs
- Verify datasets render correctly in the existing map setup
Optional lightweight cleanup improvements:
- Remove unnecessary properties
- Reduce file size if datasets become extremely large
- Preserve polygon geometry accuracy during conversion
Expected Functionalities
GeoJSON Dataset Conversion
- Each HydroLAKES polygon dataset converts successfully into valid GeoJSON
- Polygon geometry and important attributes remain intact after conversion
Repository Integration
- GeoJSON files are uploaded into the fixtures folder
- Existing map setup can load and render the datasets correctly
Notes
- This epic is intended for hackathon-friendly contributions
- Contributors do not need frontend UI changes
- Contributors only need to focus on dataset conversion/upload tasks
- Static GeoJSON fixtures are acceptable for this phase of development
Resources
-
HydroLAKES Product Page
-
HydroBASINS Technical Documentation PDF
-
map_dashboard_hackathon fixtures folder
Epic issue created with ChatGPT models' help
Description
Add HydroLAKES polygon and pour point datasets into the repository by converting the provided HydroLAKES GIS datasets into valid GeoJSON format.
HydroLAKES contains global lake polygon and pour point datasets across multiple levels of granularity. This epic tracks the work required to convert and upload the data files into the repository fixtures folder.
The converted GeoJSON files will allow the existing map setup to consume and render HydroLAKES data layers directly from static fixture data.
Goals
Implementation Instructions
Download the HydroLAKES geodatabase OR shapefile datasets from the official HydroSHEDS source
Convert GIS datasets into valid
.geojsonformatContributors may use standard GIS conversion workflows/tools including:
Upload converted files into:
Repo path:
Optional lightweight cleanup improvements:
Expected Functionalities
GeoJSON Dataset Conversion
Repository Integration
Notes
Resources
HydroLAKES Product Page
HydroBASINS Technical Documentation PDF
map_dashboard_hackathon fixtures folder