[Qgis-user] How often is rebuilt qgis-dev in OSGeo4W?

2014-06-12 Thread Junior Delaz
Hi all,

I always thought that nightly builds in OSGeo4W were built every night.
Since the feature freeze begins, I try every day to download a new version
of qgis-dev but it's not always available. I both work with 32 and 64 bits.
"32 bits" pre-release is the same since many days (may be the beginning of
the week, if i'm not wrong), has several days of delay on "64 bits" and is
not thus really relevant to test new fixes. Last week, it was "64 bits"
that hasn't been changed for 2 or 3 days.

Can someone explain me how that works, please?
Thanks.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] TAB file export - Solved

2014-06-12 Thread Brett Adams
Thanks Ramon.

Removed the spaces from the field names and the export worked perfectly.
The projection shifts from EPSG:28351 to EPSG:32751

Re: The projection change EPSG:28351 (GDA94/MGA-zone51) to EPSG:32751(WGS84
UTM zone 51S). These are essentially identical projections, possibly cross
referenced in projection definitions or just copied. 

Exporting MID/MIF files or upgrading to 2.3 allows the spaces in the field
names.

Thanks everyone.

Brett



-Original Message-
From: qgis-user-boun...@lists.osgeo.org
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of custard
Sent: Thursday, 12 June 2014 8:39 PM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] TAB file export


On 12/06/14 09:03, Brett Adams wrote:
> Zoltan,
>
> I'm running the ogr2ogr using ogr2gui.  Is that cheating?  I get in 
> trouble with command line stuff.
> I can export a mid/mif, works perfectly every time.  It's just not 
> what the client wants.  I've attached a sample SHP file. It was 
> created by importing a CSV file then exporting as a SHP file.
>
> Donovan,
>
> I ran  : Vector > Geometry Tools > Check Geometry Validity but came up
> with no errors.
>
> Couldn't find the "Topology Checker" plugin.  Is that a version 2 feature?
>
>
> Thanks your feedback.  I appreciate the effort.
>
> Brett

Hi Brett,

I suspect it's the spaces in the field names...

-ramon.
___
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] Adding Projections

2014-06-12 Thread Werner Horsch
I've installed QGIS 2.2 on Win as well, there the projection is available,
but it looks some how strange, there must be any difference between both,
this has to be the DATUM
POSGAR 2007 is WGS84 EPSG 1062
POSGAR 98 is WGS84 EPSG 6190
does some one knows what's the difference on this?

PROJCS["POSGAR 2007 / Argentina 7",
GEOGCS["POSGAR 2007",
DATUM["Posiciones_Geodesicas_Argentinas_2007",
SPHEROID["GRS 1980",6378137,298.257222101,
AUTHORITY["EPSG","7019"]],
TOWGS84[0,0,0,0,0,0,0],
AUTHORITY["EPSG","1062"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.0174532925199433,
AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","5340"]],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",-90],
PARAMETER["central_meridian",-54],
PARAMETER["scale_factor",1],
PARAMETER["false_easting",750],
PARAMETER["false_northing",0],
UNIT["metre",1,
AUTHORITY["EPSG","9001"]],
AUTHORITY["EPSG","5349"]]



PROJCS["POSGAR 98 / Argentina 7",
GEOGCS["POSGAR 98",
DATUM["Posiciones_Geodesicas_Argentinas_1998",
SPHEROID["GRS 1980",6378137,298.257222101,
AUTHORITY["EPSG","7019"]],
TOWGS84[0,0,0,0,0,0,0],
AUTHORITY["EPSG","6190"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.0174532925199433,
AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4190"]],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",-90],
PARAMETER["central_meridian",-54],
PARAMETER["scale_factor",1],
PARAMETER["false_easting",750],
PARAMETER["false_northing",0],
UNIT["metre",1,
AUTHORITY["EPSG","9001"]],
AUTHORITY["EPSG","22177"]]




On Thu, Jun 12, 2014 at 1:17 PM, Andre Joost 
wrote:

> Am 12.06.2014 15:57, schrieb Werner Horsch:
>
>> I'm running QGIS 2.0.1 Dufour on Linux
>>
>> I'd like to have POSGAR2007 "Argentina" Projection added on the projection
>> list, can someone give me a hint on this
>>
>
> The projection is available in QGIS 2.2 on Windows. Parameters are:
>
> +proj=tmerc +lat_0=-90 +lon_0=-72 +k=1 +x_0=150 +y_0=0 +ellps=GRS80
> +towgs84=0,0,0,0,0,0,0 +units=m +no_defs
>
> for Argentina 1. The others just have a different lon_0 and x_0.
>
> So no problem with datums. +towgs84 is all zero, even for Posgar94 and
> Posgar 98. Posgar 98 and 2007 have identical paramaters, Posgar94 has WGS84
> ellipsoid.
>
> HTH,
> André Joost
>
>
> ___
> 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] Adding Projections

2014-06-12 Thread Andre Joost

Am 12.06.2014 15:57, schrieb Werner Horsch:

I'm running QGIS 2.0.1 Dufour on Linux

I'd like to have POSGAR2007 "Argentina" Projection added on the projection
list, can someone give me a hint on this


The projection is available in QGIS 2.2 on Windows. Parameters are:

+proj=tmerc +lat_0=-90 +lon_0=-72 +k=1 +x_0=150 +y_0=0 +ellps=GRS80 
+towgs84=0,0,0,0,0,0,0 +units=m +no_defs


for Argentina 1. The others just have a different lon_0 and x_0.

So no problem with datums. +towgs84 is all zero, even for Posgar94 and 
Posgar 98. Posgar 98 and 2007 have identical paramaters, Posgar94 has 
WGS84 ellipsoid.


HTH,
André Joost


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


Re: [Qgis-user] Install Qgis on Ubuntu 14.04

2014-06-12 Thread Andre Joost

Am 12.06.2014 12:10, schrieb Carmine Massarelli:

Dear all,
I am not able to install qgis 2.2 with ubuntu 14.04 LTS. I saw a guide
to view .ecw file with 2.2 installing SDK from ERDAS but not in 2.0.
Someone can help me to explain the procedure to let seeing .ecw file in
qgis 2.0 or to install 2.2?
Thank to all


Ubuntugis currently has limited support for Ubuntu 14.04 trusty.

You need the gdal package, and that has just been added today (4 hours 
ago) to ubuntugis unstable. I am not sure if this contains all needed 
libraries for ecw support yet. Maybe you still have to be a bit patient.


HTH,
André Joost

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


Re: [Qgis-user] Adding Projections

2014-06-12 Thread Werner Horsch
Here some more stuff related to POSGAR 2007 Argentina

http://epsg.io/1062-datum
http://epsg.io/9603-method

http://epsg.io/5349

the problem of adding a new CRS is how to get the right DATUM since I need
to shift WGS84 so as to get D_POSGAR_2007




On Thu, Jun 12, 2014 at 12:03 PM, Werner Horsch 
wrote:

> POSGAR 2007 Argentina Zone 1 to Zone 7 --> EPSG 5343 to 5349
> The web page isn't completely updated
>
> Will give a try to your hint, many thanks buddy
>
>
> On Thu, Jun 12, 2014 at 11:52 AM, Richard McDonnell <
> richard.mcdonn...@opw.ie> wrote:
>
>>  Ok, I am open to correction, but you can use Custom CRS under Settings
>>
>>1. Click add new CRS
>>2. Give it a name
>>3. I done a search online for POSGAR2007 and came across this page
>>http://spatialreference.org/ref/sr-org/posgar-2007-argentina-2/
>>4. If you select PROJ4 copy the text and paste it into the Parameters
>>box in Custom CRS
>>5. You can do a test then at the bottom, inputting the WGS84
>>coordinates for a known point and press calculate, if the points match 
>> then
>>you are in business!!
>>
>> Regards,
>>
>> Richard.
>>
>>
>>
>>
>> On 12/06/2014 14:57, Werner Horsch wrote:
>>
>>  I'm running QGIS 2.0.1 Dufour on Linux
>> Â
>> I'd like to have POSGAR2007 "Argentina" Projection added on the
>> projection list, can someone give me a hint on this
>>  Thanks
>>
>>
>> ___
>> Qgis-user mailing 
>> listQgis-user@lists.osgeo.orghttp://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>>
>>
>> **
>>
>> Email Disclaimer: http://www.opw.ie/en/disclaimer/
>>
>> **
>>
>>
>>
>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] PLEASE!

2014-06-12 Thread G. Allegri
Hi Marianna,
did you try the previous suggestions? I invite you to do not submit the
same request multiple times, just continue the first thread.

Thanks,
Giovanni


2014-06-12 17:32 GMT+02:00 Mariana Buzzi :

> Hello. I have a SPOT image (spatial resolution 10 m) to which we
> calculated the NDVI. Now I have to share this NDVI with NDVI-Landsat (30 m
> spatial resolution) image. The problem is that I need to change the pixel
> size to compare these 2 images. The truth as I don´t know haow can I do
> this. The idea is to compare various vegetation indices with these 2
> images. From already thank you for your help.
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>



-- 
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] PLEASE!

2014-06-12 Thread Mariana Buzzi
Hello. I have a SPOT image (spatial resolution 10 m) to which we calculated
the NDVI. Now I have to share this NDVI with NDVI-Landsat (30 m spatial
resolution) image. The problem is that I need to change the pixel size to
compare these 2 images. The truth as I don´t know haow can I do this. The
idea is to compare various vegetation indices with these 2 images. From
already thank you for your help.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS: Reduction of resolution via pyramids

2014-06-12 Thread Rahkonen Jukka (Tike)
Hi,

See the comments on http://hub.qgis.org/issues/10563

I recommend you to estimate how the scale 1:25000 turns into pixel size.

I was remembering that screen resolution is about 91 pixels per inch but let's 
check it.
Screen dot size=0.28 mm
One inch is 25.4 mm = 2.54 cm = 0.0254 m
25.4/0.28 = 90.71

Let's assume that the native resolution of your images is 1 m. One inch on 
screen takes 90.71 meters of your data so the scale is
90.71/0.0254 = 3582.7

Overview level 2 (2 m pixel size) would correspond to  screen scale 1:7165
level 4 (4 m) to scale 1:14330
level 8 (8 m) to scale 1:28661.

Internal overviews can be used with tiff format.  Overviews will be stored 
inside the master tiff file which is handy because the one single file contains 
all, both the native data and all the overviews. It is also using  a bit less 
disk space than if overviews are written into external file. External overviews 
in .ovr format are tiff files with the same base name than the source layer and 
with extension .ovr. External overviews in Erdas format are fundamentally same 
but stored in Erdas Imagine format, not tiff. As far as I know the speed with 
GDAL programs is the same but I can Imagine that Erdas Imagine would like its 
own format better. Because you have a virtual raster as master layer you can't 
use internal overviews.

I would say that you can feed the numbers into a spreadsheet if you want to 
play and understand how it goes, but it is not at all necessary. If you think 
that using 25% extra disk space for level 2 overview is too much, start from 
level 4, it is certainly worth the 6.25% that it costs.

If you are happy with your virtual raster collecting 875 jpegs then good. 
However, jpegs and pngs are the worst alternatives of all for this kind of 
usage because the whole file must be decompressed even if only a small part of 
it will be needed. Convert them into tiled geotiffs which are internally 
compressed with jpeg compression and you will be much more happy. Of course if 
you enjoy speed, which I do not know.

GDAL takes automatically the resolution that is closest best to the asked 
output resolution. If you ask 10 m pixel size for the output, it does not start 
from 1, 2, nor 4 meter resolution which would be waste of resources. Instead it 
takes the 8 m version and resamples it into 10 m pixel size. GDAL does not take 
16 m version because by doing that the quality would be unnecessary bad. Makes 
sense, doesn't?  How to control, I don't know. Probably in the code but of 
course by deleting the overviews you can force GDAL to start from the native 
resolution.

Here are the basic commands to use if you have 3-band aerial images. For raster 
maps LZW of DEFLATE compression may suit better.

gdal_translate -of gtiff -co tiled=yes -co compress=jpeg -co photometric=ycbcr 
input.tif output.tif
gdaladdo -ro --config COMPRESS_OVERVIEW JPEG --config PHOTOMETRIC_OVERVIEW 
output.tif 2 4 8 16 32 64

-Jukka Rahkonen-


Julian Schall wrote:


Dear Jukka,



thank you for your answer.

I still don't know how to build pyramids just for defined scale ranges (in my 
case: smaller then 1:25.000).

I've forgotten to tell you an -maybe important- detail: I'm working with a 
virtual raster catalogue which i built out of 875 .jpgs (4000x4000).

When building pyramids, i've always used the option "external (Erdas 
Image.aux)".

Can you shortly explain the difference between the 3 options (external .ovr, 
internal, external .aux)?

I couldn't find an advice in the handbook or via google.

The QGIS instructions say that after building pyramids QGIS automaticly takes 
the best resolution when loading raster layers. So how can I influence what 
resolution QGIS chooses?

Thanks again for further help!

Kind regards,

Julian Schall





Date: Thu, 12 Jun 2014 09:34:18 + (UTC)

From: Jukka Rahkonen 
mailto:jukka.rahko...@mmmtike.fi>>

To: qgis-user@lists.osgeo.org

Subject: Re: [Qgis-user] QGIS: Reduction of resolution via pyramids

  only fordefined scale range

Message-ID: 
mailto:loom.20140612t112229...@post.gmane.org>>

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



Julian Schall mailto:j.schall@...>> writes:



>

>

> Hello members of the mailing list,

> ?

> I would appreciate help on the following problem:

> I would like to improve the performance of a raster layer. Of course I can

build pyramids for that purpose. But in the scale ranges from 1:1 to

1:25.000 I need maximum resolution and detail. In this scale range, the

performance is sufficient even without pyramids.

> Ideal would be that the pyramids respectively the reduction of the

resolution with improvement of performance is only applied to scales smaller

than 1:25,000. Is this possible in QGIS?

> ?

> Thanks for helpful answers!

> ?

> Kind regards

> ?

> Julian Schall



There are check boxes for overview levels in the Build overviews panel.

Level 2 means double the original pizel size etc. Leave for ex

Re: [Qgis-user] QGIS: Reduction of resolution via pyramids only for defined scale range

2014-06-12 Thread Julian Schall
Dear Jonathan,

 

thank’s for answering.

I’ve forgotten to tell you an –maybe important- detail: I’m working with a
virtual raster catalogue which i built out of 875 .jpgs (4000x4000).

 

Zoom to best scale (100%) ends in scale 1:668 (for one of the 875 tiles as
well as for the virtual raster catalogue of the 875 tiles).

So if I understand you right I have to calculate the 106x106 pyramide and
smaller ones respectively level 37,5 and higher ones, right?


Kind regards,


Julian Schall

 

 

Julian Schall

Fürstenberg Forst

 

Josefstraße 11 | 78166 Donaueschingen

Mobil: + 49 (0) 178 / 547 666 0

Tel.: + 49 (0) 771 / 229 677 425

Fax: + 49 (0) 771 22 96 77 406

  www.ff-forst.de |
 www.tierfriedhof-sb.de

 

Von: Jonathan Moules [mailto:jonathanmou...@warwickshire.gov.uk] 
Gesendet: Donnerstag, 12. Juni 2014 11:34
An: Julian Schall
Cc: qgis-user@lists.osgeo.org
Betreff: Re: [Qgis-user] QGIS: Reduction of resolution via pyramids only for
defined scale range

 

Hi Julian,

  You can specify at what levels pyramids are created. That's what the
"resolutions" box on the right does. The problem is, knowing which levels
you want.

 

So if your data is a 4000x4000 tiff then it'll offer to create pyramids at:

2000*2000
1000*1000
500*500
250*250
125*125
63*63

 

I'm going to guess at the answer to your question - I believe what you need
to do is the following:

 

- Find out what the scale is for "Zoom to best scale (100%)" for the raster.
For my raster it's 1:9,449 (yours will be obviously be different).

- So the 2000x2000 pyramid will have a scale of 1:18898 (i.e. double 9449).
So you wouldn't want that level. In this scenario you may want 1000*1000 -
which would be for a scale of 1: 37796 (double 1:18898).

 

So with some simple maths you can figure out which pyramid levels you want.
I suppose it would be a good feature for QGIS to show scales rather than
tile sizes in the "resolutions" box. I'll go open a feature suggestion for
that one.

 

Cheers,

Jonathan

 

On 12 June 2014 10:00, Julian Schall  wrote:

Hello members of the mailing list, 

 

I would appreciate help on the following problem: 

I would like to improve the performance of a raster layer. Of course I can
build pyramids for that purpose. But in the scale ranges from 1:1 to
1:25.000 I need maximum resolution and detail. In this scale range, the
performance is sufficient even without pyramids. 

Ideal would be that the pyramids respectively the reduction of the
resolution with improvement of performance is only applied to scales smaller
than 1:25,000. Is this possible in QGIS? 

 

Thanks for helpful answers! 

 

Kind regards 

 

Julian Schall

 


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

 


This transmission is intended for the named addressee(s) only and may
contain confidential, sensitive or personal information and should be
handled accordingly. Unless you are the named addressee (or authorised to
receive it for the addressee) you may not copy or use it, or disclose it to
anyone else. If you have received this transmission in error please notify
the sender immediately. All email traffic sent to or from us, including
without limitation all GCSX traffic, may be subject to recording and/or
monitoring in accordance with relevant legislation.

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

Re: [Qgis-user] Adding Projections

2014-06-12 Thread Richard McDonnell
Ok, I am open to correction, but you can use Custom CRS under Settings

 1. Click add new CRS
 2. Give it a name
 3. I done a search online for POSGAR2007 and came across this page
http://spatialreference.org/ref/sr-org/posgar-2007-argentina-2/
 4. If you select PROJ4 copy the text and paste it into the Parameters
box in Custom CRS
 5. You can do a test then at the bottom, inputting the WGS84
coordinates for a known point and press calculate, if the points
match then you are in business!!

Regards,

Richard.




On 12/06/2014 14:57, Werner Horsch wrote:
> I'm running QGIS 2.0.1 Dufour on Linux
> Â
> I'd like to have POSGAR2007 "Argentina" Projection added on the 
> projection list, can someone give me a hint on this
> Thanks
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user


**
Email Disclaimer: http://www.opw.ie/en/disclaimer/ 
**

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

[Qgis-user] Please Help: Attribute Table crashing constantly

2014-06-12 Thread someone1
Hello,

For reference: qgis 2.2, OS X 10.9.3, 4 GB of RAM

I am editing a project that involves me populating literally thousands of
segments, but yesterday qgis started crashing after I tried to save my last
round of edits. After that initial crash, every time I tried to open the
attribute table of the shapefile I was working on, qgis would continue to
crash. Even today, after letting my computer sleep, I tried reopening the
attribute table and again -- crash.

Tried selecting by expression the fields I was working on for the past few
days -- Crash.
Tried looking at the attribute table of the original shapefile I pulled
information from (same attributes) -- Crash. 
Tried looking at the .dbf file in excel to check on my edits -- Gone.

I have no idea what's happening and I need to work on this shapefile because
it's apart of a major project for one of my professors. Has anyone here been
able to overcome this issue without having to give up on losing two days
worth of work? 

Thanks.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Please-Help-Attribute-Table-crashing-constantly-tp5145544.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: Reduction of resolution via pyramids

2014-06-12 Thread Etienne Tourigny
read on overviews in these 2 links

http://www.gdal.org/gdaladdo.html


http://www.gdal.org/frmt_gtiff.html


On Thu, Jun 12, 2014 at 10:46 AM, Julian Schall 
wrote:

> Dear Jukka,
>
>
>
> thank you for your answer.
>
> I still don’t know how to build pyramids just for defined scale ranges (in
> my case: smaller then 1:25.000).
>
> I’ve forgotten to tell you an –maybe important- detail: I’m working with a
> virtual raster catalogue which i built out of 875 .jpgs (4000x4000).
>
> When building pyramids, i’ve always used the option “external (Erdas
> Image.aux)”.
>
> Can you shortly explain the difference between the 3 options (external
> .ovr, internal, external .aux)?
>
> I couldn’t find an advice in the handbook or via google.
>
> The QGIS instructions say that after building pyramids QGIS automaticly
> takes the best resolution when loading raster layers. So how can I
> influence what resolution QGIS chooses?
>
>
> Thanks again for further help!
>
> Kind regards,
>
>
> Julian Schall
>
>
>
>
>
> Date: Thu, 12 Jun 2014 09:34:18 + (UTC)
>
> From: Jukka Rahkonen 
>
> To: qgis-user@lists.osgeo.org
>
> Subject: Re: [Qgis-user] QGIS: Reduction of resolution via pyramids
>
>   only fordefined scale range
>
> Message-ID: 
>
> Content-Type: text/plain; charset=utf-8
>
>
>
> Julian Schall  writes:
>
>
>
> >
>
> >
>
> > Hello members of the mailing list,
>
> > ?
>
> > I would appreciate help on the following problem:
>
> > I would like to improve the performance of a raster layer. Of course I
> can
>
> build pyramids for that purpose. But in the scale ranges from 1:1 to
>
> 1:25.000 I need maximum resolution and detail. In this scale range, the
>
> performance is sufficient even without pyramids.
>
> > Ideal would be that the pyramids respectively the reduction of the
>
> resolution with improvement of performance is only applied to scales
> smaller
>
> than 1:25,000. Is this possible in QGIS?
>
> > ?
>
> > Thanks for helpful answers!
>
> > ?
>
> > Kind regards
>
> > ?
>
> > Julian Schall
>
>
>
> There are check boxes for overview levels in the Build overviews panel.
>
> Level 2 means double the original pizel size etc. Leave for example levels
> 2
>
> and 4 unchecked. However, level 2 means 25% extra disk space but level 4
>
> only 6.25%. Thus it may not make sense to skip other levels than 2.
> Remember
>
> to compress also the overviews and test with external overviews which you
>
> can easily delete and continue with new tests. Internal overviews can be
>
> removed so that they are no more used but operation does not make image
>
> files smaller.
>
>
>
>
>
>
>
>
>
>
>
> --
>
>
>
> ___
>
> 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] Adding Projections

2014-06-12 Thread Werner Horsch
I'm running QGIS 2.0.1 Dufour on Linux

I'd like to have POSGAR2007 "Argentina" Projection added on the projection
list, can someone give me a hint on this
Thanks
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS: Reduction of resolution via pyramids

2014-06-12 Thread Julian Schall
Dear Jukka,

 

thank you for your answer.

I still don't know how to build pyramids just for defined scale ranges (in
my case: smaller then 1:25.000).

I've forgotten to tell you an -maybe important- detail: I'm working with a
virtual raster catalogue which i built out of 875 .jpgs (4000x4000).

When building pyramids, i've always used the option "external (Erdas
Image.aux)".

Can you shortly explain the difference between the 3 options (external .ovr,
internal, external .aux)?

I couldn't find an advice in the handbook or via google.

The QGIS instructions say that after building pyramids QGIS automaticly
takes the best resolution when loading raster layers. So how can I influence
what resolution QGIS chooses?


Thanks again for further help!

Kind regards,


Julian Schall

 

 

Date: Thu, 12 Jun 2014 09:34:18 + (UTC)

From: Jukka Rahkonen < 
jukka.rahko...@mmmtike.fi>

To:   qgis-user@lists.osgeo.org

Subject: Re: [Qgis-user] QGIS: Reduction of resolution via pyramids

  only fordefined scale range

Message-ID: < 
loom.20140612t112229...@post.gmane.org>

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

 

Julian Schall <  j.schall@...> writes:

 

> 

> 

> Hello members of the mailing list, 

> ?

> I would appreciate help on the following problem: 

> I would like to improve the performance of a raster layer. Of course I can

build pyramids for that purpose. But in the scale ranges from 1:1 to

1:25.000 I need maximum resolution and detail. In this scale range, the

performance is sufficient even without pyramids. 

> Ideal would be that the pyramids respectively the reduction of the

resolution with improvement of performance is only applied to scales smaller

than 1:25,000. Is this possible in QGIS? 

> ?

> Thanks for helpful answers! 

> ?

> Kind regards 

> ?

> Julian Schall

 

There are check boxes for overview levels in the Build overviews panel.

Level 2 means double the original pizel size etc. Leave for example levels 2

and 4 unchecked. However, level 2 means 25% extra disk space but level 4

only 6.25%. Thus it may not make sense to skip other levels than 2. Remember

to compress also the overviews and test with external overviews which you

can easily delete and continue with new tests. Internal overviews can be

removed so that they are no more used but operation does not make image

files smaller.

 

 

 

 

 

--

 

___

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] GIS.lab Web 0.4 demo

2014-06-12 Thread Ivan Minčík
On Thu, Jun 12, 2014 at 10:54 AM, G. Allegri  wrote:

> Andrea,
> I haven't tested it, I've just given a loook to the web app code (which is
> a Django application). It seems quite generic to be adapted to other WMS
> infrastructures, but I would let Ivan confirm it or not.
> What I was saying is that it's totally different from QGIS Web Client. The
> same technologies, but the web client implementation doesn't share anything
> with QWC. Right Ivan?
>


Yes, it is Django app, which can be easily adapted to other backend. We
export required informations from QGIS project to some metadata file (by
GIS.lab Web plugin ) and send them together with QGIS project file to
GIS.lab Web. If one can produce the same metadata file, GIS.lab Web will
start app.

We use similar technologies as QWC, but it is other project.


-- 
Ivan Minčík
ivan.min...@gmail.com  GPG: 0x79529A1E
http://imincik.github.io/0x79529A1E.key
ivan.min...@gista.sk GPG: 0xD714B02C
http://imincik.github.io/0xD714B02C.key
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] GIS.lab Web 0.4 demo

2014-06-12 Thread Ivan Minčík
If this is true this mean that this portal is usable ONLY wth qgis-servers ?

> So no chance to use it with other products rather than QS ?
>
> This also mean that this product is unuseful (exactly as the other)
> for who has in its infrastructure product differents from qgis-server.
>

Hi Andrea, as I have wrote in my previous response, GIS.lab is much more
than GIS.lab Web application - the goal is to build complete and integrated
infrastructure/ecosystem for systems deployment and management, GIS data
capturing, data processing, analysis or web publication. We have chosen one
tool for one task and we try to integrate them together as good as possible
(and improve chosen tools).

-- 
Ivan Minčík
ivan.min...@gmail.com  GPG: 0x79529A1E
http://imincik.github.io/0x79529A1E.key
ivan.min...@gista.sk GPG: 0xD714B02C
http://imincik.github.io/0xD714B02C.key
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] HELLLPPPP

2014-06-12 Thread G. Allegri
Yuo can try with GRASS

Processing toolbox -> GRASS -> raster -> r.resample.interp


2014-06-12 15:13 GMT+02:00 Mariana Buzzi :

> Thanks Giovanni!!! But "Multiband layers are not supported by SAGA" What
> can I do?
> I am very lost ! I need do this
> Thanks so much
>
>
> 2014-06-12 10:03 GMT-03:00 G. Allegri :
>
>> You can use Processing.
>> Open the processing toolbox window (Processing -> Tools) and select SAGA
>> -> Grid Tools -> Resampling.
>> As you can see in the following image you can set the output raster pixel
>> dimension, and choose the preferred resampling method (the default is
>> Nearest Neighbor)
>> http://cdn.img42.com/bc149ce16ed34646d2ad8be95b9fc8cc.png
>>
>> giovanni
>>
>>
>> 2014-06-12 14:52 GMT+02:00 Mariana Buzzi :
>>
>>>  I am working with QGIS 2.0. I want to make a comparison between
>>> vegetation indices from a Landsat image (spatial resolution 30 m) and a
>>> SPOT image (spatial resolution 10 m). To do this, I need to bring
>>> resolution SPOT 30 m. I was trying to do but could not. Could you help me?.
>>> thanks very much!
>>>
>>> ___
>>> Qgis-user mailing list
>>> Qgis-user@lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>>
>>
>>
>>
>> --
>> Giovanni Allegri
>> http://about.me/giovanniallegri
>> Twitter: https://twitter.com/_giohappy_
>> blog: http://blog.spaziogis.it
>> GEO+ geomatica in Italia http://bit.ly/GEOplus
>>
>
>


-- 
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] (no subject)

2014-06-12 Thread Mariana Buzzi
Thanks Giovanni!!! But "Multiband layers are not supported by SAGA" What
can I do?
I am very lost ! I need do this
Thanks so much
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] HELLLPPPP

2014-06-12 Thread G. Allegri
You can use Processing.
Open the processing toolbox window (Processing -> Tools) and select SAGA ->
Grid Tools -> Resampling.
As you can see in the following image you can set the output raster pixel
dimension, and choose the preferred resampling method (the default is
Nearest Neighbor)
http://cdn.img42.com/bc149ce16ed34646d2ad8be95b9fc8cc.png

giovanni


2014-06-12 14:52 GMT+02:00 Mariana Buzzi :

> I am working with QGIS 2.0. I want to make a comparison between vegetation
> indices from a Landsat image (spatial resolution 30 m) and a SPOT image
> (spatial resolution 10 m). To do this, I need to bring resolution SPOT 30
> m. I was trying to do but could not. Could you help me?. thanks very much!
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>



-- 
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] HELLLPPPP

2014-06-12 Thread Mariana Buzzi
I am working with QGIS 2.0. I want to make a comparison between vegetation
indices from a Landsat image (spatial resolution 30 m) and a SPOT image
(spatial resolution 10 m). To do this, I need to bring resolution SPOT 30
m. I was trying to do but could not. Could you help me?. thanks very much!
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] TAB file export

2014-06-12 Thread custard


On 12/06/14 09:03, Brett Adams wrote:

Zoltan,

I'm running the ogr2ogr using ogr2gui.  Is that cheating?  I get in trouble
with command line stuff.
I can export a mid/mif, works perfectly every time.  It's just not what the
client wants.  I've attached a sample SHP file. It was created by importing
a CSV file then exporting as a SHP file.

Donovan,

I ran  : Vector > Geometry Tools > Check Geometry Validity but came up
with no errors.

Couldn't find the "Topology Checker" plugin.  Is that a version 2 feature?


Thanks your feedback.  I appreciate the effort.

Brett


Hi Brett,

I suspect it's the spaces in the field names...

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


[Qgis-user] Install Qgis on Ubuntu 14.04

2014-06-12 Thread Carmine Massarelli

Dear all,
I am not able to install qgis 2.2 with ubuntu 14.04 LTS. I saw a guide 
to view .ecw file with 2.2 installing SDK from ERDAS but not in 2.0.
Someone can help me to explain the procedure to let seeing .ecw file in 
qgis 2.0 or to install 2.2?

Thank to all

--
Dr. Nat. Carmine Massarelli, Ph.D.
Research fellow
National Research Council
Water Research Institute (IRSA)
Addr: De Blasio n.5 - 70132 Bari Z.I.
Tel: +39 080 582 05 06
Mobile: +39 339 325 73 11
Skype: carmine.massarelli
e-mail: carmine.massare...@ba.irsa.cnr.it

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

Re: [Qgis-user] GPS issue on android tablet

2014-06-12 Thread Richard McDonnell
In saying all that, I have just seen something which may be iv interest, 
besides the NRTK there is also Precise Point Positioning (PPP), which 
can be provided over a data connection (internet) which is called iPPP. 
This might be something worth checking out.


On 12/06/2014 10:28, Giuseppe De Marco wrote:

Hello again,
concerning the limitation imposed by GPS hardware, I
have to point out that on my smartphone (GT-I9505) there
is an option among localization services which can be checked
as high precision in GPS postion seeking that uses wifi and 3G
in addition to GPS.
As a matter of fact that option goes beyond GPS hardware limitation
and makes me able to retrieve positioning with a very low precision error.
I have to make tests now installing qgis on my phone and I will
post results as soon as possibile.

Giuseppe De Marco

2014-06-04 20:34 GMT+02:00 Giuseppe De Marco:

Thank for your quick reply .
I went searching on the internet
and I've found an interesting project named Piksi.
Guess we'll have to wait and see!

2014-06-04 16:17 GMT+02:00 Richard McDonnell:

This is down to the accuracy of the Receiver, nothing to do with QGIS.
You wont get Survey Grade data collection from any Tablet on the market
at present. Even with a Survey Grade GNSS Receiver connected to your
tablet, a 3.0 meter accuracy would be best case scenario.  Your only
solution is a dedicated GNSS Enable hand-held data collection unit,
utilising a real-time correction service, a number of Providers provide
such solutions, but they are expensive.
Regards,

Richard.


On 04/06/2014 10:07, Giuseppe De Marco wrote:

hello, I've been using Qgis on android tablet (samsung galaxy tab 2)
and I've been experimenting GPS connection.
The issue is that even if Qgis finds and use several satellites (9 or more)
precision never gets under 3.0 meters but what is strange is that
coordinates value fro the same spot varies very widely:
TimeCoordinates   Altitude
14:39:36   41.69528959 13.26464738  343.1
14:39:54   41.69529880 13.26466761  341.8
14:40:06   41.69528519 13.26470222  340.4
14:41:18   41.69528944 13.26472418  341.1
14:41:42   41.69529608 13.26471821  341.8
14:41:54   41.69530621 13.26470892  342.5

I have colleagues who have experienced the same.
Has anyone else experienced the same issue?
Is that depending on GPS device or could it be a software related
issue?



**
Email Disclaimer: http://www.opw.ie/en/disclaimer/
**




--
Dott. Agr. Giuseppe De Marco
RSPP settore ATECO 1
Cell./Mobile: +39 3935041115
Fax.: +39 07751850973
PEC: giuseppe.de_ma...@epap.conafpec.it



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

Re: [Qgis-user] GPS issue on android tablet

2014-06-12 Thread Richard McDonnell

Hi,
Most mobile devices now utilise this Assisted GPS or (A-GPS), its main 
use is to speed up initialisation times on mobile devices.
I am afraid though that in relation to accuracies, you are still looking 
at approximately 3-5m at best.
 As discussed previously, the only way to get sub meter accuracies (at 
present) is to utilise NRTK which is usually a subscription based 
service, requiring 3rd Party software.

Regards,

Richard McDonnell


On 12/06/2014 10:28, Giuseppe De Marco wrote:

Hello again,
concerning the limitation imposed by GPS hardware, I
have to point out that on my smartphone (GT-I9505) there
is an option among localization services which can be checked
as high precision in GPS postion seeking that uses wifi and 3G
in addition to GPS.
As a matter of fact that option goes beyond GPS hardware limitation
and makes me able to retrieve positioning with a very low precision error.
I have to make tests now installing qgis on my phone and I will
post results as soon as possibile.

Giuseppe De Marco

2014-06-04 20:34 GMT+02:00 Giuseppe De Marco:

Thank for your quick reply .
I went searching on the internet
and I've found an interesting project named Piksi.
Guess we'll have to wait and see!

2014-06-04 16:17 GMT+02:00 Richard McDonnell:

This is down to the accuracy of the Receiver, nothing to do with QGIS.
You wont get Survey Grade data collection from any Tablet on the market
at present. Even with a Survey Grade GNSS Receiver connected to your
tablet, a 3.0 meter accuracy would be best case scenario.  Your only
solution is a dedicated GNSS Enable hand-held data collection unit,
utilising a real-time correction service, a number of Providers provide
such solutions, but they are expensive.
Regards,

Richard.


On 04/06/2014 10:07, Giuseppe De Marco wrote:

hello, I've been using Qgis on android tablet (samsung galaxy tab 2)
and I've been experimenting GPS connection.
The issue is that even if Qgis finds and use several satellites (9 or more)
precision never gets under 3.0 meters but what is strange is that
coordinates value fro the same spot varies very widely:
TimeCoordinates   Altitude
14:39:36   41.69528959 13.26464738  343.1
14:39:54   41.69529880 13.26466761  341.8
14:40:06   41.69528519 13.26470222  340.4
14:41:18   41.69528944 13.26472418  341.1
14:41:42   41.69529608 13.26471821  341.8
14:41:54   41.69530621 13.26470892  342.5

I have colleagues who have experienced the same.
Has anyone else experienced the same issue?
Is that depending on GPS device or could it be a software related
issue?



**
Email Disclaimer: http://www.opw.ie/en/disclaimer/
**




--
Dott. Agr. Giuseppe De Marco
RSPP settore ATECO 1
Cell./Mobile: +39 3935041115
Fax.: +39 07751850973
PEC: giuseppe.de_ma...@epap.conafpec.it



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

Re: [Qgis-user] QGIS: Reduction of resolution via pyramids only for defined scale range

2014-06-12 Thread Jukka Rahkonen
Julian Schall  writes:

> 
> 
> Hello members of the mailing list, 
>  
> I would appreciate help on the following problem: 
> I would like to improve the performance of a raster layer. Of course I can
build pyramids for that purpose. But in the scale ranges from 1:1 to
1:25.000 I need maximum resolution and detail. In this scale range, the
performance is sufficient even without pyramids. 
> Ideal would be that the pyramids respectively the reduction of the
resolution with improvement of performance is only applied to scales smaller
than 1:25,000. Is this possible in QGIS? 
>  
> Thanks for helpful answers! 
>  
> Kind regards 
>  
> Julian Schall

There are check boxes for overview levels in the Build overviews panel.
Level 2 means double the original pizel size etc. Leave for example levels 2
and 4 unchecked. However, level 2 means 25% extra disk space but level 4
only 6.25%. Thus it may not make sense to skip other levels than 2. Remember
to compress also the overviews and test with external overviews which you
can easily delete and continue with new tests. Internal overviews can be
removed so that they are no more used but operation does not make image
files smaller.



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

Re: [Qgis-user] QGIS: Reduction of resolution via pyramids only for defined scale range

2014-06-12 Thread Jonathan Moules
Hi Julian,
  You can specify at what levels pyramids are created. That's what the
"resolutions" box on the right does. The problem is, knowing which levels
you want.

So if your data is a 4000x4000 tiff then it'll offer to create pyramids at:

> 2000*2000
> 1000*1000
> 500*500
> 250*250
> 125*125
> 63*63


I'm going to guess at the answer to your question - I believe what you need
to do is the following:

- Find out what the scale is for "Zoom to best scale (100%)" for the
raster. For my raster it's 1:9,449 (yours will be obviously be different).
- So the 2000x2000 pyramid will have a scale of 1:18898 (i.e. double 9449).
So you wouldn't want that level. In this scenario you may want 1000*1000 -
which would be for a scale of 1: 37796 (double 1:18898).

So with some simple maths you can figure out which pyramid levels you want.
I suppose it would be a good feature for QGIS to show scales rather than
tile sizes in the "resolutions" box. I'll go open a feature suggestion for
that one.

Cheers,
Jonathan


On 12 June 2014 10:00, Julian Schall  wrote:

> Hello members of the mailing list,
>
>
>
> I would appreciate help on the following problem:
>
> I would like to improve the performance of a raster layer. Of course I can
> build pyramids for that purpose. But in the scale ranges from 1:1 to
> 1:25.000 I need maximum resolution and detail. In this scale range, the
> performance is sufficient even without pyramids.
>
> Ideal would be that the pyramids respectively the reduction of the
> resolution with improvement of performance is only applied to scales
> smaller than 1:25,000. Is this possible in QGIS?
>
>
>
> Thanks for helpful answers!
>
>
>
> Kind regards
>
>
>
> Julian Schall
>
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>

-- 
This transmission is intended for the named addressee(s) only and may 
contain confidential, sensitive or personal information and should be 
handled accordingly. Unless you are the named addressee (or authorised to 
receive it for the addressee) you may not copy or use it, or disclose it to 
anyone else. If you have received this transmission in error please notify 
the sender immediately. All email traffic sent to or from us, including 
without limitation all GCSX traffic, may be subject to recording and/or 
monitoring in accordance with relevant legislation.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] GPS issue on android tablet

2014-06-12 Thread Giuseppe De Marco
Hello again,
concerning the limitation imposed by GPS hardware, I
have to point out that on my smartphone (GT-I9505) there
is an option among localization services which can be checked
as high precision in GPS postion seeking that uses wifi and 3G
in addition to GPS.
As a matter of fact that option goes beyond GPS hardware limitation
and makes me able to retrieve positioning with a very low precision error.
I have to make tests now installing qgis on my phone and I will
post results as soon as possibile.

Giuseppe De Marco

2014-06-04 20:34 GMT+02:00 Giuseppe De Marco :
> Thank for your quick reply .
> I went searching on the internet
> and I've found an interesting project named Piksi.
> Guess we'll have to wait and see!
>
> 2014-06-04 16:17 GMT+02:00 Richard McDonnell :
>> This is down to the accuracy of the Receiver, nothing to do with QGIS.
>> You wont get Survey Grade data collection from any Tablet on the market
>> at present. Even with a Survey Grade GNSS Receiver connected to your
>> tablet, a 3.0 meter accuracy would be best case scenario.  Your only
>> solution is a dedicated GNSS Enable hand-held data collection unit,
>> utilising a real-time correction service, a number of Providers provide
>> such solutions, but they are expensive.
>> Regards,
>>
>> Richard.
>>
>>
>> On 04/06/2014 10:07, Giuseppe De Marco wrote:
>>> hello, I've been using Qgis on android tablet (samsung galaxy tab 2)
>>> and I've been experimenting GPS connection.
>>> The issue is that even if Qgis finds and use several satellites (9 or more)
>>> precision never gets under 3.0 meters but what is strange is that
>>> coordinates value fro the same spot varies very widely:
>>> TimeCoordinates   Altitude
>>> 14:39:36   41.69528959 13.26464738  343.1
>>> 14:39:54   41.69529880 13.26466761  341.8
>>> 14:40:06   41.69528519 13.26470222  340.4
>>> 14:41:18   41.69528944 13.26472418  341.1
>>> 14:41:42   41.69529608 13.26471821  341.8
>>> 14:41:54   41.69530621 13.26470892  342.5
>>>
>>> I have colleagues who have experienced the same.
>>> Has anyone else experienced the same issue?
>>> Is that depending on GPS device or could it be a software related
>>> issue?
>>>
>>
>>
>> **
>> Email Disclaimer: http://www.opw.ie/en/disclaimer/
>> **
>>
>
>
>
> --
> Dott. Agr. Giuseppe De Marco
> RSPP settore ATECO 1
> Cell./Mobile: +39 3935041115
> Fax.: +39 07751850973
> PEC: giuseppe.de_ma...@epap.conafpec.it



-- 
Dott. Agr. Giuseppe De Marco
RSPP settore ATECO 1
Cell./Mobile: +39 3935041115
Fax.: +39 07751850973
PEC: giuseppe.de_ma...@epap.conafpec.it
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] QGIS: Reduction of resolution via pyramids only for defined scale range

2014-06-12 Thread Julian Schall
Hello members of the mailing list, 

 

I would appreciate help on the following problem: 

I would like to improve the performance of a raster layer. Of course I can
build pyramids for that purpose. But in the scale ranges from 1:1 to
1:25.000 I need maximum resolution and detail. In this scale range, the
performance is sufficient even without pyramids. 

Ideal would be that the pyramids respectively the reduction of the
resolution with improvement of performance is only applied to scales smaller
than 1:25,000. Is this possible in QGIS? 

 

Thanks for helpful answers! 

 

Kind regards 

 

Julian Schall

 

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

Re: [Qgis-user] GIS.lab Web 0.4 demo

2014-06-12 Thread G. Allegri
Andrea,
I haven't tested it, I've just given a loook to the web app code (which is
a Django application). It seems quite generic to be adapted to other WMS
infrastructures, but I would let Ivan confirm it or not.
What I was saying is that it's totally different from QGIS Web Client. The
same technologies, but the web client implementation doesn't share anything
with QWC. Right Ivan?

giovanni



2014-06-12 10:31 GMT+02:00 Andrea Peri :

> >Many clients, deeply different from each other, adopt this technology
> stack...
>
> If this is true this mean that this portal is usable ONLY wth qgis-servers
> ?
> So no chance to use it with other products rather than QS ?
>
> This also mean that this product is unuseful (exactly as the other)
> for who has in its infrastructure product differents from qgis-server.
>
> Of course , one could choose to change its infrastructure and move its
> WMS/WFS server  to a QGIS-Server product.
>
> Thx GioHappy,
>
> Andrea.
>
>
> 2014-06-12 9:59 GMT+02:00 G. Allegri :
> > AFAICS the technological stack is the same as QWC: Openlayers, Extjs,
> > Geoext., but it's a quite generic common denominator. Many clients,
> deeply
> > different from each other, adopt this technology stack...
> >
> > giovanni
> >
> > Il 12/giu/2014 09:27 "Andrea Peri"  ha scritto:
> >
> >> Hi Ivan yous system if qgis-server dedicated or is usable with any
> >> other wms server compliant ?
> >>
> >> I don't understand very well your technology stack from your web site.
> >>
> >>
> >> 2014-06-11 11:35 GMT+02:00 Ivan Mincik :
> >> > -BEGIN PGP SIGNED MESSAGE-
> >> > Hash: SHA1
> >> >
> >> > Hi all QGIS users and devs,
> >> > GIS.lab Web is an important piece of GIS.lab system [1] which is
> >> > responsible
> >> > for automatic publishing of projects created in QGIS environment of
> >> > GIS.lab
> >> > client. We are nearing to release GIS.lab version 0.4 and are happy to
> >> > announce beta version of GIS.lab Web 0.4 [2].
> >> >
> >> > Please note, that print feature is not available for guest users and
> >> > also all
> >> > documentation and web page is still not updated to latest version.
> >> >
> >> > Any comments are welcome.
> >> >
> >> >
> >> > 1 - http://imincik.github.io/gis-lab/
> >> > 2 -
> >> >
> http://web.gislab.gisplan.sk/?PROJECT=gista/natural-earth/central-europe
> >> >
> >> > - --
> >> > Ivan Minčík
> >> > ivan.min...@gmail.com   GPG: 0x79529A1E
> >> > http://imincik.github.io/0x79529A1E.key
> >> > ivan.min...@gista.skGPG: 0xD714B02C
> >> > http://imincik.github.io/0xD714B02C.key
> >> > -BEGIN PGP SIGNATURE-
> >> > Version: GnuPG v1.4.11 (GNU/Linux)
> >> > Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
> >> >
> >> > iQEcBAEBAgAGBQJTmCLZAAoJEPfdLsR5UpoeANIH/Avta5CPMxKfQ45Q/5+k/7+N
> >> > oMYwo5LRbiVBXFIUaf+p6Q7ftZb2OK40Np2oQTSE3pKEYynsVaRAJsQQ/T8zzXtT
> >> > t0j5T4bBz8aVubrsCfx1IvGTbc6WM6oMYBxHdVjpwEOscO1dS3QjXmM/AALuY0WQ
> >> > Nl6jR7M3IampvblC95r889fRNbZo+ZsPbSybpCYEH8KVb6Xl1sNCX0roQXk6sdhf
> >> > Pq9YRS2Py6MQpNw1n1pNRHTTYnQZMn2lL0SRCe4U2Q0LQkAlzSJaHMxgMl5K9wqz
> >> > 0IDq49YBDIgxIbRiOdtzol7WDSxNTFSEKowIHZXxxTBbDxGXelG2WlsUKeqHbKY=
> >> > =H6S6
> >> > -END PGP SIGNATURE-
> >> > ___
> >> > Qgis-user mailing list
> >> > Qgis-user@lists.osgeo.org
> >> > http://lists.osgeo.org/mailman/listinfo/qgis-user
> >>
> >>
> >>
> >> --
> >> -
> >> Andrea Peri
> >> . . . . . . . . .
> >> qwerty àèìòù
> >> -
> >> ___
> >> Qgis-user mailing list
> >> Qgis-user@lists.osgeo.org
> >> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
>
> --
> -
> Andrea Peri
> . . . . . . . . .
> qwerty àèìòù
> -
>



-- 
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Problem updating qgis-dev

2014-06-12 Thread Alexandre Neto
Hello,

I have regular internet connection problems, therefore incomplete downloads
were  making my qgis-dev daily update process miserable...

I found out a workaround tho.

I use wget do directly download the qgis-dev package (that preforms resumes
in case of internet connection is lost):

http://download.osgeo.org/osgeo4w/x86_64/release/qgis/qgis-dev/

And copy it to my temporary files instalation folder (normally with a name
like http%3a%2f%2fdownload.osgeo.org%2fosgeo4w), inside the respective
subfolder

After that I run osgeo4w-setup.exe choosing install from internet. Since
the package is already there the installer just checks it's integrity and
install it.

Hope this helps,

Alexandre Neto


On Wed, Jun 11, 2014 at 6:39 PM, Goyo  wrote:

> 2014-06-10 10:50 GMT+02:00 Andrea Peri :
> > Hi,
> >
> > Actually I'm work often with qgis-dev to try to test the last version.
> > Just now I try to update it using the osgeo4w.
> >
> > I work behind a proxy.
> > Usually ths update wor well without any problem.
> >
> > Just now instead, whaen I do the download.
> > It report download incomplete.
> > I do OK and it start removing my actual qgis-dev version.
> > But because the download was incomplete after the remove phase all stop.
> >
> > And now I have no more qgis-dev.
> > :)
>
> Hello Andrea, I have seen this before at my workplace, usually with
> grass packages. Downgrading to the previous version used to work since
> it was kept in the download directory.
>
> Goyo
> ___
> 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] GIS.lab Web 0.4 demo

2014-06-12 Thread Andrea Peri
>Many clients, deeply different from each other, adopt this technology stack...

If this is true this mean that this portal is usable ONLY wth qgis-servers ?
So no chance to use it with other products rather than QS ?

This also mean that this product is unuseful (exactly as the other)
for who has in its infrastructure product differents from qgis-server.

Of course , one could choose to change its infrastructure and move its
WMS/WFS server  to a QGIS-Server product.

Thx GioHappy,

Andrea.


2014-06-12 9:59 GMT+02:00 G. Allegri :
> AFAICS the technological stack is the same as QWC: Openlayers, Extjs,
> Geoext., but it's a quite generic common denominator. Many clients, deeply
> different from each other, adopt this technology stack...
>
> giovanni
>
> Il 12/giu/2014 09:27 "Andrea Peri"  ha scritto:
>
>> Hi Ivan yous system if qgis-server dedicated or is usable with any
>> other wms server compliant ?
>>
>> I don't understand very well your technology stack from your web site.
>>
>>
>> 2014-06-11 11:35 GMT+02:00 Ivan Mincik :
>> > -BEGIN PGP SIGNED MESSAGE-
>> > Hash: SHA1
>> >
>> > Hi all QGIS users and devs,
>> > GIS.lab Web is an important piece of GIS.lab system [1] which is
>> > responsible
>> > for automatic publishing of projects created in QGIS environment of
>> > GIS.lab
>> > client. We are nearing to release GIS.lab version 0.4 and are happy to
>> > announce beta version of GIS.lab Web 0.4 [2].
>> >
>> > Please note, that print feature is not available for guest users and
>> > also all
>> > documentation and web page is still not updated to latest version.
>> >
>> > Any comments are welcome.
>> >
>> >
>> > 1 - http://imincik.github.io/gis-lab/
>> > 2 -
>> > http://web.gislab.gisplan.sk/?PROJECT=gista/natural-earth/central-europe
>> >
>> > - --
>> > Ivan Minčík
>> > ivan.min...@gmail.com   GPG: 0x79529A1E
>> > http://imincik.github.io/0x79529A1E.key
>> > ivan.min...@gista.skGPG: 0xD714B02C
>> > http://imincik.github.io/0xD714B02C.key
>> > -BEGIN PGP SIGNATURE-
>> > Version: GnuPG v1.4.11 (GNU/Linux)
>> > Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>> >
>> > iQEcBAEBAgAGBQJTmCLZAAoJEPfdLsR5UpoeANIH/Avta5CPMxKfQ45Q/5+k/7+N
>> > oMYwo5LRbiVBXFIUaf+p6Q7ftZb2OK40Np2oQTSE3pKEYynsVaRAJsQQ/T8zzXtT
>> > t0j5T4bBz8aVubrsCfx1IvGTbc6WM6oMYBxHdVjpwEOscO1dS3QjXmM/AALuY0WQ
>> > Nl6jR7M3IampvblC95r889fRNbZo+ZsPbSybpCYEH8KVb6Xl1sNCX0roQXk6sdhf
>> > Pq9YRS2Py6MQpNw1n1pNRHTTYnQZMn2lL0SRCe4U2Q0LQkAlzSJaHMxgMl5K9wqz
>> > 0IDq49YBDIgxIbRiOdtzol7WDSxNTFSEKowIHZXxxTBbDxGXelG2WlsUKeqHbKY=
>> > =H6S6
>> > -END PGP SIGNATURE-
>> > ___
>> > Qgis-user mailing list
>> > Qgis-user@lists.osgeo.org
>> > http://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>>
>>
>> --
>> -
>> Andrea Peri
>> . . . . . . . . .
>> qwerty àèìòù
>> -
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-user



-- 
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] TAB file export

2014-06-12 Thread Zoltan Szecsei

Hi Brett,
If you can create MID/MIF, just open the mid file in a text editor and 
check that the number of lines is the same as the number of features in 
your shapefile.

If yes, then you should have all your elements.
Then simply convert the MID/MIF to TAB

It's a 2-step solution, but it should get the job done.

On the other post regarding the changing EPSG code, check the beginning 
of your MIF file to see if it is "wrong" there already (MIF is also a 
text file)

If so, it may be BUG-reporting time.

I am assuming that your shapefile has a PRJ file, or in QGIS you have 
set the correct projection/CRS


HTH,
Zoltan



On 2014/06/12 03:03, Brett Adams wrote:

Zoltan,

I'm running the ogr2ogr using ogr2gui.  Is that cheating?  I get in trouble
with command line stuff.
I can export a mid/mif, works perfectly every time.  It's just not what the
client wants.  I've attached a sample SHP file. It was created by importing
a CSV file then exporting as a SHP file.

Donovan,

I ran  : Vector > Geometry Tools > Check Geometry Validity but came up
with no errors.

Couldn't find the "Topology Checker" plugin.  Is that a version 2 feature?


Thanks your feedback.  I appreciate the effort.

Brett

  


-Original Message-
From: qgis-user-boun...@lists.osgeo.org
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Saulteau Don
Sent: Thursday, 12 June 2014 3:53 AM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] TAB file export



Ross

On 11/06/14 06:23, Brett Adams wrote:

 I keep getting  an error

 Export to vector file failed.

 Error: Feature write errors:

 Feature creation error (OGR error: Failed writing geometry for
 feature id 1 in


I usually get that error when some of the shapefile features are "invalid".
Did you get a chance to check for validity of the features in the shapefile?

In QGIS you can use the "Topology Checker" plugin.
Or Vector > Geometry Tools > Check Geometry Validity.




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



--

===
Zoltan Szecsei PrGISc [PGP0031]
Geograph (Pty) Ltd.
GIS and Photogrammetric Services

P.O. Box 7, Muizenberg 7950, South Africa.

Mobile: +27-83-6004028
Fax:+27-86-6115323 www.geograph.co.za
===

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


Re: [Qgis-user] GIS.lab Web 0.4 demo

2014-06-12 Thread G. Allegri
AFAICS the technological stack is the same as QWC: Openlayers, Extjs,
Geoext., but it's a quite generic common denominator. Many clients, deeply
different from each other, adopt this technology stack...

giovanni
 Il 12/giu/2014 09:27 "Andrea Peri"  ha scritto:

> Hi Ivan yous system if qgis-server dedicated or is usable with any
> other wms server compliant ?
>
> I don't understand very well your technology stack from your web site.
>
>
> 2014-06-11 11:35 GMT+02:00 Ivan Mincik :
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > Hi all QGIS users and devs,
> > GIS.lab Web is an important piece of GIS.lab system [1] which is
> responsible
> > for automatic publishing of projects created in QGIS environment of
> GIS.lab
> > client. We are nearing to release GIS.lab version 0.4 and are happy to
> > announce beta version of GIS.lab Web 0.4 [2].
> >
> > Please note, that print feature is not available for guest users and
> also all
> > documentation and web page is still not updated to latest version.
> >
> > Any comments are welcome.
> >
> >
> > 1 - http://imincik.github.io/gis-lab/
> > 2 -
> http://web.gislab.gisplan.sk/?PROJECT=gista/natural-earth/central-europe
> >
> > - --
> > Ivan Minčík
> > ivan.min...@gmail.com   GPG: 0x79529A1E
> http://imincik.github.io/0x79529A1E.key
> > ivan.min...@gista.skGPG: 0xD714B02C
> http://imincik.github.io/0xD714B02C.key
> > -BEGIN PGP SIGNATURE-
> > Version: GnuPG v1.4.11 (GNU/Linux)
> > Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
> >
> > iQEcBAEBAgAGBQJTmCLZAAoJEPfdLsR5UpoeANIH/Avta5CPMxKfQ45Q/5+k/7+N
> > oMYwo5LRbiVBXFIUaf+p6Q7ftZb2OK40Np2oQTSE3pKEYynsVaRAJsQQ/T8zzXtT
> > t0j5T4bBz8aVubrsCfx1IvGTbc6WM6oMYBxHdVjpwEOscO1dS3QjXmM/AALuY0WQ
> > Nl6jR7M3IampvblC95r889fRNbZo+ZsPbSybpCYEH8KVb6Xl1sNCX0roQXk6sdhf
> > Pq9YRS2Py6MQpNw1n1pNRHTTYnQZMn2lL0SRCe4U2Q0LQkAlzSJaHMxgMl5K9wqz
> > 0IDq49YBDIgxIbRiOdtzol7WDSxNTFSEKowIHZXxxTBbDxGXelG2WlsUKeqHbKY=
> > =H6S6
> > -END PGP SIGNATURE-
> > ___
> > Qgis-user mailing list
> > Qgis-user@lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
>
> --
> -
> Andrea Peri
> . . . . . . . . .
> qwerty àèìòù
> -
> ___
> 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] TAB file export

2014-06-12 Thread Brett Adams
Thanks Bo,

 

Interesting outcome.  I'll have to watch out for the projection change.

 

Looks like I'll have to accept that it's time to update.  2.4 is soon to be
released. Time to make the jump.

 

Thanks for your feedback.

 

Brett

 

From: qgis-user-boun...@lists.osgeo.org
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Bo Victor Thomsen
Sent: Thursday, 12 June 2014 12:06 PM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] TAB file export

 

Brett -

I've opened your shape file in QGIS and afterwards saved it as a tab file -
without a hitch. I'm using a newish version 2.3 of QGIS. 
I've opened the new tab file in MapInfo and it works. The only strange thing
is, that the projection shifts from EPSG:28351 to EPSG:32751 

Tabfile attached 

Regards 
Bo Victor Thomsen
Aestas-GIS
Denmark

Den 12-06-2014 03:03, Brett Adams skrev:

Zoltan,
 
I'm running the ogr2ogr using ogr2gui.  Is that cheating?  I get in trouble
with command line stuff.
I can export a mid/mif, works perfectly every time.  It's just not what the
client wants.  I've attached a sample SHP file. It was created by importing
a CSV file then exporting as a SHP file.
 
Donovan,
 
I ran  : Vector > Geometry Tools > Check Geometry Validity but came up
with no errors.
 
Couldn't find the "Topology Checker" plugin.  Is that a version 2 feature?
 
 
Thanks your feedback.  I appreciate the effort.
 
Brett
 
 
 
-Original Message-
From: qgis-user-boun...@lists.osgeo.org
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Saulteau Don
Sent: Thursday, 12 June 2014 3:53 AM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] TAB file export
 
 

Ross
 
On 11/06/14 06:23, Brett Adams wrote:
 
I keep getting  an error
 
Export to vector file failed.
 
Error: Feature write errors:
 
Feature creation error (OGR error: Failed writing geometry for
feature id 1 in

 
 
I usually get that error when some of the shapefile features are "invalid".
Did you get a chance to check for validity of the features in the shapefile?
 
In QGIS you can use the "Topology Checker" plugin.
Or Vector > Geometry Tools > Check Geometry Validity.
 
 
 
 
Donovan
___
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] Error with QGIS Server on Debian wheezy

2014-06-12 Thread Andrea Peri
My bad
I do a rapid test and on windows it seem to work.

I surely had some troubles when move a qgis project from a windows
machine to a linux server.
The relative paths seem don't work correctly.
This was experienced in the qgis 2.0 version.

I don't explore more and choose the rapid and easy solution to change
manually the
paths in the file (with a script obviously).

From that time I do no more tests.

I see now it seem to work, but I donnot any test moving the project on
server side.
So perhaps the problem is on Linux..
I do some other test.

Regards.




2014-06-12 9:20 GMT+02:00 Marco Hugentobler :
> Hi
>
> The server normally detects the relative path and expands it to an absolute
> one internally.
> I just tested a project with relative pathes containing a shape and a
> spatialite layer and it worked fine here (tested with QGIS 2.2 / current
> master / Enterprise worked in all cases).
>
>
> Regards,
> Marco
>
>
> On 11.06.2014 09:48, Zedler, Jörg (regio iT) wrote:
>
> Hi,
>
> I have found an explanation for my problem:
>
>
>
> Although in my project the path to Shape-File is stored relative, QGIS
> Server interpreted the path as an absolute path.
>
> Example out of the project file:
>
> ./TestShape.shp
>
>
>
> Therefore the shape file is not found.
>
>
>
> With an symbolic link in root-directory, everything works.
>
>
>
> Is this problem known?
>
> Is there any better workaround?
>
>
>
> Thanks,
>
> J. Zedler
>
>
>
>
>
> Von: qgis-user-boun...@lists.osgeo.org
> [mailto:qgis-user-boun...@lists.osgeo.org] Im Auftrag von Zedler, Jörg
> (regio iT)
> Gesendet: Donnerstag, 5. Juni 2014 21:07
> An: qgis-user@lists.osgeo.org
> Betreff: [Qgis-user] Error with QGIS Server on Debian wheezy
>
>
>
> Hi,
>
> I need some help, running QGIS Server 2.2.0 on Debian wheezy.
>
>
>
> Using QGIS-Projects with Datasource Postgres works fine.
>
> Using QGIS-Projects with Datasource Shape-File didn’t work.
>
>
>
> The same Project on Windows (also QGIS Server 2.2.0) works.
>
>
>
> GetCapabilities-Request gives all but no info for Shape-Layers
>
> Output on stderr: ERROR 10: Pointer 'hDS' is NULL in 'OGR_DS_Destroy'
>
>
>
> GetMap-Request crashes with Segmentation fault
>
>
>
> The Debian-Server is installed without X-Server Packages.
>
>
>
> Is there any idea, what’s going wrong?
>
>
>
> Regards
>
> J. Zedler
>
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
>
> --
> Dr. Marco Hugentobler
> Sourcepole -  Linux & Open Source Solutions
> Weberstrasse 5, CH-8004 Zürich, Switzerland
> marco.hugentob...@sourcepole.ch http://www.sourcepole.ch
> Technical Advisor QGIS Project Steering Committee
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user



-- 
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] GIS.lab Web 0.4 demo

2014-06-12 Thread Andrea Peri
Hi Ivan yous system if qgis-server dedicated or is usable with any
other wms server compliant ?

I don't understand very well your technology stack from your web site.


2014-06-11 11:35 GMT+02:00 Ivan Mincik :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi all QGIS users and devs,
> GIS.lab Web is an important piece of GIS.lab system [1] which is responsible
> for automatic publishing of projects created in QGIS environment of GIS.lab
> client. We are nearing to release GIS.lab version 0.4 and are happy to
> announce beta version of GIS.lab Web 0.4 [2].
>
> Please note, that print feature is not available for guest users and also all
> documentation and web page is still not updated to latest version.
>
> Any comments are welcome.
>
>
> 1 - http://imincik.github.io/gis-lab/
> 2 - http://web.gislab.gisplan.sk/?PROJECT=gista/natural-earth/central-europe
>
> - --
> Ivan Minčík
> ivan.min...@gmail.com   GPG: 0x79529A1E  
> http://imincik.github.io/0x79529A1E.key
> ivan.min...@gista.skGPG: 0xD714B02C  
> http://imincik.github.io/0xD714B02C.key
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>
> iQEcBAEBAgAGBQJTmCLZAAoJEPfdLsR5UpoeANIH/Avta5CPMxKfQ45Q/5+k/7+N
> oMYwo5LRbiVBXFIUaf+p6Q7ftZb2OK40Np2oQTSE3pKEYynsVaRAJsQQ/T8zzXtT
> t0j5T4bBz8aVubrsCfx1IvGTbc6WM6oMYBxHdVjpwEOscO1dS3QjXmM/AALuY0WQ
> Nl6jR7M3IampvblC95r889fRNbZo+ZsPbSybpCYEH8KVb6Xl1sNCX0roQXk6sdhf
> Pq9YRS2Py6MQpNw1n1pNRHTTYnQZMn2lL0SRCe4U2Q0LQkAlzSJaHMxgMl5K9wqz
> 0IDq49YBDIgxIbRiOdtzol7WDSxNTFSEKowIHZXxxTBbDxGXelG2WlsUKeqHbKY=
> =H6S6
> -END PGP SIGNATURE-
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user



-- 
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Error with QGIS Server on Debian wheezy

2014-06-12 Thread Marco Hugentobler

Hi

The server normally detects the relative path and expands it to an 
absolute one internally.
I just tested a project with relative pathes containing a shape and a 
spatialite layer and it worked fine here (tested with QGIS 2.2 / current 
master / Enterprise worked in all cases).



Regards,
Marco

On 11.06.2014 09:48, Zedler, Jörg (regio iT) wrote:


Hi,

I have found an explanation for my problem:

Although in my project the path to Shape-File is stored relative, QGIS 
Server interpreted the path as an absolute path.


Example out of the project file:

./TestShape.shp

Therefore the shape file is not found.

With an symbolic link in root-directory, everything works.

Is this problem known?

Is there any better workaround?

Thanks,

J. Zedler

*Von:*qgis-user-boun...@lists.osgeo.org 
[mailto:qgis-user-boun...@lists.osgeo.org] *Im Auftrag von *Zedler, 
Jörg (regio iT)

*Gesendet:* Donnerstag, 5. Juni 2014 21:07
*An:* qgis-user@lists.osgeo.org
*Betreff:* [Qgis-user] Error with QGIS Server on Debian wheezy

Hi,

I need some help, running QGIS Server 2.2.0 on Debian wheezy.

Using QGIS-Projects with Datasource Postgres works fine.

Using QGIS-Projects with Datasource Shape-File didn't work.

The same Project on Windows (also QGIS Server 2.2.0) works.

GetCapabilities-Request gives all but no info for Shape-Layers

Output on stderr: ERROR 10: Pointer 'hDS' is NULL in 'OGR_DS_Destroy'

GetMap-Request crashes with Segmentation fault

The Debian-Server is installed without X-Server Packages.

Is there any idea, what's going wrong?

Regards

J. Zedler



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



--
Dr. Marco Hugentobler
Sourcepole -  Linux & Open Source Solutions
Weberstrasse 5, CH-8004 Zürich, Switzerland
marco.hugentob...@sourcepole.ch http://www.sourcepole.ch
Technical Advisor QGIS Project Steering Committee

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