Skip to content

Commit

Permalink
remove unused package, update help sdate info,
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangshu committed Oct 25, 2024
1 parent a764836 commit 48ccfda
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dms_datastore/download_hycom.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import pandas as pd
import pyproj
import os
import ogr, osr
import numpy as np
import time
import datetime as dtm
Expand All @@ -23,12 +22,12 @@ def create_arg_parser():
Download hycom ocean model raw opendap data within lat(37,39),lon(236,239),
and interpolated to hourly data.
Usage:
download_hycom --sdate 2018-02-19 --raw_dest /path/to/modeling_data/raw
download_hycom --sdate 2020-02-19 --raw_dest /path/to/modeling_data/raw
--processed_dest /path/to/modeling_data/raw
""")
parser.add_argument('--sdate', default=None, required=True,
help='starting date of HRRR data, must be \
format like 2018-02-19')
format like 2020-02-19')
parser.add_argument('--raw_dest', default=None, required=True,
help='path to store downloaded raw hycom data')
parser.add_argument('--processed_dest', default=None, required=True,
Expand Down

0 comments on commit 48ccfda

Please sign in to comment.