Skip to content

Commit

Permalink
Extend layer with CC
Browse files Browse the repository at this point in the history
  • Loading branch information
zansinergise committed Aug 19, 2024
1 parent 7ace13b commit ea888dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layer/S3OLCIL2CDASLayer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { DATASET_CDAS_S3OLCIL2 } from './dataset';
import { S3OLCILayer } from './S3OLCILayer';
import { S3SLSTRCDASLayer } from './S3SLSTRCDASLayer';

export class S3OLCIL2CDASLayer extends S3OLCILayer {
export class S3OLCIL2CDASLayer extends S3SLSTRCDASLayer {
public readonly dataset = DATASET_CDAS_S3OLCIL2;
}

0 comments on commit ea888dc

Please sign in to comment.