Re: [Qgis-user] Points layer from table tool truncating texts

2014-12-03 Thread anderso
Hello again!

> Hi,
> ok, this looks like a bug!
>
> When I chose sqlite after performing "fixed distance buffer" function and
> naming the layer "test", the constructed file name in the dialog is indeed
> "test.sqlit" and saving it, it becomes "test.sqlit.shp"
> But when I just add the "e" to the path of "test.sqlit" -> "test.sqlite",
> it saves the file as a SQLITE layer as it should!
>
> Can anyone borrow an "e" to the developers?
> Seems like none ever used this format before?
>

Very odd, its the same for geojson.

When selecting geojson the resulting file name will have the suffix
".geojs", if you add "on" it works!

>
> Apart from that, I do not fully understand what this sqlite layer is. It's
> not spatialite cause I can't connect over "Add spatialite layer" but just
> over normal "Add vector layer" and the fields all have lenght and
> precision zero, but neverthelless contain everthing that was in the
> original (can't test with strings longer than 255 cause I havent got any
> source for such at the moment).
>
> Anyway, just try adding the "e" for .sqlite manually and have a test with
> the resulting sqlite layer and please report back how things worked out.
>

Yes, sqlite format supports strings longer than 255 charcters.

:-)

Thank you very much for all help!

BR

/AO

>
> Am 03.12.2014, 12:59 Uhr, schrieb :
>
>> Thank you for helping out.
>>
>> Comments below:
>>
>>> Did you create the layer as a temporary one? So then its stored as an
>>> ESRI
>>> shape and the dbf will not store more characters.
>>
>> Used temporary before and i understand the problem better now.
>>
>>> Or did you also try to save it directly into another format which
>>> supports
>>> longer fields (errm, here I'm lost too, cause I do not know most of the
>>> formats available, but maybe try sqlite)
>>
>> I've tried "all" possible file-formats that can be selected in the
>> "Points
>> Layer from Table" tool and it seems like they all store the result like
>> shape files (using a dbf database file).
>>
>> Selecting sqlite-format:
>> sqll.sqlit.dbf
>> sqll.sqlit.prj
>> sqll.sqlit.qbj
>> sqll.sqlit.shp
>> sqll.sqlit.shx
>>
>> I'm rather confused here, i expected to find raw files with the selected
>> format as output?
>>
>> So this is leading in the direction that i can't use the tool if i want
>> longer text fields.
>>
>> Some other ideas (partly evaluated):
>> - The EVIS database tools seem to support longer strings but have issues
>> with national characters and fails to add all points "missing
>> georeference
>> infomation)?
>> - The "SAGA convert table to points" seems to be missing/removed in
>> QGIS?
>>
>>>
>>> Cheers
>>> Bernd
>>>
>>
>> Thanks
>>
>> /AO
>>
>>>
>>> Am 03.12.2014, 10:07 Uhr, schrieb :
>>>
 Hi!

 I'm having a problem with the "Points Layer from Table" tool.

 The source data contain string/text data longer than 255 characters
 (memo
 fields from MS Access)

 The fields are truncated to 255 characters in the resulting point
 layer
 when looking in the "attribute table window"

 When opening the source data layer in the "attribute table window" the
 fields are not truncated so the problem must be in the tool itself.

 The source layer is created using "create vector
 layer->Database->ODBC->"

 Does anyone have a workaround for this?

 I found some tips about using the SAGA "create points from table" tool
 instead but i can't find it in QGIS?

 I'm using QGIS 2.6.1

 BR

 /AO
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
>>>
>>>
>>> --
>>> Bernd Vogelgesang
>>> Siedlerstraße 2
>>> 91083 Baiersdorf/Igelsdorf
>>> Tel: 09133-825374
>>>
>>>
>>
>
>
> --
> Bernd Vogelgesang
> Siedlerstraße 2
> 91083 Baiersdorf/Igelsdorf
> Tel: 09133-825374
>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] [QGIS-user} 2.6.1 Label selected features only?

2014-12-03 Thread Nathan Woodrow
All expressions should have help and examples in the expression builder.

- Nathan
On Thu Dec 04 2014 at 1:42:06 PM Nicolas Cadieux <
nicolas.cadi...@archeotec.ca> wrote:

> Good news Nathan!
>
> Is there a good comprehensive guide to all Qgis expression? It would be
> nice to have many examples.  There are many good guides out there but most
> only have one or two examples. Would be nice to have good raster Calculator
> examples also.
> Any links or guides to suggest?
>
> Nicolas Cadieux M.Sc.
> Les Entreprises Archéotec inc.
> 8548, rue Saint-Denis Montréal H2P 2H2
> Téléphone: 514.381.5112  Fax: 514.381.4995
> Le 2014-12-03 22:12, "Nathan Woodrow [via OSGeo.org] " <[hidden email]
> > a écrit :
>
> Hey,
>
> New Expression + version is up now.
>
> - Nathan
>
> On Wed Dec 03 2014 at 11:38:52 PM Matthias Kuhn <[hidden email]
> > wrote:
> Hi,
>
> The function is called `isselected` and was only recently introduced and
> is not yet officially released.
> A new release of Expressions+ is expected tomorrow. Meanwhile you could
> download and install a copy manually if you are curious
> https://github.com/NathanW2/qgsexpressionsplus/
>
> Regards
> Matthias
>
>
> On 03.12.2014 10:17, Junior Delaz wrote:
> > Hi,
> > Nyall, I can't find "is_selected" function in expressions+ plugin. I have
> > version 0.3 and it seems to be the latest release available in Official
> > repository (no experimental status found).
> > Where do you get it?
> >
>
> > 2014-12-03 5:53 GMT+01:00 Nyall Dawson <[hidden email]
> >:
>
>
> >
> >> On 3 December 2014 at 15:38, Nicolas Cadieux
>
> >> <[hidden email] >
> wrote:
> >>> You can use an expression based on a column with a variable like
> >> label_yes,
> >>> label_no... (Or 1 and 0)
> >>>
> >> The expressions+ plugin includes a function "is_selected", which could
> >> also come in handy here...
> >>
> >> Nyall
> >> ___
> >> Qgis-user mailing list
>
> >> [hidden email] 
>
>
> >> http://lists.osgeo.org/mailman/listinfo/qgis-user
> >>
> >
> >
> > ___
> > Qgis-user mailing list
>
> > [hidden email] 
>
>
> > http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
> ___
> Qgis-user mailing list
>
> [hidden email] 
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
> ___
> Qgis-user mailing list
> [hidden email] 
> 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/QGIS-user-2-6-1-Label-selected-features-only-tp5176111p5176364.html
>  To start a new topic under Quantum GIS - User, email [hidden email]
> 
> To unsubscribe from Quantum GIS - User, click here.
> NAML
> 
>
> --
> View this message in context: Re: [QGIS-user} 2.6.1 Label selected
> features only?
> 
> Sent from the Quantum GIS - User mailing list archive
>  at
> Nabble.com.
> ___
> Qgis-user mailing list
> Qgis-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

Re: [Qgis-user] [QGIS-user} 2.6.1 Label selected features only?

2014-12-03 Thread Nicolas Cadieux
Good news Nathan! 
Is there a good comprehensive guide to all Qgis expression? It would be nice to 
have many examples.  There are many good guides out there but most only 
have one or two examples. Would be nice to have good raster Calculator examples 
also. 
Any links or guides to suggest? 
Nicolas Cadieux M.Sc. 
Les Entreprises Archéotec inc.  
8548, rue Saint-Denis Montréal H2P 2H2 
Téléphone: 514.381.5112  Fax: 514.381.4995 
Le 2014-12-03 22:12, "Nathan Woodrow [via OSGeo.org]   " 
 a écrit : 

Hey, New Expression + version is up now. - Nathan On Wed Dec 03 2014 at 
11:38:52 PM Matthias Kuhn < [hidden email] > wrote: 
Hi, The function is called `isselected` and was only recently introduced and is not yet officially released. A new release of Expressions+ is expected tomorrow. Meanwhile you could download and install a copy manually if you are curious https://github.com/NathanW2/qgsexpressionsplus/ Regards Matthias On 03.12.2014 10:17, Junior Delaz wrote: > Hi, > Nyall, I can't find "is_selected" function in expressions+ plugin. I have > version 0.3 and it seems to be the latest release available in Official > repository (no experimental status found). > Where do you get it? > > 2014-12-03 5:53 GMT+01:00 Nyall Dawson < [hidden email] >: > >> On 3 December 2014 at 15:38, Nicolas Cadieux >> < [hidden email] > wrote: >>> You can use an expression based on a column with a variable like >> label_yes, >>> label_no... (Or 1 and 0) >>> >> The expressions+ plugin includes a function "is_selected", which could >> also come in handy here... >> >> Nyall >> ___ >> Qgis-user mailing list >> [hidden email] >> http://lists.osgeo.org/mailman/listinfo/qgis-user >> > > > ___ > Qgis-user mailing list > [hidden email] > http://lists.osgeo.org/mailman/listinfo/qgis-user ___ Qgis-user mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/qgis-user ___ Qgis-user mailing list [hidden email] 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/QGIS-user-2-6-1-Label-selected-features-only-tp5176111p5176364.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/QGIS-user-2-6-1-Label-selected-features-only-tp5176111p5176366.html Sent from the Quantum GIS - User mailing list archive at Nabble.com.___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] [QGIS-user} 2.6.1 Label selected features only?

2014-12-03 Thread Nathan Woodrow
Hey,

New Expression + version is up now.

- Nathan

On Wed Dec 03 2014 at 11:38:52 PM Matthias Kuhn 
wrote:

> Hi,
>
> The function is called `isselected` and was only recently introduced and
> is not yet officially released.
> A new release of Expressions+ is expected tomorrow. Meanwhile you could
> download and install a copy manually if you are curious
> https://github.com/NathanW2/qgsexpressionsplus/
>
> Regards
> Matthias
>
>
> On 03.12.2014 10:17, Junior Delaz wrote:
> > Hi,
> > Nyall, I can't find "is_selected" function in expressions+ plugin. I have
> > version 0.3 and it seems to be the latest release available in Official
> > repository (no experimental status found).
> > Where do you get it?
> >
> > 2014-12-03 5:53 GMT+01:00 Nyall Dawson :
> >
> >> On 3 December 2014 at 15:38, Nicolas Cadieux
> >>  wrote:
> >>> You can use an expression based on a column with a variable like
> >> label_yes,
> >>> label_no... (Or 1 and 0)
> >>>
> >> The expressions+ plugin includes a function "is_selected", which could
> >> also come in handy here...
> >>
> >> Nyall
> >> ___
> >> Qgis-user mailing list
> >> Qgis-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 mailing list
> Qgis-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

Re: [Qgis-user] Points layer from table tool truncating texts

2014-12-03 Thread Bernd Vogelgesang

Hi,
ok, this looks like a bug!

When I chose sqlite after performing "fixed distance buffer" function and  
naming the layer "test", the constructed file name in the dialog is indeed  
"test.sqlit" and saving it, it becomes "test.sqlit.shp"
But when I just add the "e" to the path of "test.sqlit" -> "test.sqlite",  
it saves the file as a SQLITE layer as it should!


Can anyone borrow an "e" to the developers?
Seems like none ever used this format before?


Apart from that, I do not fully understand what this sqlite layer is. It's  
not spatialite cause I can't connect over "Add spatialite layer" but just  
over normal "Add vector layer" and the fields all have lenght and  
precision zero, but neverthelless contain everthing that was in the  
original (can't test with strings longer than 255 cause I havent got any  
source for such at the moment).


Anyway, just try adding the "e" for .sqlite manually and have a test with  
the resulting sqlite layer and please report back how things worked out.



Am 03.12.2014, 12:59 Uhr, schrieb :


Thank you for helping out.

Comments below:

Did you create the layer as a temporary one? So then its stored as an  
ESRI

shape and the dbf will not store more characters.


Used temporary before and i understand the problem better now.

Or did you also try to save it directly into another format which  
supports

longer fields (errm, here I'm lost too, cause I do not know most of the
formats available, but maybe try sqlite)


I've tried "all" possible file-formats that can be selected in the  
"Points

Layer from Table" tool and it seems like they all store the result like
shape files (using a dbf database file).

Selecting sqlite-format:
sqll.sqlit.dbf
sqll.sqlit.prj
sqll.sqlit.qbj
sqll.sqlit.shp
sqll.sqlit.shx

I'm rather confused here, i expected to find raw files with the selected
format as output?

So this is leading in the direction that i can't use the tool if i want
longer text fields.

Some other ideas (partly evaluated):
- The EVIS database tools seem to support longer strings but have issues
with national characters and fails to add all points "missing  
georeference

infomation)?
- The "SAGA convert table to points" seems to be missing/removed in QGIS?



Cheers
Bernd



Thanks

/AO



Am 03.12.2014, 10:07 Uhr, schrieb :


Hi!

I'm having a problem with the "Points Layer from Table" tool.

The source data contain string/text data longer than 255 characters
(memo
fields from MS Access)

The fields are truncated to 255 characters in the resulting point layer
when looking in the "attribute table window"

When opening the source data layer in the "attribute table window" the
fields are not truncated so the problem must be in the tool itself.

The source layer is created using "create vector
layer->Database->ODBC->"

Does anyone have a workaround for this?

I found some tips about using the SAGA "create points from table" tool
instead but i can't find it in QGIS?

I'm using QGIS 2.6.1

BR

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



--
Bernd Vogelgesang
Siedlerstraße 2
91083 Baiersdorf/Igelsdorf
Tel: 09133-825374







--
Bernd Vogelgesang
Siedlerstraße 2
91083 Baiersdorf/Igelsdorf
Tel: 09133-825374
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] BASEmesh: Getting "This plugin is broken No module named OpenGL.GL" when trying to install plugin

2014-12-03 Thread Luigi Pirelli
win, osx or linux?

regards, LuigiPirelli

On 3 December 2014 at 20:44, Chase Dwelle  wrote:
> I am attempting to install BASEmesh for mesh generation, and get the error:
>
> This plugin is broken
> No module named OpenGL.GL
>
> I checked and I do have PyOpenGL installed - the command 'python -c "from
> OpenGL import GL" ' evaluates. Any help would be appreciated as this is the
> only plugin I've run into that I have had an error installing.
>
> Thanks,
>
> Chase Dwelle
> PhD Pre-Candidate - Environmental Engineering
> University of Michigan
>
>
>
> ___
> Qgis-user mailing list
> Qgis-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] BASEmesh: Getting "This plugin is broken No module named OpenGL.GL" when trying to install plugin

2014-12-03 Thread Chase Dwelle
I am attempting to install BASEmesh for mesh generation, and get the error:

*This plugin is broken*
No module named OpenGL.GL

I checked and I do have PyOpenGL installed - the command 'python -c "from
OpenGL import GL" ' evaluates. Any help would be appreciated as this is the
only plugin I've run into that I have had an error installing.

Thanks,

*Chase Dwelle*
PhD Pre-Candidate - Environmental Engineering
University of Michigan
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS 2.6 crashes during save after removing one layer

2014-12-03 Thread Guido Paliaga
I found the same problem on Mac OS X 10.10 and the solution suggested by
Slawomir works!

Thanks,
Guido

---
Dott. Geol. Guido Paliaga, PhD
Mobile +39 335 6901747
Skypeid: gpaliaga
gpali...@gmail.com
pali...@geologiliguria.it
Posta certificata: gpali...@epap.sicurezzapostale.it
www.ilpiviere.com
www.guidopaliaga.com


Think before you print: Rispetta l'ambiente: se non ti è necessario, non
stampare questa mail.

Le informazioni contenute nella presente comunicazione e i relativi
allegati possono essere riservate e sono, comunque, destinate
esclusivamente alle persone o alla Società sopraindicati. La diffusione,
distribuzione e/o copiatura del documento trasmesso da parte di qualsiasi
soggetto diverso dal destinatario è proibita, sia ai sensi dell’art. 616
c.p. , che ai sensi del D.Lgs. n. 196/2003. Se avete ricevuto questo
messaggio per errore, vi preghiamo di distruggerlo e di informarci
immediatamente  inviando un messaggio all’indirizzo e-mail
gpali...@gmail.com

2014-11-30 0:04 GMT+01:00 SaekBinko :

> I noticed the same problem... I found a reason - in map composer there is
> the
> problematic layer in legend (in previous version of QGIS new layers was
> automatically added to the legend in map composer).
> Delete this layer in legend in map composer, then delete it from QGIS. Or
> open QGIS project file in notepad and delete this layer manually.
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/QGIS-2-6-crashes-during-save-after-removing-one-layer-tp5175623p5175630.html
> Sent from the Quantum GIS - User mailing list archive at Nabble.com.
> ___
> Qgis-user mailing list
> Qgis-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

Re: [Qgis-user] 2.6.1 Cannot open .img raster file

2014-12-03 Thread Michael Treglia
Huh, Thats strange - I just loaded a .img of a DEM on 2.6.1 (x64, Win 7)
without issue.

If you want to try with the same type of file that I used, you can download
any of the .zip files here:
ftp://rockyftp.cr.usgs.gov/vdelivery/Datasets/Staged/NED/13/IMG/

Are you able to load other raster formats without a problem?

Though I don't know if I'll be able to help, others might find it useful
for trouble-shooting to know what operating system you're on and whether
you're using 32 or 64 bit QGIS.

Cheers,
Mike



On Wed, Dec 3, 2014 at 9:21 AM, Martin Runkel 
wrote:

> Hi,
>
> since I installed Rel. 2.6.1,  I cannot open .img raster files (ERDAS
> Imagine format) any more.
> When trying to do so, I get the error message "... no supported data
> source".
>
> Can anybody help me?
>
> Regards,
> Martin
>
> ___
> Qgis-user mailing list
> Qgis-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] 2.6.1 Cannot open .img raster file

2014-12-03 Thread Martin Runkel

Hi,

since I installed Rel. 2.6.1,  I cannot open .img raster files (ERDAS 
Imagine format) any more.
When trying to do so, I get the error message "... no supported data 
source".


Can anybody help me?

Regards,
Martin

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


Re: [Qgis-user] [QGIS-user} 2.6.1 Label selected features only?

2014-12-03 Thread Matthias Kuhn
Hi,

The function is called `isselected` and was only recently introduced and
is not yet officially released.
A new release of Expressions+ is expected tomorrow. Meanwhile you could
download and install a copy manually if you are curious
https://github.com/NathanW2/qgsexpressionsplus/

Regards
Matthias


On 03.12.2014 10:17, Junior Delaz wrote:
> Hi,
> Nyall, I can't find "is_selected" function in expressions+ plugin. I have
> version 0.3 and it seems to be the latest release available in Official
> repository (no experimental status found).
> Where do you get it?
>
> 2014-12-03 5:53 GMT+01:00 Nyall Dawson :
>
>> On 3 December 2014 at 15:38, Nicolas Cadieux
>>  wrote:
>>> You can use an expression based on a column with a variable like
>> label_yes,
>>> label_no... (Or 1 and 0)
>>>
>> The expressions+ plugin includes a function "is_selected", which could
>> also come in handy here...
>>
>> Nyall
>> ___
>> Qgis-user mailing list
>> Qgis-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 mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Points layer from table tool truncating texts

2014-12-03 Thread anderso
Hi!

> Hello,
> And if u just create your points with these tools and then join the result
> layer to your previous table in your database?

OK, i'll try to do that, new functionality to me :-)

>
> About the SAGA "Convert table to points" tool, you need to activate the
> processing toolbox and at the bottom of the frame, choose "Advanced
> Interface". It's in SAGA > Shapes - Points category.

No, i can't find it in my freshly installed 2.6.1, SAGA->Shapes - Points
contain:

Add coordinates to points
Add polygon attributes to point
Aggregate point observations
Clip points with polygons
Convert lines to points
Convert multipoints to points
Convex hull
Distance Matrix
Fit n points to shape
Points Filter
Points thinning
Remove duplicate points
Separate points by direction

I also tried to search for it in the toolbox, using "table" as keyword the
only SAGA group hit i get is:
Profile from points table


BR

/AO
>
>
> 2014-12-03 12:59 GMT+01:00 :
>
>> Thank you for helping out.
>>
>> Comments below:
>>
>> > Did you create the layer as a temporary one? So then its stored as an
>> ESRI
>> > shape and the dbf will not store more characters.
>>
>> Used temporary before and i understand the problem better now.
>>
>> > Or did you also try to save it directly into another format which
>> supports
>> > longer fields (errm, here I'm lost too, cause I do not know most of
>> the
>> > formats available, but maybe try sqlite)
>>
>> I've tried "all" possible file-formats that can be selected in the
>> "Points
>> Layer from Table" tool and it seems like they all store the result like
>> shape files (using a dbf database file).
>>
>> Selecting sqlite-format:
>> sqll.sqlit.dbf
>> sqll.sqlit.prj
>> sqll.sqlit.qbj
>> sqll.sqlit.shp
>> sqll.sqlit.shx
>>
>> I'm rather confused here, i expected to find raw files with the selected
>> format as output?
>>
>> So this is leading in the direction that i can't use the tool if i want
>> longer text fields.
>>
>> Some other ideas (partly evaluated):
>> - The EVIS database tools seem to support longer strings but have issues
>> with national characters and fails to add all points "missing
>> georeference
>> infomation)?
>> - The "SAGA convert table to points" seems to be missing/removed in
>> QGIS?
>>
>> >
>> > Cheers
>> > Bernd
>> >
>>
>> Thanks
>>
>> /AO
>>
>> >
>> > Am 03.12.2014, 10:07 Uhr, schrieb :
>> >
>> >> Hi!
>> >>
>> >> I'm having a problem with the "Points Layer from Table" tool.
>> >>
>> >> The source data contain string/text data longer than 255 characters
>> >> (memo
>> >> fields from MS Access)
>> >>
>> >> The fields are truncated to 255 characters in the resulting point
>> layer
>> >> when looking in the "attribute table window"
>> >>
>> >> When opening the source data layer in the "attribute table window"
>> the
>> >> fields are not truncated so the problem must be in the tool itself.
>> >>
>> >> The source layer is created using "create vector
>> >> layer->Database->ODBC->"
>> >>
>> >> Does anyone have a workaround for this?
>> >>
>> >> I found some tips about using the SAGA "create points from table"
>> tool
>> >> instead but i can't find it in QGIS?
>> >>
>> >> I'm using QGIS 2.6.1
>> >>
>> >> BR
>> >>
>> >> /AO
>> >> ___
>> >> Qgis-user mailing list
>> >> Qgis-user@lists.osgeo.org
>> >> http://lists.osgeo.org/mailman/listinfo/qgis-user
>> >
>> >
>> > --
>> > Bernd Vogelgesang
>> > Siedlerstraße 2
>> > 91083 Baiersdorf/Igelsdorf
>> > Tel: 09133-825374
>> >
>> >
>>
>> ___
>> Qgis-user mailing list
>> Qgis-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

Re: [Qgis-user] [QGIS-user} 2.6.1 Label selected features only?

2014-12-03 Thread Brett Adams
Thanks all, I'll check out the different plugins.

 

I was hoping for the good old days of QGIS 1.8 when a simple toggle switch
on the Label control page was the answer.   Nevermind.

 

Back when I was young...

 

 

From: Joris Hintjens [mailto:joris...@gmail.com] 
Sent: Wednesday, 3 December 2014 5:53 PM
To: Brett Adams
Cc: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] [QGIS-user} 2.6.1 Label selected features only?

 

there is a plugin that does  that:


QuickMultiAttributeEdit


 

 

Joris

Op 3-dec.-2014, om 05:17 heeft Brett Adams
 het volgende geschreven:

 

H1 Folks,

 

How do I label only the selected features?

 

Running 2.6.1

 

Thanks

 

Brett  Adams

Spinifex Geophysics

0438 861 974

 

___
Qgis-user mailing list
  Qgis-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

Re: [Qgis-user] Points layer from table tool truncating texts

2014-12-03 Thread Junior Delaz
Hello,
And if u just create your points with these tools and then join the result
layer to your previous table in your database?

About the SAGA "Convert table to points" tool, you need to activate the
processing toolbox and at the bottom of the frame, choose "Advanced
Interface". It's in SAGA > Shapes - Points category.


2014-12-03 12:59 GMT+01:00 :

> Thank you for helping out.
>
> Comments below:
>
> > Did you create the layer as a temporary one? So then its stored as an
> ESRI
> > shape and the dbf will not store more characters.
>
> Used temporary before and i understand the problem better now.
>
> > Or did you also try to save it directly into another format which
> supports
> > longer fields (errm, here I'm lost too, cause I do not know most of the
> > formats available, but maybe try sqlite)
>
> I've tried "all" possible file-formats that can be selected in the "Points
> Layer from Table" tool and it seems like they all store the result like
> shape files (using a dbf database file).
>
> Selecting sqlite-format:
> sqll.sqlit.dbf
> sqll.sqlit.prj
> sqll.sqlit.qbj
> sqll.sqlit.shp
> sqll.sqlit.shx
>
> I'm rather confused here, i expected to find raw files with the selected
> format as output?
>
> So this is leading in the direction that i can't use the tool if i want
> longer text fields.
>
> Some other ideas (partly evaluated):
> - The EVIS database tools seem to support longer strings but have issues
> with national characters and fails to add all points "missing georeference
> infomation)?
> - The "SAGA convert table to points" seems to be missing/removed in QGIS?
>
> >
> > Cheers
> > Bernd
> >
>
> Thanks
>
> /AO
>
> >
> > Am 03.12.2014, 10:07 Uhr, schrieb :
> >
> >> Hi!
> >>
> >> I'm having a problem with the "Points Layer from Table" tool.
> >>
> >> The source data contain string/text data longer than 255 characters
> >> (memo
> >> fields from MS Access)
> >>
> >> The fields are truncated to 255 characters in the resulting point layer
> >> when looking in the "attribute table window"
> >>
> >> When opening the source data layer in the "attribute table window" the
> >> fields are not truncated so the problem must be in the tool itself.
> >>
> >> The source layer is created using "create vector
> >> layer->Database->ODBC->"
> >>
> >> Does anyone have a workaround for this?
> >>
> >> I found some tips about using the SAGA "create points from table" tool
> >> instead but i can't find it in QGIS?
> >>
> >> I'm using QGIS 2.6.1
> >>
> >> BR
> >>
> >> /AO
> >> ___
> >> Qgis-user mailing list
> >> Qgis-user@lists.osgeo.org
> >> http://lists.osgeo.org/mailman/listinfo/qgis-user
> >
> >
> > --
> > Bernd Vogelgesang
> > Siedlerstraße 2
> > 91083 Baiersdorf/Igelsdorf
> > Tel: 09133-825374
> >
> >
>
> ___
> Qgis-user mailing list
> Qgis-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

Re: [Qgis-user] Points layer from table tool truncating texts

2014-12-03 Thread anderso
Thank you for helping out.

Comments below:

> Did you create the layer as a temporary one? So then its stored as an ESRI
> shape and the dbf will not store more characters.

Used temporary before and i understand the problem better now.

> Or did you also try to save it directly into another format which supports
> longer fields (errm, here I'm lost too, cause I do not know most of the
> formats available, but maybe try sqlite)

I've tried "all" possible file-formats that can be selected in the "Points
Layer from Table" tool and it seems like they all store the result like
shape files (using a dbf database file).

Selecting sqlite-format:
sqll.sqlit.dbf
sqll.sqlit.prj
sqll.sqlit.qbj
sqll.sqlit.shp
sqll.sqlit.shx

I'm rather confused here, i expected to find raw files with the selected
format as output?

So this is leading in the direction that i can't use the tool if i want
longer text fields.

Some other ideas (partly evaluated):
- The EVIS database tools seem to support longer strings but have issues
with national characters and fails to add all points "missing georeference
infomation)?
- The "SAGA convert table to points" seems to be missing/removed in QGIS?

>
> Cheers
> Bernd
>

Thanks

/AO

>
> Am 03.12.2014, 10:07 Uhr, schrieb :
>
>> Hi!
>>
>> I'm having a problem with the "Points Layer from Table" tool.
>>
>> The source data contain string/text data longer than 255 characters
>> (memo
>> fields from MS Access)
>>
>> The fields are truncated to 255 characters in the resulting point layer
>> when looking in the "attribute table window"
>>
>> When opening the source data layer in the "attribute table window" the
>> fields are not truncated so the problem must be in the tool itself.
>>
>> The source layer is created using "create vector
>> layer->Database->ODBC->"
>>
>> Does anyone have a workaround for this?
>>
>> I found some tips about using the SAGA "create points from table" tool
>> instead but i can't find it in QGIS?
>>
>> I'm using QGIS 2.6.1
>>
>> BR
>>
>> /AO
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
> --
> Bernd Vogelgesang
> Siedlerstraße 2
> 91083 Baiersdorf/Igelsdorf
> Tel: 09133-825374
>
>

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

Re: [Qgis-user] Nearest polygon from point

2014-12-03 Thread Håvard Tveite

Have you considered v.distance in GRASS or the NNJoin
plugin?

Håvard

On 2014-12-03 11:04, Joris Hintjens wrote:

Hello,
I’m trying to find away to calculate the nearest polygonBORDER from a given 
point. The “nearest neighbor” analysis gives me the distance to the 
polygonCENTER, not the border.
Processing tool “distance to nearest hub” Does the same.

Any suggestions?

Thanks

Joris


--
Håvard Tveite
Department of Mathematical Sciences and Technology, NMBU
Drøbakveien 31, POBox 5003, N-1432 Ås, NORWAY
Phone: +47 64965483 Fax: +47 64965401 http://www.nmbu.no/imt/
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Nearest polygon from point

2014-12-03 Thread Joris Hintjens
Hello,
I’m trying to find away to calculate the nearest polygonBORDER from a given 
point. The “nearest neighbor” analysis gives me the distance to the 
polygonCENTER, not the border. 
Processing tool “distance to nearest hub” Does the same.

Any suggestions?

Thanks

Joris

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

Re: [Qgis-user] [QGIS-user} 2.6.1 Label selected features only?

2014-12-03 Thread Joris Hintjens
there is a plugin that does  that:
QuickMultiAttributeEdit



Joris
> Op 3-dec.-2014, om 05:17 heeft Brett Adams  
> het volgende geschreven:
> 
> H1 Folks,
>  
> How do I label only the selected features?
>  
> Running 2.6.1
>  
> Thanks
>  
> Brett  Adams
> Spinifex Geophysics
> 0438 861 974
>  
> ___
> Qgis-user mailing list
> Qgis-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] R: R: Re: Database and free sources

2014-12-03 Thread labiancamaril...@libero.it
Hi, Rocco
thanks a lot.
Thanks to all!
Marilena


>Messaggio originale
>Da: rom...@provincia.napoli.it
>Data: 03/12/2014 10.21
>A: "labiancamaril...@libero.it"
>Ogg: R: [Qgis-user] R: Re: Database and free sources
>
>You can found interesting documents on GIS on PJ Hooker (by using Google 
Drive)
>You need a simple authorization by PJ Hooker
>___
>Dott. Rocco Mari
>Funzionario Tecnico Informatico
>Provincia di Napoli
>Area pianificazione del territorio di coordinamento
>Direzione strutturazione e pianificazione dei servizi pubblici di interesse 
generale di ambito metropolitano
>Ufficio Sistema Informativo Territoriale (SIT)
>Via Don Bosco 4/f
>Tel:  081 7949704/5 Fax: 081 7949702
>email: rom...@provincia.napoli.it
>WEB: http://sit.provincia.napoli.it
>
>Da: qgis-user-boun...@lists.osgeo.org [qgis-user-boun...@lists.osgeo.org] per 
conto di labiancamaril...@libero.it [labiancamaril...@libero.it]
>Inviato: mercoledì 3 dicembre 2014 9.35
>A: carlo.berte...@gmail.com; qgis-user@lists.osgeo.org
>Oggetto: [Qgis-user] R: Re: Database and free sources
>
>Hi Carlo,
>Thanks a lot.
>I never used the OSM but I will.
>My University is undertaking interesting projects, in the future, if you 
want, we could collaborate together.
>See you soon
>Marilena
>
>
>Messaggio originale
>Da: carlo.berte...@gmail.com
>Data: 02/12/2014 15.47
>A: 
>Cc: "Marilena La Bianca"
>Ogg: Re: Database and free sources
>
>Hello Marilena,
>this is a subjects by itself, mixing open data, crowdsourcing, big data, 
research data, etc.
>It's not only a sort of webography, but also asks for an accurate evaluation 
of viability for a given project.
>Anyway, here is the Free GIS Datasets (Categorised List):
>http://freegisdata.rtwilson.com/
>Expecially noteworthy for Italy, as you surely already know, is the Portale 
cartografico nazionale (http://www.pcn.minambiente.it) and the data of the 
geoportals of italian regions (see here: http://www.centrointerregionale-gis.
it/, a table a little after half-page – it's a long page).
>Still about Italy and open data, GFOSS used to collect references here http:
//gfoss.it/drupal/geodati, and the dedicated http://www.opengeodata.it/ site 
(related initiatives, few specific references) among others show the results of 
italian efforts towards open data. Beware, as sometimes happen, open data means 
not-live-anymore-data or at least not-necessary-up-to-the-declared-date 
(formally accurate metadata usually hide vague and fussy reference to the date 
of survey).
>Don't underestimate OSM expecially for local development projects. It's 
becoming much better than official cartography because of the difference 
between remote sensing (and photogrammetry) and direct survey.
>
>This for my two (Euro)cents...
>
>Marilena La Bianca wrote:
>
>Date: Mon, 1 Dec 2014 09:09:38 +0100 (CET)
>From: "labiancamaril...@libero.it" 
mailto:labiancamaril...@libero.it>>
>To: "qgis-user@lists.osgeo.org" mailto:qgis-user@lists.osgeo.org>>
>Subject: [Qgis-user] Database and free sources
>Message-ID:
><586266731.31291417421378281.JavaMail.defaultUser@defaultHost>
>Content-Type: text/plain; charset="utf-8"
>
>
>Dear All,for my course of economic analysis of the territory, I would like to 
provide my students
>material, free database. for using QGIS.
>I would make them public through links.
>This is my link:https://www.unisalento.it/web/guest/scheda_personale/-
/people/marilena.labianca Thanks.Marilena
>-- next part --
>An HTML attachment was scrubbed...
>URL: 
>
>--
>
>
>And Carlos L?pez Quintanilla (PSIG) answered:
>
>Date: Mon, 1 Dec 2014 17:25:27 +0100
>From: Carlos L?pez PSIG mailto:carlos.lo...@psig.es>>
>To: "labiancamaril...@libero.it" 
mailto:labiancamaril...@libero.it>>
>Cc: "qgis-user@lists.osgeo.org" mailto:qgis-user@lists.osgeo.org>>
>Subject: Re: [Qgis-user] Database and free sources
>Message-ID:
>mailto:g...@mail.gmail.com>>
>Content-Type: text/plain; charset="utf-8"
>
>Hi Marilena,
>I'm preparing a course of QGIS, I'm using open data from Barcelona.
>http://opendata.bcn.cat/opendata/en/
>
>and Catalunya:
>http://dadesobertes.gencat.cat/en
>
>CC-BY
>
>Best regards,
>
>
>
>* *
>
>*Carlos L?pez Quintanilla*
>
>www.psig.es
>carlos.lo...@psig.es
>+34 699.680.261
>
>--
>--
>Carlo A. Bertelli
>   Charta servizi e sistemi per il territorio e la storia ambientale srl
>  Dipendenze del palazzo Doria,
>  vc. alla Chiesa della Maddalena 9/2 16124  Genova (Italy)
>  tel./fax +39(0)10 2475439  +3

Re: [Qgis-user] Points layer from table tool truncating texts

2014-12-03 Thread Bernd Vogelgesang
Did you create the layer as a temporary one? So then its stored as an ESRI  
shape and the dbf will not store more characters.
Or did you also try to save it directly into another format which supports  
longer fields (errm, here I'm lost too, cause I do not know most of the  
formats available, but maybe try sqlite)


Cheers
Bernd


Am 03.12.2014, 10:07 Uhr, schrieb :


Hi!

I'm having a problem with the "Points Layer from Table" tool.

The source data contain string/text data longer than 255 characters (memo
fields from MS Access)

The fields are truncated to 255 characters in the resulting point layer
when looking in the "attribute table window"

When opening the source data layer in the "attribute table window" the
fields are not truncated so the problem must be in the tool itself.

The source layer is created using "create vector  
layer->Database->ODBC->"


Does anyone have a workaround for this?

I found some tips about using the SAGA "create points from table" tool
instead but i can't find it in QGIS?

I'm using QGIS 2.6.1

BR

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



--
Bernd Vogelgesang
Siedlerstraße 2
91083 Baiersdorf/Igelsdorf
Tel: 09133-825374
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] [QGIS-user} 2.6.1 Label selected features only?

2014-12-03 Thread Bernd Vogelgesang
I just recently discovered the enhanced capabilities to deal with  
data-defined labeling.


Unfortunately, there are at least three plugins doing similar things,  
which is confusing me every time.


I now use "Layer to labeled layer"-plugin, which adds 14 new columns to  
your layer and also changes the settings in the label properties to watch  
these columns. This only covers the most important settings, a lot more  
are available and could be added as a column.


The nice thing is, that only features with an entry in those columns are  
handled accordingly, the other features just get labeled by the general  
settings.


When e.g. I enter 0 ("zero") in the field "LblSize" of a feature, this  
features' label is gone. The others having no entry ("NULL") are still  
displayed with the general label settings size.
Same applies to the label position. When you have overlapping labels, make  
the layer editable and activate the "Move label"-button and just drag  
those overlapping labels to a better position. These coordinates will get  
stored in "LblX" and "LblY" and are now fixed, while the other labels are  
still placed automatically.


So now you have to/may use the field calculator for styling your labels  
which is quite some work, but for good printing results, this is the way  
to go.


To answer your question directly in this context:
Use "Layer to labeled layer" on your layer, make your selection. Revert  
your selection and use the field calculator to set LblSize to zero.


Cheers
Bernd

Am 03.12.2014, 05:17 Uhr, schrieb Brett Adams  
:




H1 Folks,


How do I label only the selected features?


Running 2.6.1


Thanks


Brett  Adams

Spinifex Geophysics

0438 861 974






--
Bernd Vogelgesang
Siedlerstraße 2
91083 Baiersdorf/Igelsdorf
Tel: 09133-825374___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] [QGIS-user} 2.6.1 Label selected features only?

2014-12-03 Thread Junior Delaz
Hi,
Nyall, I can't find "is_selected" function in expressions+ plugin. I have
version 0.3 and it seems to be the latest release available in Official
repository (no experimental status found).
Where do you get it?

2014-12-03 5:53 GMT+01:00 Nyall Dawson :

> On 3 December 2014 at 15:38, Nicolas Cadieux
>  wrote:
> > You can use an expression based on a column with a variable like
> label_yes,
> > label_no... (Or 1 and 0)
> >
>
> The expressions+ plugin includes a function "is_selected", which could
> also come in handy here...
>
> Nyall
> ___
> Qgis-user mailing list
> Qgis-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] Points layer from table tool truncating texts

2014-12-03 Thread anderso
Hi!

I'm having a problem with the "Points Layer from Table" tool.

The source data contain string/text data longer than 255 characters (memo
fields from MS Access)

The fields are truncated to 255 characters in the resulting point layer
when looking in the "attribute table window"

When opening the source data layer in the "attribute table window" the
fields are not truncated so the problem must be in the tool itself.

The source layer is created using "create vector layer->Database->ODBC->"

Does anyone have a workaround for this?

I found some tips about using the SAGA "create points from table" tool
instead but i can't find it in QGIS?

I'm using QGIS 2.6.1

BR

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


[Qgis-user] R: Re: Database and free sources

2014-12-03 Thread labiancamaril...@libero.it
Hi Carlo, Thanks a lot.I never used the OSM but I will.
My University is undertaking interesting projects, in the future, if you want, 
we could collaborate together.
See you soon
Marilena





Messaggio originale

Da: carlo.berte...@gmail.com

Data: 02/12/2014 15.47

A: 

Cc: "Marilena La Bianca"

Ogg: Re: Database and free sources



Hello Marilena,
this is a subjects by itself, mixing open data, crowdsourcing, big data, 
research data, etc.
It's not only a sort of webography, but also asks for an accurate evaluation of 
viability for a given project.
Anyway, here is the Free GIS Datasets (Categorised List):
http://freegisdata.rtwilson.com/
Expecially noteworthy for Italy, as you surely already know, is the Portale 
cartografico nazionale (http://www.pcn.minambiente.it) and the data of the 
geoportals of italian regions (see here: 
http://www.centrointerregionale-gis.it/, a table a little after half-page – 
it's a long page).
Still about Italy and open data, GFOSS used to collect references here 
http://gfoss.it/drupal/geodati, and the dedicated 
http://www.opengeodata.it/ site (related initiatives, few specific 
references) among others show the results of italian efforts towards open data. 
Beware, as sometimes happen, open data means not-live-anymore-data or at least 
not-necessary-up-to-the-declared-date (formally accurate metadata usually hide 
vague and fussy reference to the date of survey).
Don't underestimate OSM expecially for local development projects. It's 
becoming much better than official cartography because of the difference 
between remote sensing (and photogrammetry) and direct survey.

This for my two (Euro)cents...

Marilena La Bianca wrote:


Date: Mon, 1 Dec 2014 09:09:38 +0100 (CET)

From: "labiancamaril...@libero.it" 

To: "qgis-user@lists.osgeo.org" 

Subject: [Qgis-user] Database and free sources

Message-ID:

<586266731.31291417421378281.JavaMail.defaultUser@defaultHost>

Content-Type: text/plain; charset="utf-8"





Dear All,for my course of economic analysis of the territory, I would like to 
provide my students

material, free database. for using QGIS.

I would make them public through links.

This is my 
link:https://www.unisalento.it/web/guest/scheda_personale/-/people/marilena.labianca
 Thanks.Marilena

-- next part --

An HTML attachment was scrubbed...

URL: 




--



And Carlos L?pez Quintanilla (PSIG) answered:


Date: Mon, 1 Dec 2014 17:25:27 +0100

From: Carlos L?pez PSIG 

To: "labiancamaril...@libero.it" 

Cc: "qgis-user@lists.osgeo.org" 

Subject: Re: [Qgis-user] Database and free sources

Message-ID:



Content-Type: text/plain; charset="utf-8"



Hi Marilena,

I'm preparing a course of QGIS, I'm using open data from Barcelona.

http://opendata.bcn.cat/opendata/en/



and Catalunya:

http://dadesobertes.gencat.cat/en



CC-BY



Best regards,







* *



*Carlos L?pez Quintanilla*



www.psig.es

carlos.lo...@psig.es

+34 699.680.261
-- 
--
Carlo A. Bertelli
   Charta servizi e sistemi per il territorio e la storia ambientale srl 
  Dipendenze del palazzo Doria, 
  vc. alla Chiesa della Maddalena 9/2 16124  Genova (Italy)
  tel./fax +39(0)10 2475439  +39 0108566195  gsm:+39 393 1590711
   e-mail: berte...@chartasrl.eu  http://www.chartasrl.eu
--








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

[Qgis-user] R: Re: Database and free sources

2014-12-03 Thread labiancamaril...@libero.it
Hi Luigi,
thanks a lot!
Marilena


>Messaggio originale
>Da: lui...@gmail.com
>Data: 03/12/2014 9.25
>A: "labiancamaril...@libero.it"
>Cc: "qgis-user@lists.osgeo.org"
>Ogg: Re: [Qgis-user] Database and free sources
>
>Hi Marilena,
>
>why not looking for your local data repositories?
>
>Puglia has e insufficient portal : http://www.dati.puglia.it/
>Lecce: http://dati.comune.lecce.it/
>Bari has: http://www.opendatabari.it/
>Matera: http://dati.comune.matera.it/dataset
>
>ad so on...
>
>Regione Piemonte and Toscana have a really big and open set of data to
>experiment...
>
>regards, Luigi Pirelli
>
>On 1 December 2014 at 09:09, labiancamaril...@libero.it
> wrote:
>>
>> Dear All,
>> for my course of economic analysis of the territory, I would like to 
provide
>> my students
>> material, free database. for using QGIS.
>> I would make them public through links.
>> This is my link:
>> https://www.unisalento.it/web/guest/scheda_personale/-/people/marilena.
labianca
>> Thanks.
>> Marilena
>>
>> ___
>> Qgis-user mailing list
>> Qgis-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


Re: [Qgis-user] Database and free sources

2014-12-03 Thread Luigi Pirelli
Hi Marilena,

why not looking for your local data repositories?

Puglia has e insufficient portal : http://www.dati.puglia.it/
Lecce: http://dati.comune.lecce.it/
Bari has: http://www.opendatabari.it/
Matera: http://dati.comune.matera.it/dataset

ad so on...

Regione Piemonte and Toscana have a really big and open set of data to
experiment...

regards, Luigi Pirelli

On 1 December 2014 at 09:09, labiancamaril...@libero.it
 wrote:
>
> Dear All,
> for my course of economic analysis of the territory, I would like to provide
> my students
> material, free database. for using QGIS.
> I would make them public through links.
> This is my link:
> https://www.unisalento.it/web/guest/scheda_personale/-/people/marilena.labianca
> Thanks.
> Marilena
>
> ___
> Qgis-user mailing list
> Qgis-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