Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix doctest by using epsg4326 dataset instead of epsg2964 #2

Open
wants to merge 142 commits into
base: master
Choose a base branch
from

Conversation

folinimarc
Copy link
Owner

Test

selmaVH1 and others added 30 commits August 21, 2024 16:53
- Add field to attributes table native:addfieldtoattributestable
- Advanced Python field calculator qgis:advancedpythonfieldcalculator
- Field calculator native:fieldcalculator
Co-authored-by: Harrissou Sant-anna <[email protected]>
Co-authored-by: selmaVH1 <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@692973e...d632683)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.9.1 to 2.10.1.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@5c7944e...91182cc)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
DelazJ and others added 29 commits November 21, 2024 18:13
Three additions:
1) adding "GCP" before "point" in 2 entries in a legend to the buttons, for consistency with the remaining legend entries (although I'm aware, that the final "P" in "GCP" abbreviation also mean "Point" - but this regards all resp. entries);
2) adding explanations, what "Link QGIS to Georeferencer" and "Link Georeferencer to QGIS" buttons actually do (it was not written anywhere and I had to look for this over the Net for a while)
3) adding a tip, how to avoid switching between "Pan" and "Add" or "Move GCP Point" when moving from one location to the other (I also did not find it at once).
The geometry field is named 'geom' (and not 'the_geom') in .shp files and so are they in the resultant tables after import.
These commands are meant to be run on our servers to build the different releases.
Instead of manually adjusting them at every new release, let's automatize using the target release as variable
format_date provides a direct preview of the formatting syntax these function rely on
formatting and indentation updates
I modified the geometric constraint name for **mPolygonTable** table to be more consistent
Changed 'the_geom' field to 'geom' for people data insertions
Changed geometry field to geom for myPolygonTable
…f epsg2964.

Use geopackage airports layer (epsg4326) to avoid ambiguous reprojection warning of previously used Alaska scoped airports layer (epsg2964) when adding it programmatically to a vanilla qgis project during doctest. We do not simply reproject the layer, because the alaska airports crs is mentioned mutliple times in the codebase and streamlining the whole cookbook is out of scope for this PR.
@DelazJ DelazJ force-pushed the fix_doctest_by_using_epsg4326_dataset_instead_of_epsg2964 branch from 87d1d6c to 026ba89 Compare November 29, 2024 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.