Re: [Qgis-user] Text label with border in layouts

2018-11-29 Per discussione Nyall Dawson
On Thu, 29 Nov 2018 at 03:43, Francesco Pelullo  wrote:
>
> Hi again,
>
> Is there any option for make fonts with borders in map layout text labels?
> I can do it with style for entities from layers, not with text labels.

Not currently. A workaround is the use the "render as html" option and
use html/css rules to draw buffers on the text.

Nyall

>
> Thank you again
> Francesco
> /niubii/ in OSM
>
> ___
> 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] QEP - salva e carica espressioni . calcolatore di campi QGIS

2018-11-29 Per discussione Totò
skampus wrote
> Fundraising è la risposta.
> 
> s.

Credo che la feature sia utile a molti, anche il tweet sta avendo molto
successo.

Per me va bene fare una raccolta fondi ma occorrerebbe un preventivo, chi
potrebbe farcelo??

dai dai

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


Re: [Qgis-user] QNEAT3 and GTFS data?

2018-11-29 Per discussione Clemens Raffler

Hi Magnus,

no there are currently no plans to adding support for GTFS data due to 
my limited time resources - I work on QNEAT3 in my spare time only.


Lookin at the structure of GTFS suppose that the implementation of this 
format would require a lot of programming effort, whole new data 
providers and a rather big budget.
In my opinion, support and analysis capabilities for GTFS should 
definitely not be implemented as Python plugin but as part of the core 
C++ API. In this case I would recommend contancting the core developers 
at the QGIS dev mailinglist and preparation of proper funding.


Best regards form Vienna,
Clemens


___
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] QNEAT3

2018-11-29 Per discussione Clemens Raffler

Hi Magnus,

fist off - thank you for using QNEAT3! I would like to reply to all 4 
points you mentioned:


@Improved feedback: You are right! Unfortunately, I cannot add the 
current progress to the progress bar due to the datastrucutre returned 
by the internal QGIS networkanalysis functions 
(QgsGraphAnalyzer.dijkstra()) but I will try to improve user feedback 
here by reducing the number of messages put out to the log.


@Long calculation time: The speed of QGIS algorithms is highly dependent 
on the size of the input dataset (eg. by the number of vertices (!) that 
are included in the linestrings that make up your graph) . I guess - 
reading your first question - that you input a very large network, 
because calculating the pointcloud seems to take very long in your case. 
Reducing the number of edges in the graph will significantly increase 
the calculation speed (also for multiple points). For enhanced speed you 
may try PostGIS network analysis extension pgrouting which is written 
purely in C and therefore is VERY fast.


@Errors in outputs:  I am aware of the bug you are mentioning, you may 
have a look at the issues section of the QNEAT3 repository 
(https://github.com/root676/QNEAT3/issues/6). I already worked on 
possible solutions but I currently do not have a proper solution for the 
problem. The main blocker here is, that I would  like to avoid 
implementing the distance interpolation in pure Python code (which is 
very slow when working with high resolution rasters). Currently this 
function relies heavily on builtin QGIS C++ classes (namely 
QgsTinInterpolator) which are not perfectly suited for the task... But I 
am open for new ideas on the solution of this bug or code contributions!


@OpenCL support: Currently I don't see any use case where QNEAT3 
performance could benefit from using OpenCL which is - to my knowledge - 
currently only targeted towards rasters (see 
https://github.com/qgis/QGIS-Enhancement-Proposals/issues/121). In 
addition, OpenCL currently seems to be a very experimental codebase in 
QGIS. You may consider sponsoring additional work on OpenCL enhancement.


If any other questions should come up - feel free to contact me!

Cheers,
Clemens

___
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] HDF Bug [Was: Raster formats in Qgis 3.4]

2018-11-29 Per discussione Alex M
Jorge,

Thanks for testing, after your note I tried on another machine 3.4.2 and
it works. However my original test machine did get the 3.4.2 update and
is still broken.

Both machines are Ubuntu 16.04, QGIS 3.2.4, GDAL 2.2.2
qgis.org + ubuntugis unstable repos

The only difference is the broken one is a chroot env, and not a full
system install. But to me that should be cleaner.

I'm going to try and find additional systems, maybe even windows and
test some more. If others on list can try that would be helpful too.

Thanks,
Alex

On 11/28/18 13:41, Jorge Gustavo Rocha wrote:
> Hi Alex,
> 
> Thanks for the example. I was able to read it without any problem (in
> current QGIS master version).
> 
> I'm still using GDAL 2.2.3.
> 
> You can see the dialog at
> https://gist.github.com/jgrocha/347e8fee0828d3c3176ed1644d76f897
> 
> I didn't trace the fix, but the problem is already solved (I think).
> 
> Regards,
> 
> Jorge Gustavo
> 
> Às 18:30 de 28/11/18, Alex M escreveu:
>> On Qgis-user an issue was reported with loading HDF5 files in QGIS 3.4
>> no Windows 10.
>>
>> I was able to confirm that HDF5 files fail in QGIS 3.4.1, on Linux also.
>> Not just the user's file but file I also have. In both cases the files
>> work fine in QGIS 2.18.
>>
>> This appears to be a regression related to subdatasets (sublayers). No
>> dialog comes up asking the user which subdataset to load, and hence the
>> load fails with a Provider is not Valid message.
>>
>> Only bug info I can find was an old patch that solved this 7 years ago:
>> https://issues.qgis.org/issues/5041
>>
>> Here's a MODIS image in HDF5 for people to test with.
>> https://drive.google.com/open?id=1hQEi3cRdVRlxih06nbo0gygAvJE08ft7
>>
>> A secondary, minor issue, the Browser doesn't see the file if it has an
>> extension beyond .hdf, in this the case .h5 was what the user supplied.
>>
>> Thanks,
>> Alex
>>
>> On 11/27/18 10:26, Alex M wrote:
>>> Yes, please share with the group.
>>>
>>> Thanks,
>>> Alex
>>>
>>> On 11/27/18 10:20, Anabel Lamaro wrote:
  Thank you very much for your answer. I use Windows 10 and I have just
 installed version 3.14 Madeira of the Qgis software. I enclose the error
 message in a screenshot. I'll see if I can send you a link to the image.
 Thank you very much Anabel

 El mar., 27 nov. 2018 a las 14:33, Alex M ()
 escribió:

> Anabel,
>
> QGIS 3 supports all the same formats, however the loading dialog did
> change.
> https://www.gdal.org/formats_list.html
>
> Sometimes there can also be a slight variation in which drivers are
> included in the gdal install, though that usually only applies to
> proprietary formats like MrSID and ECW.
>
> What operating system are you using, which version of QGIS 3.4.?, and
> can you send a link with an example file others can test with?
>
> Do you get an error message? Please explain more about how it's not
> working.
>
> Thanks,
> Alex
>
> On 11/27/18 09:17, Anabel Lamaro wrote:
>> Good afternoon: I need to open some radar satellite images (Cosmo Skymed)
>> that are in .h5 format (of the hdf type). With the previous version 2.18
> it
>> could open without inconvenience. I need help on this. Is there any
> add-on
>> to open this type of raster format? Thank you in advance! Anabel
>>
>> <
> http://www.avg.com/email-signature?utm_medium=email_source=link_campaign=sig-email_content=webmail
>>
>> Libre
>> de virus. www.avg.com
>> <
> http://www.avg.com/email-signature?utm_medium=email_source=link_campaign=sig-email_content=webmail
>>
>> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>
>>
>> ___
>> 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
>>
> 

___
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] lizmap suggerimenti di ottimizzazione

2018-11-29 Per discussione Paolo Cavallini
salve

trovi anche il dimensionamento su: https://docs.lizmap.com

non tutto è aggiornato, se trovi sprecisioni per cortesia segnalale,
meglio se con una PR

saluti


On 11/29/18 3:39 PM, SC wrote:
> Il 29/11/2018 15:18, Paolo Cavallini ha scritto:
>> Salve,
>>
>> il server è sottodimensionato.
>
> mmm se ne la ram ne la cpu sembra superino il 10% , considera che fa
> solo questo, non è strano che sia sottodimensionato?
>
>
> insomma un server lizmap quanto vorrebbe di potenza minima e
> consigliata per la tua esperienza?
>
>
>
>
>> A parte questo, si può fare un po' di lavoro di ottimizzazione (RTFM
>> ;) )
>>
>> Saluti.
>
>
> sarò felice di leggerlo il fottuto manuale il problema è quale? puoi
> darmi  qualche suggerimento in proposito?
>
> in particolare qualcosa che  mi faccia capire gli eventuali errori
>
>
> è un altra cosa shape vs postgis  c'è grande differenza?
>
> saluti
>
>
-- 
Paolo Cavallini - www.faunalia.eu
QGIS.ORG Chair:
http://planet.qgis.org/planet/user/28/tag/qgis%20board/

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


Re: [QGIS-it-user] lizmap suggerimenti di ottimizzazione

2018-11-29 Per discussione SC

Il 29/11/2018 15:18, Paolo Cavallini ha scritto:

Salve,

il server è sottodimensionato.


mmm se ne la ram ne la cpu sembra superino il 10% , considera che fa 
solo questo, non è strano che sia sottodimensionato?



insomma un server lizmap quanto vorrebbe di potenza minima e consigliata 
per la tua esperienza?






A parte questo, si può fare un po' di lavoro di ottimizzazione (RTFM ;) )

Saluti.



sarò felice di leggerlo il fottuto manuale il problema è quale? puoi 
darmi  qualche suggerimento in proposito?


in particolare qualcosa che  mi faccia capire gli eventuali errori


è un altra cosa shape vs postgis  c'è grande differenza?

saluti


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


Re: [Qgis-user] Polygon

2018-11-29 Per discussione Michael Harte

Keith,

I know what you mean.  In the Arc software you are able to draw a 
"graphic" point, line or polygon.  You cannot do this in QGIS.  In QGIS 
the geometric feature must be a feature in a spatial data file.


To do this (in 2.x):

1. Open QGIS.
2. Set the projection/coordinate system for the map window as desired
   (click icon in lower right hand corner to bring up the coordinate
   system dialogue - click "on the fly" at top to activate ability to
   set coordinate system).
3. Load in any vector or raster data file you want to use for
   referencing the polygon.
4. In the "add data" toolbar click the "create shapefile" button.
5. You get two dialogue boxes - in the first set the coordinate system
   for the new shapefile and add any attribute fields you might want in
   the table.
6. Click OK.
7. In the second browse to the desired storage directory , name and
   save the new shapefile.
8. The new, EMPTY shapefile will appear in the table of contents/layers
   list.
9. Click the name of the new shapefile to make it the active file (like
   old ArcView 3.x).
10. In the "editing" toolbar click the "pencil" button to toggle editing on.
11. In the "editing" toolbar click the "add feature" button.
12. Place cursor in map window and left click everywhere you want a
   vertex/corner for your polygon.
13. Right click to end polygon creation.
14. In the "editing" toolbar click the "save" button to save the polygon.
15. In the "editing" toolbar click the "pencil" button to toggle editing
   off.
16. You have a polygon and it will be georeferenced.

Hope this helps.

Cheers, Mike


___
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] lizmap suggerimenti di ottimizzazione

2018-11-29 Per discussione SC

salve a tutti

ho bisogno di qualche suggerimento  e di qualche test

il sito è questo

http://webgis.sit-sglapunta.it/

ubuntu 14.04 64bit su macchina virtuale aruba con 2 vcpu e 4 gb di ram

io vorrei capire se le prestazioni sono adeguate o meno

e cosa dovrei controllare nella configurazione interna  in particolare 
per quanto riguarda il progetto


aggiungo che layers sono in files shp , i raster in tif

qgis server 2.18.16


capita spesso che stia anche qualche minuto per visualizzare e 
renderizzare i layers ma non  capisco la causa, il carico cpu in effetti 
non sale  in realtà

saluti




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


Re: [Qgis-user] Polygon

2018-11-29 Per discussione Kurt Menke
Hello Keith
Creating polygons is done by:
1) Having a polygon layer
2) Put that layer into edit mode by right-clicking on it and choosing *Toggle
Editing*
3) Use the *Add polygon feature *tool on the *Digitizing toolbar *to create
the polygon
4) Left click for each vertex and right click to complete.

Kurt


I just want to draw a polygon.  ArcView/ArcGis user for years.  Four hours
in on this.  Everything suggested via search does not work.
-- 
Keith Blair
Red Buffalo LLC
61 S Lakeshore Drive
Ransom Canyon Tx 79366
830-459-0444

**

Kurt Menke, GISP
Bird’s Eye View
3016 Santa Clara Ave SE
Albuquerque, NM 87106

www.BirdsEyeViewGIS.com 
___
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] QNEAT3

2018-11-29 Per discussione johnrobot
Hi
I am having issues using the QNEAT3 plugin in QGIS 3.4.1:

- When I run the tool "Iso-Area as Polygons" it starts listing "Adding xyz
Nodes to the pointcloud...". However, after a few minutes of calculations,
it seems to get stuck at 40% and the windows goes blank. If I click the
scroll bar, I can see that new nodes are added. Improved feedback to user
would help.

- Using a layer of two points, it takes some 2-3 hours of calculations to
create the polygon layer output and parts of it seem incorrect (a wide,
unnatural hole from west to east in the polygons).

- Using a layer of 5 points, it takes some 24 hours and the result seems
completely wrong (only a fraction of the poygons are created.

- Also, would it make sense to add support for OpenCL (recently added in
QGIS) for speeding up the calculations?

Regards,

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] Missing detached panels

2018-11-29 Per discussione didier peeters
Yes I see that too, with QGis 3.4.2 on Mac 10.13 .  

Didier

> Le 29 nov. 2018 à 11:30, Jesús Lopez  a écrit :
> 
> Does anyone else have this problem?
> 
> After hide qgis (cmd+H) when you return to application any open detached 
> panels disappear and have to reopen them manually.
> 
> Mac 10.11.6 and Qgis 3.4.2
> 
> Regards
> ___
> 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] QEP - salva e carica espressioni . calcolatore di campi QGIS

2018-11-29 Per discussione Stefano Campus
Fundraising è la risposta.

s.

Il giorno Mer 28 Nov 2018 16:27 Geom. Eugenio Leccacorvi  ha
scritto:

> ottima idea, sottoscrivo, sarebbe molto utile, non vedo l'ora
>
>
> Il 28/11/2018 14:21, Totò ha scritto:
> > Salve lista,
> > sapete bene che amo particolarmente il field calc di QGIS,
> > ho appena scritto una proposta [0] per aggiungere due bottoni 'carica' e
> > 'salva' espressioni utilizzate nel field calc.
> > Qualcuno potrebbe dire: ma esiste il gruppo recente che memorizza le
> ultime
> > 20 espressioni usate;
> > verissimo, ma queste cambiano di continuo e inoltre per espressioni
> > particolarmente lunghe diventa poco utile il gruppo recente.
> >
> > Vi chiedo solo, nell'ipotesi che l'idea sia buona ed utile, di mettere
> una
> > reazione al mio QEP.
> > 
> >
> > grazie
> >
> > saluti
> >
> > [0] https://github.com/qgis/QGIS-Enhancement-Proposals/issues/135
> >
> >
> >
> > -
> > 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
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] QGIS with Boundless Explorer

2018-11-29 Per discussione Jorge Gustavo Rocha
Hi Mats,

You should install the Geoserver Explorer plugin from sources [1]. You
will get the last version.

It already works on QGIS 3.x.

If you need further help, you are welcome.

Regards,

Jorge Gustavo

[1] https://github.com/boundlessgeo/qgis-geoserver-plugin

Às 09:30 de 29/11/18, Mats Elfström escreveu:
> Hi!
> I am struggling with a QGIS - Boundless Geoserver Explorer - Geoserver
> setup.
> I realise that Boundless' stuff is pretty outdated, so I'd like to
> know which the latest versions are that are supposed to run together?
> Also, if there are certain 32-64 dependencies that must be met.
> The platform is a Windows 2012 64 cloud server.
> Curently, I have
>
>   * QGIS 2.18.25 32 bit
>   * Geoserver Explorer 0.6 (boundless repository)
>   * Geoserver 2.13.3 on JVM 1.8.0_191 32 bit
>
> This does not work. I get a recurring Python error:
>
> local variable 'layerItem' referenced before assignment
>
> or various other fatal Python errors when attempting to publish layers
> and generally communicating with the Geoserver.
>
> There is no QGIS 3 version of the plugin.
>
> I have tried Geoserver 2.14 to no avail.
>
> I have also tried the QGIS version from Boundless, the so called
> Boundless Desktop. Same error unfortunately.
>
> This points to the Geoserver version as the culprit. Is anybody able
> to confirm this?
>
> I would really not like to downgrade that, since I'd like this server
> setup to be as current as possible.
>
> The bug tracker at Boundless github has similar questions, but no help.
>
> I'd appreciate any troubleshooting hints.
>
> Regards, Mats.E
>
>
> __
> Mats Elfström, Väpplingvägen 21, SE-227 38 LUND, Sweden
> tel: +46 46 145959 / mob: +46 70 595 39 35
> alt e-mail: mats.elfst...@giskraft.com 
>
>
> ___
> 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
-- 
Logo*   Geomaster, LDA*
  *VENHA DESCOBRIR O CAMINHO DO OPEN SOURCE CONNOSC**O

*
 
Avenida Barros e Soares
N.º 423, 4715-214 Braga
VAT/NIF510 906 109
Phone  +351 253 680 323
Site   geomaster.pt 
GPS   41.53322, -8.41929


 
Jorge Gustavo Rocha
CTO

Mobile  +351 910 333 888
Email    j...@geomaster.pt


___
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] Missing detached panels

2018-11-29 Per discussione Jesús Lopez
Does anyone else have this problem?

After hide qgis (cmd+H) when you return to application any open detached panels 
disappear and have to reopen them manually.

Mac 10.11.6 and Qgis 3.4.2

Regards
___
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] QGIS with Boundless Explorer

2018-11-29 Per discussione Mats Elfström
 Hi!
I am struggling with a QGIS - Boundless Geoserver Explorer - Geoserver
setup.
I realise that Boundless' stuff is pretty outdated, so I'd like to know
which the latest versions are that are supposed to run together? Also, if
there are certain 32-64 dependencies that must be met.
The platform is a Windows 2012 64 cloud server.
Curently, I have

   - QGIS 2.18.25 32 bit
   - Geoserver Explorer 0.6 (boundless repository)
   - Geoserver 2.13.3 on JVM 1.8.0_191 32 bit

This does not work. I get a recurring Python error:

local variable 'layerItem' referenced before assignment

or various other fatal Python errors when attempting to publish layers and
generally communicating with the Geoserver.

There is no QGIS 3 version of the plugin.

I have tried Geoserver 2.14 to no avail.

I have also tried the QGIS version from Boundless, the so called Boundless
Desktop. Same error unfortunately.

This points to the Geoserver version as the culprit. Is anybody able to
confirm this?

I would really not like to downgrade that, since I'd like this server setup
to be as current as possible.

The bug tracker at Boundless github has similar questions, but no help.

I'd appreciate any troubleshooting hints.


Regards, Mats.E

__
Mats Elfström, Väpplingvägen 21, SE-227 38 LUND, Sweden
tel: +46 46 145959 / mob: +46 70 595 39 35
alt e-mail: mats.elfst...@giskraft.com 
___
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] Topographical survey maps

2018-11-29 Per discussione Stefan Giese

Hi Richard,

your drone produces

 * aerial  ortho image
 * DEM

The next steps would be deriving some contour lines from the DEM (which 
can be made with QGIS). Then labeling the contour lines will be a good 
option (also with QGIS). Depending what your customer is willing to pay, 
you can start digitizing and attributing elements of the quarry from the 
aerial image, like facilities, pathways and so on (also with QGIS). 
Finally you put all your layers and objects in a Map Layout, adding a 
legend, a north arrow, a scalbar and so on (of course with QGIS).


hope this helps

best regards

stefan

Mit freundlichen Grüßen
Stefan Giese
Projektleiter/Consultant
***
Where2B Konferenz 2018
13. Dezember 2018 im Universitätsclub Bonn
Anmeldung & Infos: https://where2b-conference.com/
***
WhereGroup GmbH & Co. KG
Schwimmbadstr. 2
79100 Freiburg
Germany

Fon: +49 (0)761 / 519 102 - 61
Fax: +49 (0)761 / 519 102 - 11

stefan.gi...@wheregroup.com
www.wheregroup.com
Amtsgericht Bonn, HRA 6788
---
Komplementärin:
WhereGroup Verwaltungs GmbH
vertreten durch:
Olaf Knopp, Peter Stamm
---

Am 29.11.2018 um 09:21 schrieb richard c c dee:

Hi

Can anyone point me in the right direction on how to put the info on a 
topographical map. I have had no experience in this field at all. I am 
a drone pilot who has been asked (and can produce) to produce a map of 
a quarry. I just need to know how to put the detail on using Qgis 3.41 
on a MacBook Pro.


Kind regards,

Richard.

Richard C C Dee
rich...@farmphotos.co.uk 
07470 201723




___
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

[Qgis-user] Topographical survey maps

2018-11-29 Per discussione richard c c dee
Hi 

Can anyone point me in the right direction on how to put the info on a 
topographical map. I have had no experience in this field at all. I am a drone 
pilot who has been asked (and can produce) to produce a map of a quarry. I just 
need to know how to put the detail on using Qgis 3.41 on a MacBook Pro.

Kind regards,

Richard.

Richard C C Dee
rich...@farmphotos.co.uk
07470 201723



___
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