Timeline for List ArcGIS geodatabase feature classes on Python console using ListFeatureClass function
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 29, 2020 at 2:27 | history | edited | PolyGeo♦ | CC BY-SA 4.0 |
added 4 characters in body
|
| Jan 29, 2020 at 2:14 | comment | added | Vince | Using spaces in directory names is like taping a "Kick Me" sign on your own back. Eventually, it's going to hurt. Best practice is to use underscore instead of spaces ("Kick_Me") and to avoid leading numeric characters in directory or file names. The reasons may be archaic, but the complications still exist. | |
| Jan 29, 2020 at 0:45 | comment | added | Yoshi | I went to property of the geodatabase and copied the whole path which did contain the spaces. DO wou think I still need to remove the spaces? | |
| Jan 29, 2020 at 0:35 | comment | added | Michael Stimson | Fair point on the spaces, not so much with geodatabases but more antiquated formats like GRID and Coverage (does anyone even remember these?) spaces are a definite no-no; users who do remember these tend not to use spaces. Using a raw string (with the r in front of the string) is definitely most of the way to a solution so +1 for that. | |
| Jan 28, 2020 at 23:53 | history | answered | user123095 | CC BY-SA 4.0 |