Geographylessons Github =link= Online

: Geography students use Git for version control in geospatial projects, learning to manage complex workflows and document their findings using Notable Repositories & Teaching Resources

geographylessons/ ├── README.md # This guide ├── lessons/ # Lesson plans (Markdown + PDF) │ ├── physical/ # Rivers, climate, tectonics, etc. │ ├── human/ # Population, urbanization, migration │ └── skills/ # Map reading, GIS, statistics ├── data/ # Cleaned datasets (CSV, GeoJSON) ├── maps/ # Static maps (PNG, PDF, QGIS files) ├── code/ # Python/R scripts for analysis │ └── tutorials/ # Jupyter notebooks ├── assessments/ # Quizzes, rubrics, answer keys └── CONTRIBUTING.md # How to add your own lessons geographylessons github