Tagged Questions
10
votes
1answer
189 views
automating roof orientation detection from satellite imagery
A while ago I did a neighbourhood roof orientation survey for solar panel deployment, by visually checking each roof and marking individually whether they were south or almost south-facing.
As this ...
8
votes
4answers
278 views
Python module to delete SHP features (without Desktop GIS installed)
I have a piece of software (not Arc) that runs nightly on a non-production machine which updates shapefile features from an external database. Periodically I would like to delete all of the features ...
6
votes
3answers
2k views
How to change feature class and field aliases in bulk?
I have over a hundred FCs, each with 10 or 20 attributes to add or change the aliases for, two or more times a year. Needless to say, this is not something I'm going to grunt my way through. How can I ...
1
vote
2answers
38 views
How to automate relative filepath when adding a new toolbox to the arcmap catalog?
So I'm creating an arcpy script for a custom toolbox and I want to make it so that a user can essentially utilize the script in that toolbox without having to change the source path (which I made ...
0
votes
0answers
46 views
Moving locations of a point feature within a feature class using python
I am wondering if anyone would be able to provide assistance to a problem I am having.
I have a feature class containing point features and i would like to move them to a new location of another ...