[Qgis-user] No ECW support in QGis 2.0

2013-10-14 Thread Santiago Moreno

Hi,
I have tried to follow direccions in 
http://www.faunalia.com/content/adding-ecw-support-quantum-gis in 
order to use ECW files in Q-GIS. I have Quantum GIS 2.0 (windows 7, 
64) with the osgeo4w but I do not have the folders c:\OSGeo4W\bin and 
c:\OSGeo4W\bin\gdalplugins\1.9 where I could copy the files 
libecwj2.dll and gdal_ECW_JP2ECW.dll as suggested. Instead I have 
C:\Program Files\QGIS Dufour\bin\gdalplugins. Please, where shoud I 
copy these two dll files.

Thank you
Santiago Moreno

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] No ECW support in QGis 2.0

2013-10-14 Thread Santiago Moreno
Thank you Nathan and Alexandre. When installing 64 bit QGIS the 
OSGeo4W icon was installed on the desktop, however neither a OSGeo4W 
nor a OSGeo4W64 forder was created. When trying to load my ECW file I 
am getting the message: xxx.ecw is not an accepted raster data source.

Regards,
Santiago

At 13:58 14/10/2013, Alexandre Neto wrote:

Hello Santiago,

Please also note that, by default, the 64bit installer will create a 
OSGeo4W64 folder instead od the usual OSGeo4W one (you can choose a 
different name tho), so any needed hack that you find should be done there.


Best regards,

Alexandre Neto


On Mon, Oct 14, 2013 at 12:51 PM, Nathan Woodrow 
mailto:madman...@gmail.commadman...@gmail.com wrote:
64bit QGIS (if you used the 64bit installer) on Windows supports ECW 
out of the box. You shouldn't need to install anything extra.  The 
32bit install currently doesn't support it and you will have to the 
use the method in the in the blog post.


- Nathan



On Mon, Oct 14, 2013 at 9:49 PM, Santiago Moreno 
mailto:santiago.mor...@upm.essantiago.mor...@upm.es wrote:

Hi,
I have tried to follow direccions in 
http://www.faunalia.com/content/adding-ecw-support-quantum-gishttp://www.faunalia.com/content/adding-ecw-support-quantum-gis 
in order to use ECW files in Q-GIS. I have Quantum GIS 2.0 (windows 
7, 64) with the osgeo4w but I do not have the folders c:\OSGeo4W\bin 
and c:\OSGeo4W\bin\gdalplugins\1.9 where I could copy the files 
libecwj2.dll and gdal_ECW_JP2ECW.dll as suggested. Instead I have 
C:\Program Files\QGIS Dufour\bin\gdalplugins. Please, where shoud I 
copy these two dll files.

Thank you
Santiago Moreno

___
Qgis-user mailing list
mailto:Qgis-user@lists.osgeo.orgQgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



___
Qgis-user mailing list
mailto:Qgis-user@lists.osgeo.orgQgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Downloading GPS data from Garmin etrex vista hcx

2013-09-21 Thread Santiago Moreno

Thank you Andre!
Your suggestion was helpful. Using the default command lines (garmin 
serial) and Port: usb: , I was able to communicate my Garmin GPS with Q-GIS.

Regards,
Santiago

Message: 7
Date: Fri, 20 Sep 2013 18:25:49 +0200
From: Andre Joost andre+jo...@nurfuerspam.de
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Downloading GPS data from Garmin etrex vista
hcx
Message-ID: l1hsvs$cea$1...@ger.gmane.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Am 20.09.2013 11:17, schrieb Santiago Moreno:
 Hello,
 My Garmin etrex vista hcx has no problems transfering waypoints to
 mapsource. However I can?t directly transfer waypoinst to Quantum GIS.
 The Quantum GIS GPS tool is configured as indicated below. I always get
 the message: The layer . . . is not a valid layer and can not be added
 to the map. I will apreciate any suggestion to solve this problem.
 Santiago

 GPS device: Garmin USB
 Port: usb:
 Feature type: waypoints

 Comand lines:

 %babel -w -i garmin -f usb: -o gpx -F %out


It works for me with my Garmin etrex Legend Hcx under Windows 7 with:
Port: usb:

and under Settings with the default:
%babel -w -i garmin -o gpx %in %out

If it does not work, open a command window in your Lisboa installation
path, enter qgis.bat, and then gpsbabel to see if qgis can find gpsbabel.

HTH,
Andr? Joost

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Downloading GPS data from Garmin etrex vista hcx

2013-09-20 Thread Santiago Moreno

Hello,
My Garmin etrex vista hcx has no problems 
transfering waypoints to mapsource. However I 
can´t directly transfer waypoinst to Quantum GIS. 
The Quantum GIS GPS tool is configured as 
indicated below.  I always get the message: The 
layer . . .  is not a valid layer and can not be 
added to the map. I will apreciate any suggestion to solve this problem.

Santiago

GPS device: Garmin USB
Port:   usb:
Feature type:   waypoints

Comand lines:

%babel -w -i garmin -f usb: -o gpx -F %out

%babel -w -i gpx -f %in -o garmin -F usb:

%babel -r -i garmin -f usb: -o gpx -F %out

%babel -r -i gpx -f %in -o garmin -F usb:

%babel -t -i garmin -f usb: -o gpx -F %out

%babel -t -i gpx -f %in -o garmin -F usb:
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Downloading GPS data from Garmin etrex vista hcx

2013-09-20 Thread Santiago Moreno

Thank you Micha. I am using Windows 7. I have no spaces in the path.
Santiago

At 13:23 20/09/2013, Micha Silver wrote:
First, what OS are you working on? (In Ubuntu 
you might need some changes to the .udev configuration)
Second, be sure there are no spaces or non-ASCII 
characters in the path to the gpx file.


On 9/20/2013 12:17 PM, Santiago Moreno wrote:

Hello,
My Garmin etrex vista hcx has no problems 
transfering waypoints to mapsource. However I 
can´t directly transfer waypoinst to Quantum 
GIS. The Quantum GIS GPS tool is configured as 
indicated below.  I always get the message: 
The layer . . .  is not a valid layer and can 
not be added to the map. I will apreciate any 
suggestion to solve this problem.

Santiago

GPS device: Garmin USB
Port:   usb:
Feature type:   waypoints

Comand lines:

%babel -w -i garmin -f usb: -o gpx -F %out

%babel -w -i gpx -f %in -o garmin -F usb:

%babel -r -i garmin -f usb: -o gpx -F %out

%babel -r -i gpx -f %in -o garmin -F usb:

%babel -t -i garmin -f usb: -o gpx -F %out

%babel -t -i gpx -f %in -o garmin -F usb:


This mail was received via Mail-SeCure System.



___
Qgis-user mailing list
mailto:Qgis-user@lists.osgeo.orgQgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user
This mail was received via Mail-SeCure System.




___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user