Re: [Qgis-user] geology orientation data.

2021-10-29 Thread chris hermansen
Byron and list,

On Fri, Oct 29, 2021 at 10:26 AM Firstname Lastname 
wrote:

> does anyone know of a plug in or utility that will allow me to
> display geology orientation data?
> specifically strike and dip of bedding, but the full suite of orientation
> symbols would be nice.
> strike and dip
> faults, fractures, cleavage overturned bedding etc.
> is there a geology library of symbols somewhere by chance?
>
> I found this with a quick Google for "qgis geology symbols", and there
were other likely looking hits:

https://github.com/afrigeri/geologic-symbols-qgis

Chris Hermansen · clhermansen "at" gmail "dot" com

C'est ma façon de parler.
___
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] geology orientation data.

2021-10-29 Thread Firstname Lastname
does anyone know of a plug in or utility that will allow me to
display geology orientation data?
specifically strike and dip of bedding, but the full suite of orientation
symbols would be nice.
strike and dip
faults, fractures, cleavage overturned bedding etc.
is there a geology library of symbols somewhere by chance?

-- 
Byron Veilleux, MSc. P.Geo
Conjugate Geologic Services Limited
Calgary, Alberta Canada
by...@conjugategeo.com
Cell:4037108414


Virus-free.
www.avast.com

<#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


Re: [Qgis-user] Batch Aerial Imagery GeoReferencing

2021-10-29 Thread Adam Dershowitz
One option to consider is Open Drone Map:  https://www.opendronemap.org 
   it is able to take in many Aerial images and 
merge them.  It uses a bunch of open source tools “under the hood” to get this 
done.  It is not QGIS, but the results should play-nice with QGIS.

--Adam



> On Oct 29, 2021, at 8:13 AM, Richard McDonnell  
> wrote:
> 
> Afternoon all,
> I have access to over 6000 Aerial Images covering Ireland, we also have scans 
> of the Flight Paths and Image Orientation and Extents (Scans from Paper Maps)
> What I was wondering is if there is a way to Batch Georeference all of these 
> Images?
> Any Ideas, help, guidance welcome. I have thought about maybe even reverse 
> engineering the Flight Plan, then using OpenDroneMap to georeference the 
> Images.
> Regards & Thanks,
>  
> Richard McDonnell
> 
> ——
> Richard McDonnell MSc GIS, FME Certified Professional
> FRM Data Management
> 
> ——
> Oifig na nOibreacha Poiblí
> Office of Public Works
> 
> Sráid Jonathan Swift, Baile Átha Troim, Co na Mí, C15 NX36 
> Jonathan Swift Street, Trim, Co Meath, C15 NX36
> ——
> M +353 87 688 5964 T +353 46 942 2409
> https://gov.ie/opw 
> 
> ——
> To send me files larger than 30MB, please use the link below 
> https://filetransfer.opw.ie/filedrop/richard.mcdonn...@opw.ie
> 
> Email Disclaimer: 
> https://www.gov.ie/en/organisation-information/439daf-email-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] Batch Aerial Imagery GeoReferencing

2021-10-29 Thread Nicolas Cadieux
Hi,

I would python my way through this using the geotransform functions from Gdal. 
The first step would be to scan the paper index maps, vectorize the index and 
get the geotransform parameters of each file from that. Information could then 
be encode into the files.  I expect the result would be a bit rough and the 
overlapping might not be perfect.  Some adjustments could be done using pixel 
correlation but I have never done that part in python. 

https://gdal.org/tutorials/geotransforms_tut.html

Nicolas Cadieux
https://gitlab.com/njacadieux

> Le 29 oct. 2021 à 08:15, Richard McDonnell  a écrit 
> :
> 
> 
> Afternoon all,
> I have access to over 6000 Aerial Images covering Ireland, we also have scans 
> of the Flight Paths and Image Orientation and Extents (Scans from Paper Maps)
> What I was wondering is if there is a way to Batch Georeference all of these 
> Images?
> Any Ideas, help, guidance welcome. I have thought about maybe even reverse 
> engineering the Flight Plan, then using OpenDroneMap to georeference the 
> Images.
> Regards & Thanks,
>  
> Richard McDonnell
> 
> ——
> Richard McDonnell MSc GIS, FME Certified Professional
> FRM Data Management
> 
> ——
> Oifig na nOibreacha Poiblí
> Office of Public Works
> 
> Sráid Jonathan Swift, Baile Átha Troim, Co na Mí, C15 NX36 
> Jonathan Swift Street, Trim, Co Meath, C15 NX36
> ——
> M +353 87 688 5964 T +353 46 942 2409
> https://gov.ie/opw
> 
> ——
> To send me files larger than 30MB, please use the link below 
> https://filetransfer.opw.ie/filedrop/richard.mcdonn...@opw.ie
> 
> Email Disclaimer: 
> https://www.gov.ie/en/organisation-information/439daf-email-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


[Qgis-user] qgis2web: lost jpg images

2021-10-29 Thread Stephen Sacks
  I'm using qgis2web to move a map from my desktop (QGIS 3.16) to a web 
host.  It works well except that jpg images, which appear correctly when 
I click on point features on the desktop, don't appear on the web .  
Instead, the web version tries to  execute a link of the form

http://a.b.com/images/http__x.y.com_z_name.jpg
where
    a.b.com  is my web site and images  is  a folder created by qgis2web
    x.y.com/z  is the correct URL  for  name.jpg
This would make sense if qgis2web were to put into the "images" folder a 
copy  of  the desired picture (with slashes replaced by underscores in 
the file name).  But the images folder is empty.
   I don't know how qgis2web is supposed to work:   does it intend to 
put into a folder on my site copies of all the images I use? or is it 
designed to keep on my site only the corresponding URLs?
 Possibly related:  I've tried  to set the default path for the 
photo field in the attribute table for this layer (Properties > 
AttributesForm > widgetType=attachment) but it seems to have no effect.
    If anyone cares to investigate, my URL  is    temp9.epizy.com .   
"GardenBtrees" is the layer at issue; I don't yet have photos for any 
other layer.

   I'll be grateful for any advice.
   Steve



___
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] Supporto tecnico

2021-10-29 Thread Studio Multiservice s.s.
Ciao MLetizia

le info sono un po' "nascoste".

Prova a cliccare sul link metadati...magari trovi il sistema di riferimento
del SI

[image: image.png]
Alberto


Il giorno gio 28 ott 2021 alle ore 17:03 MLetizia HS <
marialetiziaaltom...@gmail.com> ha scritto:

> Ciao, vi contatto perché avrei bisogno di supporto tecnico: devo
> consegnare un progetto georeferenziato per il Ministero della transizione
> ecologica. Ho scaricato il file dell'area di interesse, in dxf, dal sito
> della regione Abruzzo. Ho importato in file in QGIS ed impostato l'SR in
> Monte Mario, quando però sovrappongo il layer di OpenStreetmap mi ritrovo
> da tutt'altra parte e QGIS mi segnala che ha adottato lui un SR
> approssimato. Come posso risolvere il problema? Premetto che è la mia prima
> esperienza con QGIS, ho guardato qualche tutorial ma nessuno sembra
> risolvere il mio problema. Attendo riscontro, grazie.
>
> M. Letizia Altomare
>
> ___
> 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-user] Batch Aerial Imagery GeoReferencing

2021-10-29 Thread Richard McDonnell
Afternoon all,
I have access to over 6000 Aerial Images covering Ireland, we also have scans 
of the Flight Paths and Image Orientation and Extents (Scans from Paper Maps)
What I was wondering is if there is a way to Batch Georeference all of these 
Images?
Any Ideas, help, guidance welcome. I have thought about maybe even reverse 
engineering the Flight Plan, then using OpenDroneMap to georeference the Images.
Regards & Thanks,

Richard McDonnell

--
Richard McDonnell MSc GIS, FME Certified Professional
FRM Data Management

--
Oifig na nOibreacha Poibl?
Office of Public Works

Sr?id Jonathan Swift, Baile ?tha Troim, Co na M?, C15 NX36
Jonathan Swift Street, Trim, Co Meath, C15 NX36
--
M +353 87 688 5964 T +353 46 942 2409
https://gov.ie/opw

--
To send me files larger than 30MB, please use the link below 
https://filetransfer.opw.ie/filedrop/richard.mcdonn...@opw.ie

Email Disclaimer: 
https://www.gov.ie/en/organisation-information/439daf-email-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