Re: [Qgis-user] QGIS and FileGDB

2024-03-06 Per discussione Adam Nielsen via QGIS-User
> I will try to understand the problem better and maybe in the future I
> will open an issue.

I googled FileGDB as I don't know much about it, and came across this
info:

> The driver implements transactions at the database level, through an
> emulation. This works by backing up the current state of the modified
> parts of a geodatabase after StartTransaction(force=TRUE) is called.
> If the transaction is committed, the backup copy is destroyed. If the
> transaction is rolled back, the backup copy is restored.
>
> Note that this emulation has an unspecified behavior in case of
> concurrent updates (with different connections in the same or another
> process).

This means that if you have more than one connection to the same file
(e.g. perhaps two layers coming from the same file, or have it open in
QGIS and another program at the same time), there is a risk of the file
being corrupted upon write.

It sounds like this data format might be one to avoid for datasets you
want to modify with QGIS.

Cheers,
Adam.
___
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 and FileGDB

2024-03-06 Per discussione Totò Fiandaca via QGIS-User
Hi Emma,
Thanks for the reply.

As I wrote in the initial email, there are many variables at play and I
cannot always reproduce the problem, opening an issue in these conditions
is not the best choice as it would be closed immediately.

I will try to understand the problem better and maybe in the future I will
open an issue.

I wrote the email so that other users could be careful if they used this
format.

Il giorno gio 7 mar 2024 alle ore 00:38 Emma Hain  ha
scritto:

> HI Totò
> Are you able to add this as an Issue here please.
> https://github.com/qgis/QGIS/issues
>
> Thanks
> Em
>
> On Tue, 5 Mar 2024 at 18:16, Totò Fiandaca via QGIS-User <
> qgis-user@lists.osgeo.org> wrote:
>
>> I use OSGeo4W on win 11 64 bit and got the problem in QGIS 3.28 and 3.34
>>
>> For work I use both QGIS and ArcGIS PRO 3.2.2, I noticed that by
>> modifying the FileGDBs created by ArcGIS PRO in QGIS:
>> 1. saving is particularly slow;
>> 2. I often lose data, i.e. if I have an active data selection and I try
>> to update only the selection, QGIS updates the entire dataset resulting in
>> data loss.
>>
>> I have already noticed the malfunctioning of FileGDB in QGIS for some
>> time, but I want to leave this trace, unfortunately it is not easy to
>> reproduce.
>>
>> Greetings
>>
>> --
>>
>> “Se la conoscenza deve essere aperta a tutti,
>> perchè mai limitarne l’accesso?”
>> R. Stallman
>>
>> Questo documento, allegati inclusi, contiene informazioni di proprietà di
>> FIANDACA SALVATORE e deve essere utilizzato esclusivamente dal destinatario
>> in relazione alle finalità per le quali è stato ricevuto. E' vietata
>> qualsiasi forma di riproduzione o divulgazione senza l'esplicito consenso
>> di FIANDACA SALVATORE. Qualora fosse stato ricevuto per errore si prega
>> di informare tempestivamente il mittente e distruggere la copia in proprio
>> possesso.
>>
>>
>> ___
>> 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
>>
>
>
> --
> Emma Hain — Product Manager/Senior GIS Analyst
> e...@north-road.com
> [image: https://north-road.com]
> *North Road*
> Cartography • Development • Spatial Analysis
> --
> *north-road.com* 
> 
> 
> 
>
>

-- 

“Se la conoscenza deve essere aperta a tutti,
perchè mai limitarne l’accesso?”
R. Stallman

Questo documento, allegati inclusi, contiene informazioni di proprietà di
FIANDACA SALVATORE e deve essere utilizzato esclusivamente dal destinatario
in relazione alle finalità per le quali è stato ricevuto. E' vietata
qualsiasi forma di riproduzione o divulgazione senza l'esplicito consenso
di FIANDACA SALVATORE. Qualora fosse stato ricevuto per errore si prega di
informare tempestivamente il mittente e distruggere la copia in proprio
possesso.
___
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] Cannot erase a polygon

2024-03-06 Per discussione DelazJ via QGIS-User
Hi,
As Gordon pointed out earlier, this looks to me like an annotation display. 
Please read 
https://docs.qgis.org/3.34/en/docs/user_manual/map_views/map_view.html#interacting-with-features
 for deletion.

Regards,
Harrissou

Le 7 mars 2024 03:48:27 GMT+01:00, Adam Nielsen via QGIS-User 
 a écrit :
>> Thanks for replying. Yes I can zoom in and out of the polygon. I also
>> closed the Project several times and nothing happens.
>> 
>> If it is a QGIS bug, it means I better redo the Project? Or is ther a
>> alternative solution?
>
>I'm sure there's a way around the problem.  It seems quite unusual.
>
>How did you add the polygon initially?  That might shed some light on
>why it's there and how to remove it.
>
>You don't have any print layouts or anything active?
>
>If you don't have any luck, and the project is not confidential, it
>could be useful to share it so we can try it for ourselves.  You can
>save a copy of the project for this, and then delete all the layers
>from the copy so the only thing in the project is the polygon.  You may
>even find as you do this the polygon disappears when you delete a
>certain layer which might give some hints about where it's coming from.
>
>Cheers,
>Adam.
>___
>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] Cannot erase a polygon

2024-03-06 Per discussione Adam Nielsen via QGIS-User
> Thanks for replying. Yes I can zoom in and out of the polygon. I also
> closed the Project several times and nothing happens.
> 
> If it is a QGIS bug, it means I better redo the Project? Or is ther a
> alternative solution?

I'm sure there's a way around the problem.  It seems quite unusual.

How did you add the polygon initially?  That might shed some light on
why it's there and how to remove it.

You don't have any print layouts or anything active?

If you don't have any luck, and the project is not confidential, it
could be useful to share it so we can try it for ourselves.  You can
save a copy of the project for this, and then delete all the layers
from the copy so the only thing in the project is the polygon.  You may
even find as you do this the polygon disappears when you delete a
certain layer which might give some hints about where it's coming from.

Cheers,
Adam.
___
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] Cannot erase a polygon

2024-03-06 Per discussione Gordon Wakelin-King via QGIS-User
Is it possible you drew the polygon as an Annotation object instead of an 
object in your vector layer? Easy enough to do, and they don’t appear in the 
layers menu.


Gordon Wakelin-King



From: QGIS-User  On Behalf Of Jose Sanchez 
via QGIS-User
Sent: Thursday, March 7, 2024 1:33 PM
To: Adam Nielsen ; qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Cannot erase a polygon

Hi Adam,

Thanks for replying. Yes I can zoom in and out of the polygon. I also closed 
the Project several times and nothing happens.

If it is a QGIS bug, it means I better redo the Project? Or is ther a 
alternative solution?

Thanks,

Jose



Sent from Mail for Windows

From: Adam Nielsen
Sent: miércoles, 6 de marzo de 2024 08:46 p. m.
To: qgis-user@lists.osgeo.org
Cc: jsanchezo@gmail.com
Subject: Re: [Qgis-user] Cannot erase a polygon

> I created a vector layer to make a polygon. I later accidentally
> erased the layer but the polygon was not erased. Now it seems like a
> template and hides all the layers below. Even if I turn off all
> layers, the polygon is still there. How can I erase the polygon?

Can you zoom in on the polygon or is it fixed?  If you can zoom in then
it looks like a QGIS bug, but if the polygon is fixed and you cannot
zoom in on it then it looks like a bug in your graphics card drivers.

Have you tried to close and re-open the project to see if that gets rid
of it?

Cheers,
Adam.

___
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] Cannot erase a polygon

2024-03-06 Per discussione Jose Sanchez via QGIS-User
Hi Adam, Thanks for replying. Yes I can zoom in and out of the polygon. I also closed the Project several times and nothing happens. If it is a QGIS bug, it means I better redo the Project? Or is ther a alternative solution? Thanks, Jose   Sent from Mail for Windows From: Adam NielsenSent: miércoles, 6 de marzo de 2024 08:46 p. m.To: qgis-user@lists.osgeo.orgCc: jsanchezo@gmail.comSubject: Re: [Qgis-user] Cannot erase a polygon > I created a vector layer to make a polygon. I later accidentally> erased the layer but the polygon was not erased. Now it seems like a> template and hides all the layers below. Even if I turn off all> layers, the polygon is still there. How can I erase the polygon? Can you zoom in on the polygon or is it fixed?  If you can zoom in thenit looks like a QGIS bug, but if the polygon is fixed and you cannotzoom in on it then it looks like a bug in your graphics card drivers. Have you tried to close and re-open the project to see if that gets ridof it? Cheers,Adam. 
___
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] Cannot erase a polygon

2024-03-06 Per discussione Adam Nielsen via QGIS-User
> I created a vector layer to make a polygon. I later accidentally
> erased the layer but the polygon was not erased. Now it seems like a
> template and hides all the layers below. Even if I turn off all
> layers, the polygon is still there. How can I erase the polygon?

Can you zoom in on the polygon or is it fixed?  If you can zoom in then
it looks like a QGIS bug, but if the polygon is fixed and you cannot
zoom in on it then it looks like a bug in your graphics card drivers.

Have you tried to close and re-open the project to see if that gets rid
of it?

Cheers,
Adam.
___
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] importing many svg icons at once into QGIS

2024-03-06 Per discussione karsten via QGIS-User
Thanks so much, I really had no idea about setting this path, nice !

  _  

From: Emma Hain [mailto:e...@north-road.com] 
Sent: Wednesday, March 6, 2024 15:25
To: karsten
Cc: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] importing many svg icons at once into QGIS


sorry I hit send too quickly - I store my svg in my resources folder 


On Thu, 7 Mar 2024 at 09:24, Emma Hain  wrote:


Hi Karsten

You can download these and then place them wherever it suits you to store
them ( I chose 

Go to Settings->Options->System->SVG Path 

image.png


Add in the file path
They will then appear in your SVG section in the Layer Styling. 

image.png


(Note, some of the folders do not have any svgs in them. )



On Sat, 2 Mar 2024 at 08:53, karsten via QGIS-User
 wrote:



Hi All,
 
I have a collection e.g. one like the one here 
 
https://www.napsgfoundation.org/all-resources/symbology-library/
specifically the svgs in the Access Vector File
 Folder that I want
to import (hundreds of svg icons) into the style manager in QGIS.

So far I only know of the opposite option creating and importing /exporting
xml style collections for icons you already have in QGIS.

Is there a simple pathway to do this ?
Or is it a process / script to create such an xml style collection files
forma folder of icons in order to import all svgs ?

Cheers
Karsten
 
Karsten Vennemann
  www.terragis.net
 
___
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




-- 

Emma Hain - Product Manager/Senior GIS Analyst
e...@north-road.com 

 https://north-road.com
 
North Road
Cartography . Development . Spatial Analysis


  _  

  north-road.com
 

 
 
 




-- 

Emma Hain - Product Manager/Senior GIS Analyst
e...@north-road.com 

 https://north-road.com
 
North Road
Cartography . Development . Spatial Analysis


  _  

  north-road.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] QGIS and FileGDB

2024-03-06 Per discussione Emma Hain via QGIS-User
HI Totò
Are you able to add this as an Issue here please.
https://github.com/qgis/QGIS/issues

Thanks
Em

On Tue, 5 Mar 2024 at 18:16, Totò Fiandaca via QGIS-User <
qgis-user@lists.osgeo.org> wrote:

> I use OSGeo4W on win 11 64 bit and got the problem in QGIS 3.28 and 3.34
>
> For work I use both QGIS and ArcGIS PRO 3.2.2, I noticed that by modifying
> the FileGDBs created by ArcGIS PRO in QGIS:
> 1. saving is particularly slow;
> 2. I often lose data, i.e. if I have an active data selection and I try to
> update only the selection, QGIS updates the entire dataset resulting in
> data loss.
>
> I have already noticed the malfunctioning of FileGDB in QGIS for some
> time, but I want to leave this trace, unfortunately it is not easy to
> reproduce.
>
> Greetings
>
> --
>
> “Se la conoscenza deve essere aperta a tutti,
> perchè mai limitarne l’accesso?”
> R. Stallman
>
> Questo documento, allegati inclusi, contiene informazioni di proprietà di
> FIANDACA SALVATORE e deve essere utilizzato esclusivamente dal destinatario
> in relazione alle finalità per le quali è stato ricevuto. E' vietata
> qualsiasi forma di riproduzione o divulgazione senza l'esplicito consenso
> di FIANDACA SALVATORE. Qualora fosse stato ricevuto per errore si prega
> di informare tempestivamente il mittente e distruggere la copia in proprio
> possesso.
>
>
> ___
> 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
>


-- 
Emma Hain — Product Manager/Senior GIS Analyst
e...@north-road.com
[image: https://north-road.com]
*North Road*
Cartography • Development • Spatial Analysis
--
*north-road.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] Atlas printing to PDF

2024-03-06 Per discussione Emma Hain via QGIS-User
Hi Spring
I am sorry you are experiencing this. I would strongly advise you to move
up to the latest LTR of QGIS 3.36 when you can.

It sounds like there are some buggy things happening in the background, so
maybe you need a clean version.

If this was me, I would follow this workflow.

   - Open up in the original version and create a .qpt from the print layout
   - Create a new product in the latest LTR
   - Locate the old project in the Browser window
   - Expand that project and drag the files into the new product.
   - In the print layout:
  - load the qpt
  - Copy over the Atlas parameters from your old product (you can have
  both versions open at the same time)
  - Run the atlas and see if it works.

Good luck!
Cheers
Em


On Sat, 2 Mar 2024 at 21:10, Springfield Harrison via QGIS-User <
qgis-user@lists.osgeo.org> wrote:

> Hi Nigel,
>
> Okay, note that.
>
> However, I cannot get QGIS 3.32.3 to load copies of a couple of my
> projects.  It seemed to hang up while dealing with certain files which I
> then went back to the original 3.16.4 and removed.  Then it would hang
> up on a different file.
>
> In a new project, 3.32.3 will load those files but not from the original
> project.  Is 3.32.3 known to have problems?  It seemed to install all
> right from the Windows .MSI installer.
>
> Update: the program will actually load those files, it just takes up 10
> min. to do so.  And then there are huge delays during the work session.
> The files loaded individually into a new project with no problem.
>
> Once I finally got it working, I was able to try printing the Atlas.  No
> change, it just prints one blank page.  No error messages, just a fail.
>
> Not sure what the answer is, I don't have the time to keep trying new
> versions when they are mostly a disappointment.
>
> Nevertheless, thanks very much for your thoughts…
>
> 
> Cheers, Spring
>
>
>
>
>
>
> On 2024-03-01 00:22, Nigel Berjak wrote:
> > Hi Spring
> >
> > The rasters should not be a problem. If they are not referenced, QGIS
> > will simply revert to querying you and asking you find their correct
> > locations. The file sizes should be fairly irrelevant, especially if
> > they have the pyramids built.
> >
> > Cheers.
> >
> > ---
> > Regards,
> >
> > Nigel Berjak
> > Please consider the environment before printing this email.
> >
> > On 2024-03-01 09:57, Springfield Harrison wrote:
> >> Hello Nigel,
> >>
> >> Okay, thanks very much, just on the verge of updating now.
> >>
> >> Your tip about using a copy of the project file is a good one. Will
> >> certainly do that.
> >>
> >> I hope the update will fix the Atlas printing problem but I'm not
> >> holding my breath.  It contains several large map raster files which
> >> may be the problem.
> >>
> >> Thanks again…
> >>
> >> 
> >> Cheers, Spring
> >>
> >>
> >>
> >> On 2024-02-29 22:26, Nigel Berjak wrote:
> >>> Hi Spring
> >>>
> >>> It may be worthwhile trying this. Even 3.26 final release, as an
> >>> interim version. Also, ensure you do not open the original project
> >>> file, but rather a copy, in case you save it and cannot return
> >>> (possibly) to using it with the older version.
> >>>
> >>> ---
> >>> Regards,
> >>>
> >>> Nigel Berjak
> >>> Please consider the environment before printing this email.
> >>>
> >>> On 2024-03-01 05:16, Springfield Harrison wrote:
>  OK, thank you.  I'm using 3.16.4, perhaps I should move up to 3.32.3?
> 
>  
>  Cheers, Spring
> 
> 
> 
>  On 2024-02-29 05:15, Nigel Berjak wrote:
> > Hi
> >
> > I have had to revert to using an older version (3.32.3) for one of
> > my projects, where the Atlas sheets bombs the application
> > (3.34.3). Is this the issue you are having?
> >
> > ---
> > Regards,
> >
> > Nigel Berjak
> > Please consider the environment before printing this email.
> >
> > On 2024-02-29 13:28, Springfield Harrison via QGIS-User wrote:
> >> Hello,
> >>
> >> Printing a PDF Atlas is a total fail - 1 page if I'm lucky,
> >> mostly 1 blank page.  Is there a work around?
> >>
> >> Thanks very much.  I'm sorry if this has been already covered,
> >> there seems to be no searchable forum.
> >>
> >> 
> >> Cheers, Spring Harrison
> >>
> >>
> >> ___
> >> 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
>


-- 
Emma Hain — Product Manager/Senior GIS Analyst
e...@north-road.com
[image: https://north-road.com]
*North Road*
Cartography • Development • 

Re: [Qgis-user] importing many svg icons at once into QGIS

2024-03-06 Per discussione Emma Hain via QGIS-User
sorry I hit send too quickly - I store my svg in my resources folder

On Thu, 7 Mar 2024 at 09:24, Emma Hain  wrote:

> Hi Karsten
>
> You can download these and then place them wherever it suits you to store
> them ( I chose
> Go to Settings->Options->System->SVG Path
> [image: image.png]
>
> Add in the file path
> They will then appear in your SVG section in the Layer Styling.
> [image: image.png]
>
> (Note, some of the folders do not have any svgs in them. )
>
>
> On Sat, 2 Mar 2024 at 08:53, karsten via QGIS-User <
> qgis-user@lists.osgeo.org> wrote:
>
>> Hi All,
>>
>> I have a collection e.g. one like the one here
>> https://www.napsgfoundation.org/all-resources/symbology-library/ specifically
>> the svgs in the Access Vector File Folder
>> 
>>  that I want to import (hundreds of svg icons) into the style manager in
>> QGIS.
>>
>> So far I only know of the opposite option creating and importing
>> /exporting xml style collections for icons you already have in QGIS.
>>
>> Is there a simple pathway to do this ?
>> Or is it a process / script to create such an xml style collection files
>> forma folder of icons in order to import all svgs ?
>> Cheers
>> Karsten
>>
>> Karsten Vennemann
>> www.terragis.net
>>
>> ___
>> 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
>>
>
>
> --
> Emma Hain — Product Manager/Senior GIS Analyst
> e...@north-road.com
> [image: https://north-road.com]
> *North Road*
> Cartography • Development • Spatial Analysis
> --
> *north-road.com* 
> 
> 
> 
>
>

-- 
Emma Hain — Product Manager/Senior GIS Analyst
e...@north-road.com
[image: https://north-road.com]
*North Road*
Cartography • Development • Spatial Analysis
--
*north-road.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] importing many svg icons at once into QGIS

2024-03-06 Per discussione Emma Hain via QGIS-User
Hi Karsten

You can download these and then place them wherever it suits you to store
them ( I chose
Go to Settings->Options->System->SVG Path
[image: image.png]

Add in the file path
They will then appear in your SVG section in the Layer Styling.
[image: image.png]

(Note, some of the folders do not have any svgs in them. )


On Sat, 2 Mar 2024 at 08:53, karsten via QGIS-User <
qgis-user@lists.osgeo.org> wrote:

> Hi All,
>
> I have a collection e.g. one like the one here
> https://www.napsgfoundation.org/all-resources/symbology-library/ specifically
> the svgs in the Access Vector File Folder
> 
>  that I want to import (hundreds of svg icons) into the style manager in
> QGIS.
>
> So far I only know of the opposite option creating and importing
> /exporting xml style collections for icons you already have in QGIS.
>
> Is there a simple pathway to do this ?
> Or is it a process / script to create such an xml style collection files
> forma folder of icons in order to import all svgs ?
> Cheers
> Karsten
>
> Karsten Vennemann
> www.terragis.net
>
> ___
> 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
>


-- 
Emma Hain — Product Manager/Senior GIS Analyst
e...@north-road.com
[image: https://north-road.com]
*North Road*
Cartography • Development • Spatial Analysis
--
*north-road.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-it-user] Richiesta info.

2024-03-06 Per discussione Giuliano Curti via QGIS-it-user
Ciao (scusa il topquoting).

1) devi trasformare i dxf/DWG in shp o altro formato e poi utilizzare la
nuova funzione del core, ben illustrata da Totò in un recente video (forse
la funzione è disponibile in una versione di QGIS successiva alla tua
(3.22.x ?), lo trovi nel video)

2) si, credo che puoi farlo un layer alla volta; se però salvi i punti di
controllo puoi applicare la stessa trasformazione a tutti i layer senza
doverli reinserire

3) nel caso fosse disponibile la matrice di trasformazione, puoi ricavarne
i parametri di spostamento (dx, dy), di scalatura (sx,sy) e rotazione (a) e
applicarli a tutti i tuoi layer nell'applicazione nativa; non so quanto
pratica, ma in teoria dovrebbe funzionare

4) se hai qualche pratica di programmazione (python sarebbe perfetto) puoi
costruirti uno script che legge i dxf (tutti i layer in una volta) o gli
shp (un layer alla volta) e applica la trasformazione

Ciao,
Giuliano

Il mer 6 mar 2024, 11:05 domenico venturo via QGIS-it-user <
qgis-it-user@lists.osgeo.org> ha scritto:

>
> Buongiorno, *mi potreste spiegare per favore come trovare ed utilizzare
> il tutorial del mio caso*. Grazie gentilissimi. Venturo DomenicoIl
> 06/03/2024 10:00, domenico venturo via QGIS-it-user ha scritto:
>
> Buongiorno, anche io ho lo stesso problema a georiferire un file dxf o
> dwg, ma uso la versione 3.4.11, dovrei aggiornarmi ad un versione piu
> recente oppure posso utilizzare questa con qualche tutorial
> sull'argomento.? Grazie per la risposta, Domenico
>
> Il 05/03/2024 13:40, giovanna verde via QGIS-it-user ha scritto:
>
> buongiorno ha visto che dal 3.28 è è possibile georiferire file
> vettoriali. La mia domanda è come faccio a georiferire un file dxf o dwg
> completo con tutti i suoi layers. non ho trovato un tutorial
> sull'argomento. se c'è me lo indicate perfavore. Da quello che sono
> riuscita a capire è possibile georiferire singoli layer o shape. è giusto?
> grazie mille
> Giovanna
>
> ___
> 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
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] Richiesta info.

2024-03-06 Per discussione domenico venturo via QGIS-it-user


Buongiorno, *mi potreste spiegare per favore come trovare ed utilizzare 
il tutorial del mio caso*. Grazie gentilissimi. Venturo DomenicoIl 
06/03/2024 10:00, domenico venturo via QGIS-it-user ha scritto:



Buongiorno, anche io ho lo stesso problema a georiferire un file dxf o 
dwg, ma uso la versione 3.4.11, dovrei aggiornarmi ad un versione piu 
recente oppure posso utilizzare questa con qualche tutorial 
sull'argomento.? Grazie per la risposta, Domenico


Il 05/03/2024 13:40, giovanna verde via QGIS-it-user ha scritto:

buongiorno ha visto che dal 3.28 è è possibile georiferire file 
vettoriali. La mia domanda è come faccio a georiferire un file dxf o 
dwg completo con tutti i suoi layers. non ho trovato un tutorial 
sull'argomento. se c'è me lo indicate perfavore. Da quello che sono 
riuscita a capire è possibile georiferire singoli layer o shape. è 
giusto?

grazie mille
Giovanna

___
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-it-user] help georeferenziatore vettori

2024-03-06 Per discussione domenico venturo via QGIS-it-user
Buongiorno, anche io ho lo stesso problema a georiferire un file dxf o 
dwg, ma uso la versione 3.4.11, dovrei aggiornarmi ad un versione piu 
recente oppure posso utilizzare questa con qualche tutorial 
sull'argomento.? Grazie per la risposta, Domenico


Il 05/03/2024 13:40, giovanna verde via QGIS-it-user ha scritto:
buongiorno ha visto che dal 3.28 è è possibile georiferire file 
vettoriali. La mia domanda è come faccio a georiferire un file dxf o 
dwg completo con tutti i suoi layers. non ho trovato un tutorial 
sull'argomento. se c'è me lo indicate perfavore. Da quello che sono 
riuscita a capire è possibile georiferire singoli layer o shape. è 
giusto?

grazie mille
Giovanna

___
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