RIME is a specialized conversion software used to translate binary satellite files into standardized NetCDF4, HDF5, and GeoTIFF formats.
Linux/GNU based operating system Docker
Clone Git Repository
Enter this command into the terminal to clone this Git repository, checking out the development branch:
git clone -b test_branch https://github.com/Turkishdisko/RIME.git
Change the current directory to the cloned RIME directory
We need to now enter the directory containing the repository we just cloned:
cd RIME
Give permission to allow execution to the install script
To allow us to run the script which will install all of the needed software (Docker) and prepare the Docker container with our RIME requirements. Run the following command:
chmod a+x ./docker-build.sh
Prepare Docker image
Run the script which will build the Docker image, putting all of the needed dependencies inside of a container:
./docker-build-dev.sh
Start RIME
Finally, start the command line interface of RIME by typing:
./rime.sh
This will give you the usage parameters needed to run RIME.
Great job, you have downloaded & installed several software applications and hundreds of libraries necessary for running RIME, all in 5 steps!
All that has been tested is with the following input:
- Rip Location: test/test_rip.txt
- Metadata Location: test/test_metadata.txt
- Catalog Location: test/test_catalog.txt
Running from containers: Output Path can be any folder directly off of the main RIME folder Running locally: Output Path can be any folder you choose, as long as you have permissions
Check HDF5, hit Run.