InfoMapper / Resources
The following are useful resources listed alphabetically by major topic:
- Angular - Angular web application framework
- GeoProcessor - used to create map configuration files and process spatial data
- Leaflet - used for web mapping
- Markdown - documentation format
- MkDocs - documentation processing software
- QGIS - open source desktop GIS
- Visual Studio Code - useful IDE for development
Angular
Angular is the web application framework used to develop the InfoMapper.
- Angular website
- OWF / Learn Angular - OWF learning resources for Angular, focusing on testing
GeoProcessor
The OWF GeoProcessor software is used to create map configuration files and automate processing of spatial data files.
Leaflet
The open source Leaflet software is used for web mapping:
Markdown
Markdown format is a text-based open format used for README files within the repository, and for MkDocs, which formats the developer and user documentation. Markdown is widely used in the software industry.
- Markdown on Wikipedia
- Mastering Markdown on GitHub
- Adam Pritchard's Markdown Cheatsheet
- GitHub Markdown language support - use to format code blocks
MkDocs
MkDocs is open source Python software that formats the developer and user documentation.
- MkDocs - MkDocs website
- OWF / Learn MkDocs - Open Water Foundation MkDocs learning resources
QGIS
QGIS is open source desktop GIS software that can be used to view and process spatial data.
Visual Studio Code
Visual Studio Code is the editor that OWF uses for developing the InfoMapper.