An open educational resource for Geographic Information Systems and spatial analysis at TU Delft's Department of Urbanism.
The Spatial Data & GIS Platform provides comprehensive educational resources for students and educators in the Faculty of Architecture and the Built Environment at TU Delft. The platform includes tutorials, datasets, tools, and collaborative learning materials for both Bachelor's and Master's programs.
Live site: https://sdgis-edu-tud.github.io/
- 🗺️ GIS Tutorials - Step-by-step guides for QGIS, from basics to advanced analysis
- 📊 R for Spatial Analysis - Geospatial data processing with R
- 🛠️ Software & Tools - Curated list of open-source GIS software
- 📍 Data Sources - Guide to finding spatial datasets for the Netherlands and beyond
- 🎓 Course Materials - Resources for MSc Urbanism workshops and courses
- 🤝 Open & Collaborative - Community-driven content development
Simply visit the live website to access all tutorials and resources.
-
Clone the repository
git clone https://github.com/sdgis-edu-tud/sdgis-edu-tud.github.io.git cd your-repo -
Install Quarto
-
Download from quarto.org
-
Or install via package manager:
# macOS brew install quarto # Windows (with Chocolatey) choco install quarto
-
-
Preview the site locally
quarto preview
The site will open at
http://localhost:4200 -
Build the site
quarto render
.
├── _quarto.yml # Main configuration file
├── index.qmd # Homepage
├── styles.css # Custom styling
├── pages/ # Main content pages
│ ├── installation_setup/
│ ├── getting_started.qmd
│ ├── cartography_and_mapping/
│ ├── density_analysis/
│ ├── landscape_analysis/
│ ├── software_and_tools.qmd
│ ├── find_data.qmd
│ └── about.qmd
├── courses/ # Course-specific materials
├── images/ # Images and figures
└── docs/ # Generated site (output-dir)
We welcome contributions from educators, researchers, and students! Here's how you can help:
- 📝 Add tutorials - Share your GIS teaching materials
- 🐛 Report issues - Found a bug or broken link? Open an issue
- 💡 Suggest improvements - Ideas for new content or features
- 🔧 Fix errors - Submit pull requests for typos, code fixes, or updates
- 📊 Share datasets - Add links to useful spatial data sources
- Fork the repository
- Create a new branch (
git checkout -b feature/new-tutorial) - Make your changes
- Test locally with
quarto preview - Commit your changes (
git commit -m 'Add tutorial on network analysis') - Push to your branch (
git push origin feature/new-tutorial) - Open a Pull Request
Contribution Guidelines: See CONTRIBUTING.md for detailed instructions.
When adding new content:
- Use clear, concise language appropriate for students
- Include screenshots and examples where helpful
- Follow the existing file structure and naming conventions
- Add proper YAML frontmatter to new
.qmdfiles - Test all code examples and workflows
- Cite data sources and external resources
-
Create a new
.qmdfile in the appropriatepages/subdirectory -
Add YAML frontmatter:
--- title: "Your Tutorial Title" ---
-
Add the file to
_quarto.ymlsidebar navigation -
Preview and test locally
-
Submit a pull request
- Built with: Quarto - Open-source scientific and technical publishing system
- Hosted on: GitHub Pages
- Themes: Cosmo (light) / Slate (dark)
- Languages: Markdown, YAML, CSS
- Quarto >= 1.3
- R (optional, for R tutorials)
- QGIS (for following GIS tutorials)
This project is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
You are free to: - Share - Copy and redistribute the material - Adapt - Remix, transform, and build upon the material
Under the following terms: - Attribution - Give appropriate credit to TU Delft Department of Urbanism
Maintainers:
- Daniele Cannatella - Department of Urbanism, TU Delft
- Claudiu Forgaci - Department of Urbanism, TU Delft
- Stepan Prikazcicov - Department of Urbanism, TU Delft
Contributors: See CONTRIBUTORS.md
- Email: SDGIS-BK@tudelft.nl
- Issues: GitHub Issues
- Department: TU Delft Urbanism
- TU Delft Department of Urbanism
- Faculty of Architecture and the Built Environment
- All contributors and educators who have shared their materials
- The Quarto development team
- The open-source GIS community
⭐ If you find this resource helpful, please consider starring the repository!
Made with ❤️ by the TU Delft Urbanism Spatial Data and GIS team!