Re: [Qgis-user] Saving project to geopackage

2020-11-06 Thread Mike Flannigan


Well isn't that interesting.  It worked fine with the
.gpkg extension.
http://www.mflan.com/temp/simple_file.gpkg

I suspect the developers are taking note of this
little pitfall.

Now I could use some help in how to open this GeoPackage.
I have it added to GeoPackage in my Browser, but I can't
seem to make it open.

I also tried Project - Open From - GeoPackage, but no-go.

I'll do some more research on this later today.


Mike


On 11/5/20 6:20 AM, qgis-user-requ...@lists.osgeo.org wrote:

Hi Mike,
please try using a filename with .gpkg extension, so simple_file.gpkg
instead of simple_file

Regards.

Andrea Giudiceandrea



___
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] Saving project to geopackage

2020-11-04 Thread Andrea Giudiceandrea
Mike Flannigan wrote
> 'OUTPUT' : '/home/mike/Documents/copy3/simple_file', 'OVERWRITE' : 
> False, 'SAVE_STYLES' : True }
> 
> Packaging layer 1/4: 2020-CA_Trip_actual-geoj
> 
> Packaging layer failed: Opening of data source in update mode failed 
> (OGR error: )

Hi Mike,
please try using a filename with .gpkg extension, so simple_file.gpkg
instead of simple_file

Regards.

Andrea Giudiceandrea





--
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] Saving project to geopackage

2020-11-04 Thread Mike Flannigan


Thanks.  I can live with those restrictions for
many of my maps, so I tried it out.  It did not
work for me for some reason.

Log says:

QGIS version: 3.10.10-A Coruña

QGIS code revision: 18698293

Qt version: 5.12.7

GDAL version: 3.0.4

GEOS version: 3.7.3-CAPI-1.11.3 b50468f

PROJ version: Rel. 6.3.1, February 10th, 2020

Processing algorithm…

Algorithm 'Package layers' starting…

Input parameters:

{ 'LAYERS' : 
['/media/mike/main1/DDrive/Gnis/2020-CA_Trip_actual-geoj.txt|layername=2020-CA_Trip_actual-geoj','/home/mike/Documents/qgis/MO_2009_County_Boundaries_shp.shp','file:///home/mike/Documents/qgis/oil-gas-wells-in-MO.csv?type=csv&maxFields=1&detectTypes=yes&xField=Well%20Longitude%20Decimal&yField=Well%20Latitude%20Decimal&crs=EPSG:4326&spatialIndex=no&subsetIndex=no&watchFile=no','/home/mike/Documents/qgis/statep010.shp'], 
'OUTPUT' : '/home/mike/Documents/copy3/simple_file', 'OVERWRITE' : 
False, 'SAVE_STYLES' : True }


Packaging layer 1/4: 2020-CA_Trip_actual-geoj

Packaging layer failed: Opening of data source in update mode failed 
(OGR error: )


Packaging layer 2/4: MO_2009_County_Boundaries_shp

Packaging layer failed: Opening of data source in update mode failed 
(OGR error: )


Packaging layer 3/4: oil-gas-wells-in-MO

Packaging layer failed: Opening of data source in update mode failed 
(OGR error: )


Packaging layer 4/4: statep010

Packaging layer failed: Opening of data source in update mode failed 
(OGR error: )


Error obtained while packaging one or more layers.

Execution failed after 0.77 seconds

Loading resulting layers

Algorithm 'Package layers' finished



Can you see anything wrong with my layers?
Perhaps it doesn't like geojson layer either?

I had "Save layer styles into GeoPackage" selected.
I unchecked that and it still failed with almost the same
error messages:

Packaging layer 1/4: 2020-CA_Trip_actual-geoj

Packaging layer failed: Opening of data source in update mode failed 
(OGR error: )


Packaging layer 2/4: MO_2009_County_Boundaries_shp

Packaging layer failed: Opening of data source in update mode failed 
(OGR error: )


Packaging layer 3/4: oil-gas-wells-in-MO

Packaging layer failed: Opening of data source in update mode failed 
(OGR error: )


Packaging layer 4/4: statep010

Packaging layer failed: Opening of data source in update mode failed 
(OGR error: )


Error obtained while packaging one or more layers.

Execution failed after 0.73 seconds



It did create a small 74 KB file, but I suspect
it did not work.


Mike


On 11/4/20 1:35 PM, António Pestana wrote:

Bas,

Yes, Package Layers (available from the Processing Toolbox of QGIS)
seems to be the best tool available. Unfortunately it doesn't accept
raster layers (as you said) or groups of layers (very important when
you have  to manage a large number of layers). I hope these weaknesses
will disappear soon ...



___
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] Saving project to geopackage

2020-11-04 Thread António Pestana
Bas,

Yes, Package Layers (available from the Processing Toolbox of QGIS)
seems to be the best tool available. Unfortunately it doesn't accept
raster layers (as you said) or groups of layers (very important when
you have  to manage a large number of layers). I hope these weaknesses
will disappear soon ...

Sebastian Gutwein  escreveu no dia sábado, 31/10/2020
à(s) 19:22:
>
> António,
> I agree that this is a place where there could be improved. But as it seems 
> to improve everyday I have hope it won't be too long.
> The easiest and safest way I have found is to put all of your layers and 
> project file in the same folder and zip it.
>
> Have you tried the package layers tool in processing?
> It will take all of the layers you select and put them in a geopackage. There 
> is the option to include the style. For your purposes the style will 
> ultimately be controlled by the .qgz project file but it would be helpful 
> during the process.
> I believe it only works on vector layers so you would have to save raster 
> layers using the right click > export > save as > geopackage. Unless someone 
> else knows a better method.
> This will not load the packaged layers into your project file so you would 
> have to either load them in again and delete your original layers or open up 
> a new project and load them in to that.
> You can then save your project to the same geopackage.
> Double clicking on the geopackage in my experience will not open the project 
> file instead it will open up one of the layers.
> Instead you need to open it through the qgis file browser. Once you do this 
> you can do all the things you described.
>
> Things that would make this an easy one click process would be if package 
> layers:
>
> Worked on rasters
> Had an option to include the project file.
>
> Things that would make it even better.
>
> An extent could be defined
> A projection could be defined.
>
>
> -Bas
>
> On Sat, Oct 31, 2020 at 1:29 PM António Pestana  
> wrote:
>>
>> Yes, muddy clear indeed.
>>
>> What I want is to save my entire project (data tables, layers, layer
>> groups, layer formatting, etc.), including all my own data (vectors
>> tables, rasters, etc) in a single file that can be sent to anyone.
>>
>> Anyone using QGIS and having access to my file should be able to:
>>
>> a) read this file and immediately display my entire project (layers,
>> layer groups, labels, images, etc.) with all the formatting that I
>> applied to it;
>> b) read and /or edit all the data
>> c) modify the project.
>>
>> Regards
>>
>> António
>>
>> Mike Flannigan  escreveu no dia quinta, 29/10/2020 à(s) 
>> 13:49:
>> >
>> >
>> > Wow.  Clear as mud, heh?
>> >
>> > I want to learn this with you, even though I don't have
>> > a great need for it yet.
>> >
>> > Does this video help?
>> > https://freegistutorial.com/how-to-create-a-geopackage-on-qgis-3-2/
>> >
>> > I honestly don't know because I haven't tried it yet.
>> > But I don't like that you have to select Line Feature, or
>> > Polygon feature, or whatever.  Seems like we just want one
>> > geopackage for everything, right?
>> >
>> >
>> > Mike
>> >
>> >
>> >
>> > On 10/29/20 7:52 AM, qgis-user-requ...@lists.osgeo.org wrote:
>> > > I'm a brand new user trying to adapt my workflows to  QGIS.
>> > > I've created a project having more than twenty layers. In order to
>> > > keep things more manageable I've structured these layers using several
>> > > groups. I would like to save my project (layers, groups, formatings,
>> > > etc) and all my data using only one file and send it to one coworker
>> > > of mine. I suppose that exporting to one geopackage-type file is the
>> > > way to go. It seems to me that my needs shouldn't be uncommon but
>> > > unfortunately I don't know how to do that.
>> > >
>> > > I've searched QGIS user guide with no luck. Can anyone help me?
>> > >
>> > > Regards
>> > >
>> > > Antonio
>> >
>> >
>> > ___
>> > 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-user] Saving project to geopackage

2020-10-31 Thread Sebastian Gutwein
António,
I agree that this is a place where there could be improved. But as it seems
to improve everyday I have hope it won't be too long.
The easiest and safest way I have found is to put all of your layers and
project file in the same folder and zip it.

Have you tried the package layers tool in processing?
It will take all of the layers you select and put them in a geopackage.
There is the option to include the style. For your purposes the style will
ultimately be controlled by the .qgz project file but it would be helpful
during the process.
I believe it only works on vector layers so you would have to save raster
layers using the right click > export > save as > geopackage. Unless
someone else knows a better method.
This will not load the packaged layers into your project file so you would
have to either load them in again and delete your original layers or open
up a new project and load them in to that.
You can then save your project to the same geopackage.
Double clicking on the geopackage in my experience will not open the
project file instead it will open up one of the layers.
Instead you need to open it through the qgis file browser. Once you do this
you can do all the things you described.

Things that would make this an easy one click process would be if package
layers:

   1. Worked on rasters
   2. Had an option to include the project file.

Things that would make it even better.

   1. An extent could be defined
   2. A projection could be defined.


-Bas

On Sat, Oct 31, 2020 at 1:29 PM António Pestana 
wrote:

> Yes, muddy clear indeed.
>
> What I want is to save my entire project (data tables, layers, layer
> groups, layer formatting, etc.), including all my own data (vectors
> tables, rasters, etc) in a single file that can be sent to anyone.
>
> Anyone using QGIS and having access to my file should be able to:
>
> a) read this file and immediately display my entire project (layers,
> layer groups, labels, images, etc.) with all the formatting that I
> applied to it;
> b) read and /or edit all the data
> c) modify the project.
>
> Regards
>
> António
>
> Mike Flannigan  escreveu no dia quinta, 29/10/2020 à(s)
> 13:49:
> >
> >
> > Wow.  Clear as mud, heh?
> >
> > I want to learn this with you, even though I don't have
> > a great need for it yet.
> >
> > Does this video help?
> > https://freegistutorial.com/how-to-create-a-geopackage-on-qgis-3-2/
> >
> > I honestly don't know because I haven't tried it yet.
> > But I don't like that you have to select Line Feature, or
> > Polygon feature, or whatever.  Seems like we just want one
> > geopackage for everything, right?
> >
> >
> > Mike
> >
> >
> >
> > On 10/29/20 7:52 AM, qgis-user-requ...@lists.osgeo.org wrote:
> > > I'm a brand new user trying to adapt my workflows to  QGIS.
> > > I've created a project having more than twenty layers. In order to
> > > keep things more manageable I've structured these layers using several
> > > groups. I would like to save my project (layers, groups, formatings,
> > > etc) and all my data using only one file and send it to one coworker
> > > of mine. I suppose that exporting to one geopackage-type file is the
> > > way to go. It seems to me that my needs shouldn't be uncommon but
> > > unfortunately I don't know how to do that.
> > >
> > > I've searched QGIS user guide with no luck. Can anyone help me?
> > >
> > > Regards
> > >
> > > Antonio
> >
> >
> > ___
> > 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-user] Saving project to geopackage

2020-10-31 Thread António Pestana
Yes, muddy clear indeed.

What I want is to save my entire project (data tables, layers, layer
groups, layer formatting, etc.), including all my own data (vectors
tables, rasters, etc) in a single file that can be sent to anyone.

Anyone using QGIS and having access to my file should be able to:

a) read this file and immediately display my entire project (layers,
layer groups, labels, images, etc.) with all the formatting that I
applied to it;
b) read and /or edit all the data
c) modify the project.

Regards

António

Mike Flannigan  escreveu no dia quinta, 29/10/2020 à(s) 13:49:
>
>
> Wow.  Clear as mud, heh?
>
> I want to learn this with you, even though I don't have
> a great need for it yet.
>
> Does this video help?
> https://freegistutorial.com/how-to-create-a-geopackage-on-qgis-3-2/
>
> I honestly don't know because I haven't tried it yet.
> But I don't like that you have to select Line Feature, or
> Polygon feature, or whatever.  Seems like we just want one
> geopackage for everything, right?
>
>
> Mike
>
>
>
> On 10/29/20 7:52 AM, qgis-user-requ...@lists.osgeo.org wrote:
> > I'm a brand new user trying to adapt my workflows to  QGIS.
> > I've created a project having more than twenty layers. In order to
> > keep things more manageable I've structured these layers using several
> > groups. I would like to save my project (layers, groups, formatings,
> > etc) and all my data using only one file and send it to one coworker
> > of mine. I suppose that exporting to one geopackage-type file is the
> > way to go. It seems to me that my needs shouldn't be uncommon but
> > unfortunately I don't know how to do that.
> >
> > I've searched QGIS user guide with no luck. Can anyone help me?
> >
> > Regards
> >
> > Antonio
>
>
> ___
> 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] Saving project to geopackage

2020-10-29 Thread Mike Flannigan


Wow.  Clear as mud, heh?

I want to learn this with you, even though I don't have
a great need for it yet.

Does this video help?
https://freegistutorial.com/how-to-create-a-geopackage-on-qgis-3-2/

I honestly don't know because I haven't tried it yet.
But I don't like that you have to select Line Feature, or
Polygon feature, or whatever.  Seems like we just want one
geopackage for everything, right?


Mike



On 10/29/20 7:52 AM, qgis-user-requ...@lists.osgeo.org wrote:

I'm a brand new user trying to adapt my workflows to  QGIS.
I've created a project having more than twenty layers. In order to
keep things more manageable I've structured these layers using several
groups. I would like to save my project (layers, groups, formatings,
etc) and all my data using only one file and send it to one coworker
of mine. I suppose that exporting to one geopackage-type file is the
way to go. It seems to me that my needs shouldn't be uncommon but
unfortunately I don't know how to do that.

I've searched QGIS user guide with no luck. Can anyone help me?

Regards

Antonio



___
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] Saving project to geopackage

2020-10-29 Thread Alessandro Pasotti
On Thu, Oct 29, 2020 at 1:42 PM Jorge Gustavo Rocha 
wrote:

> Hi António (hi Luigi),
>
> Before saving the project, you must create a connection (in the browser
> panel) to the geopackage. If you don't create the connection, you are not
> able to save de project in the geopackage.
>
> This additional step is not "user friendly", but it is required right now.
>

This is actually not correct.

The additional step is not required anymore, I cannot remember since when
but it's been a while, just click on the three dots icon right of the
connections combo box and select your target GPKG.

Kind regards.


> Regards,
>
> Jorge Gustavo
> Às 12:29 de 29/10/20, Luigi Pirelli escreveu:
>
> save the project in the same gpkg from Menu Project->Save top->geopakage
> and select the geopakage where are located all your layers
>
> Luigi Pirelli
>
>
> **
> * LinkedIn: https://www.linkedin.com/in/luigipirelli
> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
> * GitHub: https://github.com/luipir
> * Book: Mastering QGIS3 - 3rd Edition
> 
> * Hire a team: http://www.qcooperative.net
>
> **
>
>
> On Thu, 29 Oct 2020 at 12:45, António Pestana 
> wrote:
>
>> I'm a brand new user trying to adapt my workflows to  QGIS.
>> I've created a project having more than twenty layers. In order to
>> keep things more manageable I've structured these layers using several
>> groups. I would like to save my project (layers, groups, formatings,
>> etc) and all my data using only one file and send it to one coworker
>> of mine. I suppose that exporting to one geopackage-type file is the
>> way to go. It seems to me that my needs shouldn't be uncommon but
>> unfortunately I don't know how to do that.
>>
>> I've searched QGIS user guide with no luck. Can anyone help me?
>>
>> Regards
>>
>> Antonio
>> ___
>> 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 listqgis-u...@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
> --
> [image: Logo] 
> *Geomaster*
> *Jorge Gustavo Rocha* | Software Engineer
> *e:* j...@geomaster.pt | *m:* +351 910 333 888
> *g:* 41.54094,-8.40490 | *v: * 510 906 109
> *a: * Rua António Cândido Pinto, 67, 4715-400 Braga
> ___
> 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



-- 
Alessandro Pasotti
QCooperative:  www.qcooperative.net
ItOpen:   www.itopen.it
___
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] Saving project to geopackage

2020-10-29 Thread Jorge Gustavo Rocha
Thanks, Etienne! Cool!

Às 13:01 de 29/10/20, Etienne Trimaille escreveu:
> Le jeu. 29 oct. 2020 à 13:42, Jorge Gustavo Rocha  > a écrit :
>
> Hi António (hi Luigi),
>
> Before saving the project, you must create a connection (in the
> browser panel) to the geopackage.
>
> It is not needed.
> You can click on the 3 dots next to the connection list and choose any
> existing GPKG.
>  
-- 
Email Signature
Logo  
*Geomaster*
*Jorge Gustavo Rocha* | Software Engineer
*e:*j...@geomaster.pt | *m:*+351 910 333 888
*g:*41.54094,-8.40490 | *v: *510 906 109
*a: * Rua António Cândido Pinto, 67, 4715-400 Braga

___
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] Saving project to geopackage

2020-10-29 Thread Etienne Trimaille
Le jeu. 29 oct. 2020 à 13:42, Jorge Gustavo Rocha  a
écrit :

> Hi António (hi Luigi),
>
> Before saving the project, you must create a connection (in the browser
> panel) to the geopackage.
>
It is not needed.
You can click on the 3 dots next to the connection list and choose any
existing GPKG.
___
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] Saving project to geopackage

2020-10-29 Thread Charles Dixon-Paver
There have been discussions in the past about methods or plugins that will
"package" your project for distribution, but generally with mixed results.
As others have stated, you can create a new geopackage and add the
connection in the QGIS browser which will allow you to store the project
file inside the gpkg, so that you can distribute your entire project as a
single flat file.

The QGIS project will store items like project groups and layer styles, but
in terms of migrating your underlying data sources I think it best if you
migrate that manually. In the QGIS project, you can right click and select
export to save it in the gpkg, or you can drag and drop multiple layers
from their original source location onto the target gpkg in the QGIS
browser panel as well.

Regards

On Thu, 29 Oct 2020 at 14:42, Jorge Gustavo Rocha  wrote:

> Hi António (hi Luigi),
>
> Before saving the project, you must create a connection (in the browser
> panel) to the geopackage. If you don't create the connection, you are not
> able to save de project in the geopackage.
>
> This additional step is not "user friendly", but it is required right now.
>
> Regards,
>
> Jorge Gustavo
> Às 12:29 de 29/10/20, Luigi Pirelli escreveu:
>
> save the project in the same gpkg from Menu Project->Save top->geopakage
> and select the geopakage where are located all your layers
>
> Luigi Pirelli
>
>
> **
> * LinkedIn: https://www.linkedin.com/in/luigipirelli
> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
> * GitHub: https://github.com/luipir
> * Book: Mastering QGIS3 - 3rd Edition
> 
> * Hire a team: http://www.qcooperative.net
>
> **
>
>
> On Thu, 29 Oct 2020 at 12:45, António Pestana 
> wrote:
>
>> I'm a brand new user trying to adapt my workflows to  QGIS.
>> I've created a project having more than twenty layers. In order to
>> keep things more manageable I've structured these layers using several
>> groups. I would like to save my project (layers, groups, formatings,
>> etc) and all my data using only one file and send it to one coworker
>> of mine. I suppose that exporting to one geopackage-type file is the
>> way to go. It seems to me that my needs shouldn't be uncommon but
>> unfortunately I don't know how to do that.
>>
>> I've searched QGIS user guide with no luck. Can anyone help me?
>>
>> Regards
>>
>> Antonio
>> ___
>> 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 listqgis-u...@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
> --
> [image: Logo] 
> *Geomaster*
> *Jorge Gustavo Rocha* | Software Engineer
> *e:* j...@geomaster.pt | *m:* +351 910 333 888
> *g:* 41.54094,-8.40490 | *v: * 510 906 109
> *a: * Rua António Cândido Pinto, 67, 4715-400 Braga
> ___
> 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] Saving project to geopackage

2020-10-29 Thread Jorge Gustavo Rocha
Hi António (hi Luigi),

Before saving the project, you must create a connection (in the browser
panel) to the geopackage. If you don't create the connection, you are
not able to save de project in the geopackage.

This additional step is not "user friendly", but it is required right now.

Regards,

Jorge Gustavo

Às 12:29 de 29/10/20, Luigi Pirelli escreveu:
> save the project in the same gpkg from Menu Project->Save top->geopakage
> and select the geopakage where are located all your layers
>
> Luigi Pirelli
>
> **
> * LinkedIn: https://www.linkedin.com/in/luigipirelli
> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
> * GitHub: https://github.com/luipir
> * Book: Mastering QGIS3 - 3rd Edition
> 
> * Hire a team: http://www.qcooperative.net
> **
>
>
> On Thu, 29 Oct 2020 at 12:45, António Pestana  > wrote:
>
> I'm a brand new user trying to adapt my workflows to  QGIS.
> I've created a project having more than twenty layers. In order to
> keep things more manageable I've structured these layers using several
> groups. I would like to save my project (layers, groups, formatings,
> etc) and all my data using only one file and send it to one coworker
> of mine. I suppose that exporting to one geopackage-type file is the
> way to go. It seems to me that my needs shouldn't be uncommon but
> unfortunately I don't know how to do that.
>
> I've searched QGIS user guide with no luck. Can anyone help me?
>
> Regards
>
> Antonio
> ___
> 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
-- 
Email Signature
Logo  
*Geomaster*
*Jorge Gustavo Rocha* | Software Engineer
*e:*j...@geomaster.pt | *m:*+351 910 333 888
*g:*41.54094,-8.40490 | *v: *510 906 109
*a: * Rua António Cândido Pinto, 67, 4715-400 Braga

___
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] Saving project to geopackage

2020-10-29 Thread Luigi Pirelli
save the project in the same gpkg from Menu Project->Save top->geopakage
and select the geopakage where are located all your layers

Luigi Pirelli

**
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Book: Mastering QGIS3 - 3rd Edition

* Hire a team: http://www.qcooperative.net
**


On Thu, 29 Oct 2020 at 12:45, António Pestana 
wrote:

> I'm a brand new user trying to adapt my workflows to  QGIS.
> I've created a project having more than twenty layers. In order to
> keep things more manageable I've structured these layers using several
> groups. I would like to save my project (layers, groups, formatings,
> etc) and all my data using only one file and send it to one coworker
> of mine. I suppose that exporting to one geopackage-type file is the
> way to go. It seems to me that my needs shouldn't be uncommon but
> unfortunately I don't know how to do that.
>
> I've searched QGIS user guide with no luck. Can anyone help me?
>
> Regards
>
> Antonio
> ___
> 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