Skip to content

Commit

Permalink
#3 kmloverview to main
Browse files Browse the repository at this point in the history
  • Loading branch information
webgisdeveloper committed Dec 30, 2021
1 parent f966990 commit 9e77260
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions processing_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import settings

from utilities import create_path
from downloadkml import overview_kml

def download_data(dataname,downloadir,jplpath=False):
""" download data from alaska"""
Expand Down Expand Up @@ -260,6 +261,9 @@ def processing_joblist(joblist,jpl=False,skipdownload=False):
#convert 2 geotiff
grd2tiff(uid,dataname)

# processing overview kml
overview_kml(uid,dataname)

# switch back for safety
os.chdir(settings.BASE_DIR)

Expand Down

0 comments on commit 9e77260

Please sign in to comment.