Re: [Qgis-user] Planetary (Venus) coordinate reference systems

2023-11-10 Per discussione Gabriel De Luca via QGIS-User
Hi, I think that it is the main canvas trying to reproject all layers to a common (but not related to any Earth's) CRS. As if the datum transformations between these systems were not defined, and the absence of the WGS-84 pivot was insurmountable. In my opinion, the most convenient thing to

Re: [Qgis-user] python code generated during georeferencing in QGIS

2023-05-20 Per discussione Gabriel De Luca via QGIS-User
Hi, QGIS georeferencing is made in C++, so i think you can't get its workflow in the Python console. You can see the code of the georeferencer in: https://github.com/qgis/QGIS/tree/master/src/app/georeferencer Regards, Gabriel El sáb, 20 may 2023 a la(s) 11:53, Mike Flannigan via QGIS-User

Re: [Qgis-user] [QGIS-Developer] Call for co-maintainers of the QGIS hub

2023-04-05 Per discussione Gabriel De Luca via QGIS-User
Hi Tim, I could help keep an eye on new submissions and test them on my machine. My osgeo username is gabrieldeluca. Count on me if you think I can be of help. Regards, Gabriel El mar, 4 abr 2023 a la(s) 12:40, Tim Sutton via QGIS-Developer ( qgis-develo...@lists.osgeo.org) escribió: >

Re: [Qgis-user] [EXTERNAL] Re: Geopackage slow on NAS if not read-only

2023-03-16 Per discussione Gabriel De Luca via QGIS-User
Hi Árni, You can try setting the SQLITE_USE_OGR_VFS=YES configuration option, as mentioned at https://github.com/qgis/QGIS/issues/27899. Be sure to read the implications of changing the default (NO) option: https://gdal.org/drivers/vector/sqlite.html#configuration-options You can change the

Re: [Qgis-user] What QGIS plugin development should I work on this year?

2023-01-26 Per discussione Gabriel De Luca via QGIS-User
this type of transformation. It only requires numpy and is very efficient at finding transformation parameters. The algorithm on which it is based is not mine. You can use the script if you consider it convenient, I published it with a MIT license at https://github.com/gabriel-de-luca/simil. Regards

Re: [Qgis-user] Geo Raster Background

2021-10-01 Per discussione Gabriel De Luca
Hi, I usually do a brief adjustment on pixel values prior to georeferencing, to make sure that no pixel has the value I need to assign to nodata. Depending on the source dataset, I usually try to replace the zeros with ones, and reserve the zero for nodata. El vie, 1 de oct. de 2021 a la(s)

Re: [Qgis-user] Georeferencing a DXF file

2021-02-03 Per discussione Gabriel De Luca
Hi Walt, There are some options to georeference a vector layer: Since it is 2D, you can georeference it to a projected coordinate system with ogr2ogr command line application, in the same way that a raster layer can be georeferenced from control points. You can use any transformation method

Re: [Qgis-user] error loading tiff layer

2020-02-03 Per discussione Gabriel De Luca
El vie., 31 de ene. de 2020 a la(s) 08:10, Humberto Nel Florez Ramos ( hnflorezra...@gmail.com) escribió: > regards. > I could not load a layer in tiff format. The error that qgis shows is: > > "No transform is available between Unknown CRS: ENGCRS [" PCS Name = > unnamed ", EDATUM [" "], CS

Re: [Qgis-user] Micro-Geometry Problems

2020-01-15 Per discussione Gabriel De Luca
About how to remedy these situations, you can use the v.clean GRASS provider algorithm, selecting the snap cleaning tool. Kind Regards, Gabriel El mié., 15 de ene. de 2020 a la(s) 16:10, Gabriel De Luca ( pablogabrieldel...@gmail.com) escribió: > When digitizing, coordinates are taken f

Re: [Qgis-user] Micro-Geometry Problems

2020-01-15 Per discussione Gabriel De Luca
When digitizing, coordinates are taken from the canvas and stored to the layer. If the canvas (project) CRS is not the same as the layer CRS, a transformation and/or conversion must be done between the taken and stored coordinates. That transformation and/or conversion performed between the