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

Use QGIS processing or native reprojection tools instead of delegating to GDAL #187

Open
Guts opened this issue Nov 3, 2021 · 1 comment
Assignees
Milestone

Comments

@Guts
Copy link
Collaborator

Guts commented Nov 3, 2021

Here:

Use https://gis.stackexchange.com/a/316364/19817 or https://qgis.org/pyqgis/master/core/QgsCoordinateTransform.html?highlight=qgscoordinatetransform#module-QgsCoordinateTransform

Goals:

  • better perfs
  • avoid useless external calls to GDAL and reduce dependency
@Guts Guts added this to the 1.4.0 milestone Nov 3, 2021
@benoitblanc benoitblanc self-assigned this Nov 4, 2021
@benoitblanc
Copy link
Collaborator

benoitblanc commented Nov 9, 2021

To convert PostgreSQL data to GMLAS format, we can use ogr2ogr processing in QGIS. At the moment, this processing can only convert a single layer so I opened a PR to be able to convert a whole schema : qgis/QGIS#45955

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants