[Qgis-user] Extract raster cell-value statistics (min, max, count, sum) within a polygone

2015-04-19 Thread Johan Nilsson
Zonal statistics work well to extract, numers of cells(counts) , sum of the
value (sum)  and also average (mean) But I want the minimum AND max-value
and also standard error, if possible. Is there another plugin or a tutorial
how it may bee done in another way.

The code to Zonal statistics are here, but I'm total lost in how it work.

https://github.com/qgis/QGIS/blob/a2f51260db5357917e86b78f1bb2915379d670dd/src/analysis/vector/qgszonalstatistics.cpp

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

[Qgis-user] QGIS Import Interlis name of attributs

2015-04-19 Thread timon02
Why if i import Interlis 1 files to QGIS 2.8.1 / 2.6.1 there is no
identification of the attributs names in each tables?
The interlis model is correct (I've also tested an ITF-file with the federal
model). 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGIS-Import-Interlis-name-of-attributs-tp5201989.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] QGIS Import Interlis Points problem

2015-04-19 Thread timon02
When i'm importing an Interlis 1 file (*.itf and *.ili) to QGIS 2.8.1 (or
2.6.1) the polygones are visualized correctly but all the tables containing
POINTS (LFP1, Grenzpunkt,...) couldn't be visualized by QGIS. I've to export
the file as CSV and reimport. I've tested it with other Interlis models like
MD01-AV-CH but without success.

Anybody got an idea about this?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGIS-Import-Interlis-Points-problem-tp5201988.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] Extract raster cell-value statistics (min, max, count, sum) within a polygone

2015-04-19 Thread Alexander Bruy
Hi Johan,

try Zonal Statistics from Processing

2015-04-19 12:34 GMT+03:00 Johan Nilsson joni8...@gmail.com:
 Zonal statistics work well to extract, numers of cells(counts) , sum of the
 value (sum)  and also average (mean) But I want the minimum AND max-value
 and also standard error, if possible. Is there another plugin or a tutorial
 how it may bee done in another way.

 The code to Zonal statistics are here, but I'm total lost in how it work.

 https://github.com/qgis/QGIS/blob/a2f51260db5357917e86b78f1bb2915379d670dd/src/analysis/vector/qgszonalstatistics.cpp

 /Cheers

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



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


Re: [Qgis-user] QGIS FreeBSD port and qgis-server

2015-04-19 Thread Jürgen E . Fischer
Hi James,

On Sun, 19. Apr 2015 at 01:02:23 -0400, James Keener wrote:
 I am interested in being able to use the qgis mapserver on FreeBSD 10.1.
 I enabled the mapserver option via `make config-recursive` and built the
 port via `make install`.  I cannot seem to find the fcgi executable in
 the build output or in the pkg-plist file. I see
 WITH_MAPSERVER:BOOL=TRUE being passed into CMakeCache.txt

What plist file?  The only reference to WITH_MAPSERVER I find in master
is 

$ git grep WITH_MAPSERVER
ChangeLog:* rename cmake option WITH_MAPSERVER to WITH_SERVER


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Norden http://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode 



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

Re: [Qgis-user] QGIS FreeBSD port and qgis-server

2015-04-19 Thread James Keener
GREP HARDER!

:) I was specifically referring to the FreeBSD port's Makefile. Ports
are a collection of source-based packages. Essentially, on your system
you get the base tools and Makefile and pkg-plist for every program.
Those files tell the base tools how to get a copy of the source, how to
set options in it, which other ports are needed to compile this one, c.

Rainer, the port maintainer, replied and said he was fixing the issue.

Jim

On 04/19/2015 05:07 AM, Jürgen E. Fischer wrote:
 Hi James,
 
 On Sun, 19. Apr 2015 at 01:02:23 -0400, James Keener wrote:
 I am interested in being able to use the qgis mapserver on FreeBSD 10.1.
 I enabled the mapserver option via `make config-recursive` and built the
 port via `make install`.  I cannot seem to find the fcgi executable in
 the build output or in the pkg-plist file. I see
 WITH_MAPSERVER:BOOL=TRUE being passed into CMakeCache.txt
 
 What plist file?  The only reference to WITH_MAPSERVER I find in master
 is 
 
 $ git grep WITH_MAPSERVER
 ChangeLog:* rename cmake option WITH_MAPSERVER to WITH_SERVER
 
 
 Jürgen
 
 
 
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 



signature.asc
Description: OpenPGP digital signature
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS FreeBSD port and qgis-server

2015-04-19 Thread Paolo Cavallini
Il 19/04/2015 07:02, James Keener ha scritto:
 Hello,
 
 I am interested in being able to use the qgis mapserver on FreeBSD 10.1.
 I enabled the mapserver option via `make config-recursive` and built the
 port via `make install`.  I cannot seem to find the fcgi executable in

Hi James,
please consider sending a pull request via GitHub.
Thanks.

-- 
Paolo Cavallini - www.faunalia.eu
QGIS  PostGIS courses: http://www.faunalia.eu/training.html



signature.asc
Description: OpenPGP digital signature
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Extract raster cell-value statistics (min, max, count, sum) within a polygone

2015-04-19 Thread Michael Treglia
Also, theres a utility in SAGA, implemented within the Processing toolbox.
See SAGA - Shapes - Grid - Grid statistics for polygons

Lets you calculate:
* Number of Cells
* Minimum
* Maximum
* Range
* Sum
* Mean
* Variance
* Standard Deviation
* Specified Quartiles

Hope that helps,
mike

On Sun, Apr 19, 2015 at 11:54 AM, Micha Silver mi...@arava.co.il wrote:



 On 04/19/2015 12:34 PM, Johan Nilsson wrote:

  Zonal statistics work well to extract, numers of cells(counts) , sum of
 the value (sum)  and also average (mean) But I want the minimum AND
 max-value and also standard error, if possible. Is there another plugin or
 a tutorial how it may bee done in another way.

   The GRASS module v.rast.stats does what you want. But it's not in the
 Processing toolbox. You can import your raster into a GRASS mapset then do
 the analysis directly within GRASS.

  The code to Zonal statistics are here, but I'm total lost in how it work.


 https://github.com/qgis/QGIS/blob/a2f51260db5357917e86b78f1bb2915379d670dd/src/analysis/vector/qgszonalstatistics.cpp

  /Cheers

 This mail was received via Mail-SeCure System.


 ___
 Qgis-user mailing 
 listQgis-user@lists.osgeo.orghttp://lists.osgeo.org/mailman/listinfo/qgis-user
 This mail was received via Mail-SeCure System.





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

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

Re: [Qgis-user] QGIS Import Interlis Points problem

2015-04-19 Thread Stefan Keller
Hi timon02 / timu92

Can you describe little bit mor what you are trying to do?
Are you using Interlis Plugin?
What is the model/table (is there a geom attribute in it an an unique id)?

Yours, Stefan



2015-04-19 13:32 GMT+02:00 timon02 tim...@hotmail.com:
 When i'm importing an Interlis 1 file (*.itf and *.ili) to QGIS 2.8.1 (or
 2.6.1) the polygones are visualized correctly but all the tables containing
 POINTS (LFP1, Grenzpunkt,...) couldn't be visualized by QGIS. I've to export
 the file as CSV and reimport. I've tested it with other Interlis models like
 MD01-AV-CH but without success.

 Anybody got an idea about this?



 --
 View this message in context: 
 http://osgeo-org.1560.x6.nabble.com/QGIS-Import-Interlis-Points-problem-tp5201988.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] QGIS Import Interlis name of attributs

2015-04-19 Thread Stefan Keller
Hi timon02 / timu92

Can you describe little bit more what you are trying to do?
What is the model you are talking about?
What do you mean by identification of the attribute names?

Yours, Stefan


2015-04-19 13:35 GMT+02:00 timon02 tim...@hotmail.com:
 Why if i import Interlis 1 files to QGIS 2.8.1 / 2.6.1 there is no
 identification of the attributs names in each tables?
 The interlis model is correct (I've also tested an ITF-file with the federal
 model).



 --
 View this message in context: 
 http://osgeo-org.1560.x6.nabble.com/QGIS-Import-Interlis-name-of-attributs-tp5201989.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] Extract raster cell-value statistics (min, max, count, sum) within a polygone

2015-04-19 Thread Micha Silver

  
  


On 04/19/2015 12:34 PM, Johan Nilsson
  wrote:


  

  Zonal statistics work well to extract, numers of
cells(counts) , sum of the value (sum)  and also average
(mean) But I want the minimum AND max-value and also
standard error, if possible. Is there another plugin or a
tutorial how it may bee done in another way.

  

  

The GRASS module v.rast.stats does what you want. But it's not in
the Processing toolbox. You can import your raster into a GRASS
mapset then do the analysis directly within GRASS.

  
The code to Zonal statistics are here, but I'm total lost
  in how it work.
  
  https://github.com/qgis/QGIS/blob/a2f51260db5357917e86b78f1bb2915379d670dd/src/analysis/vector/qgszonalstatistics.cpp
  

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





  

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

Re: [Qgis-user] delete overlapped polygons

2015-04-19 Thread Randal Hale
I believe you can do it this way (as I'm experimenting with this very 
thing). Of course - if you have very small polygons with even smaller 
polygons this wouldn't work.


Select features using an expression and let your expression be $area  
square units you are looking for.


I wanted to select everything in my layer less than 10 acres (I am 
working in Feet) so I entered $area  435600 and have quite a few 
polygons selected now. I am checking to make sure it has done what I 
wanted.


Hope this helps - I'm pretty sure there is a more elegant solution than 
$area - but so far this works for me.


Randy

On 04/19/2015 12:38 PM, Giacomo Fontanelli wrote:

Hello forum

this post is similar to my last one, but not totally the same.

Thank you for making me know the Sieve filter.

I have a vector layer.

I have some polygons that apparently seem to be lying on bigger 
polygons and totally included on this, but if you delete the small 
ones they produce holes on the big polygons with the same dimension 
and shape of the small polygons.
Well: this is the result I'd like to obtain, I mean I would like to 
automatically delete the smaller polygons producing the described holes.


How can I do this?

Thank you very much


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


--
-
Randal Hale
North River Geographic Systems, Inc
http://www.northrivergeographic.com
423.653.3611 rjh...@northrivergeographic.com
twitter:rjhale http://about.me/rjhale
http://www.northrivergeographic.com/introduction-to-quantum-gis

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

[Qgis-user] delete overlapped polygons

2015-04-19 Thread Giacomo Fontanelli
Hello forum

this post is similar to my last one, but not totally the same.

Thank you for making me know the Sieve filter.

I have a vector layer.

I have some polygons that apparently seem to be lying on bigger polygons
and totally included on this, but if you delete the small ones they produce
holes on the big polygons with the same dimension and shape of the small
polygons.
Well: this is the result I'd like to obtain, I mean I would like to
automatically delete the smaller polygons producing the described holes.

How can I do this?

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