Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petescarth/fc-up42
UP42 Block for Fractional Cover calculation from Sentinel 2 L2A Data
https://github.com/petescarth/fc-up42
Last synced: 3 months ago
JSON representation
UP42 Block for Fractional Cover calculation from Sentinel 2 L2A Data
- Host: GitHub
- URL: https://github.com/petescarth/fc-up42
- Owner: petescarth
- License: apache-2.0
- Created: 2019-08-05T22:38:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T00:03:52.000Z (about 5 years ago)
- Last Synced: 2024-05-16T01:36:13.553Z (6 months ago)
- Language: Python
- Size: 766 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-earthobservation-code - fc-up42 - UP42 Block for Fractional Cover calculation from Sentinel 2 L2A Data `Python` (`Python` processing of optical imagery (non deep learning) / Processing imagery - post processing)
README
# fc-up42
UP42 Block for Fractional Cover calculation from Sentinel 2 L2A Data.
Applies the [JRSRP Fractional Cover Model](http://data.auscover.org.au/xwiki/bin/view/Product+pages/Landsat+Seasonal+Fractional+Cover)## Steps to get this running
### Login to UP42 Registry
`docker login -u USERNAME registry.up42.com`### Validate Manifest
`curl -X POST -H 'Content-Type: application/json' -d @UP42Manifest.json https://api.up42.com/validate-schema/block`### Build Image
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 .`
### Push Image to the registry
`docker push registry.up42.com/XXXXXXX-XXX-XXXXXXXXX-XXXXXXXX/fc-test:latest`