Skip to content

Commit

Permalink
#19: remove option
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenwh committed Jun 11, 2024
1 parent 22aea16 commit 68930ce
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions sarwind/script/reproject_and_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ def create_parser():
"--parent_mmd", type=str, default=None,
help="Metadata ID of parent dataset."
)
parser.add_argument(
"--nc_target_path", type=str, default=".",
help="Target path for the CF-NetCDF files if they need to be "
"moved to another storage place than the given output "
"path (default is the current directory)."
)
parser.add_argument(
"--odap_target_url", type=str, default=None,
help="Root folder of the OPeNDAP target url."
Expand Down Expand Up @@ -146,7 +140,7 @@ def main(args=None):

logging.info("Reprojected wind field stored as %s" % filename)

statusm, msgm = export_mmd(filename, args.nc_target_path, args.odap_target_url,
statusm, msgm = export_mmd(filename, args.output_path, args.odap_target_url,
parent_mmd=args.parent_mmd)


Expand Down

0 comments on commit 68930ce

Please sign in to comment.