ronnyhdez / reclaimed_sites_ab

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

Richard Comments May 19, 2024 #16

Closed rfernand387 closed 5 months ago

rfernand387 commented 6 months ago

Comments on https://ronnyhdez.github.io/reclaimed_sites_ab/abandoned_wells.html as of May 19, 2024.

Acceptable sites

No. We can data mine time between abandoned date and subsequent production date as well.

SUBIR

YES, This is OK.

Yes.

What is the Abandoned date. According to subir an abandoned site with a reclamation certificate was reclaimed. We can still analysze these sites.

ASK SUBIR where the record of dates of RECLAMAtIOn certificate issue is.

ronnyhdez commented 5 months ago

1.1 What is difference between last production date and abandoned date. Should we only consider wells with abandoned date?:

image

I think we can leave out the polygons without abandoned dates out. That would be 543 observations.

ronnyhdez commented 5 months ago

1.2 Abandoned date is sometimes zero, does this means it is still in production?

There is one variable feature_ty which definition is: "The type or category of human footprint feature". In this dataset every observation has the category: "WELL-ABAND", so all the polygons should be abandoned.

When we have 0 in the abandoned date, we have:

And then, the distribution of the last production date observations that are not 0:

image

ronnyhdez commented 5 months ago

3. Area: We need at least 90m x 90m square footprint to get 1 landsat pixel. This is a gis filter but will reduces number of sits considered.

ronnyhdez commented 5 months ago

5. There are 89915 observations with a year reclamation date value of 0. How many are abandoned>max production date?

779 polygons where the production date is more recent than the abandoned date (when not filtering by 0 in reclamation date:

1 less    779
2 more  55022
3 same   7435

With reclamation date not equal to zero:

1 less    155
2 more  16900
3 same   2883

Filtering just by observation with reclamation date == 0:

1 less    624
2 more  38122
3 same   4552

In all of the 3 cases, I'm excluding the observations where there is a 0 in the abandoned date or the last production date

ronnyhdez commented 5 months ago

Changes in ref #22