Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 670 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 670 Bytes

harmony-opera-rtc-reproject

Build a re-projection service for OPERA-RTC data in the harmony

The dockerfile has been configured to include gdal. You should modify it to include any other dependencies you may need for your service.

Build the service image using the ./build-service script.

If your service performs a transformation on a single file you can modify the example code in the process_item method in the .py file to put your service logic. If your service processes many files at once you'll need to override and implement the invoke method.

See https://github.com/nasa/harmony-service-lib-py for detailed information on implementing a harmony service.