Skip to content

Commit

Permalink
#1 Bogus extension checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
esride-jts committed Sep 23, 2024
1 parent 60246a1 commit e7b8570
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spatial-data-science/scripts/heat_risk_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ def initialize_arcpy():
arcpy.env.overwriteOutput = True
arcpy.CheckOutExtension("3D")
arcpy.CheckOutExtension("spatial")
arcpy.CheckOutExtension("ImageExt")
arcpy.CheckOutExtension("ImageAnalyst")

def generate_tessellation(output_feature_class, extent, size, spatial_ref):
Expand Down

0 comments on commit e7b8570

Please sign in to comment.