Re: [Qgis-user] installing python packages in pyQGIS in Mac

2022-05-20 Thread Asim via Qgis-user
On 5/20/22 7:23 PM, Guillermo D'Angelo via Qgis-user wrote: What would be the propper way to install new packages via pip in the QGIS Python in Mac SO? This way didn't work: pip.main(['install', 'boto3']) The Python bundled within QGIS app needs to be used for this.  I have QGIS 3.16 on

Re: [Qgis-user] Problem merging 30-m SRTM tiles in QGIS 3.24.3 for MacOS 10.14.6

2022-05-20 Thread Thayer Young via Qgis-user
Excellent. Happy analyzing.  -T On Friday, May 20, 2022, 02:38:34 PM EDT, Walter Alvarez wrote: Thank you, Thayer!  That indeed was part of the problem, but I believe another problem was that the files were saved in iCloud.  When I took them out of iCloud and looked for the hidden

Re: [Qgis-user] Problem merging 30-m SRTM tiles in QGIS 3.24.3 for MacOS 10.14.6

2022-05-20 Thread Fielding, Eric J (US 329A) via Qgis-user
Hi Walter, I think the problem was that your iCloud folder or some other directory on the path to the files had a space in the name. Many of the QGIS functions don't work correctly if there is a space in any name any part of the file path. ++Eric -- Eric Fielding

Re: [Qgis-user] Problem merging 30-m SRTM tiles in QGIS 3.24.3 for MacOS 10.14.6

2022-05-20 Thread Walter Alvarez via Qgis-user
Thank you for your responses, Wouter and Richard! It seems there were two problems. First the DEM TIFFs were stored in iCloud, and second, the tools window was hidden under the main window. Yiur suggestions may also help, but now the merge works. I really appreciate you both taking the time

Re: [Qgis-user] Problem merging 30-m SRTM tiles in QGIS 3.24.3 for MacOS 10.14.6

2022-05-20 Thread Walter Alvarez via Qgis-user
Thank you, Thayer! That indeed was part of the problem, but I believe another problem was that the files were saved in iCloud. When I took them out of iCloud and looked for the hidden Tools window, the DEMs merged properly! I greatly appreciate your help! Walter > On May 20, 2022, at 6:01

Re: [Qgis-user] No GetFeatureInfo request sent in QGIS Desktop on WMS layer

2022-05-20 Thread Jeff McKenna via Qgis-user
Hi Andreas, (so great to see the QGIS + MapServer communities working together here) Inspired by your questions today, I gave another round of updates to the MapServer documentation, improving the examples for GetFeatureInfo etc. Besides what was mentioned already, you might also consider

[Qgis-user] installing python packages in pyQGIS in Mac

2022-05-20 Thread Guillermo D'Angelo via Qgis-user
Dear QGIS folks, What would be the propper way to install new packages via pip in the QGIS Python in Mac SO? This way didn't work: pip.main(['install', 'boto3']) Best regards, Guillermo D'Angelo ___ Qgis-user mailing list

Re: [Qgis-user] Problem merging 30-m SRTM tiles in QGIS 3.24.3 for MacOS 10.14.6

2022-05-20 Thread Thayer Young via Qgis-user
Hi Walter, Sometimes after entering parameters the tool window drops behind the main QGIS window. Try either moving the QGIS window out of the way or right click the QGIS icon in the Dock and select "Show All Windows" and see if you can find it again. Hope this helps. -Thayer On Friday,

Re: [Qgis-user] Problem merging 30-m SRTM tiles in QGIS 3.24.3 for MacOS 10.14.6

2022-05-20 Thread Richard McDonnell via Qgis-user
Hi Walter, As an alternative to Wouter’s suggestion, I would recommend VRT’s (Raster ==> Miscellaneous ==> Build Virtual Raster) Not alone does it merge/mosaic but it also results in a small file size. It is also very easy to generate convert that VRT to any other format output, using

Re: [Qgis-user] Problem merging 30-m SRTM tiles in QGIS 3.24.3 for MacOS 10.14.6

2022-05-20 Thread Wouter Impens via Qgis-user
Hi Walter, I'm having good results using the 'r.patch' tool from GRASS for merging rasters. Hope this helps Greetings Wouter Op do 19 mei 2022 om 23:31 schreef Walter Alvarez via Qgis-user < qgis-user@lists.osgeo.org>: > > I’m trying to merge either two or twelve 30-m SRTM tiles using QGIS >

Re: [Qgis-user] No GetFeatureInfo request sent in QGIS Desktop on WMS layer

2022-05-20 Thread Andreas Neumann via Qgis-user
Hi Barend, Thanks. It's been a while since I last worked with UMN map server. I must have been "blind" not to see the queryable="0" in the Capabilities response. Your suggestions helped. All fine now! Thanks a lot, ANdreas On 2022-05-20 09:18, Kobben, Barend (UT-ITC) wrote: Your mMAP set

Re: [Qgis-user] No GetFeatureInfo request sent in QGIS Desktop on WMS layer

2022-05-20 Thread Kobben, Barend (UT-ITC) via Qgis-user
Your mMAP set up apparently is wrong, because contrary to what you think, the layer is NOT queryable: cave_entrances Usualy this means you have to set appropriate things in the .map file, such as First, we have to prepare MapServer to actually be set up to respond to the request in a way the

[Qgis-user] No GetFeatureInfo request sent in QGIS Desktop on WMS layer

2022-05-20 Thread Andreas Neumann via Qgis-user
Hi, I am experimenting with a very simple/basic WMS served by UMN Mapserver. For some reasons, GetFeatureInfo does not work, although it is "advertised" as available in the GetCapabilities reponse. Here is the test service: