rss_core 0.5.0

Raster Source Service core library for querying, downloading, and processing remote sensing imagery
name: rsc
version: "0.1.0"
author: Leo Hardtke <leonardo.hardtke@des.qld.gov.au
about: Crate to aid in remote sensing processing for JRSRP

subcommands:
    - recall:
        about: Recalls images from the filestore
        args:
        - images:
            short: i
            long: images
            min_values: 1
            value_name: ssiipp_where_when_processing[_optional][.suffix]
            about: images to be recalled
            required : true
        - dest:
            short: d
            long: dest
            value_name: "."
            about: Local folder to store the recalled images
            required : true