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

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

            Crop image to path created in TikZ? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Crop an inserted image?TikZ pictures does not appear in posterImage behind and beyond crop marks?Tikz picture as large as possible on A4 PageTransparency vs image compression dilemmaHow to crop background from image automatically?Image does not cropTikzexternal capturing crop marks when externalizing pgfplots?How to include image path that contains a dollar signCrop image with left size given

            Romeo and Juliet ContentsCharactersSynopsisSourcesDate and textThemes and motifsCriticism and interpretationLegacyScene by sceneSee alsoNotes and referencesSourcesExternal linksNavigation menu"Consumer Price Index (estimate) 1800–"10.2307/28710160037-3222287101610.1093/res/II.5.31910.2307/45967845967810.2307/2869925286992510.1525/jams.1982.35.3.03a00050"Dada Masilo: South African dancer who breaks the rules"10.1093/res/os-XV.57.1610.2307/28680942868094"Sweet Sorrow: Mann-Korman's Romeo and Juliet Closes Sept. 5 at MN's Ordway"the original10.2307/45957745957710.1017/CCOL0521570476.009"Ram Leela box office collections hit massive Rs 100 crore, pulverises prediction"Archived"Broadway Revival of Romeo and Juliet, Starring Orlando Bloom and Condola Rashad, Will Close Dec. 8"Archived10.1075/jhp.7.1.04hon"Wherefore art thou, Romeo? To make us laugh at Navy Pier"the original10.1093/gmo/9781561592630.article.O006772"Ram-leela Review Roundup: Critics Hail Film as Best Adaptation of Romeo and Juliet"Archived10.2307/31946310047-77293194631"Romeo and Juliet get Twitter treatment""Juliet's Nurse by Lois Leveen""Romeo and Juliet: Orlando Bloom's Broadway Debut Released in Theaters for Valentine's Day"Archived"Romeo and Juliet Has No Balcony"10.1093/gmo/9781561592630.article.O00778110.2307/2867423286742310.1076/enst.82.2.115.959510.1080/00138380601042675"A plague o' both your houses: error in GCSE exam paper forces apology""Juliet of the Five O'Clock Shadow, and Other Wonders"10.2307/33912430027-4321339124310.2307/28487440038-7134284874410.2307/29123140149-661129123144728341M"Weekender Guide: Shakespeare on The Drive""balcony"UK public library membership"romeo"UK public library membership10.1017/CCOL9780521844291"Post-Zionist Critique on Israel and the Palestinians Part III: Popular Culture"10.2307/25379071533-86140377-919X2537907"Capulets and Montagues: UK exam board admit mixing names up in Romeo and Juliet paper"Istoria Novellamente Ritrovata di Due Nobili Amanti2027/mdp.390150822329610820-750X"GCSE exam error: Board accidentally rewrites Shakespeare"10.2307/29176390149-66112917639"Exam board apologises after error in English GCSE paper which confused characters in Shakespeare's Romeo and Juliet""From Mariotto and Ganozza to Romeo and Guilietta: Metamorphoses of a Renaissance Tale"10.2307/37323537323510.2307/2867455286745510.2307/28678912867891"10 Questions for Taylor Swift"10.2307/28680922868092"Haymarket Theatre""The Zeffirelli Way: Revealing Talk by Florentine Director""Michael Smuin: 1938-2007 / Prolific dance director had showy career"The Life and Art of Edwin BoothRomeo and JulietRomeo and JulietRomeo and JulietRomeo and JulietEasy Read Romeo and JulietRomeo and Julieteeecb12003684p(data)4099369-3n8211610759dbe00d-a9e2-41a3-b2c1-977dd692899302814385X313670221313670221