Note: when the library is installed, the rashdf command-line utility is created (just like pip or other Python CLI programs). This isn't really available in the development environment, but you can do this:
(venv-rashdf) $ cd src/
(venv-rashdf) src/ $ python ./cli.py --help
If you want to test creation of the rashdf CLI, you can build the library locally and install it to a new environment.
rashdf
.pyarrow
as a dependency.Note: when the library is installed, the
rashdf
command-line utility is created (just likepip
or other Python CLI programs). This isn't really available in the development environment, but you can do this:If you want to test creation of the
rashdf
CLI, you can build the library locally and install it to a new environment.Example usage
Main Help Menu
Subcommand Help
Export to ESRI Shapefile
Export from S3 HDF to Parquet with CRS Transform
Note: requires installation of optional dependencies
fsspec
ands3fs
, and creating environment variables with S3 credentials.