CLI¶
hls_query¶
hls_query [OPTIONS]
Options
-
-p,--products<products>¶ Landsat (L30) and/or Sentinel-2 (S30), e.g. ‘L30,S30’
-
-t,--tiles<tiles>¶ List of tiles, e.g. ‘32UNU,32UPU’ or path to a file with tiles in rows (32UNU 32UPU).
-
-s,--start_date<start_date>¶ Start date (inclusive), e.g. ‘2019-01-01’
-
-e,--end_date<end_date>¶ End date (inclusive), e.g. ‘2019-12-31’
-
-d,--dst_path<dst_path>¶ Path of a destination CSV-file.
-
-o,--overwrite<overwrite>¶ - Default
False
hls_download¶
hls_download [OPTIONS]
Options
-
-p,--path_query<path_query>¶ Path of a CSV-file as returned by nhls_query.
-
-d,--dir_dst<dir_dst>¶ Destination directory for the downloaded data.
-
-o,--overwrite<overwrite>¶ - Default
False
hls_convert_batch¶
hls_convert_batch [OPTIONS]
Options
-
-s,--src<src>¶ Directory (with .hdf files), path to one .hdf file or a csv with a ‘path’ column with paths to .hdf files.
-
-d,--dir_dst<dir_dst>¶ Destination directory for the converted data.
-
-b,--bands<bands>¶ List of bands. Default is None, i.e. all bands.
-
-c,--max_cloud_coverage<max_cloud_coverage>¶ Maximum cloud cover.
-
-g,--gdal_translate_options<gdal_translate_options>¶ GDAL translate options. Example 1 (build Cloud Optimized GeoTiff): ‘-of COG’. Example 2 (using quotes): ‘-of GTiff -co “TILED=YES”’.
-
-o,--overwrite<overwrite>¶ - Default
False