[Qgis-user] Build QGIS shows "can't find sip"

2017-12-11 Per discussione weskerjiang
Hello:I Build QGIS with VS2015,QT5.9.3,QGIS-master,when i build it with 
CMake,it shows can't find sip,but i already download sip from osgeo4w,so what's 
wrong with it?my python version is 3.5.4

thanks

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

Re: [Qgis-user] QGIS 2.99 crashing on 17.10 with project properties menu

2017-12-11 Per discussione Patrick Dunford

it's reported as a known issue

https://issues.qgis.org/issues/17589

https://issues.qgis.org/issues/17610


On 12/12/17 06:40, Randal Hale wrote:

So I filed a bug report (17662) - but I can't actually say that this is a bug.
I did two tests and both ended up with QGIS 2.99 crashing. So I think it's a
bug. I built a VM off kubuntu and it crashed - this machine has had 2.18 on
it.

If I start qgis and click on the project properties in the lower right it
crashes.
If I start project properties from the file menu it doesn't crash until I click
on the CRS menu.

Any suggestions on what I can do to better describe the issue? I don't see any
chatter on this so I'm thinking it must be my machine. I'm a bit stuck on how
to proceed.

Randy




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

Re: [Qgis-user] LiDAR Data in QGIS

2017-12-11 Per discussione Randal Hale
I'm dealing with a different issue here in Tennessee - We have the original 
files except they are locked in zlas (ESRI Proprietary Format) BUT - I can get 
it out of zlas so I can have fun with the LAS files. 

Good news is - LAS was a thing in 2003 
(https://www.asprs.org/committee-general/laser-las-file-format-exchange-activities.html)
 so you might be able to 
get those OR at least a CSV file. 

You might have to go back to the vendor. They probably have them but might 
take some work to pry the files out of them. 2003 might be a life time ago for 
many. 

Good luck though! and take a look at GRASS and PDAL. I feed the LIDAR data 
into GRASS and pull the returns out or reprocess it. I'm not that great at 
doing it but learning. 

Randy

-- 
Randal Hale
North River Geographic Systems. Inc 
rjh...@northrivergeographic.com
(423) 653-3611 



On Monday, December 11, 2017 8:33:49 AM EST Tyler Veinot wrote:
> Randy;
> I figured as much; the DEM/DSM/DTM's were delivered to us from the province
> in that Esri Binary Grid Format, so we do not have the original LiDAR
> LAS/LAZ files on hand. It would also seem that we didn't keep the LAS/LAZ
> files from the original 2003 LiDAR survey of the city either.
> I sent an email to the province to see if they have and are willing to
> share the original data but got no reply as of yet.
> Tyler
> 
> On Mon, Dec 11, 2017 at 9:10 AM, Randal Hale <
> 
> rjh...@northrivergeographic.com> wrote:
> > I've only been watching this thread when I remember - so My apologies.
> > 
> > If I go back to the original thread - if these are in ADF I believe that's
> > ESRI's GRID Format. Which means they are what they are and you can't do
> > much
> > with them. They have only the last return (or if I remember correctly
> > returns
> > classed 2,8, etc).
> > 
> > If you have zlas, las, or laz - I would suggest GRASS for processing:
> > https://
> > grasswiki.osgeo.org/wiki/LIDAR
> > 
> > If you don't have any of the las/laz formats - you might want to do some
> > research and see if they were delivered with the LIDAR dataset you have or
> > if
> > they weren't request them. They may be sitting somewhere on a
> > shelf/forgotten
> > folder on a server. You can do a lot more with the original LIDAR files
> > like
> > pull tree heights or possibly rebuild the surface (be it dsm/dtm/dem etc).
> > 
> > Randy
> > 
> > --
> > Randal Hale
> > North River Geographic Systems. Inc
> > rjh...@northrivergeographic.com
> > (423) 653-3611
> > 
> > On Monday, December 11, 2017 7:27:00 AM EST Tyler Veinot wrote:
> > > All;
> > > But if I convert the DEM or DSM to geotiff I still wont get back the hit
> > > order or the classification values will I? I will just have the data I
> > 
> > have
> > 
> > > as processed in a different format. What I really need is the original
> > > LiDAR datasets if I am understanding this correctly.
> > > As for DTM, DSM, and DEM, The province my municipality is in has decided
> > > that; DTM is a surface model which includes surface features + ground
> > 
> > hits
> > 
> > > + breaklines. A DEM is ground hits, and a DSM as is the surface +
> > 
> > features
> > 
> > > without added breaklines. I have found definitions online to support
> > > both
> > > view points on the matter; just an FYI my text books agree with you on
> > 
> > the
> > 
> > > matter. I blame AutoCAD/CADD users for the discrepancies because, in my
> > > experience according to the EIT's and other CADD users, a DTM is all of
> > 
> > the
> > 
> > > above and a DSM and DEM doesn't exist lol.
> > > Thanks for the help on this;
> > > Tyler
> > > 
> > > 
> > > On Mon, Dec 11, 2017 at 6:31 AM, Richard McDonnell <
> > 
> > richard.mcdonn...@opw.ie
> > 
> > > > wrote:
> > > > 
> > > > Morning Tyler.
> > > > Nick is quite right. The files you have (ADF) are either DTM's or
> > 
> > DSM's.
> > 
> > > > They are processed datasets.
> > > > To fix the GRASS, SAGA issue, you can use GDAL to convert them to
> > 
> > GeoTiff,
> > 
> > > > using the gdal_translate, which can be found in the Processing toolbox
> > 
> > and
> > 
> > > > will do it for a few using batch (Note Point one below).
> > > > The other option would be to use the Script below to convert ADF to
> > > > GeoTiff.
> > > > 
> > > > *@echo off
> > > > SET startpath=%1
> > > > FOR /R %startpath% %%f IN (w001001.adf) do (call :translate "%%f")
> > > > pause
> > > > GOTO :eof
> > > > 
> > > > :translate
> > > > :
> > > >   SET var=%~dp1
> > > >   ECHO Translating %var%hdr.adf to %var:~0,-1%.tif
> > > >   gdal_translate -co "NUM_THREADS=ALL_CPUS" -co "TILED=YES" -co
> > > >   "COMPRESS=LZW" %var%hdr.adf %var:~0,-1%.tif*>
> > > > 
> > > > The tool/script works in the following way.
> > > > 
> > > >1. *ADF Image names are the containing folder name*
> > > >2. You must run this Batch in the Root folder for your ADFs (one
> > 
> > level
> > 
> > > >up from the ADF files)
> > > >3. Paste/save the batch in the root folder
> > > >4. Open an 

Re: [Qgis-user] LiDAR Data in QGIS

2017-12-11 Per discussione Randal Hale
I've only been watching this thread when I remember - so My apologies. 

If I go back to the original thread - if these are in ADF I believe that's 
ESRI's GRID Format. Which means they are what they are and you can't do much 
with them. They have only the last return (or if I remember correctly returns 
classed 2,8, etc). 

If you have zlas, las, or laz - I would suggest GRASS for processing: https://
grasswiki.osgeo.org/wiki/LIDAR

If you don't have any of the las/laz formats - you might want to do some 
research and see if they were delivered with the LIDAR dataset you have or if 
they weren't request them. They may be sitting somewhere on a shelf/forgotten 
folder on a server. You can do a lot more with the original LIDAR files like 
pull tree heights or possibly rebuild the surface (be it dsm/dtm/dem etc). 

Randy

-- 
Randal Hale
North River Geographic Systems. Inc 
rjh...@northrivergeographic.com
(423) 653-3611 



On Monday, December 11, 2017 7:27:00 AM EST Tyler Veinot wrote:
> All;
> But if I convert the DEM or DSM to geotiff I still wont get back the hit
> order or the classification values will I? I will just have the data I have
> as processed in a different format. What I really need is the original
> LiDAR datasets if I am understanding this correctly.
> As for DTM, DSM, and DEM, The province my municipality is in has decided
> that; DTM is a surface model which includes surface features + ground hits
> + breaklines. A DEM is ground hits, and a DSM as is the surface + features
> without added breaklines. I have found definitions online to support both
> view points on the matter; just an FYI my text books agree with you on the
> matter. I blame AutoCAD/CADD users for the discrepancies because, in my
> experience according to the EIT's and other CADD users, a DTM is all of the
> above and a DSM and DEM doesn't exist lol.
> Thanks for the help on this;
> Tyler
> 
> 
> On Mon, Dec 11, 2017 at 6:31 AM, Richard McDonnell  > wrote:
> > 
> > Morning Tyler.
> > Nick is quite right. The files you have (ADF) are either DTM's or DSM's.
> > They are processed datasets.
> > To fix the GRASS, SAGA issue, you can use GDAL to convert them to GeoTiff,
> > using the gdal_translate, which can be found in the Processing toolbox and
> > will do it for a few using batch (Note Point one below).
> > The other option would be to use the Script below to convert ADF to
> > GeoTiff.
> > 
> > *@echo off
> > SET startpath=%1
> > FOR /R %startpath% %%f IN (w001001.adf) do (call :translate "%%f")
> > pause
> > GOTO :eof
> > 
> > :translate
> > :
> >   SET var=%~dp1
> >   ECHO Translating %var%hdr.adf to %var:~0,-1%.tif
> >   gdal_translate -co "NUM_THREADS=ALL_CPUS" -co "TILED=YES" -co
> >   "COMPRESS=LZW" %var%hdr.adf %var:~0,-1%.tif*> 
> > The tool/script works in the following way.
> > 
> >1. *ADF Image names are the containing folder name*
> >2. You must run this Batch in the Root folder for your ADFs (one level
> >up from the ADF files)
> >3. Paste/save the batch in the root folder
> >4. Open an instance of OSGeo4W Shell or its Linux counterpart navigate
> >to the root folder and run the script by typing *adf2tiff.bat*
> >5. It will start to write the Tiff files into the root folder.
> > 
> > Hope this helps, or goes some way to helping.
> > Regards
> > 
> > Richard.
> > --
> > *Richard McDonnell*
> > *GIS Specialist PgD GIS AssocSCSI*
> > 
> > 
> > 
> > 
> > Email Disclaimer: http://www.opw.ie/en/disclaimer/
> > 
> > ___
> > Qgis-user mailing list
> > Qgis-user@lists.osgeo.org
> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

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

Re: [Qgis-user] LiDAR Data in QGIS

2017-12-11 Per discussione Tyler Veinot
All;
But if I convert the DEM or DSM to geotiff I still wont get back the hit
order or the classification values will I? I will just have the data I have
as processed in a different format. What I really need is the original
LiDAR datasets if I am understanding this correctly.
As for DTM, DSM, and DEM, The province my municipality is in has decided
that; DTM is a surface model which includes surface features + ground hits
+ breaklines. A DEM is ground hits, and a DSM as is the surface + features
without added breaklines. I have found definitions online to support both
view points on the matter; just an FYI my text books agree with you on the
matter. I blame AutoCAD/CADD users for the discrepancies because, in my
experience according to the EIT's and other CADD users, a DTM is all of the
above and a DSM and DEM doesn't exist lol.
Thanks for the help on this;
Tyler


On Mon, Dec 11, 2017 at 6:31 AM, Richard McDonnell  wrote:

> Morning Tyler.
> Nick is quite right. The files you have (ADF) are either DTM's or DSM's.
> They are processed datasets.
> To fix the GRASS, SAGA issue, you can use GDAL to convert them to GeoTiff,
> using the gdal_translate, which can be found in the Processing toolbox and
> will do it for a few using batch (Note Point one below).
> The other option would be to use the Script below to convert ADF to
> GeoTiff.
>
> *@echo off
> SET startpath=%1
> FOR /R %startpath% %%f IN (w001001.adf) do (call :translate "%%f")
> pause
> GOTO :eof
>
> :translate
>   SET var=%~dp1
>   ECHO Translating %var%hdr.adf to %var:~0,-1%.tif
>   gdal_translate -co "NUM_THREADS=ALL_CPUS" -co "TILED=YES" -co 
> "COMPRESS=LZW" %var%hdr.adf %var:~0,-1%.tif*
>
> The tool/script works in the following way.
>
>1. *ADF Image names are the containing folder name*
>2. You must run this Batch in the Root folder for your ADFs (one level
>up from the ADF files)
>3. Paste/save the batch in the root folder
>4. Open an instance of OSGeo4W Shell or its Linux counterpart navigate
>to the root folder and run the script by typing *adf2tiff.bat*
>5. It will start to write the Tiff files into the root folder.
>
> Hope this helps, or goes some way to helping.
> Regards
>
> Richard.
> --
> *Richard McDonnell*
> *GIS Specialist PgD GIS AssocSCSI*
>
> 
>
>
> Email Disclaimer: http://www.opw.ie/en/disclaimer/
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] QGIS 3.0 - #24daysofqgis

2017-12-11 Per discussione Ivano
Day 11 of #24daysofqgis

https://twitter.com/northroadgeo/status/940168458016235520





--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] svista traduzione QGIS 3.0 - opzioni aggancio in finestra agganciata

2017-12-11 Per discussione Gabriela Osaci Costache
Grazi! Confermo: la traduzione c'è :-))
Saluti,Gabriela

  Da: skampus 
 A: qgis-it-user@lists.osgeo.org 
 Inviato: Lunedì 11 Dicembre 2017 13:25
 Oggetto: Re: [QGIS-it-user] svista traduzione QGIS 3.0 - opzioni aggancio in 
finestra agganciata
   
Fatto!

dock --> Finestra agganciabile

dialog --> Finestra 

già presente nella nightly installata ora!

felice giornata

s.





--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


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


[QGIS-it-user] [plugin] Drill hole and cross section module for QGIS

2017-12-11 Per discussione skampus
riporto il link alla discussione su linked in, canale qgis, relativa allo
sviluppo di un plugin per la gestione 3D di profili stratigrafici e sezioni.

http://tinyurl.com/ya4yl6p4

felice giornata

s.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] svista traduzione QGIS 3.0 - opzioni aggancio in finestra agganciata

2017-12-11 Per discussione skampus
Fatto!

dock --> Finestra agganciabile

dialog --> Finestra 

già presente nella nightly installata ora!

felice giornata

s.





--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] QGIS 3.0 - #24daysofqgis

2017-12-11 Per discussione Gabriela Osaci Costache
11 di #24daysofqgis: https://twitter.com/northroadgeo/status/940168458016235520

Saluti,Gabriela

  Da: Totò 
 A: qgis-it-user@lists.osgeo.org 
 Inviato: Sabato 2 Dicembre 2017 0:02
 Oggetto: [QGIS-it-user] QGIS 3.0 - #24daysofqgis
   
La North Road, azienda per cui lavora Nyall Dawson uno dei piu attivI QGIS
core developer, annuncia che per i prossimi 24 giorni presenteranno alcune
nuove interessanti funzionalità su #QGIS 3.0, una al giorno!!!
https://goo.gl/NJDsG2
Noi, pagina di QGIS Italia, ci saremo!!! #qgisadvent #24daysofqgis
@northroadgeo

1 di #24daysofqgis: In Australia è gia domani, cioè 2 dic - ecco prima
feature:
https://twitter.com/northroadgeo/status/936710866413559808


PS: probabilmente non riuscirò a seguirli tutti, quindi chiedo un
supporto!!!


saluti



-
https://pigrecoinfinito.wordpress.com/
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


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


Re: [Qgis-user] LiDAR Data in QGIS

2017-12-11 Per discussione Richard McDonnell

Morning Tyler.
Nick is quite right. The files you have (ADF) are either DTM's or DSM's. 
They are processed datasets.
To fix the GRASS, SAGA issue, you can use GDAL to convert them to 
GeoTiff, using the gdal_translate, which can be found in the Processing 
toolbox and will do it for a few using batch (Note Point one below).

The other option would be to use the Script below to convert ADF to GeoTiff.

*@echo off SET startpath=%1 FOR /R %startpath% %%f IN (w001001.adf) do 
(call :translate "%%f") pause GOTO :eof :translate SET var=%~dp1 ECHO 
Translating %var%hdr.adf to %var:~0,-1%.tif gdal_translate -co 
"NUM_THREADS=ALL_CPUS" -co "TILED=YES" -co "COMPRESS=LZW" %var%hdr.adf 
%var:~0,-1%.tif*


The tool/script works in the following way.

1. *ADF Image names are the containing folder name*
2. You must run this Batch in the Root folder for your ADFs (one level
   up from the ADF files)
3. Paste/save the batch in the root folder
4. Open an instance of OSGeo4W Shell or its Linux counterpart navigate
   to the root folder and run the script by typing */adf2tiff.bat/*
5. It will start to write the Tiff files into the root folder.

Hope this helps, or goes some way to helping.
Regards

Richard.
--
*_Richard McDonnell_*
*GIS Specialist PgD GIS AssocSCSI*

OPW - Ag féachaint don am atá le teacht - Ag caomhnú ón am atá thart
OPW - Looking to the future - Caring for the past

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

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

[QGIS-it-user] [promo] WebMapping con QGIS

2017-12-11 Per discussione matteo
Buongiorno,
è in preparazione il prossimo corso di Faunalia:
WebMapping con QGIS Server e Lizmap dal 7 al 9 febbraio 2018 a Pontedera.

Invito gli interessati ad iscriversi al più presto, per consentirci di
organizzare al meglio la logistica.

Dettagli qui:
http://www.faunalia.eu/it/training.html#calendario
Non esitate a chiedere ulteriori info se necessarie.
Cordiali saluti.

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