MerginMaps / MerginMaps/qgis-plugin
Check if project has CRS assigned
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 44
- Forks
- 20
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 5
Description
If a QGIS project has no CRS defined, things will very likely not work correctly in Input (and many thing won't work properly in QGIS either). We should check for that and issue a warning in project validation if that is the case.
In addition to that, it would be good to check that also none of the project layers have invalid/unknown CRS, and have a warning in validations, as those layers may not show up correctly...
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
Start by locating the project validation code in the QGIS plugin and trace how validation warnings are reported. Add checks for a missing project CRS and invalid or unknown layer CRS, then verify that both cases produce warnings during project validation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100