|
POST
|
Any ideas to do this. In arcpy? In a given distance.
... View more
11-18-2015
03:34 AM
|
0
|
10
|
7231
|
|
POST
|
Limit Legend on view extend? Any solutions to reduce the Legend on view extent? There was one in vba?
... View more
11-09-2015
11:58 PM
|
0
|
1
|
3454
|
|
POST
|
Now they are two and different? Layer and NewDataFrame
... View more
10-05-2015
05:12 AM
|
0
|
0
|
992
|
|
POST
|
Mysterious 🙂 How can it be that this code produces something like multiple recursive printing of the map? import arcpy
mxd = arcpy.mapping.MapDocument(r"path")
df = arcpy.mapping.ListDataFrames(mxd)[0]
arcpy.mapping.PrintMap(mxd, r"printer", df)
... View more
10-05-2015
01:14 AM
|
0
|
3
|
3109
|
|
POST
|
Have deleted normal mxt. Doesn't change a thing Even if I try to load an empty mxd it take years, so the layers or size or number of layer couldn't be the reason?
... View more
10-04-2015
10:31 PM
|
1
|
2
|
2754
|
|
POST
|
ArcGIS mxd need hours to open? What could be the reasons? Even if I try to start an empty new project? Any ideas? 10.1 Windows 7 64 bit 8 GB RAM?
... View more
10-02-2015
06:05 AM
|
0
|
8
|
5136
|
|
POST
|
Parcel division would be the right answer, unfortunately I have version 10.1 🙂
... View more
09-17-2015
11:46 PM
|
0
|
1
|
1495
|
|
POST
|
Maybe calculate centroid and then create a split line throught that point? Or maybe a comparable function like split polygon in the polytool for arcview 3?
... View more
09-17-2015
10:09 PM
|
0
|
6
|
4005
|
|
POST
|
I use this as a toolbox script? arcpy.env.overwriteOutput = True
input = arcpy.GetParameterAsText(0)
clipfeature = arcpy.GetParameterAsText(1)
output = arcpy.GetParameterAsText(2)
arcpy.env.workspace = output
inputSp = input.split(";")
for i in inputSp:
arcpy.AddMessage(i)
arcpy.Clip_analysis(i, clipfeature, i)
... View more
08-23-2015
11:04 PM
|
0
|
0
|
2083
|
|
POST
|
I would like to have only the numbers out of a string like this: 083310-0002-815/0000.001? Whats the best possibility?
... View more
07-20-2015
05:04 AM
|
0
|
2
|
3661
|
|
POST
|
As I mentioned you have to define your feature class first, before you can make a layer file. So simply write: Closest_NationalParks_Facility = "YourPathtotheFeatureClass"
... View more
04-21-2015
03:26 AM
|
0
|
0
|
2980
|
|
POST
|
If think you should first tell python where's the location of your Closest_Facility feature class, and then create a lyr out of that. Without python can't find the feature layer.
... View more
04-21-2015
02:01 AM
|
0
|
1
|
2980
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-10-2025 08:08 AM | |
| 1 | 05-13-2025 05:05 AM | |
| 1 | 04-28-2025 03:40 AM | |
| 4 | 08-13-2024 10:49 PM | |
| 1 | 08-13-2024 09:52 PM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|