|
POST
|
Thanks, but didn't helped. shutil.move does work? Do u know how to print information about copy speed?
... View more
01-14-2015
06:03 AM
|
0
|
2
|
4780
|
|
POST
|
Can't copy files? IOError: [Errno 13] Permission denied: import shutil, os, sys
src = r"R:\natura 2000\8847.04 MaP\6417-341_Weschnitz_Bergstrasse_Odenwald"
dest = "H:\\test"
ret = os.access(src, os.F_OK)
print "F_OK - return value %s"% ret
ret = os.access(src, os.R_OK)
print "R_OK - return value %s"% ret
ret = os.access(src, os.W_OK)
print "W_OK - return value %s"% ret
ret = os.access(src, os.X_OK)
print "X_OK - return value %s"% ret
shutil.copyfile(src, dest) F_OK - return value True R_OK - return value True W_OK - return value True X_OK - return value True Traceback (most recent call last): File "R:\Karto\zGIS\Python\OrdnerKopieren.py", line 86, in <module> shutil.copyfile(src, dest) File "C:\Python27\ArcGIS10.1\lib\shutil.py", line 81, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 13] Permission denied: 'R:\\natura 2000\\8847.04 MaP\\6417-341_Weschnitz_Bergstrasse_Odenwald' Any idea why?
... View more
01-14-2015
02:59 AM
|
0
|
4
|
9782
|
|
POST
|
Oder stimmt das Koordinatensystem vom Datenrahmen nicht?
... View more
11-21-2014
02:58 AM
|
0
|
1
|
1166
|
|
POST
|
Eigentlich müßte es dann schon passen? Wenn es ein systematischer Fehler ist, dann würde ich einfach die Gewässer zurechtschieben. Oder poste nochmal in englisch, da erreichst du mehr Leser 🙂
... View more
11-21-2014
02:33 AM
|
0
|
2
|
1166
|
|
POST
|
No I can't open this side. If I try to log in through ArcGIS it's as well not possible: Sorry it's german ... Our IT is of the opinion that it could be the firewall?
... View more
11-20-2014
10:06 PM
|
0
|
0
|
744
|
|
POST
|
I'm afraid you can't do this with the help of ArcGIS. You would need hydrological Software. https://ceprofs.tamu.edu/folivera/TxAgGIS/Fall2010/Jeongwoo%20Han.pdf
... View more
11-20-2014
12:47 AM
|
0
|
0
|
843
|
|
POST
|
Are there special settings for the firewall to be able to publish things on ArcGIS online? Aktually Networkrouting Test - Failed
... View more
11-19-2014
02:22 AM
|
0
|
2
|
2221
|
|
POST
|
Thanks there was a 'unsientific' solution. I build the Layer symbology new, in the geodata slave style. No matter of life and death
... View more
11-19-2014
02:10 AM
|
0
|
0
|
1387
|
|
POST
|
In the data view there's the correct legend (First image), but if I open properties to change some colors I get the single symbol ? Quite funny, but I need to change the map. MxdDoctor?
... View more
11-18-2014
10:04 PM
|
0
|
1
|
1387
|
|
POST
|
Dan, thanks the thing. In this Layer the next down is gone 🙂 Sorry it's german, the classification Menufield is called there Kategorie. The normal view (with five possibilities to choose): If you compare this with the one in the first post, there's Kategorie missing
... View more
11-18-2014
10:00 PM
|
0
|
0
|
1387
|
|
POST
|
One layer classified with LRTCODE. I want to change symbols. If I open the propertiers dialog, there's one symbol without classification where should be classified by LRTCODE? Any ideas, workaround?
... View more
11-18-2014
04:02 AM
|
0
|
5
|
3472
|
| 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 |
Online
|
| Date Last Visited |
2 hours ago
|