ronnyhdez / reclaimed_sites_ab

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

Conditional for setting first fire year after the abandoned year not working #112

Open ronnyhdez opened 4 months ago

ronnyhdez commented 4 months ago

I found this observation:

      "id": "00000000000000000ac0",
      "properties": {
        "area_ha": 0.652911430214151,
        "count": 7,
        "disp_nm": "",
        "fetr_ty": "WELL-ABAND",
        "fieldnm": "",
        "fire_year": 1956,
        "frst_spd_d": 304412400000,
        "frst_spd_y": 1979,
        "hfi_id": "{C6978E53-754B-4B2A-ADE0-040659B78D2B}",
        "intersecting_fires": 3,
        "intersects_industrial": 0,
        "intersects_industrial_buffer": 0,
        "intersects_reservoirs": 0,
        "intersects_reservoirs_buffer": 0,
        "intersects_residential": 0,
        "intersects_residential_buffer": 0,
        "intersects_roads": 0,
        "intersects_roads_buffer": 1,
        "intersects_waterbodies": 0,
        "intersects_waterbody_buffer": 0,
        "lcu_id": "",
        "mn_npr_": 1979,
        "mx_bnd_": 2001,
        "mx_ls__": 1982,
        "nmbr_wl": 1,
        "olsnd__": null,
        "plygn_s": 10,
        "prd_x__": 2,
        "rclmtn_c": 1,
        "rclmtn_d": 2012,
        "rclmtn_s": "reclaimed",
        "shape_r": 6529.114302141515,
        "shp_lng": 333.9761347321883,
        "source": "AHFMP",
        "visible": 1,
        "wll_stt": 1,
        "wllst__": 319196,
        "year": 1979

The abandoned year is "mxbnd": 2001, and the fire_year is "fire_year": 1956,

ronnyhdez commented 4 months ago

Check ref #71 for previous steps.