Skip to content

Commit

Permalink
added north_carolina to the Kalpana final path
Browse files Browse the repository at this point in the history
  • Loading branch information
lstillwe committed Jul 23, 2024
1 parent 38c6d25 commit 5138d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load-geoserver-images.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ def main(args):
final_path = f"{data_directory}/{instance_id}/final"
#mbtiles_path = final_path + "/mbtiles"
imagemosaic_path = final_path + "/cogeo"
kalpana_path = final_path + "/kalpana"
kalpana_path = final_path + "/kalpana/north_carolina"
shp_path = f"{data_directory}/{instance_id}/input/shapefiles"

# add a coverage store for any kalpana tiffs
Expand Down

0 comments on commit 5138d4a

Please sign in to comment.