Re: [Qgis-user] QGIS 2.14.1 does not find internal GPSQ

2016-06-06 Thread Laurence Béchet

Hi Eggerer,

I personally use DNRGPS to download data from my GPS save them in 
Shapefiles (and .gpx), before using them in qGIS. I have not tested with 
tablets, nor investigated much, but DNRGPS is said to be able to be run 
on memory stick if I do well understand:
"DNRGPS is a self-contained program which means it can be run from 
anywhere – your hard drive, a thumb drive, a network location. Simply 
unzip the DNRGPS folder and place in the location of your choice."


Maybe this would help you?
Cheers
Laurence


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

[QGIS-it-user] QGIS 2.14.3 campi virtuali e layer virtuali

2016-06-06 Thread Totò
Salve a tutti;
in uno shapefile ho creato, tramite il calcolatore di campi, un campo
virtuale che dipende da altri campi;
successivamente ho creato un virtual_layer in cui ho richiamato il campo
virtuale e ottengo un errore sulla view, errore localizzato nel campo
virtuale.

Chiedo se è normale oppure è un bug da segnalare.

questo è il virtual layer:
SELECT LINE, MakeLine(MakePointZ(CAST(X_1 AS float),CAST(zz_ex AS
float),32633)) AS geom 
FROM profilo_shp 
GROUP BY LINE

zz_ex è il campo virtuale che è una funzione di altri campi.

questo è l'errore:
Query execution error on CREATE TEMP VIEW _tview AS SELECT LINE,
MakeLine(MakePointZ(CAST(X_1 AS float),CAST(zz_ex AS float),32633)) AS geom
FROM profilo_shp GROUP BY LINE: 1 - no such column: zz_ex

saluti



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGIS-2-14-3-campi-virtuali-e-layer-virtuali-tp5270220.html
Sent from the QGIS Italian User mailing list archive at Nabble.com.
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Lookup Tables in File GDB?

2016-06-06 Thread Michael Treglia
Thanks all for the quick feedback! I'll give these things a try and will
report back. And for what it's worth, same issue with using both
openFileGDB and ESRI FileGDB drivers.
Cheers,
mike

On Mon, Jun 6, 2016 at 12:12 PM, Justin Robinson 
wrote:

> Hi Michael,
>
> That's probably GDAL's openFileGDB driver and it's interaction with Esri's
> Coded Domains, there's an open ticket at
> https://trac.osgeo.org/gdal/ticket/5741
>
> It doesn't sound like there was any resolution to it based on other
> threads (
> http://osgeo-org.1560.x6.nabble.com/gdal-dev-OGR-How-to-access-Coded-Value-Domains-in-File-Geodatabases-td5180262.html
> ) either, it's in a GDB_Items table in the geodatabase and isn't easy to
> access without some amount of work.
>
> Not exactly an answer, but more info, cheers,
>
> Justin
>
> On Mon, Jun 6, 2016 at 8:59 AM, Michael Treglia 
> wrote:
>
>> Hi All,
>>
>> I'm trying to work with a planimetric dataset available here:
>> https://data.cityofnewyork.us/Transportation/NYC-Planimetrics/wt4d-p43d,
>> which is available in a FileGDB format.
>>
>> When I load the layers from the gdb in QGIS, some fields are field with
>> numeric values (e.g., entries in the PARK layer, for the FEATURE_CODE
>> column are integers). However, when I load the gdb in Arc, FEATURE_CODE is
>> filled with string entries (e.g,  'Park Boundary'). Thus, it seems like
>> ESRI uses a lookup table or something on this. Does anybody have experience
>> in dealing with this type of issue? Is there a good way to deal with this
>> via QGIS or OGR? (I'm ultimately wanting to import the data to PostGIS,
>> where the same issue is occurring, using org2ogr)
>>
>> Thanks!
>> Mike
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Lookup Tables in File GDB?

2016-06-06 Thread Justin Robinson
Hi Michael,

That's probably GDAL's openFileGDB driver and it's interaction with Esri's
Coded Domains, there's an open ticket at
https://trac.osgeo.org/gdal/ticket/5741

It doesn't sound like there was any resolution to it based on other threads
(
http://osgeo-org.1560.x6.nabble.com/gdal-dev-OGR-How-to-access-Coded-Value-Domains-in-File-Geodatabases-td5180262.html
) either, it's in a GDB_Items table in the geodatabase and isn't easy to
access without some amount of work.

Not exactly an answer, but more info, cheers,

Justin

On Mon, Jun 6, 2016 at 8:59 AM, Michael Treglia  wrote:

> Hi All,
>
> I'm trying to work with a planimetric dataset available here:
> https://data.cityofnewyork.us/Transportation/NYC-Planimetrics/wt4d-p43d,
> which is available in a FileGDB format.
>
> When I load the layers from the gdb in QGIS, some fields are field with
> numeric values (e.g., entries in the PARK layer, for the FEATURE_CODE
> column are integers). However, when I load the gdb in Arc, FEATURE_CODE is
> filled with string entries (e.g,  'Park Boundary'). Thus, it seems like
> ESRI uses a lookup table or something on this. Does anybody have experience
> in dealing with this type of issue? Is there a good way to deal with this
> via QGIS or OGR? (I'm ultimately wanting to import the data to PostGIS,
> where the same issue is occurring, using org2ogr)
>
> Thanks!
> Mike
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Lookup Tables in File GDB?

2016-06-06 Thread Eric Goddard
You're correct, the feature class is using a lookup table (domains in
ArcGIS) that the ogr drivers can't access as far as I know. If you can load
the gdb in ArcMap, you can use the Domain to Table tool (
http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/domain-to-table.htm)
to export the lookup codes/values for loading into a Postgres table.

Hope that helps!
Eric

On Mon, Jun 6, 2016 at 10:59 AM Michael Treglia  wrote:

> Hi All,
>
> I'm trying to work with a planimetric dataset available here:
> https://data.cityofnewyork.us/Transportation/NYC-Planimetrics/wt4d-p43d,
> which is available in a FileGDB format.
>
> When I load the layers from the gdb in QGIS, some fields are field with
> numeric values (e.g., entries in the PARK layer, for the FEATURE_CODE
> column are integers). However, when I load the gdb in Arc, FEATURE_CODE is
> filled with string entries (e.g,  'Park Boundary'). Thus, it seems like
> ESRI uses a lookup table or something on this. Does anybody have experience
> in dealing with this type of issue? Is there a good way to deal with this
> via QGIS or OGR? (I'm ultimately wanting to import the data to PostGIS,
> where the same issue is occurring, using org2ogr)
>
> Thanks!
> Mike
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] NSA usa QGIS

2016-06-06 Thread Massimo

Dovremmo chiedere ad Edwards S. che ne pensa...
http://arstechnica.com/tech-policy/2016/05/the-intercept-releasing-docs-leaked-by-nsa-whistleblower-snowden/

Il 06/06/2016 16:53, Gabriela Osaci Costache ha scritto:

Evviva! :-))

Saluti,
Gabriela



*Da:* Paolo Cavallini 
*A:* Utenti QGIS it 
*Inviato:* Lunedì 6 Giugno 2016 17:43
*Oggetto:* [QGIS-it-user] NSA usa QGIS

Also NSA is using QGIS:
https://github.com/NationalSecurityAgency
notizia interessante, no?
Saluti.
--
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org 
http://lists.osgeo.org/mailman/listinfo/qgis-it-user




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



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


[Qgis-user] Lookup Tables in File GDB?

2016-06-06 Thread Michael Treglia
Hi All,

I'm trying to work with a planimetric dataset available here:
https://data.cityofnewyork.us/Transportation/NYC-Planimetrics/wt4d-p43d,
which is available in a FileGDB format.

When I load the layers from the gdb in QGIS, some fields are field with
numeric values (e.g., entries in the PARK layer, for the FEATURE_CODE
column are integers). However, when I load the gdb in Arc, FEATURE_CODE is
filled with string entries (e.g,  'Park Boundary'). Thus, it seems like
ESRI uses a lookup table or something on this. Does anybody have experience
in dealing with this type of issue? Is there a good way to deal with this
via QGIS or OGR? (I'm ultimately wanting to import the data to PostGIS,
where the same issue is occurring, using org2ogr)

Thanks!
Mike
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] NSA usa QGIS

2016-06-06 Thread Paolo Cavallini
Il 06/06/2016 17:54, Massimo ha scritto:
> Dovremmo chiedere ad Edwards S. che ne pensa...
> http://arstechnica.com/tech-policy/2016/05/the-intercept-releasing-docs-leaked-by-nsa-whistleblower-snowden/

Non credo ci sia un problema di privacy per gli utenti di QGIS.
La vedo piuttosot come la dimostrazione che QGIS e' uno strumento
maturo, e ormai uno standard di mercato.
Ovvero: volevamo conquistare l'universo con i GIS liberi, e ci stiamo
riuscendo.
Saluti.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


[Qgis-user] What is the name for "pyspatialite" package in fedora 19?

2016-06-06 Thread 童言

My qgis misses pyspatialite module when it runs in Fedora 19. But I can't find 
"pyspatialite" package in the URL http://rpm.pbone.net/, so what is the name 
for "pyspatialite" package in fedora 19?









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

Re: [QGIS-it-user] NSA usa QGIS

2016-06-06 Thread Gabriela Osaci Costache
Evviva! :-))

Saluti,Gabriela

  Da: Paolo Cavallini 
 A: Utenti QGIS it  
 Inviato: Lunedì 6 Giugno 2016 17:43
 Oggetto: [QGIS-it-user] NSA usa QGIS
   
Also NSA is using QGIS:
https://github.com/NationalSecurityAgency
notizia interessante, no?
Saluti.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


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


Re: [Qgis-user] Project relation - sci. notation

2016-06-06 Thread Nicolas Cadieux
Hi,
My guess is that the value where imported from a csv with no field type 
value.  Therefore, text values could have been imported as float values 
in the shape file.  What is the field type for both your files?
Nicolas

https://anitagraser.com/2011/03/07/how-to-specify-data-types-of-csv-columns-for-use-in-qgis/

Le 2016-06-06 06:13, Chris Berens [via OSGeo.org] a écrit :
> Hi there,
>
> I have a layer of homes (roofs) and a list of residents who are linked 
> to a home by the roof number.  The homes are attributed via a 
> re-blocking exercise running 1-31 and A-J, eg. 18G is a block. Within 
> each block there may be up to 100 homes, eg. 18G-47.
>
> So under Project Properties I set up a relation called 'households' 
> and using the Identify Features tool I can view the members of a 
> household by clicking on the roof. Works great, most of the time.
>
> When I click on an E block roof (eg 18E-23) it returns all 291 XXE-XX 
> residents on the list.  It appears to me as if the relation is reading 
> the values as scientific notation numeric values instead of the 
> declared text status in both files.
>
> I have an /Attribute table/ in the a /Composer/ window in the same 
> /project/ that references the same relation perfectly, ie it only 
> returns the residents particular to eg 18E23.  So is the /Identify 
> Features/ tool using a different select rule set or parameters?
>
> I have tried to search for a previous thread on this topic without 
> success. The pain would appear to be for me alone, but can anyone 
> suggest a way of defining a relation to avoid this?
>
> FWIW I'm using 2.14.3-64bit on Win7, this behaviour is true for sqlite 
> and shp formats.
>
> Thank you for your attention,
> Chris
>
> Chris Berens, GISc
> www.mapland.co.za 
> +27 (0)82 567 9322
>
> ___
> Qgis-user mailing list
> [hidden email] 
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
>
> 
> If you reply to this email, your message will be added to the 
> discussion below:
> http://osgeo-org.1560.x6.nabble.com/Project-relation-sci-notation-tp5270096.html
>  
>
> To start a new topic under Quantum GIS - User, email 
> ml-node+s1560n4125267...@n6.nabble.com
> To unsubscribe from Quantum GIS - User, click here 
> .
> NAML 
> 
>  
>





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Project-relation-sci-notation-tp5270096p5270145.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Label Formatting - Wrap on character with "wordwrap"

2016-06-06 Thread Burghardt.Scholle
Hi,

I created a bug report for this issue: http://hub.qgis.org/issues/14963

Regards
Burghardt

> -Ursprüngliche Nachricht-
> Von: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] Im Auftrag von
> burghardt.scho...@stadt.wolfsburg.de
> Gesendet: Mittwoch, 18. Mai 2016 13:10
> An: qgis-user@lists.osgeo.org
> Betreff: [Qgis-user] Label Formatting - Wrap on character with "wordwrap"
> 
> Hi all,
> 
> my System: Ubuntu 14.04, QGIS 2.8.7 / 2.14.2
> 
> I want label a layer with long attribute values. The label should wrap after a
> number of characters. For this I use the function "wordwarp" in the
> expression string builder (e.g. "wordwrap("name", 15)"). In the output
> preview the wordwrap is displayed correctly. But in the map all the words
> with less than (e.g.) 15 characters will be hidden and the wordwrap will not
> be displayed.
> Am I doing something wrong? Can anyone give me a hint?
> 
> Best regards
> Burghardt
> 
> ***
> 
> Stadt Wolfsburg
> Geschäftsbereich IT - 15-3 GIS
> Rathaus E, Zi. E403, Porschestraße 47A, D-38440 Wolfsburg Tel +49 5361 28-
> 2531 Fax +49 5361 28-1765 mailto:burghardt.scho...@stadt.wolfsburg.de
> 
> 
> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Project relation - sci. notation

2016-06-06 Thread Chris Berens
Hi there,

I have a layer of homes (roofs) and a list of residents who are linked to a
home by the roof number.  The homes are attributed via a re-blocking
exercise running 1-31 and A-J, eg. 18G is a block. Within each block there
may be up to 100 homes, eg. 18G-47.

So under Project Properties I set up a relation called 'households' and
using the Identify Features tool I can view the members of a household by
clicking on the roof. Works great, most of the time.

When I click on an E block roof (eg 18E-23) it returns all 291 XXE-XX
residents on the list.  It appears to me as if the relation is reading the
values as scientific notation numeric values instead of the declared text
status in both files.

I have an *Attribute table* in the a *Composer* window in the same *project*
that references the same relation perfectly, ie it only returns the
residents particular to eg 18E23.  So is the *Identify Features* tool using
a different select rule set or parameters?

I have tried to search for a previous thread on this topic without success.
The pain would appear to be for me alone, but can anyone suggest a way of
defining a relation to avoid this?

FWIW I'm using 2.14.3-64bit on Win7, this behaviour is true for sqlite and
shp formats.

Thank you for your attention,
Chris

Chris Berens, GISc
www.mapland.co.za
+27 (0)82 567 9322
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user