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 my Mac and the Python is within it is located at 
$QGIS_PREFIX_PATH/bin, which is:


    /Applications/QGIS-LTR.app/Contents/MacOS/bin

I was able to install "boto3" successfully with the following command:

    export QGIS_PREFIX_PATH=/Applications/QGIS-LTR.app/Contents/MacOS
    export PATH=$QGIS_PREFIX_PATH/bin:$PATH
    pip3 install boto3

Asim


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


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 Tools window, the DEMs merged properly!  I 
greatly appreciate your help!
Walter


On May 20, 2022, at 6:01 AM, Thayer Young  wrote:
 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, May 20, 2022, 06:35:24 AM EDT, qgis-user-requ...@lists.osgeo.org 
 wrote: 
--
Date: Thu, 19 May 2022 14:30:39 -0700
From: Walter Alvarez 
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] Problem merging 30-m SRTM tiles in QGIS 3.24.3
    for MacOS 10.14.6
Message-ID: <1855f019-f0cc-4329-9caa-6667a862b...@berkeley.edu>
Content-Type: text/plain; charset="utf-8"

I?m trying to merge either two or twelve 30-m SRTM tiles using QGIS 3.14.3.  In 
either case (2 or 12) I am stopped by the following problem:
Using Raster > Miscellaneous > Merge?
I get the ?Merge" window.  I try to use Input layers > Elements selected > ??"
That takes me to the "Multiple Selection" window, showing the 2 or 12 files I 
want to merge (filenames:  nXXeXXX_1arc_v3 [EPSG:4326]).
After selecting all the files, when I click ?OK?  the "Multiple Selection 
Window? and the ?Merge? window both disappear, and I cannot figure out what to 
do next, or do differently.
I can?t figure out how to get past this problem and merge my tiles.
Thanks for any help you can offer!

Walter
__
Walter Alvarez
Professor of the Graduate School
Department of Earth and Planetary Science
University of California Berkeley


  


__


Walter AlvarezProfessor of the Graduate School
Department of Earth and Planetary Science
University of California Berkeley



  ___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


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

eric.j.field...@jpl.nasa.gov
http://science.jpl.nasa.gov/people/Fielding/
Twitter: @EricFielding

> From: Walter Alvarez 
> 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 AM, Thayer Young 
>  wrote:
> 
> 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, May 20, 2022, 06:35:24 AM EDT, 
> https://lists.osgeo.org/mailman/listinfo/qgis-user 
>  wrote:
> --
> Date: Thu, 19 May 2022 14:30:39 -0700
> From: Walter Alvarez 
> 
> I?m trying to merge either two or twelve 30-m SRTM tiles using QGIS 3.14.3.  
> In either case (2 or 12) I am stopped by the following problem:
> Using Raster > Miscellaneous > Merge?
> I get the ?Merge" window.  I try to use Input layers > Elements selected > ??"
> That takes me to the "Multiple Selection" window, showing the 2 or 12 files I 
> want to merge (filenames:  nXXeXXX_1arc_v3 [EPSG:4326]).
> After selecting all the files, when I click ?OK?  the "Multiple Selection 
> Window? and the ?Merge? window both disappear, and I cannot figure out what 
> to do next, or do differently.
> I can?t figure out how to get past this problem and merge my tiles.
> Thanks for any help you can offer!
> 



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


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 to help!

Sincerely,

Walter

> On May 20, 2022, at 3:34 AM, Richard McDonnell via Qgis-user 
>  wrote:
> 
> 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 gdal_translate (Raster è 
> Conversion è Translate)
> I hope this helps,
> Kind Regards,
>  
> Richard
>  
> 
> ——
> Richard McDonnell MSc GIS, FME Certified Professional
> FRM Data Management
> 
> ——
> Oifig na nOibreacha Poiblí
> Office of Public Works
> 
> Sráid Jonathan Swift, Baile Átha Troim, Co na Mí, C15 NX36 
> Jonathan Swift Street, Trim, Co Meath, C15 NX36
> ——
> M +353 87 688 5964 T +353 46 942 2409
> https://gov.ie/opw 
> 
> ——
> To send me files larger than 30MB, please use the link below 
> https://filetransfer.opw.ie/filedrop/richard.mcdonn...@opw.ie 
> 
> 
> Email Disclaimer: 
> https://www.gov.ie/en/organisation-information/439daf-email-disclaimer/ 
> 
> 
> ——
> MSc GIS, FME Certified Professional
> 
> ——
> Oifig na nOibreacha Poiblí
> Office of Public Works
> 
> Sráid Jonathan Swift, Baile Átha Troim, Co na Mí, C15 NX36 
> Jonathan Swift Street, Trim, Co Meath, C15 NX36
> ——
> M +353 87 688 5964 T +353 46 942 2409
> https://www.opw.ie 
> 
> ——
> Email Disclaimer: https://www.opw.ie/en/disclaimer/ 
> 
> From: Qgis-user  > On Behalf Of Wouter Impens via 
> Qgis-user
> Sent: 20 May 2022 11:04
> To: qgis-user mailto:qgis-user@lists.osgeo.org>>
> Subject: Re: [Qgis-user] Problem merging 30-m SRTM tiles in QGIS 3.24.3 for 
> MacOS 10.14.6
>  
> 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 
> mailto:qgis-user@lists.osgeo.org>>:
>  
> I’m trying to merge either two or twelve 30-m SRTM tiles using QGIS 3.14.3.  
> In either case (2 or 12) I am stopped by the following problem:
>  
> Using Raster > Miscellaneous > Merge…
>  
> I get the “Merge" window.   I try to use Input layers > Elements selected > 
> “…"
>  
> That takes me to the "Multiple Selection" window, showing the 2 or 12 files I 
> want to merge (filenames:   nXXeXXX_1arc_v3 [EPSG:4326]).
>  
> After selecting all the files, when I click “OK”   the "Multiple Selection 
> Window” and the “Merge” window both disappear, and I cannot figure out what 
> to do next, or do differently.
>  
> I can’t figure out how to get past this problem and merge my tiles.
>  
> Thanks for any help you can offer!
>  
> Walter
> 
> __
> 
> 
> Walter Alvarez
> Professor of the Graduate School
> Department of Earth and Planetary Science
> University of California Berkeley
> 
> 
>  
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org 
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user 
> 
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org 
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user 
> 
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user 
> 

__


Walter Alvarez
Professor of the Graduate School
Department of Earth and Planetary Science
University of California Berkeley



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


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 AM, Thayer Young  wrote:
> 
> 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, May 20, 2022, 06:35:24 AM EDT, qgis-user-requ...@lists.osgeo.org 
>  wrote:
> --
> Date: Thu, 19 May 2022 14:30:39 -0700
> From: Walter Alvarez mailto:plate...@berkeley.edu>>
> To: qgis-user@lists.osgeo.org 
> Subject: [Qgis-user] Problem merging 30-m SRTM tiles in QGIS 3.24.3
> for MacOS 10.14.6
> Message-ID: <1855f019-f0cc-4329-9caa-6667a862b...@berkeley.edu 
> >
> Content-Type: text/plain; charset="utf-8"
> 
> I?m trying to merge either two or twelve 30-m SRTM tiles using QGIS 3.14.3.  
> In either case (2 or 12) I am stopped by the following problem:
> Using Raster > Miscellaneous > Merge?
> I get the ?Merge" window.  I try to use Input layers > Elements selected > ??"
> That takes me to the "Multiple Selection" window, showing the 2 or 12 files I 
> want to merge (filenames:  nXXeXXX_1arc_v3 [EPSG:4326]).
> After selecting all the files, when I click ?OK?  the "Multiple Selection 
> Window? and the ?Merge? window both disappear, and I cannot figure out what 
> to do next, or do differently.
> I can?t figure out how to get past this problem and merge my tiles.
> Thanks for any help you can offer!
> 
> Walter
> __
> Walter Alvarez
> Professor of the Graduate School
> Department of Earth and Planetary Science
> University of California Berkeley
> 
> 


__


Walter Alvarez
Professor of the Graduate School
Department of Earth and Planetary Science
University of California Berkeley



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


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 setting the 
"gml_" metadata parameters for your layer, to send the geometry as part 
of the "Feature" response (in the Identify Results / GetFeatureInfo 
window of QGIS, select "Feature" in the dropdown box) [note that often 
that Feature dropdown is blank in that QGIS window until I first chose 
either "text" or "html" and reselect "Feature" to get the GML format 
request through GetFeatureInfo sent back to QGIS].  Here are those 
parameters:


MAP
 ...
   WEB
 ...
 METADATA
   "wms_title"  "WMS Demo Server"  ##required
   "wms_abstract"   "Longer description of your service" 
##recommended
"wms_onlineresource" 
"http://yourpath/cgi-bin/mapserv.exe?map=/path/to/your-mapfile.map"; 
##required (must change mapfile path)
"wms_srs""EPSG:3978 EPSG:3857 EPSG:4269 EPSG:4326" 
 ##recommended

"wms_enable_request" "*"   ##required
"wms_getfeatureinfo_formatlist" 
"text/plain,text/html,application/vnd.ogc.gml,gml" ##recommended

END #metadata
  END #web
  ...
  LAYER
...
METADATA
  "wms_title" "Parks"   ##required
  "wms_abstract"  "Longer description of your layer" ##recommended
  "wms_include_items" "all" ##optional
  "gml_include_items" "all" ##optional
  "gml_featureid" "ogc_fid" ##optional
  "gml_geometries""msgeom" ##optional
  "gml_msgeom_type"   "multipolygon" ##optional
END #metadata
...
TEMPLATE "empty" ##recommended (enable GetFeatureInfo / can point 
to valid .html template)

...
  END #layer
END #map

Or see the example WMS Server mapfile at: 
https://mapserver.org/ogc/wms_server.html#sample-wms-server-mapfile


Again, it's excellent to see the QGIS & MapServer communities working 
together, thanks for this! :)


PS. I bet I've listed QGIS there on that WMS Server document page for 
now 20 years, as the recommended desktop client for testing, ha.


-jeff





--
Jeff McKenna
GatewayGeo: Developers of MS4W, MapServer Consulting and Training
co-founder of FOSS4G
http://gatewaygeo.com/



On 2022-05-20 4:41 a.m., Andreas Neumann via Qgis-user wrote:

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 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 OpenLayers script can handle:


Edit your .map file. In *each* LAYER object you want to query, put the 
lines:


    TOLERANCE 5

    TOLERANCEUNITS pixels

In each LAYER object's METADATA put the extra line:

    "wms_include_items" "all"

In each CLASS object put the extra line:

    TEMPLATE "empty"

/-- /

/Barend Köbben/

On 20/05/2022, 09:10, "Qgis-user on behalf of Andreas Neumann via 
Qgis-user"  on behalf of 
qgis-user@lists.osgeo.org > wrote:


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: 
http://159.100.248.156/cgi-bin/mapserv.fcgi?map=/home/ubuntu/umn_mapfiles/cave_entrances.map 



and a link to the GetCapabilities request

http://159.100.248.156/cgi-bin/mapserv.fcgi?map=/home/ubuntu/umn_mapfiles/cave_entrances.map&SERVICE=WMS&REQUEST=GetCapabilities 



When I load this layer, i get the two points in the data set, but I 
can't query them. QGIS says "No feature found at this position" and in 
the network debugging session I see that no request is sent to the server.


Do you have any idea what might be wrong with this WMS service?

Thank you and greetings,

Andreas




___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[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
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


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, May 20, 2022, 06:35:24 AM EDT, qgis-user-requ...@lists.osgeo.org 
 wrote: 
--
Date: Thu, 19 May 2022 14:30:39 -0700
From: Walter Alvarez 
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] Problem merging 30-m SRTM tiles in QGIS 3.24.3
    for MacOS 10.14.6
Message-ID: <1855f019-f0cc-4329-9caa-6667a862b...@berkeley.edu>
Content-Type: text/plain; charset="utf-8"

I?m trying to merge either two or twelve 30-m SRTM tiles using QGIS 3.14.3.  In 
either case (2 or 12) I am stopped by the following problem:
Using Raster > Miscellaneous > Merge?
I get the ?Merge" window.  I try to use Input layers > Elements selected > ??"
That takes me to the "Multiple Selection" window, showing the 2 or 12 files I 
want to merge (filenames:  nXXeXXX_1arc_v3 [EPSG:4326]).
After selecting all the files, when I click ?OK?  the "Multiple Selection 
Window? and the ?Merge? window both disappear, and I cannot figure out what to 
do next, or do differently.
I can?t figure out how to get past this problem and merge my tiles.
Thanks for any help you can offer!

Walter
__
Walter Alvarez
Professor of the Graduate School
Department of Earth and Planetary Science
University of California Berkeley


  ___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


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 gdal_translate (Raster ==> 
Conversion ==> Translate)
I hope this helps,
Kind Regards,

Richard


——
Richard McDonnell MSc GIS, FME Certified Professional
FRM Data Management

——
Oifig na nOibreacha Poiblí
Office of Public Works

Sráid Jonathan Swift, Baile Átha Troim, Co na Mí, C15 NX36
Jonathan Swift Street, Trim, Co Meath, C15 NX36
——
M +353 87 688 5964 T +353 46 942 2409
https://gov.ie/opw

——
To send me files larger than 30MB, please use the link below 
https://filetransfer.opw.ie/filedrop/richard.mcdonn...@opw.ie

Email Disclaimer: 
https://www.gov.ie/en/organisation-information/439daf-email-disclaimer/

——
MSc GIS, FME Certified Professional

——
Oifig na nOibreacha Poiblí
Office of Public Works

Sráid Jonathan Swift, Baile Átha Troim, Co na Mí, C15 NX36
Jonathan Swift Street, Trim, Co Meath, C15 NX36
——
M +353 87 688 5964 T +353 46 942 2409
https://www.opw.ie

——
Email Disclaimer: https://www.opw.ie/en/disclaimer/
From: Qgis-user  On Behalf Of Wouter Impens 
via Qgis-user
Sent: 20 May 2022 11:04
To: qgis-user 
Subject: Re: [Qgis-user] Problem merging 30-m SRTM tiles in QGIS 3.24.3 for 
MacOS 10.14.6

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 
mailto:qgis-user@lists.osgeo.org>>:

I’m trying to merge either two or twelve 30-m SRTM tiles using QGIS 3.14.3.  In 
either case (2 or 12) I am stopped by the following problem:

Using Raster > Miscellaneous > Merge…

I get the “Merge" window.   I try to use Input layers > Elements selected > “…"

That takes me to the "Multiple Selection" window, showing the 2 or 12 files I 
want to merge (filenames:   nXXeXXX_1arc_v3 [EPSG:4326]).

After selecting all the files, when I click “OK”   the "Multiple Selection 
Window” and the “Merge” window both disappear, and I cannot figure out what to 
do next, or do differently.

I can’t figure out how to get past this problem and merge my tiles.

Thanks for any help you can offer!

Walter

__


Walter Alvarez
Professor of the Graduate School
Department of Earth and Planetary Science
University of California Berkeley


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


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
> 3.14.3.  In either case (2 or 12) I am stopped by the following problem:
>
> Using Raster > Miscellaneous > Merge…
>
> I get the “Merge" window.   I try to use Input layers > Elements selected
> > “…"
>
> That takes me to the "Multiple Selection" window, showing the 2 or 12
> files I want to merge (filenames:   nXXeXXX_1arc_v3 [EPSG:4326]).
>
> After selecting all the files, when I click “OK”   the "Multiple Selection
> Window” and the “Merge” window both disappear, and I cannot figure out what
> to do next, or do differently.
>
> I can’t figure out how to get past this problem and merge my tiles.
>
> Thanks for any help you can offer!
>
> Walter
>
> __
>
>
> Walter Alvarez
> Professor of the Graduate School
> Department of Earth and Planetary Science
> University of California Berkeley
>
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


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 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 OpenLayers script can handle:


Edit your .map file. In each LAYER object you want to query, put the 
lines:


TOLERANCE 5

TOLERANCEUNITS pixels

In each LAYER object's METADATA put the extra line:

"wms_include_items" "all"

In each CLASS object put the extra line:

TEMPLATE "empty"

_-- _

_Barend Köbben_

On 20/05/2022, 09:10, "Qgis-user on behalf of Andreas Neumann via 
Qgis-user" qgis-user@lists.osgeo.org> wrote:


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: 
http://159.100.248.156/cgi-bin/mapserv.fcgi?map=/home/ubuntu/umn_mapfiles/cave_entrances.map 
[1]


and a link to the GetCapabilities request

http://159.100.248.156/cgi-bin/mapserv.fcgi?map=/home/ubuntu/umn_mapfiles/cave_entrances.map&SERVICE=WMS&REQUEST=GetCapabilities

When I load this layer, i get the two points in the data set, but I 
can't query them. QGIS says "No feature found at this position" and in 
the network debugging session I see that no request is sent to the 
server.


Do you have any idea what might be wrong with this WMS service?

Thank you and greetings,

Andreas




Links:
--
[1] 
http://159.100.248.156/cgi-bin/mapserv.fcgi?map=/home/ubuntu/umn_mapfiles/cave_entrances.map___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


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 OpenLayers script can handle:
Edit your .map file. In each LAYER object you want to query, put the lines:
TOLERANCE 5
TOLERANCEUNITS pixels

In each LAYER object's METADATA put the extra line:
"wms_include_items" "all"

In each CLASS object put the extra line:
TEMPLATE "empty"



--
Barend Köbben


On 20/05/2022, 09:10, "Qgis-user on behalf of Andreas Neumann via Qgis-user" 
mailto:qgis-user-boun...@lists.osgeo.org> on 
behalf of qgis-user@lists.osgeo.org> wrote:


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: 
http://159.100.248.156/cgi-bin/mapserv.fcgi?map=/home/ubuntu/umn_mapfiles/cave_entrances.map

and a link to the GetCapabilities request

http://159.100.248.156/cgi-bin/mapserv.fcgi?map=/home/ubuntu/umn_mapfiles/cave_entrances.map&SERVICE=WMS&REQUEST=GetCapabilities

When I load this layer, i get the two points in the data set, but I can't query 
them. QGIS says "No feature found at this position" and in the network 
debugging session I see that no request is sent to the server.

Do you have any idea what might be wrong with this WMS service?

Thank you and greetings,

Andreas
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[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: 
http://159.100.248.156/cgi-bin/mapserv.fcgi?map=/home/ubuntu/umn_mapfiles/cave_entrances.map


and a link to the GetCapabilities request

http://159.100.248.156/cgi-bin/mapserv.fcgi?map=/home/ubuntu/umn_mapfiles/cave_entrances.map&SERVICE=WMS&REQUEST=GetCapabilities

When I load this layer, i get the two points in the data set, but I 
can't query them. QGIS says "No feature found at this position" and in 
the network debugging session I see that no request is sent to the 
server.


Do you have any idea what might be wrong with this WMS service?

Thank you and greetings,

Andreas___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user