Entering Field Values Based on Values From Another Field Within ArcGIS Pro | ArcGIS Pro

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ธ.ค. 2024

ความคิดเห็น • 13

  • @danielspellingclausen4669
    @danielspellingclausen4669 ปีที่แล้ว

    Short, sweet and to the point. Exactly what I needed, in the right time. Thanks!

    • @GeoFolks
      @GeoFolks  ปีที่แล้ว

      No problem Daniel! Cheers!

  • @00emil8
    @00emil8 ปีที่แล้ว +1

    Is there an easier way to do this without using Phyton codes? I would assume that there is a built-in function for this in ArcGis Pro.

    • @GeoFolks
      @GeoFolks  ปีที่แล้ว

      Great question, to my knowledge no, but always willing to be wrong and get better. Will do some research and get back to you! If you find something would be greatly appreciated if you could post a link to the tool/function documentation in this section. Thanks

  • @mostafaamer6625
    @mostafaamer6625 หลายเดือนก่อน +1

    please I want write this expression in field calculator Stockholm is the capital of Sweden using for loop so I have two fields
    field countries and field capital

    • @GeoFolks
      @GeoFolks  หลายเดือนก่อน

      Are you trying to add two fields together? like one field has Stockholm another field has Sweden and you want it to read: Stockholm, Sweden in a new field?

  • @TBR_LLC
    @TBR_LLC ปีที่แล้ว +1

    thank you, I am trying to do something like this to populate a field symbology based on another field value without using the calculator. :)

    • @GeoFolks
      @GeoFolks  ปีที่แล้ว

      No worries, so I understand, you are trying to add data to a field based on values in another field without using the calculate fields function? But seeking to use the software to automate entering in these new values instead of doing this manually?

    • @JohnDoe-hd5vd
      @JohnDoe-hd5vd ปีที่แล้ว +1

      @@GeoFolks Sorry to hijack but I'm doing something similar. Is there an option to permanently associate a code block with that particular field? So for instance, in your example, you were to enter in another record and input only the region code. I want the attribute table to automatically populate with the region name without having to manually run the code block again. Thanks for the video concise and informative!

    • @GeoFolks
      @GeoFolks  ปีที่แล้ว

      @@JohnDoe-hd5vd no worries, your comment/question actually gave me more insight on the previous question, i think what you will want is called an attribute rule, here is a link to some documentation with some examples: pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/attribute-rule-script-expression.htm... i will produce tutorials with attribute rules in the future.
      Thanks,
      Duke

  • @RakeshRajput-v8l
    @RakeshRajput-v8l ปีที่แล้ว +1

    How to calculate fields like excel formula that is
    row1: starting value+E1=G1
    row2: G1+E2= G2
    row3: G2+E3=G3
    ............. Up to 200 records
    Please share your view on that

    • @RakeshRajput-v8l
      @RakeshRajput-v8l ปีที่แล้ว +1

      Please help me out

    • @GeoFolks
      @GeoFolks  ปีที่แล้ว

      @@RakeshRajput-v8l Sorry for late response, my best advice would be to have a unique identifier column such as an object ID within the feature class and do a similar workflow to excel in google sheets if you do not have access to excel. In google sheets got to (File Import-Upload-Browse and select the sheet you just exported from ArcGIS Pro-Upload this sheet). Once you are done with the workflow (you mentioned above) export this table from google sheets (File -Download- Microsoft Excel .xlsx or .CSV) and then import that table back into ArcGIS Pro (Add data button-search for table you just downloaded) join the data back into the feature class (right click on the feature class - click joins and relates- click add join- use the unique identifier as the join/join table field and the Join table will be the table you just exported from google sheets). You will then temporarily have this data in a feature class (Right click on this feature class go to data- export features- and save the new feature class). I think this maybe the best way in short notice, by using an excel alternative. If anyone has other ideas, please chime in! Hope this helps.