Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small pacific islands missing in the habitat map owing to gaps in Copernicus #4

Open
Martin-Jung opened this issue Dec 17, 2020 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@Martin-Jung
Copy link
Owner

Reported by @rasenior :

Small islands in the pacific are currently missing the habitat map. This is due to data gaps in the underlying Copernicus product, which can be visualized as follows:

var dataset = ee.Image("COPERNICUS/Landcover/100m/Proba-V-C3/Global/2019")
.select('discrete_classification');
Map.setCenter(-88.6, 26.4, 1);
Map.addLayer(dataset, {}, "Land Cover");

Could potentially be fixed by implementing a data fusion approach, reverting to other global land cover products (ESA?) for these regions only. Although resolution won't be as high as for the rest of the world, but better than a data gap...

@Martin-Jung Martin-Jung added bug Something isn't working enhancement New feature or request labels Dec 17, 2020
@Martin-Jung Martin-Jung self-assigned this Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant