ronnyhdez / reclaimed_sites_ab

https://ronnyhdez.github.io/reclaimed_sites_ab/
0 stars 0 forks source link

Include water bodies as an asset in GEE #56

Closed ronnyhdez closed 5 months ago

ronnyhdez commented 5 months ago

To continue with ref #47

ronnyhdez commented 5 months ago

In the ... There is one layer called Reservoirs which definition is:

An artificial lake or storage pond resulting from human-made dam. A body of water created by excavation or the man-made damming of a river or stream.

This is one of the datasets I need to identify waterbodies. I need to check the rest of datasets to know which other ones can be used to filter out abandoned wellsites polygons.

That layer can have cases like the following:

image

image

image

Have to look at the definitions in data dictionary document.

ronnyhdez commented 5 months ago

I can include the following dataset:

https://ags.aer.ca/publication/dig-2021-0019

In documentation, it says that it has the following categories:

This land classification raster dataset contains 14 classes: 1 - Water, 2 - Bryoids, 3 - Wetland – Treed, 4 - Herbs, 5 - Exposed/Barren Land, 6 - Shrubland, 7 - Wetland, 8 - Grassland, 9 - Coniferous, 10 - Broadleaf, 11 - Mixedwood, 12 - Agriculture, 13 - Developed, and 14 - Burned Areas.

ronnyhdez commented 5 months ago

Using the Land-use/Land-cover Classification of Alberta, Derived from 2020 Sentinel-2 Multispectral Data here, it's based on reflectance data, and there are things that can look like:

image image image

Seems fine, but there can be other nuances

ronnyhdez commented 5 months ago

In the LCC layer, there are the following categories:

1 = water 3 = wetland - treed 7 = wetland

@rfernand387 should we use just water or all of them?

ronnyhdez commented 5 months ago

in ref #57