sentinel-hub / sentinelhub-js

Download and process satellite imagery in JavaScript or TypeScript using Sentinel Hub services.
MIT License
52 stars 8 forks source link

Fix - S3 OLCI L2 extends layer with CC #275

Closed zansinergise closed 2 months ago

zansinergise commented 2 months ago

https://hello.planet.com/code/sentinel-hub/sentinel-frontend/cdse/copernicus-browser/-/issues/208

S3 OLCI does not support cloud coverage, but S3 OLCI L2 does, so I just extended the class with AbstractSentinelHubV3WithCCLayer and added some missing functions specific to S3 OLCI

janybravo commented 2 months ago

Intention of this fix would appear clearer if all commits are squashed into one with message eg. "Fix S3 OLCI L2 for Cloud Coverage to work properly" (+rebased on master). That would possibly help readers tiny bit reading such git message 😃.