|
POST
|
symbolize the polygon boundaries using a unique classification scheme. polylines are just the perimeter of the polygons. What do you want to map? and how do you want to show it? Are you familiar with basic mapping principles or are you looking for that level of detail?
... View more
06-28-2020
12:01 PM
|
0
|
2
|
1245
|
|
POST
|
Notice that your source cell (in gray) is numbered 34, Your point is identified as being that cell, so the cell 24 is indeed Up (7)
... View more
06-28-2020
09:11 AM
|
4
|
3
|
2917
|
|
POST
|
Sometimes? or always? Maybe its time to move on from modelbuilder to scripts and custom toolboxes
... View more
06-27-2020
01:07 PM
|
5
|
3
|
3117
|
|
POST
|
The table isn't in the 'Display', so it doesn't remove it. It is in the table of contents though
... View more
06-27-2020
12:45 PM
|
6
|
1
|
1508
|
|
POST
|
you can refresh folders, not a drive, it needs to be reindexed or the connection be re-established
... View more
06-27-2020
12:40 PM
|
5
|
1
|
3266
|
|
POST
|
Neal Banerjee You could probably cobble something together from the arcpy.walk example 2. and the 2nd from Delete_management. Untested of course import arcpy
import os
workspace = "c:/data"
to_del = []
walk = arcpy.da.Walk(workspace, topdown=True, datatype="RasterDataset")
for dirpath, dirnames, filenames in walk:
for filename in filenames:
if "_layer" in filename:
to_del.append(filename)
out = ";".join([n for n in to_del]) # ---- generate a semi-colon delimited list
arcpy.env.workspace = workspace
arcpy.management.Delete(out)
... View more
06-27-2020
12:29 PM
|
0
|
0
|
2776
|
|
POST
|
It might be localized, since I have never seen this behaviour
... View more
06-27-2020
03:07 AM
|
4
|
8
|
3053
|
|
POST
|
It has. Although I haven't checked the full list yet
... View more
06-26-2020
06:43 PM
|
0
|
0
|
3588
|
|
POST
|
Open up one in NotePad or some other text editor, they usually appear in your c:\users .... folder <ImportMXDLog>No error, no warning</ImportMXDLog> If they are old, just delete them, they are generated by various applications depending on what folder they are in
... View more
06-26-2020
03:15 PM
|
0
|
3
|
2270
|
|
POST
|
does it exist already? Did you try a new name? Save, close and restart?
... View more
06-26-2020
03:02 PM
|
4
|
10
|
3053
|
|
POST
|
Evan, just try the Centroid option. It will give X and Y Also... try another file Try to rule out the gdb, file and tool option
... View more
06-26-2020
01:55 PM
|
1
|
1
|
3600
|
|
POST
|
Evan, is it a point featureclass? Does the tool work within ArcToolbox? (ie. skip the script to test the principle)
... View more
06-26-2020
01:09 PM
|
0
|
3
|
3600
|
|
POST
|
It think it is fine the way it is since I know how to get the name without it appearing all scrunched up in the green box.
... View more
06-26-2020
12:57 PM
|
3
|
1
|
4087
|
|
POST
|
line 9 and onwards in indented too far don't use screen grabs of code, use /blogs/dan_patterson/2016/08/14/script-formatting
... View more
06-25-2020
09:19 PM
|
0
|
0
|
3261
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | yesterday | |
| 1 | a week ago | |
| 1 | a week ago | |
| 1 | a week ago | |
| 1 | a week ago |