Skip to content

Commit

Permalink
add S5P_NO2.json collection format
Browse files Browse the repository at this point in the history
  • Loading branch information
appelmar committed Mar 4, 2024
1 parent dbfe8f6 commit 461568b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions inst/formats/S5P_NO2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"description": "Image collection format for Sentinel 5P Level 2 data (NO2 and QA bands only)",
"tags": ["Sentinel", "Copernicus", "Planetary-Computer", "S5P"],
"pattern": ".*/PRODUCT/(qa_value|nitrogendioxide_tropospheric_column)$",
"srs" : "EPSG:4326",
"subdatasets" : true,
"images": {
"pattern": ".*(S5P_.*)\\.nc.*"
},
"datetime": {
"pattern": ".+_(\\d{8}T\\d{6})_\\d{8}T\\d{6}_\\d{5}_\\d{2}_\\d{6}_\\d{8}T\\d{6}\\.nc.*",
"format": "%Y%m%dT%H%M%S"
},
"bands": {
"qa_value": {
"pattern": ".+\/PRODUCT\/qa_value.*"
},
"no2": {
"pattern": ".+\/PRODUCT\/nitrogendioxide_tropospheric_column.*"
}
}
}

0 comments on commit 461568b

Please sign in to comment.