Created
November 16, 2023 06:32
-
-
Save staffordsmith83/cd57594e3a11d3cc0e1ccf075b0d9d5e to your computer and use it in GitHub Desktop.
COG Composite test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"homeCamera": { | |
"north": -8, | |
"east": 158, | |
"south": -45, | |
"west": 109 | |
}, | |
"catalog": [ | |
{ | |
"name": "COG Composite Test", | |
"type": "cog-composite", | |
"bands": [ | |
{ | |
"url": "https://dea-public-data.s3.ap-southeast-2.amazonaws.com/baseline/ga_s2am_ard_3/55/HFB/2020/06/18/20200618T032225/ga_s2am_nbart_3-2-1_55HFB_2020-06-18_final_band04.tif", | |
"bandName": "red" | |
}, | |
{ | |
"url": "https://dea-public-data.s3.ap-southeast-2.amazonaws.com/baseline/ga_s2am_ard_3/55/HFB/2020/06/18/20200618T032225/ga_s2am_nbart_3-2-1_55HFB_2020-06-18_final_band03.tif", | |
"bandName": "green" | |
}, | |
{ | |
"url": "https://dea-public-data.s3.ap-southeast-2.amazonaws.com/baseline/ga_s2am_ard_3/55/HFB/2020/06/18/20200618T032225/ga_s2am_nbart_3-2-1_55HFB_2020-06-18_final_band02.tif", | |
"bandName": "blue" | |
}, | |
{ | |
"url": "https://dea-public-data.s3.ap-southeast-2.amazonaws.com/baseline/ga_s2am_ard_3/55/HFB/2020/06/18/20200618T032225/ga_s2am_nbart_3-2-1_55HFB_2020-06-18_final_band08.tif", | |
"bandName": "nir_1" | |
} | |
], | |
"style": [ | |
{ | |
"functionName": "trueColour", | |
"functionInputs": ["red", "green", "blue"] | |
}, | |
{ | |
"functionName": "ndvi", | |
"functionInputs": ["red", "nir_1"] | |
} | |
] | |
} | |
], | |
"viewerMode": "3dSmooth", | |
"baseMaps": { | |
"defaultBaseMapId": "basemap-positron", | |
"previewBaseMapId": "basemap-positron" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment