Last active
September 1, 2023 00:02
-
-
Save staffordsmith83/b277bb86fc5902d924e5d3cf8ae91146 to your computer and use it in GitHub Desktop.
COG examples simple json with cog-composite
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"] | |
} | |
] | |
}, | |
{ | |
"name": "COG Test Stafs NIDEM layer", | |
"type": "cog", | |
"url": "https://stafs-cogs.s3.ap-southeast-2.amazonaws.com/NIDEM_weboptimised_cog_4326.tif" | |
}, | |
{ | |
"name": "COG Test Stafs NIDEM layer - properly in 4326", | |
"type": "cog", | |
"url": "https://stafs-cogs.s3.ap-southeast-2.amazonaws.com/NIDEM_weboptimised_cog_4326b.tif" | |
}, | |
{ | |
"name": "DEA single band wetness index", | |
"type": "cog", | |
"url": "https://dea-public-data.s3.ap-southeast-2.amazonaws.com/derivative/ga_ls_tc_pc_cyear_3/1-0-0/x17/y37/2022--P1Y/ga_ls_tc_pc_cyear_3_x17y37_2022--P1Y_final_wet_pc_50.tif" | |
}, | |
{ | |
"name": "DEA single band wetness index - Reprojected to EPSG:4326 and served from s3://stafs-cogs", | |
"type": "cog", | |
"url": "https://stafs-cogs.s3.ap-southeast-2.amazonaws.com/ga_ls_tc_pc_cyear_3_x17y37_2022--P1Y_final_wet_pc_50_4326.tif" | |
}, | |
{ | |
"name": "DEA single band wetness index - Reprojected to EPSG:3857 and served from s3://stafs-cogs", | |
"type": "cog", | |
"url": "https://stafs-cogs.s3.ap-southeast-2.amazonaws.com/ga_ls_tc_pc_cyear_3_x17y37_2022--P1Y_final_wet_pc_50_3857.tif" | |
}, | |
{ | |
"name": "COG Test Uluru", | |
"type": "cog", | |
"url": "https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/52/J/FS/2023/5/S2A_52JFS_20230501_0_L2A/TCI.tif" | |
}, | |
{ | |
"name": "COG Test Uluru DISABLED FEATURE PICKING", | |
"type": "cog", | |
"url": "https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/52/J/FS/2023/5/S2A_52JFS_20230501_0_L2A/TCI.tif", | |
"allowFeaturePicking": false | |
}, | |
{ | |
"name": "COG Test Whian Whian", | |
"type": "cog", | |
"url": "https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/56/J/NP/2023/4/S2A_56JNP_20230410_0_L2A/TCI.tif" | |
}, | |
{ | |
"name": "COG Test Whian Whian - reprojected to 4326", | |
"type": "cog", | |
"url": "https://stafs-cogs.s3.ap-southeast-2.amazonaws.com/Whian_Whian_TCI_4326_cog.tif" | |
}, | |
{ | |
"name": "COG Test Whian Whian SINGLE BAND", | |
"type": "cog", | |
"url": "https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/56/J/NP/2023/4/S2A_56JNP_20230410_0_L2A/B04.tif" | |
}, | |
{ | |
"name": "NIDEM tile from DEA", | |
"type": "cog", | |
"url": "https://dea-public-data.s3.amazonaws.com/nidem/v1.0.0/lon_122/lat_-17/NIDEM_15_122.12_-17.22.tif" | |
} | |
], | |
"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