Skip to content

Commit

Permalink
Removed imports that were not used in convert
Browse files Browse the repository at this point in the history
  • Loading branch information
msteckle committed Aug 26, 2024
1 parent 237ad07 commit bdf20cf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Wang2024/convert.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import xarray as xr
import rioxarray as rxr
import cftime as cf
import cfunits
from urllib.request import urlretrieve
import datetime
import os
import time
import zipfile
import glob
from collections import defaultdict
import warnings

#####################################################
# set the parameters for this particular dataset
Expand Down

0 comments on commit bdf20cf

Please sign in to comment.