Question about landcover layer attribution #607
-
|
Hello, I have a question regarding the landcover layer attribution, as it is unclear to me. It seems that the landcover layer uses data from Daylight, which in turn uses data from ESA WorldCover. This is stated in the docs and in the license data:
It also seems that the landcover layer is included in the daily basemap builds. Looking at the ESA website, using the ESA WorldCover dataset requires attribution: However, the basemap attribution contains only OpenStreetMap. Additionally, when building a custom basemap, it seems that data from Daylight / ESA WorldCover is also included by default. So my questions are:
Thanks in advance - I want to make sure I'm attributing the data correctly. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You are referring to the attribution in the corner of an interactive web map ("corner attribution") and not attribution-required licenses in general, such as Creative Commons CC-BY. It's a well established convention by the OpenStreetMap foundation to attribute "© OpenStreetMap" in the corner of interactive maps: https://osmfoundation.org/wiki/Licence/Attribution_Guidelines but other licenses requiring attribution are not explicit about the form of attribution. Using corner attribution for the name and links of every CC-BY dataset that's part of OSM or Daylight would not fit in limited screen size, so the data license markdown file in this repo provides sources for where the data came from: https://github.com/protomaps/basemaps/blob/main/LICENSE_DATA.md#daylight-landcover For your specific questions:
Yes, because they depend on the Daylight dataset for the landcover.
Yes, if you are using the
Yes, because ESA WorldCover is a CC-BY source, so you would need attribution in some form depending on how your project is distributed. I am open to suggestions on better attribution guidelines, example: having a
I'm not certain which one the last Daylight build uses but if you can determine this from the dataset that would be useful for others. |
Beta Was this translation helpful? Give feedback.
You are referring to the attribution in the corner of an interactive web map ("corner attribution") and not attribution-required licenses in general, such as Creative Commons CC-BY. It's a well established convention by the OpenStreetMap foundation to attribute "© OpenStreetMap" in the corner of interactive maps: https://osmfoundation.org/wiki/Licence/Attribution_Guidelines but other licenses requiring attribution are not explicit about the form of attribution.
Using corner attribution for the name and links of every CC-BY dataset that's part of OSM or Daylight would not fit in limited screen size, so the data license markdow…