docker build -t hsextract .
abs_path=/Users/scootna/projects/metadata-extractor/tests/test_filesdocker run -it -p 9000:9000 --cap-add SYS_ADMIN --device /dev/fuse --entrypoint /bin/bash hsextracts3fs demo-composite /s3 -o passwd_file=/etc/s3cred,use_path_request_style,url=https://minio-api.cuahsi.io
python3 /app/hsextract/main.py extract /s3docker run -v $abs_path:/files hsextract extract /files
cat $abs_path/.hs/output.jsondocker run -v $abs_path:/files hsextract extract /files/watersheds/watersheds.shp
cat $abs_path/.hs/output.jsondocker run -v $abs_path:/files hsextract feature /files/watersheds/watersheds.shpdocker run -v $abs_path:/files hsextract raster /files/rasters/logan.vrtdocker run -v $abs_path:/files hsextract netcdf /files/netcdf/netcdf_valid.ncdocker run -v $abs_path:/files hsextract timeseries /files/timeseries/ODM2_Multi_Site_One_Variable.sqlitedocker run -v $abs_path:/files hsextract timeseriescsv /files/timeseries/ODM2_Multi_Site_One_Variable_Test.csvdocker run -v $abs_path:/files hsextract reftimeseries /files/reftimeseries/multi_sites_formatted_version1.0.refts.json