Overview
Syllabus
1 - Introduction and Downloading Data - ArcMap Scripting with Python and Arcpy.
2 - Using Pycharm and IDLE - ArcMap Scripting with Python and Arcpy.
3 - Simple Script - ArcMap Scripting with Python and Arcpy.
4 - Select by Location - ArcMap Scripting with Python and Arcpy.
5 - Select by Location with For loop and List - ArcMap Scripting with Python and Arcpy.
6 - Search Cursors - ArcMap Scripting with Python and Arcpy.
7 - Select by Location with Search Cursor Pt. (1/3) - ArcMap Scripting with Python and Arcpy.
8 - Select by Location with Search Cursor Pt. (2/3) - ArcMap Scripting with Python and Arcpy.
9 - Select by Location with Search Cursor Pt. (3/3) - ArcMap Scripting with Python and Arcpy.
10 - Select by Location with Search Cursor Recap - ArcMap Scripting with Python and Arcpy.
11 - Adding an If statement to our Select by Location - ArcMap Scripting with Python and Arcpy.
12 - Turning our script into an ArcGIS Tool - ArcMap Scripting with Python and Arcpy.
13 - Update Cursors - ArcMap Scripting with Python and Arcpy.
14 - Updating Multiple Fields - ArcMap Scripting with Python and Arcpy.
15 - Introduction and Looping Through Images with Python - ArcMap Scripting with Python and Arcpy.
16 - Getting Exif Data from Images with Python and Pillow - ArcMap Scripting with Python and Arcpy.
17 - Getting GPS from Exif Data with Python and Pillow - ArcMap Scripting with Python and Arcpy.
18 - Converting Degree Mins Seconds to Decimal Degrees - ArcMap Scripting with Python and Arcpy.
19 - Generating the Shapefile with Arcpy - ArcMap Scripting with Python and Arcpy.
20 - Adding Fields and Records to our Shapefile with Arcpy - ArcMap Scripting with Python and Arcpy.
21 - Fixing mistakes and Conclusion - ArcMap Scripting with Python and Arcpy.
22 - Check out new series! - ArcMap Scripting with Python and Arcpy.
Taught by
franchyze923
Reviews
5.0 rating, based on 2 Class Central reviews
-
it was a very helpful course for understanding arcpy using Python. Thanks for the course
It was very elaborative -
Great tutorial. Thorough explanations and easy to follow along!
Only hiccup I came across was my EXIF data was in a different format. Just had to modify a slight bit to the math when converting into decimal degrees.