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