-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Landcover #154
Comments
The more OSM-y / Tilezen-y
Then on zoom-in, the OSM data can be used instead, with the current OSM derived value moving to kind_detail, and these rollup values used for kind? In the blog post another class was also mentioned, but the download doesn't have it:
See also:
|
@nvkelso desert might be not ideal for esa's "Bare / sparse vegetation" because this landcover type is not only used in real deserts like the Sahara, but also wet mountain areas. For example, the Alps go from "Grass" to "Bare / sparse vegetation" to "Snow and Ice" with increasing altitude... |
Our approach here will start small:
Other data reviewed include:
|
* Use geopackage mirror of daylight dataset from https://daylightmap.org/2023/10/11/landcover.html * remap daylight classes to tilezen-like kinds
* Use geopackage mirror of daylight dataset from https://daylightmap.org/2023/10/11/landcover.html * remap daylight classes to tilezen-like kinds
* add daylight landcover to tileset [#154] * Use geopackage mirror of daylight dataset from https://daylightmap.org/2023/10/11/landcover.html * remap daylight classes to tilezen-like kinds * tiles 3.5.0, changelog
Tileset part merged in tiles 3.5.0; TODO style additions |
* order landcover by kind consistently in tileset [#154]
* bump pmtiles version * tiles 3.5.1 * order landcover by kind consistently in tileset [#154]
Meta is sun-setting the Daylight distribution in favor of Overture Maps https://daylightmap.org/2024/05/03/sunsetting-daylight.html If we want to use their landcover data we now need to check out the Overture Maps data. |
We have this mirrored at https://r2-public.protomaps.com/datasets/daylight-landcover.gpkg , and don't expect the data to change quickly, so we should be isolated from this deprecation for a while... if/when we need to improve the data we can use a from-scratch ESA generated tileset or Overture. |
collapse multiple landuse layers into single layer to fade in after landcover zooms
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [protomaps-themes-base](https://github.com/protomaps/basemaps) | dependencies | minor | [`4.2.0` -> `4.3.0`](https://renovatebot.com/diffs/npm/protomaps-themes-base/4.2.0/4.3.0) | --- ### Release Notes <details> <summary>protomaps/basemaps (protomaps-themes-base)</summary> ### [`v4.3.0`](https://github.com/protomaps/basemaps/blob/HEAD/CHANGELOG.md#Styles-v430) [Compare Source](protomaps/basemaps@1de7755...a5d7f63) - Add landcover styling \[[#​154](protomaps/basemaps#154)] - Adjust appearance of landuse layers to fade in after landcover </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Reviewed-on: https://git.tristess.app/alexandresoro/ouca/pulls/297 Reviewed-by: Alexandre Soro <code@soro.dev> Co-authored-by: renovate <renovate@git.tristess.app> Co-committed-by: renovate <renovate@git.tristess.app>
Description
We want a landcover layer at low zooms from https://daylightmap.org/2023/10/11/landcover.html
Screenshots
Here are some rough previews:
@nvkelso should we put the 7 daylight landcover classes into https://tilezen.readthedocs.io/en/latest/layers/ or invent new kind values?
Barren / Snow / Crop / Shrub / Grass / Forest / Urban
The text was updated successfully, but these errors were encountered: