|
POST
|
Die Fehlermeldung deutet schon auf ein Rechteproblem hin. Ich würde die Daten einfach woanders speichern? Umgehen geht glaube ich nicht, zumindest ist mir da nichts bekannt.
... View more
10-02-2014
02:14 AM
|
0
|
2
|
2629
|
|
POST
|
Spatial Statistik müsste schon funktionieren. Wahrscheinlich mußt du im script die extension dazu auschecken? SA?
... View more
10-02-2014
01:33 AM
|
1
|
5
|
2629
|
|
POST
|
Sorry don't use glob, this is better: ArcGIS Help 10.1 (arcpy.da.walk)
... View more
10-01-2014
06:12 AM
|
0
|
0
|
1658
|
|
POST
|
Have a look there: glob – Filename pattern matching - Python Module of the Week
... View more
10-01-2014
06:09 AM
|
0
|
0
|
1658
|
|
POST
|
James, there was no code I stucked with. The code was written after your suggestions 🙂
... View more
09-30-2014
05:40 AM
|
0
|
0
|
2686
|
|
POST
|
There's a small script for the toolbox: How to generate multivalue choice list (toolbox script) to clip only selected features?
... View more
09-30-2014
04:43 AM
|
0
|
0
|
1220
|
|
POST
|
Thanks for your help. Unfortunately I can't generate Add-ins, because installations are forbidden 😞 So I tried this simple solution: import arcpy import os 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
09-30-2014
02:46 AM
|
0
|
3
|
2686
|
|
POST
|
The idea is to clip about 50 Layer with a given polygon. Because not always these 50 are needed, the user should be able to check or uncheck certain layer?
... View more
09-29-2014
12:42 AM
|
0
|
6
|
2686
|
|
POST
|
If you search for a python solution, have a look here: Calculate a mean value from a field | ArcPy Café
... View more
09-23-2014
07:55 AM
|
1
|
0
|
6712
|
|
POST
|
Have you tried this? ArcGIS Help (10.2, 10.2.1, and 10.2.2)
... View more
09-23-2014
04:34 AM
|
0
|
1
|
1254
|
|
POST
|
Colored is the resulting intersect feature classified with landuse classes.Black colored the protection areas, which are a shapefile, area calculated in attribute table - calculate Geometrie (Starting area). Intersect area is the area of the intersect which is stored in a .mdb (personal gdb)?
... View more
09-17-2014
07:22 AM
|
0
|
1
|
2298
|
| 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 |
Monday
|