Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHIRPS.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#######################################

import os, sys
from osgeo import ogr, gdal
from osgeo import gdal
from osgeo.gdalconst import *
import numpy
import pandas as pd
Expand Down
2 changes: 1 addition & 1 deletion DSSAT_WTH.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import shutil
import pandas as pd
from datetime import datetime, date, timedelta
from chirps import *
from CHIRPS import *
import joblib
from getnasap import nasa, nasachirps

Expand Down
2 changes: 1 addition & 1 deletion __main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import sys
import argparse
from dssat_wth import dssat_wth
from DSSAT_WTH import dssat_wth
from update_wth import update_wth

def main():
Expand Down
2 changes: 1 addition & 1 deletion update_wth.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import shutil
import pandas as pd
from datetime import datetime, date, timedelta
from chirps import *
from CHIRPS import *
import joblib
from getnasap import nasa, nasachirps

Expand Down