|
POST
|
Assuming PIN is numeric, maybe this will work? lyr.definitionQuery = "DGCO.GIS_OWNER.ParcelQueue.JOINPIN = {0}".format(PIN) R_
... View more
09-12-2023
11:31 AM
|
0
|
0
|
2734
|
|
POST
|
How/where are you trying to accomplish this? In ArcMap with select and calculate field GP tools, or in a python window? Also, you say sequential name that 'you have created'. Do you have a separate lookup table or are you wanting it to start with the first FOSC row and append the sequential number to the end of "SPLCNV" for the Station ID field value? Need some kind of clarification as your examples show different values (other than the sequential number) appended to the end. ( A1A00#, 1B00#, 1Z00# ) or are these typos as there doesn't seem to be a pattern other than the last three numbers (where are the A's, B's and Z's coming from). R_
... View more
09-08-2023
02:26 PM
|
1
|
1
|
2299
|
|
POST
|
You can set these up as contingent values in Pro and publish to the hosted feature service to accomplish this. Then, in Field Maps, when you select OH Primary, the 'related' options will show at the top as "RECOMMENDED", but the rest of the list (the red lined values) will still be available under "OTHER". R_
... View more
09-08-2023
08:58 AM
|
1
|
1
|
1830
|
|
POST
|
Is project_id a text field? If so, maybe: f"project_id = '{project_id}'" R_
... View more
09-07-2023
03:16 PM
|
1
|
1
|
2024
|
|
POST
|
If I try to run it in Pro 2.x I get that error as it doesn't appear as if it was added until Pro 3. R_
... View more
09-07-2023
01:14 PM
|
2
|
0
|
2313
|
|
POST
|
Easiest way to avoid the underscores is to remove the unsupported column name characters (space) from the Google Sheet in the first place. Field Name—Field names cannot contain special characters, such as spaces, hyphens, parentheses, brackets, or characters such as $, %, and #. Avoid using field names that contain words that are typically considered database-reserved keywords, such as CHARACTER or DATE. R_
... View more
09-07-2023
09:36 AM
|
0
|
1
|
1473
|
|
POST
|
Do you have any services that are using these feature classes? R_
... View more
09-06-2023
08:24 AM
|
0
|
1
|
5143
|
|
POST
|
Select the data from the FGDB in Pro, right click, copy. Then, open the SQL server connection in Pro, right click, paste. R_
... View more
09-05-2023
03:46 PM
|
1
|
0
|
3034
|
|
POST
|
I have seen that when there is an 'invalid' entry to the domain list. Normally, it is a duplicated entry. R_
... View more
09-05-2023
10:28 AM
|
0
|
2
|
1429
|
|
POST
|
Not sure where that is coming from, but I use a modified version of the link you provided. Once connected, you can query by Hosted Feature Service name rather than worrying about tags, ownership, etc. query_string = f"type:Feature Service, title:SSA_Map_Data" But will backup the entire HFS, not just individual layers. In case it helps, R_
... View more
09-05-2023
09:42 AM
|
1
|
0
|
2340
|
|
POST
|
If you added/removed/changed/moved any layers in the map, did you ensure the Allow assignment of unique numeric ID's....... was enabled so that all the existing layers retain their original ID's? If not, the layer ID's could be different than when originally inserted into the web map and can cause load issues. R_
... View more
09-05-2023
09:31 AM
|
0
|
0
|
1076
|
|
POST
|
I tested in 2.9.3 and 3.1.3 and cannot reproduce. Is it possible that there is no extent set on the featureclass? I also noticed if I leave the precision of the double field at the default of 9, I get the WARNING 160096: The length of the value exceeds that of the field. error. If I increased it to 10, the calculation complete successfully. R_
... View more
08-31-2023
02:22 PM
|
1
|
1
|
3333
|
|
POST
|
Indent error. you need to put one more space in front of else so that it is at the same indentation level of the if. R_
... View more
08-31-2023
11:06 AM
|
0
|
0
|
955
|
|
POST
|
If you use the GP tool and copy the python snippet, this is what you get, and is working for me. Though, not really what the documentation says. snapEnv = "WBDHU12 EDGE '5 Meters'" R_ Also, code formatting.
... View more
08-30-2023
01:02 PM
|
0
|
0
|
2166
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 04:00 PM | |
| 1 | 09-14-2022 07:53 AM | |
| 1 | 09-14-2022 08:23 AM | |
| 1 | 05-21-2026 08:53 AM | |
| 1 | 05-14-2026 04:28 PM |
| Online Status |
Online
|
| Date Last Visited |
Wednesday
|