|
POST
|
You should consider using the ESRI address data management solution. You can craft an attribute rule to fire when you add a site address point that picks up underlying polygon data.
... View more
07-12-2021
07:59 AM
|
1
|
1
|
1434
|
|
POST
|
Hey @ShanaBritt - sorry, been going other things but I’ll give it a try sometime!
... View more
07-02-2021
05:48 AM
|
0
|
0
|
2347
|
|
POST
|
Is there a way to change the look and feel of the the Attributes Pane? In the example below, I have a number of site address points selected, and they are titled with the street name field. I'd like to change that field to the full address field, but I don't see how to do it. I thought maybe the pop up properties would do it, but that's not it. @Scott_Harris
... View more
06-29-2021
11:42 AM
|
1
|
2
|
2741
|
|
POST
|
Without seeing the data and/or access to your locator it's pretty tough to trouble shoot. Sorry.
... View more
06-29-2021
09:58 AM
|
0
|
1
|
3169
|
|
POST
|
Sorry, more questions than answers... What type of locator is it? New Style? Old Style? Published or Local?
... View more
06-29-2021
08:00 AM
|
0
|
3
|
3213
|
|
POST
|
Can you describe what product you are using to geocode? ArcGis Pro? ArcMap? AGOL? What type of locator are you using?
... View more
06-29-2021
07:48 AM
|
0
|
5
|
7201
|
|
POST
|
Having re-read your post, I apologize. I’m afraid I don’t understand the meaning of a ‘true primary key’.
... View more
06-28-2021
05:02 PM
|
0
|
1
|
4712
|
|
POST
|
Take a look at using geodatabase sequences. They work great and are simple to deploy.
... View more
06-28-2021
02:15 PM
|
0
|
3
|
4717
|
|
POST
|
Hey @Scott_Harris ; I just checked an attribute pane and was going to post that up when you post showed up: Now I see how I can 'mass-calculate'...
... View more
06-28-2021
02:05 PM
|
1
|
0
|
2739
|
|
POST
|
In the 2.7 Pro help it states : Enable attribute validation to restrict attribute edits to values that satisfy the validation criteria imposed on a field. Examples include domain values and fields that do not allow nulls or empty field values. I have that checked in my options: And I have a domain controlled field in feature class I'm working on. However, I can use the field calculator to enter any value I want in that field: What does that option do? Secondary question: Is it possible in Pro to access the domain values in the field calculator? For example, I am updating the address type to 45 selected records. I can go through each one individually, or I can use the field calculator (and misspell a domain value).
... View more
06-28-2021
12:09 PM
|
0
|
2
|
2748
|
|
POST
|
But for reasons just such as this it is not suitable for serious GIS editing Define serious editing. I stopped using ArcMap nearly 2 years ago as we area Pro-only shop. I spend an awful lot of time editing various data sets; some in file geodatases, some in Enterprise geodatabases, and some as services.
... View more
06-28-2021
10:47 AM
|
0
|
3
|
3618
|
|
POST
|
If your address field is in the form of: 1234 S MAIN ST Use the field calculator like this: RIght click on your new field and select calculate, leaving the Expression Type as Python 3. Define a new function in the code block window: def extractHouseNumber(inAddress):
houseNumber = inAddress.split(' ')[0]
return houseNumber And then enter the function name and pick your address field name as the function parameter:
... View more
06-28-2021
10:31 AM
|
1
|
0
|
2143
|
|
POST
|
@curtvprice Excellent points. I’ve been working on a couple large data migrations lately from some old databases (Oracle 7) and have encountered whole tables where multiple complete fields are empty. I just don’t see the value in bringing those fields over to a new and modern database (EGDB / SQL server back end). Call me old fashioned and admittedly I am but Null values will always be my preference over empty’. Then again:
... View more
06-26-2021
09:12 AM
|
1
|
0
|
6709
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-11-2018 07:12 AM | |
| 1 | 05-17-2021 11:18 AM | |
| 1 | 06-29-2021 11:42 AM | |
| 1 | 07-05-2012 07:49 AM | |
| 1 | 09-03-2016 06:16 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-19-2026
11:56 AM
|