[Qgis-user] Working with GIT in case of changes in src

2021-06-14 Thread APM

Dear List,


my question is not related to Qgis directly, but I would be glad, if you 
could help me.



On a Debian Bullseye I compiled Qgis and changed the file

src/core/proj/qgscoordinatereferencesystem.cpp

manually, because the orginal file contains a bug, which is already 
reported.


I think, this bugs will be corrected in the orginal source files soon.

But I do not know when.


If I start 'git pull', git ask me to 'commit' or to 'stash' my changes.


Make it sense to keep my manual changes until the change is in the 
orginal source code?


Could this 'keep' cause other errors, because my local source files do 
not fit to the branch anymore?



Kind regards


Piet




___
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] Working with GIT in case of changes in src

2021-06-14 Thread Nicolas Boisteault

Hello Piet,

You can keep your local change until it is merged in original source code.

If you want to update to last changes in original code, you can :

git stash

git pull

git stash apply


Regards

Le 14/06/2021 à 09:14, APM a écrit :

Dear List,


my question is not related to Qgis directly, but I would be glad, if 
you could help me.



On a Debian Bullseye I compiled Qgis and changed the file

src/core/proj/qgscoordinatereferencesystem.cpp

manually, because the orginal file contains a bug, which is already 
reported.


I think, this bugs will be corrected in the orginal source files soon.

But I do not know when.


If I start 'git pull', git ask me to 'commit' or to 'stash' my changes.


Make it sense to keep my manual changes until the change is in the 
orginal source code?


Could this 'keep' cause other errors, because my local source files do 
not fit to the branch anymore?



Kind regards


Piet




___
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] Working with GIT in case of changes in src

2021-06-14 Thread Jürgen E . Fischer
Hi Nicolas,

On Mon, 14. Jun 2021 at 09:28:02 +0200, Nicolas Boisteault wrote:
> git stash
> git pull
> git stash apply

or: git pull --autostash


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Nordenhttps://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode


signature.asc
Description: PGP signature
___
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] Working with GIT in case of changes in src

2021-06-14 Thread Nicolas Boisteault

Thanks Jürgen for this tip  👍

Le 14/06/2021 à 09:33, Jürgen E. Fischer a écrit :

Hi Nicolas,

On Mon, 14. Jun 2021 at 09:28:02 +0200, Nicolas Boisteault wrote:

git stash
git pull
git stash apply

or: git pull --autostash


Jürgen


___
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] How can I add a distinct ID-Number to my shape-file?

2021-06-14 Thread Katrin Schneider
Hi, I am building a dataset of recordings of animals as an shapefile (Point) 
with several attributes for every recording. I would like to automatically add 
a distinct ID to every point. Ideally it should not be possible to change it.  
Can you tell me, whether this is possible and how?
QGIS 3.14
Kind regards,
Katrin

Katrin Schneider
FG Naturschutz & Umweltkommunikation / Fachgebietsleiterin

Unabhängiges Institut für Umweltfragen - UfU -
Büro Halle
korina | Koordinationsstelle Invasive Neophyten in
Schutzgebieten Sachsen-Anhalts beim UfU e.V.

Große Klausstr. 11, 06108 Halle/Saale
Telefon 0345 202 65 30, Fax 0345 685 85 216
www.korina.info, 
www.neophyten-in-der-landwirtschaft.de
KORINA-Newsletter

[cid:image007.png@01D7611F.D898EC20]
[cid:image008.jpg@01D7611F.D898EC20] 
[cid:image009.jpg@01D7611F.D898EC20] 

Das UfU braucht Unterstützung!
Jetzt Spenden oder 
Mitglied werden
und ein Teil der UfU Familie sein!

Hier finden Sie unsere neusten Publikationen.




___
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] How can I add a distinct ID-Number to my shape-file?

2021-06-14 Thread Ujaval Gandhi
You can check out the various suggestions in this thread
https://gis.stackexchange.com/questions/132346/is-there-a-way-of-auto-increment-for-the-id-column-in-qgis

Ujaval Gandhi
Spatial Thoughts

On Mon, Jun 14, 2021, 4:49 PM Katrin Schneider 
wrote:

> Hi, I am building a dataset of recordings of animals as an shapefile
> (Point) with several attributes for every recording. I would like to
> automatically add a distinct ID to every point. Ideally it should not be
> possible to change it.  Can you tell me, whether this is possible and how?
>
> QGIS 3.14
>
> Kind regards,
>
> Katrin
>
>
>
> *Katrin Schneider*
>
> FG Naturschutz & Umweltkommunikation / Fachgebietsleiterin
>
>
>
> Unabhängiges Institut für Umweltfragen - UfU -
>
> Büro Halle
>
> korina | Koordinationsstelle Invasive Neophyten in
>
> Schutzgebieten Sachsen-Anhalts beim UfU e.V.
>
>
>
> Große Klausstr. 11, 06108 Halle/Saale
>
> Telefon 0345 202 65 30, Fax 0345 685 85 216
>
> www.korina.info, www.neophyten-in-der-landwirtschaft.de
>
> KORINA-Newsletter 
>
>
>
> 
> 
>
>
>
> *Das UfU braucht Unterstützung!*
>
> *Jetzt **Spenden* * oder **Mitglied*
> 
> * werden und ein Teil der UfU Familie sein!*
>
>
>
> *Hier finden Sie unsere neusten **Publikationen*
> *.*
>
>
>
>
>
>
>
>
> ___
> 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] Python paths for plugins

2021-06-14 Thread Rizky Maulana Nugraha
Hi John,

I have an M1 machine, so I can probably tests as well.
Can you provide more detailed info, like what plugins did you install and the 
location of the QGIS package where you check matplotplib existence/models?

Regards,
— 
Rizky Maulana Nugraha
Kartoza

> On 12 Jun 2021, at 06.42, John Harrop  wrote:
> 
> I’m working with 3.16.6 on a MacBook Pro (2020 M1) running Bug Sur (11.4).  
> I’m using the official QGIS for Mac distribution (not the Kyng Chaos distro).
> 
> I get the following error message on startup - but when I went through the 
> QGIS package (where QGIS seems to keep its own python interpreter) I can see 
> that there is a matplotlib model in there.
> 
> "Semi-Automatic Classification Plugin : Error. Check Python Matplotlib 
> installation for the Semi-Automatic Classification Plugin”
> 
> Am I missing configuring something with python paths or can plugins be built 
> against different Pythons and need additional modules installed?
> 
> Thanks,
> 
> 
> John Harrop
> Senior Project Geologist
> CMG and CMGEU
> 
> ___
> 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