eurodatacube / public-collections

Containing meta-data about the data collections available within Euro Data Cube, both core ones as well as the ones provided by users
https://collections.eurodatacube.com/
Apache License 2.0
10 stars 20 forks source link

remove space causing problems in generated json #294

Closed dthiex closed 1 year ago

dthiex commented 1 year ago

Fixes an issue where there was an empty space too much in the generated json

{
  "href": "https://sentinels.copernicus.eu/documents/247904/690755/Sentinel_Data_Legal_Notice",
  "rel": "license",
  "type":  "application/pdf" , // <- HERE
  "title": "License"
}
dgostencnik commented 1 year ago

Did this cause a problem anywhere?

dthiex commented 1 year ago

Did this cause a problem anywhere?

Not yet (and I don't know if it ever would). We noticed it when looking into something else and as it is a tiny fix I wanted to still have it "correct".