Created
June 27, 2023 02:36
-
-
Save staffordsmith83/ed48ca27d1c4c8d36d130ce6a8098fd7 to your computer and use it in GitHub Desktop.
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 Test Stafs NIDEM layer", | |
"type": "cog", | |
"url": "https://stafs-cogs.s3.ap-southeast-2.amazonaws.com/NIDEM_weboptimised_cog_4326.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 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