Automating the attribution filling [on hold] Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?another layer dependent field values in QGISHow to get layer type in OpenLayers 3?Select polygons that contains points in a separate shp fileAutomating selection and sliver elimination using QGISSnapping feature nodes doesn't work after feature creation (filter involved)Make a Qgis layer update from a changed data sourcePoint feature plots in wrong place in QGIS?Random selection within subsetCreate multiple text layers in QGIS from one text fileCoding Select Polygon and Make New LayerPixel depth and raster output won't align with the original

Compare a given version number in the form major.minor.build.patch and see if one is less than the other

Do wooden building fires get hotter than 600°C?

What are the out-of-universe reasons for the references to Toby Maguire-era Spider-Man in ITSV

Why are the trig functions versine, haversine, exsecant, etc, rarely used in modern mathematics?

What is the longest distance a player character can jump in one leap?

How does the math work when buying airline miles?

Generate an RGB colour grid

Fundamental Solution of the Pell Equation

Dating a Former Employee

Why are there no cargo aircraft with "flying wing" design?

Do I really need to have a message in a novel to appeal to readers?

What is the meaning of the simile “quick as silk”?

What does "lightly crushed" mean for cardamon pods?

Can anything be seen from the center of the Boötes void? How dark would it be?

2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?

How can I use the Python library networkx from Mathematica?

Why are both D and D# fitting into my E minor key?

How to react to hostile behavior from a senior developer?

Is it fair for a professor to grade us on the possession of past papers?

Would "destroying" Wurmcoil Engine prevent its tokens from being created?

What causes the direction of lightning flashes?

Why didn't Eitri join the fight?

Amount of permutations on an NxNxN Rubik's Cube

Why wasn't DOSKEY integrated with COMMAND.COM?



Automating the attribution filling [on hold]



Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?another layer dependent field values in QGISHow to get layer type in OpenLayers 3?Select polygons that contains points in a separate shp fileAutomating selection and sliver elimination using QGISSnapping feature nodes doesn't work after feature creation (filter involved)Make a Qgis layer update from a changed data sourcePoint feature plots in wrong place in QGIS?Random selection within subsetCreate multiple text layers in QGIS from one text fileCoding Select Polygon and Make New LayerPixel depth and raster output won't align with the original



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















I am new to QGIS but eager to learn new ways to automate the current process.



In my project I have to open the attribute table of the batch_16 layer having 5 fields (date, checked_by, td_created, td_catagor and op_comment).



There are 4 additional layers also (woody, sand, builtup, baresoil)



The logic is, if I make any new features in any of these 4 layers after jumping to a grid tile of batch_16 layer as shown in the pic, then I have to assign some attributes to the selected grid tile attribute field as below:



td_catagor: what layers I have worked on after pressing "zoom to selected" to the grid tile and before moving to another selection. woody - W, baresoil - B, sand - S, builtup - BU. If there are more than one layers I have created new features then each letter should be separated by comma as depicted in the image.



Could you please share some suggestion/scripts/solutions/methods how can I automate this process.



Attributes



Layers










share|improve this question















put on hold as too broad by PolyGeo yesterday


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.


















  • I feel that the logic for point 3 and 4 is to somehow find featurecount in each of the 4 layers and then check if any new feature has been added before jumping to new grid tile.

    – Keshav Sharma
    Apr 10 at 14:19











  • have a look at variables: nyalldawson.net/2015/12/exploring-variables-in-qgis-2-12-part-1

    – PieterB
    Apr 10 at 14:35











  • I was able to correctly automate the point 1 and 2 now, but have no idea of 3, 4 and 5😐

    – Keshav Sharma
    yesterday











  • @KeshavSharma - It would be great if you mentioned how you automated your tasks (i.e. what expressions did you use). This could be beneficial for others :)

    – Joseph
    yesterday












  • As per the Tour there should be only one question asked per question. If you are stuck on a step then your question should be about that step.

    – PolyGeo
    yesterday

















2















I am new to QGIS but eager to learn new ways to automate the current process.



In my project I have to open the attribute table of the batch_16 layer having 5 fields (date, checked_by, td_created, td_catagor and op_comment).



There are 4 additional layers also (woody, sand, builtup, baresoil)



The logic is, if I make any new features in any of these 4 layers after jumping to a grid tile of batch_16 layer as shown in the pic, then I have to assign some attributes to the selected grid tile attribute field as below:



td_catagor: what layers I have worked on after pressing "zoom to selected" to the grid tile and before moving to another selection. woody - W, baresoil - B, sand - S, builtup - BU. If there are more than one layers I have created new features then each letter should be separated by comma as depicted in the image.



Could you please share some suggestion/scripts/solutions/methods how can I automate this process.



Attributes



Layers










share|improve this question















put on hold as too broad by PolyGeo yesterday


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.


















  • I feel that the logic for point 3 and 4 is to somehow find featurecount in each of the 4 layers and then check if any new feature has been added before jumping to new grid tile.

    – Keshav Sharma
    Apr 10 at 14:19











  • have a look at variables: nyalldawson.net/2015/12/exploring-variables-in-qgis-2-12-part-1

    – PieterB
    Apr 10 at 14:35











  • I was able to correctly automate the point 1 and 2 now, but have no idea of 3, 4 and 5😐

    – Keshav Sharma
    yesterday











  • @KeshavSharma - It would be great if you mentioned how you automated your tasks (i.e. what expressions did you use). This could be beneficial for others :)

    – Joseph
    yesterday












  • As per the Tour there should be only one question asked per question. If you are stuck on a step then your question should be about that step.

    – PolyGeo
    yesterday













2












2








2


1






I am new to QGIS but eager to learn new ways to automate the current process.



In my project I have to open the attribute table of the batch_16 layer having 5 fields (date, checked_by, td_created, td_catagor and op_comment).



There are 4 additional layers also (woody, sand, builtup, baresoil)



The logic is, if I make any new features in any of these 4 layers after jumping to a grid tile of batch_16 layer as shown in the pic, then I have to assign some attributes to the selected grid tile attribute field as below:



td_catagor: what layers I have worked on after pressing "zoom to selected" to the grid tile and before moving to another selection. woody - W, baresoil - B, sand - S, builtup - BU. If there are more than one layers I have created new features then each letter should be separated by comma as depicted in the image.



Could you please share some suggestion/scripts/solutions/methods how can I automate this process.



Attributes



Layers










share|improve this question
















I am new to QGIS but eager to learn new ways to automate the current process.



In my project I have to open the attribute table of the batch_16 layer having 5 fields (date, checked_by, td_created, td_catagor and op_comment).



There are 4 additional layers also (woody, sand, builtup, baresoil)



The logic is, if I make any new features in any of these 4 layers after jumping to a grid tile of batch_16 layer as shown in the pic, then I have to assign some attributes to the selected grid tile attribute field as below:



td_catagor: what layers I have worked on after pressing "zoom to selected" to the grid tile and before moving to another selection. woody - W, baresoil - B, sand - S, builtup - BU. If there are more than one layers I have created new features then each letter should be separated by comma as depicted in the image.



Could you please share some suggestion/scripts/solutions/methods how can I automate this process.



Attributes



Layers







qgis layers feature-count autofields






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited yesterday







Keshav Sharma

















asked Apr 10 at 13:47









Keshav SharmaKeshav Sharma

174




174




put on hold as too broad by PolyGeo yesterday


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









put on hold as too broad by PolyGeo yesterday


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.














  • I feel that the logic for point 3 and 4 is to somehow find featurecount in each of the 4 layers and then check if any new feature has been added before jumping to new grid tile.

    – Keshav Sharma
    Apr 10 at 14:19











  • have a look at variables: nyalldawson.net/2015/12/exploring-variables-in-qgis-2-12-part-1

    – PieterB
    Apr 10 at 14:35











  • I was able to correctly automate the point 1 and 2 now, but have no idea of 3, 4 and 5😐

    – Keshav Sharma
    yesterday











  • @KeshavSharma - It would be great if you mentioned how you automated your tasks (i.e. what expressions did you use). This could be beneficial for others :)

    – Joseph
    yesterday












  • As per the Tour there should be only one question asked per question. If you are stuck on a step then your question should be about that step.

    – PolyGeo
    yesterday

















  • I feel that the logic for point 3 and 4 is to somehow find featurecount in each of the 4 layers and then check if any new feature has been added before jumping to new grid tile.

    – Keshav Sharma
    Apr 10 at 14:19











  • have a look at variables: nyalldawson.net/2015/12/exploring-variables-in-qgis-2-12-part-1

    – PieterB
    Apr 10 at 14:35











  • I was able to correctly automate the point 1 and 2 now, but have no idea of 3, 4 and 5😐

    – Keshav Sharma
    yesterday











  • @KeshavSharma - It would be great if you mentioned how you automated your tasks (i.e. what expressions did you use). This could be beneficial for others :)

    – Joseph
    yesterday












  • As per the Tour there should be only one question asked per question. If you are stuck on a step then your question should be about that step.

    – PolyGeo
    yesterday
















I feel that the logic for point 3 and 4 is to somehow find featurecount in each of the 4 layers and then check if any new feature has been added before jumping to new grid tile.

– Keshav Sharma
Apr 10 at 14:19





I feel that the logic for point 3 and 4 is to somehow find featurecount in each of the 4 layers and then check if any new feature has been added before jumping to new grid tile.

– Keshav Sharma
Apr 10 at 14:19













have a look at variables: nyalldawson.net/2015/12/exploring-variables-in-qgis-2-12-part-1

– PieterB
Apr 10 at 14:35





have a look at variables: nyalldawson.net/2015/12/exploring-variables-in-qgis-2-12-part-1

– PieterB
Apr 10 at 14:35













I was able to correctly automate the point 1 and 2 now, but have no idea of 3, 4 and 5😐

– Keshav Sharma
yesterday





I was able to correctly automate the point 1 and 2 now, but have no idea of 3, 4 and 5😐

– Keshav Sharma
yesterday













@KeshavSharma - It would be great if you mentioned how you automated your tasks (i.e. what expressions did you use). This could be beneficial for others :)

– Joseph
yesterday






@KeshavSharma - It would be great if you mentioned how you automated your tasks (i.e. what expressions did you use). This could be beneficial for others :)

– Joseph
yesterday














As per the Tour there should be only one question asked per question. If you are stuck on a step then your question should be about that step.

– PolyGeo
yesterday





As per the Tour there should be only one question asked per question. If you are stuck on a step then your question should be about that step.

– PolyGeo
yesterday










1 Answer
1






active

oldest

votes


















0














I used AutoFields plugin in QGIS and entered expression as in the image and unchecked the "calculate expression on existing features."



AutoFields






share|improve this answer








New contributor




Keshav Sharma is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    I used AutoFields plugin in QGIS and entered expression as in the image and unchecked the "calculate expression on existing features."



    AutoFields






    share|improve this answer








    New contributor




    Keshav Sharma is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.
























      0














      I used AutoFields plugin in QGIS and entered expression as in the image and unchecked the "calculate expression on existing features."



      AutoFields






      share|improve this answer








      New contributor




      Keshav Sharma is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















        0












        0








        0







        I used AutoFields plugin in QGIS and entered expression as in the image and unchecked the "calculate expression on existing features."



        AutoFields






        share|improve this answer








        New contributor




        Keshav Sharma is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.










        I used AutoFields plugin in QGIS and entered expression as in the image and unchecked the "calculate expression on existing features."



        AutoFields







        share|improve this answer








        New contributor




        Keshav Sharma is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        share|improve this answer



        share|improve this answer






        New contributor




        Keshav Sharma is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered yesterday









        Keshav SharmaKeshav Sharma

        174




        174




        New contributor




        Keshav Sharma is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        Keshav Sharma is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        Keshav Sharma is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.













            Popular posts from this blog

            រឿង រ៉ូមេអូ និង ហ្ស៊ុយលីយេ សង្ខេបរឿង តួអង្គ បញ្ជីណែនាំ

            QGIS export composer to PDF scale the map [closed] Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Print Composer QGIS 2.6, how to export image?QGIS 2.8.1 print composer won't export all OpenCycleMap base layer tilesSave Print/Map QGIS composer view as PNG/PDF using Python (without changing anything in visible layout)?Export QGIS Print Composer PDF with searchable text labelsQGIS Print Composer does not change from landscape to portrait orientation?How can I avoid map size and scale changes in print composer?Fuzzy PDF export in QGIS running on macSierra OSExport the legend into its 100% size using Print ComposerScale-dependent rendering in QGIS PDF output

            PDF-ში გადმოწერა სანავიგაციო მენიუproject page