[QGIS-Developer] QGIS budget 2023

2022-11-08 Thread Andreas Neumann via QGIS-Developer

Dear QGIS developers,

The PSC is preparing the 2023 QGIS budget proposal.

We are looking for feedback on important work (such as refactoring, 
libraries, Qt6, Python, etc.) that needs consideration in the budget. 
Other than that we will copy/paste last year's budget and make some 
adjustments.


Here is the link to the 2022 budget and current numbers: 
https://docs.google.com/spreadsheets/d/17aO8BmBfgp_tmoacjHtYCcwH6EImw2RF3zQHtai6_Rs/edit?usp=sharing


Thank you for your feedback on the budget,

Andreas___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] Question about proj data files in the QGIS application folder

2022-11-08 Thread Andreas Neumann via QGIS-Developer

Hi Luca,

There are certain files in this share/proj folder that you should not 
delete, because otherwise QGIS would behave strange:


- copyright_and_licenses.csv (not sure if it s necessary)

- deformation_model.schema.json

- other.extra

- proj.db

- proj.ini

- projjson.schema.json

- README.DATA

- triangulation.schema.json

- world

I also always delete all the other grid shift files that I don't need. 
It is getting a bit overwhelming with all these files (that you never 
need).


Greetings,

Andreas

On 2022-11-08 10:05, Johannes Kröger via QGIS-Developer wrote:

Only if your users use transformations where certain CRSs in those 
areas might be involved. If you are definitely not going to use local 
CRSs in e. g. Germany or the US, you can remove those TIFs. If your 
users attempt to use those CRS, they will receive a fairly descriptive 
error message about certain files missing their installation so it 
should be easy to fix.


Cheers, Hannes

Am 08.11.22 um 09:33 schrieb Luca Manganelli via QGIS-Developer:


Hello,

I am preparing the QGIS Windows package file (it's a zip file) for 
distribution in our organization (we don't use MSI).


I noticed that the folder /share/proj contains TIF files and it weighs 
584 MB, are they necessary for the working of the QGIS?


Thank you and have a nice day
Luca

-

Comune di Trento

via Belenzani, 19 - 38122 Trento | C.F e P. IVA: 00355870221

tel. +39 0461.884111 | www.comune.trento.it [1]

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


--
Johannes Kröger / GIS-Entwickler/-Berater

-
Where2B Konferenz 2022
15. Dezember 2022 in Bonn und Online
https://where2b-conference.com/
-

WhereGroup GmbH
Grevenweg 89
20537 Hamburg
Germany

Tel: +49 (0)228 / 90 90 38 - 36
Fax: +49 (0)228 / 90 90 38 - 11

johannes.kroe...@wheregroup.com
www.wheregroup.com [2]
Geschäftsführer:
Olaf Knopp, Peter Stamm
Amtsgericht Bonn, HRB 9885
---

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer




Links:
--
[1] http://www.comune.trento.it
[2] http://www.wheregroup.com___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] Question about proj data files in the QGIS application folder

2022-11-08 Thread Alexandre Neto via QGIS-Developer
Hello Luca,

Yes, QGIS uses it for do precise coordinate system translations. Your users
may not use all of them, but I would avoid removing it.

You say you don't use MSI, but why don't you use the OsGeo4w installer?
It's much more convenient for larger organizations. You can do a download
only installation to get all packages into a network drive folder, then
reuse that folder for all installations in the users machines.

Also, to update QGIS, all you need is to run the installer again and it
will only download the updated packages instead of all packages. Again,
first installation will fetch any needed packages, the following machines
will just reuse it.

Alexandre Neto
User Support
www.qcooperative.net

A terça, 8/11/2022, 08:34, Luca Manganelli via QGIS-Developer <
qgis-developer@lists.osgeo.org> escreveu:

> Hello,
>
> I am preparing the QGIS Windows package file (it's a zip file) for
> distribution in our organization (we don't use MSI).
>
> I noticed that the folder /share/proj contains TIF files and it weighs 584
> MB, are they necessary for the working of the QGIS?
>
> Thank you and have a nice day
> Luca
>
>
> --
>
> Comune di Trento
>
> via Belenzani, 19 - 38122 Trento | C.F e P. IVA: 00355870221
>
> tel. +39 0461.884111 | www.comune.trento.it
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


[QGIS-Developer] Fw: Select specific time slice of WMS-Time layer in PyQGIS

2022-11-08 Thread valpesendorfer via QGIS-Developer
Hello,

I'm trying to load a specific timeslice from a WMS layer using QgsRasterLayer 
in PyQGIS.

I've found a previous thread in this mailing list which is about how to make 
the layer "time-aware":
https://lists.osgeo.org/pipermail/qgis-developer/2021-May/063594.html

So far so good, I have a time aware layer - but how do I select a specific date 
out of the published capabilities? I couldn't find any documentation or 
examples on that. I've tried playing around with the temporalProperties of the 
layer, but without any success.

Thanks in advance for any help / hints!

PS: I also have a question on gis.stackexchange about this, which could offer 
some more details as well as the current progress towards a solution:

https://gis.stackexchange.com/q/444332/68322

Thanks,Val___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] Question about proj data files in the QGIS application folder

2022-11-08 Thread WhereGroup
Only if your users use transformations where certain CRSs in those areas 
might be involved. If you are definitely not going to use local CRSs in 
e. g. Germany or the US, you can remove those TIFs. If your users 
attempt to use those CRS, they will receive a fairly descriptive error 
message about certain files missing their installation so it should be 
easy to fix.


Cheers, Hannes

Am 08.11.22 um 09:33 schrieb Luca Manganelli via QGIS-Developer:

Hello,

I am preparing the QGIS Windows package file (it's a zip file) for 
distribution in our organization (we don't use MSI).


I noticed that the folder /share/proj contains TIF files and it weighs 
584 MB, are they necessary for the working of the QGIS?


Thank you and have a nice day
Luca






Comune di Trento

via Belenzani, 19 - 38122 Trento | C.F e P. IVA: 00355870221

tel. +39 0461.884111 | www.comune.trento.it 


___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info:https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe:https://lists.osgeo.org/mailman/listinfo/qgis-developer


--
Johannes Kröger / GIS-Entwickler/-Berater

-
Where2B Konferenz 2022
15. Dezember 2022 in Bonn und Online
https://where2b-conference.com/
-

WhereGroup GmbH
Grevenweg 89
20537 Hamburg
Germany

Tel: +49 (0)228 / 90 90 38 - 36
Fax: +49 (0)228 / 90 90 38 - 11

johannes.kroe...@wheregroup.com
www.wheregroup.com
Geschäftsführer:
Olaf Knopp, Peter Stamm
Amtsgericht Bonn, HRB 9885
---
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


[QGIS-Developer] Question about proj data files in the QGIS application folder

2022-11-08 Thread Luca Manganelli via QGIS-Developer
Hello,

I am preparing the QGIS Windows package file (it's a zip file) for
distribution in our organization (we don't use MSI).

I noticed that the folder /share/proj contains TIF files and it weighs 584
MB, are they necessary for the working of the QGIS?

Thank you and have a nice day
Luca

-- 





Comune di Trento 

via Belenzani, 19 - 38122 Trento | C.F e P. IVA: 
00355870221

tel. +39 0461.884111 | www.comune.trento.it 
 


___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer