OpenSourceFellows / OpenSourceFellows/map_dashboard_hackathon
Convert the data files (HydroLAKES) to GeoJSON and upload it to the repo
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 2
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Issue created with ChatGPT models' help¹
Description
Add HydroLAKES data into the repository by converting the provided source files (Shapefile, File Geodatabase, or similar GIS formats) into valid GeoJSON format¹.
The converted GeoJSON file should then be uploaded into the repository fixtures folder so the map can automatically consume and render the dataset².
This issue is intentionally kept small and beginner-friendly for first-time contributors³.
Goals
- Convert HydroLAKES dataset into GeoJSON¹
- Use standard GIS conversion workflows/tools²
- Upload converted GeoJSON file into repo fixtures folder³
- Ensure GeoJSON renders correctly on the map⁴
- Keep implementation lightweight and beginner-friendly¹
Implementation Instructions
-
Download the HydroLAKES shapefile OR geodatabase dataset¹
-
Convert the dataset from:
- Shapefile (
.shp)² - File Geodatabase (
.gdb)³ - or other provided GIS formats⁴
into valid
.geojsonformat¹ - Shapefile (
-
Contributors may use standard GIS tools/workflows such as:
- GDAL/OGR²
- QGIS³
- online conversion tools⁴
-
Name the GeoJSON file "Major Lakes (North America)"
-
Upload the final GeoJSON file to:
public/fixtures/
Repo path:²
https://github.com/OpenSourceFellows/map_dashboard_hackathon/tree/main/public/fixtures
- Verify the GeoJSON structure is valid and loads correctly on the map³
- Keep the dataset limited to North America only⁴
Expected Functionalities
GeoJSON Conversion
- Source GIS data converts successfully into valid GeoJSON¹
- Geometry and properties remain intact after conversion²
Repository Integration
- GeoJSON file is uploaded into fixtures folder³
- Existing map setup can automatically consume the file⁴
Notes
- Contributors may use their own judgment regarding conversion workflow/tools¹
- Standard GIS conversion procedures from documentation/tutorials are acceptable²
- Keep PR scope small and focused only on dataset conversion/upload³
- No frontend UI work is required for this issue⁴
- Name the GeoJSON file "HydroLAKES"
Acceptance Criteria
- HydroLAKES dataset converted to valid GeoJSON¹
- GeoJSON file uploaded into
public/fixtures/² - Name the GeoJSON file "HydroLAKES"
- File structure is valid and readable³
- Dataset loads correctly into existing map setup⁴
- PR scope remains small and beginner-friendly¹
Resources
¹ GDAL Vector Conversion Documentation
² QGIS Documentation
³ map_dashboard_hackathon fixtures folder
⁴ GeoJSON Specification
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect public/fixtures/ and the existing map setup first to confirm how fixture files are consumed. Convert the North America HydroLAKES source with GDAL/OGR or QGIS, validate the resulting GeoJSON structure, and upload it as HydroLAKES. Done means the file is in public/fixtures/ and loads correctly on the map without frontend changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json
- Domain
- data, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100