UP42 Block for Fractional Cover calculation from Sentinel 2 L2A Data. Applies the JRSRP Fractional Cover Model
docker login -u USERNAME registry.up42.com
curl -X POST -H 'Content-Type: application/json' -d @UP42Manifest.json https://api.up42.com/validate-schema/block
Use the "Push a block to the platform" option to get the following link
docker build --build-arg manifest="$(cat UP42Manifest.json)" -t registry.up42.com/XXXXXXX-XXX-XXXXXXXXX-XXXXXXXX/fc-test:latest .
docker push registry.up42.com/XXXXXXX-XXX-XXXXXXXXX-XXXXXXXX/fc-test:latest