Skip to content

Commit

Permalink
Merge branch 'main' into hotfix/refactor-earthengine-api
Browse files Browse the repository at this point in the history
  • Loading branch information
dhakalaashish authored Apr 26, 2024
2 parents 5648921 + ccf9c64 commit 3d5a47d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class GOES16GeoEventProviderClass implements GeoEventProviderClass {
null,
() => {
console.log('Google Earth Engine authentication successful');
logger(`Google Earth Engine authentication successful`, "info");
resolve();
},
(err) => {
Expand Down Expand Up @@ -164,7 +165,6 @@ class GOES16GeoEventProviderClass implements GeoEventProviderClass {
slice: determineSlice(fireData[1], fireData[0]),
data: {'satellite': clientApiKey, 'slice': slice}
}));

resolve(geoEventsData);
} catch (error) {
console.error('Failed to fetch or process GOES-16 data', error);
Expand Down

0 comments on commit 3d5a47d

Please sign in to comment.