[Qgis-user] Saving CRS to Surfer 7 grd file

2025-01-26 Thread Neil Watson via QGIS-User
Hi, I have been trying to save a CRS to Surfer 7 grid files for distribution to other users. If I assign the CRS (EPSG 26912) to the grid in Surfer, it is recognized by Surfer. If I assign it within a QGIS (3.34) project everything works well. But if I try to assign the CRS within QGIS either t

Re: [Qgis-user] Saving CRS to Surfer 7 grd file

2025-01-26 Thread Even Rouault via QGIS-User
Neil, There's no support for SRS handling (both in reading or writing) in the GDAL GS7BG driver: https://github.com/OSGeo/gdal/blob/master/frmts/gsg/gs7bgdataset.cpp Missing feature likely. Nobody has significantly touched this driver in the last 17 years since it was initially contributed.

Re: [Qgis-user] Rectangle from diagonal points

2025-01-26 Thread Michael Gieding via QGIS-User
Hello Bibek, a bounding box around these two points does the job. This is the minimum rectangle around them. And they are then automatically the edges of it. Search in the toolbox of QGIS for this. There are 1-2 algorithms for that. Hope this helps. Best regards, Mikel > Am 26.01.2025 um 08:

[Qgis-user] Rectangle from diagonal points

2025-01-26 Thread Bibek Rana via QGIS-User
Hello Team, I've got diagonal points in CSV and point shape file (bottom left and top right) of numerous rectangles. I would like to create rectangle from these point. Previously I've used WKT Geometry generator tool in ArcGIS. Any option is QGIS. Regards, Bibek ___