Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

readme.html

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <link rel="stylesheet" href="https://assets.opendata.aws/css/bootstrap.min.css" integrity="sha384-QgMEqHzUTK+LoHUhEPkPPb5doQ7O2/sBRiq03GWdbo3k3eNPu/LMiRtrWI+SdVzu" crossorigin="anonymous">
  7. <link rel="stylesheet" href="https://assets.opendata.aws/css/awsod.css" integrity="sha384-xJI5lYTAHi5szIar83e2pooIt8BOLN3vGa4dRrLi07y45XFAbgzl9F0mMNyw5SzN" crossorigin="anonymous">
  8. <title>ESA WorldCover</title>
  9. </head>
  10. <body>
  11. <div class="container">
  12. <div class="col-md-8 col-md-offset-2">
  13. <h1>ESA WorldCover</h1>
  14. <p>ESA WorldCover is a derived product. More information about the data can be found <a href="https://esa-worldcover.s3.amazonaws.com/v100/2020/docs/WorldCover_PUM_V1.0.pdf">here</a>.
  15. <BR><BR>
  16. Basic facts about the data:
  17. <ul>
  18. <li>Time period: 2020</li>
  19. <li>Resolution: 10m</li>
  20. <li>CRS: EPSG:4326</li>
  21. <li>Format: COG</li>
  22. <li>Technical manual: <a href="https://esa-worldcover.s3.amazonaws.com/v100/2020/docs/WorldCover_PUM_V1.0.pdf">Document</a></li>
  23. </ul>
  24. <h2>Data structure</h2>
  25. The ESA WorldCover 10 m 2020 V100 product is delivered in 3x3 degree tiles as Cloud Optimized GeoTIFFs (COGs) in EPSG:4326 projection (geographic latitude/longitude CRS). There are 2651 tiles
  26. <BR><BR>
  27. Each tile contains 2 data layers:
  28. <ul>
  29. <li>Map: Land cover map with 11 classes, a total of approximately 117 GB</li>
  30. <li>InputQuality: Three band GeoTIFF providing three per pixel quality indicators of the Sentinel-1 and Sentinel-2 input data </li>
  31. </ul>
  32. <h2 id="accessing-the-esa-worldcover-dataset">Accessing the ESA WorldCover collection</h2>
  33. <p>If you use the AWS Command Line Interface, you can list data in the bucket with the &ldquo;ls&rdquo; command:
  34. </p>
  35. <p>
  36. <code>aws s3 ls s3://esa-worldcover/</code> and <code>aws s3 ls s3://esa-worldcover/</code>
  37. </p>
  38. <h2 id="license">License</h2>
  39. If you are using the data as a layer in a published map, please include the following attribution text:
  40. <br><br>
  41. © ESA WorldCover project 2020 / Contains modified Copernicus Sentinel data (2020) processed by ESA WorldCover consortium’
  42. <br><br>
  43. To cite these maps as data source in your publication, please add:
  44. <br><br>
  45. Zanaga, D., Van De Kerchove, R., De Keersmaecker, W., Souverijns, N., Brockmann, C., Quast, R., Wevers, J., Grosu, A., Paccini, A., Vergnaud, S., Cartus, O., Santoro, M., Fritz, S., Georgieva, I., Lesiv, M., Carter, S., Herold, M., Li, Linlin, Tsendbazar, N.E., Ramoino, F., Arino, O., 2021. ESA WorldCover 10 m 2020 v100. https://doi.org/10.5281/zenodo.5571936
  46. <footer>
  47. <hr>
  48. <a href="http://aws.amazon.com/public-datasets">AWS Public Datasets</a>
  49. </footer>
  50. </div>
  51. </div>
  52. </body>
  53. </html>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...