|
POST
|
you were clicking on the wrong thing, but had the correct key word You can keep "add to new projects from either Project or Favorites, but to "remove it", this is the spot
... View more
03-06-2020
10:20 PM
|
7
|
1
|
1056
|
|
POST
|
Try getting both into a geodatabase first, then try the join
... View more
03-06-2020
09:41 PM
|
1
|
0
|
1064
|
|
POST
|
start by printing the keys line line 42.5 print(keys) Short of guessing where they might be, I don't know where the header line is stored. If it is actually stored as the first line in "table", then that would be an issue. Go with the guess first
... View more
03-06-2020
06:17 PM
|
2
|
1
|
7626
|
|
POST
|
You might have to throw in some print statements to find out where the field names are coming from, but just guessing... keys = ['A.Long', 'A.Lat', 'A.SomethingElse']
keys = [k.replace(".", "_") for k in keys]
keys
['A_Long', 'A_Lat', 'A_SomethingElse']
... View more
03-06-2020
05:54 PM
|
2
|
3
|
7626
|
|
POST
|
"AIS.LONGITUDE You shouldn't use punctuation in field names, only letters, numbers and the _ and don't begin with a number. That is why changing the csv field name worked. from an error message 010085: is an invalid field name.—Help | Documentation Field names should only contain characters a–z, 0–9, and underscores. Do not use spaces, hyphens, parentheses, brackets, and other special characters, such as $, %, and #. Plus a whole load more recommendations.
... View more
03-06-2020
05:21 PM
|
2
|
5
|
7626
|
|
POST
|
They may be in the arcgis module Do you want the additions there? or here?
... View more
03-06-2020
05:06 PM
|
0
|
1
|
1475
|
|
POST
|
Any other corner cases? Nulls? Permits that will kill a simple case( B1 BBQ and Bar B245010000 0
... View more
03-06-2020
03:40 PM
|
0
|
0
|
2102
|
|
POST
|
If you have <null> in the data field, you have to query first for "not null" What expression did you put in exactly? You were using the field calculator with a python parser? You replace what I had between the !...! marks with your source field name? And your destination field is a text field, right?
... View more
03-06-2020
03:23 PM
|
0
|
1
|
2272
|
|
POST
|
Cold start (both computer and operator) Named User license === 2020-03-06 18:15:53.214205 --- import arcpy overhead: 0:00:07.948694 === Total Elapsed Time: 0:00:07.949882 Spyder, kernel restart === 2020-03-06 18:17:48.751537 --- import arcpy overhead: 0:00:07.402486 === Total Elapsed Time: 0:00:07.403328 Sadly, just about everything in the stream imports arcpy at some point but if you just import what you need, you keep the namespace uncluttered. Also, import python modules and other 3rd party modules "before" you import arcpy My favorite... just run it again with no restart === 2020-03-06 18:19:29.711990 --- import arcpy overhead: 0:00:00.000067 === Total Elapsed Time: 0:00:00.000738
... View more
03-06-2020
03:20 PM
|
0
|
0
|
1475
|
|
POST
|
s = !YourFieldName! Field calculator expression for your field BP s[s.index("B"):s.index("B")+11] # ---- using slicing
... View more
03-06-2020
01:54 PM
|
1
|
3
|
2272
|
|
POST
|
2020 Esri Developer Summit: March 10, 2020 | Sign Up for the Livestream The Developer Summit will be a virtual event and not a live, in-person conference due to the continuously evolving circumstances surrounding the coronavirus.
... View more
03-06-2020
10:24 AM
|
1
|
0
|
5601
|
|
POST
|
Make the folder where your zip is located a parameter, even if you provide defaults, since I can only assume that your next two inputs come from there. that won't necessarily work since the zip may take more time that you need to use it as an input to something else. You could alternately add another boolean parameter to your script... "continue" and check for its value after the download and unzip in your script. You could even add a time.sleep to delay completion of the script to allow for unzip
... View more
03-06-2020
09:54 AM
|
0
|
1
|
6864
|
|
POST
|
sounds like you can make one of your inputs the precondition
... View more
03-06-2020
09:18 AM
|
0
|
3
|
6864
|
|
POST
|
is it a precondition? Preconditions—ArcGIS Pro | Documentation
... View more
03-06-2020
08:05 AM
|
0
|
5
|
6864
|
|
POST
|
hexagons? How Creating a Space Time Cube works—ArcGIS Help | Documentation This will result in either a grid cube (fishnet or hexagon) or a cube structured by the defined locations you provide as aggregation polygons.
... View more
03-06-2020
03:33 AM
|
2
|
1
|
1645
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-03-2017 11:39 AM | |
| 1 | 08-05-2019 05:21 PM | |
| 1 | 09-02-2016 08:05 AM | |
| 1 | 01-15-2018 01:10 PM | |
| 1 | 09-17-2018 12:48 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|