We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66dfe0 commit c7c34a5Copy full SHA for c7c34a5
.github/workflows/extract-cog-metadata.yml
@@ -88,7 +88,7 @@ jobs:
88
my_metadata=$(echo $metadata | jq '.files[],.stac."proj:epsg",.stac."proj:projjson".id.code,.metadata.IMAGE_STRUCTURE.LAYOUT,.metadata.IMAGE_STRUCTURE.COMPRESSION,.metadata.IMAGE_STRUCTURE.LERC_VERSION,.metadata.IMAGE_STRUCTURE.MAX_Z_ERROR,.metadata.IMAGE_STRUCTURE.JPEG_QUALITY,.bands[].type,.bands[].min,.bands[].minimum,.bands[].max,.bands[].maximum,.bands[].noDataValue' | tr '\n' ',' | sed 's/,$//' | sed 's/\/vsicurl\///')
89
#echo $my_datadata
90
echo "https://map.geo.admin.ch/#/map?bgLayer=ch.swisstopo.pixelkarte-grau&layers=COG%7C$url,$my_metadata" >> metadata.csv
91
- echo "| https://map.geo.admin.ch/#/map?bgLayer=ch.swisstopo.pixelkarte-grau&layers=COG%7C$url,$my_metadata |" | sed 's/,/ | /g' | sed 's/\"//' >> metadata.md
+ echo "| https://map.geo.admin.ch/#/map?bgLayer=ch.swisstopo.pixelkarte-grau&layers=COG%7C$url,$my_metadata |" | sed 's/,/ | /g' | sed 's/\"//g' >> metadata.md
92
done
93
cat metadata.csv
94
0 commit comments