├── .gitignore ├── .idea ├── .gitignore ├── gee_lib.iml ├── jupyter-settings.xml ├── misc.xml ├── modules.xml └── vcs.xml ├── AOI MAP potential go zone.html ├── LICENSE ├── README.md ├── __init__.py ├── archieve ├── .ipynb_checkpoints │ ├── QuickCheck_Sentinel_Hansen_v3-checkpoint.ipynb │ ├── QuickCheck_Sentinel_Hansen_v4-checkpoint.ipynb │ ├── QuickCheck_Sentinel_Hansen_v5-checkpoint.ipynb │ └── QuickCheck_Sentinel_Hansen_v6-checkpoint.ipynb ├── QuickCheck_Sentinel_Hansen_v1.ipynb ├── QuickCheck_Sentinel_Hansen_v2.ipynb ├── QuickCheck_Sentinel_Hansen_v3.ipynb ├── QuickCheck_Sentinel_Hansen_v4.ipynb ├── QuickCheck_Sentinel_Hansen_v5.ipynb └── QuickCheck_Sentinel_Hansen_v6.ipynb ├── example_usage.ipynb ├── notebooks ├── FCD_ASYNC.ipynb ├── FCD_Carbon_equation.ipynb ├── FCD_Change_PCA_LULC.ipynb ├── FCD_testing_class_based.ipynb ├── ML_implementation_from_arcgis.ipynb ├── QuickCheck_Carbon_AR_Zone_v7.ipynb ├── async_example.ipynb ├── label_mapping.json └── trained_model.pkl ├── osi ├── 00_input │ ├── 20250917_sra_sulawesi_conf.json │ ├── aoi_sra.cpg │ ├── aoi_sra.dbf │ ├── aoi_sra.prj │ ├── aoi_sra.sbn │ ├── aoi_sra.sbx │ ├── aoi_sra.shp │ ├── aoi_sra.shp.xml │ ├── aoi_sra.shx │ ├── balaban_conf.json │ ├── colombia_project.json │ ├── dynamic_baseline │ │ ├── input_fc.gdb │ │ │ ├── a00000001.TablesByName.atx │ │ │ ├── a00000001.gdbindexes │ │ │ ├── a00000001.gdbtable │ │ │ ├── a00000001.gdbtablx │ │ │ ├── a00000002.gdbtable │ │ │ ├── a00000002.gdbtablx │ │ │ ├── a00000003.gdbindexes │ │ │ ├── a00000003.gdbtable │ │ │ ├── a00000003.gdbtablx │ │ │ ├── a00000004.CatItemsByPhysicalName.atx │ │ │ ├── a00000004.CatItemsByType.atx │ │ │ ├── a00000004.FDO_UUID.atx │ │ │ ├── a00000004.gdbindexes │ │ │ ├── a00000004.gdbtable │ │ │ ├── a00000004.gdbtablx │ │ │ ├── a00000004.horizon │ │ │ ├── a00000004.spx │ │ │ ├── a00000005.CatItemTypesByName.atx │ │ │ ├── a00000005.CatItemTypesByParentTypeID.atx │ │ │ ├── a00000005.CatItemTypesByUUID.atx │ │ │ ├── a00000005.gdbindexes │ │ │ ├── a00000005.gdbtable │ │ │ ├── a00000005.gdbtablx │ │ │ ├── a00000006.CatRelsByDestinationID.atx │ │ │ ├── a00000006.CatRelsByOriginID.atx │ │ │ ├── a00000006.CatRelsByType.atx │ │ │ ├── a00000006.FDO_UUID.atx │ │ │ ├── a00000006.gdbindexes │ │ │ ├── a00000006.gdbtable │ │ │ ├── a00000006.gdbtablx │ │ │ ├── a00000007.CatRelTypesByBackwardLabel.atx │ │ │ ├── a00000007.CatRelTypesByDestItemTypeID.atx │ │ │ ├── a00000007.CatRelTypesByForwardLabel.atx │ │ │ ├── a00000007.CatRelTypesByName.atx │ │ │ ├── a00000007.CatRelTypesByOriginItemTypeID.atx │ │ │ ├── a00000007.CatRelTypesByUUID.atx │ │ │ ├── a00000007.gdbindexes │ │ │ ├── a00000007.gdbtable │ │ │ ├── a00000007.gdbtablx │ │ │ ├── a00000009.EditingTemplatesByDatasetGUID.atx │ │ │ ├── a00000009.EditingTemplatesByName.atx │ │ │ ├── a00000009.EditingTemplatesByType.atx │ │ │ ├── a00000009.FDO_GlobalID.atx │ │ │ ├── a00000009.gdbindexes │ │ │ ├── a00000009.gdbtable │ │ │ ├── a00000009.gdbtablx │ │ │ ├── a0000000a.EditingTemplateRelsByDestinationID.atx │ │ │ ├── a0000000a.EditingTemplateRelsByOriginID.atx │ │ │ ├── a0000000a.EditingTemplateRelsByType.atx │ │ │ ├── a0000000a.gdbindexes │ │ │ ├── a0000000a.gdbtable │ │ │ ├── a0000000a.gdbtablx │ │ │ ├── gdb │ │ │ └── timestamps │ │ ├── mof_lc_2022_aoi.cpg │ │ ├── mof_lc_2022_aoi.dbf │ │ ├── mof_lc_2022_aoi.prj │ │ ├── mof_lc_2022_aoi.sbn │ │ ├── mof_lc_2022_aoi.sbx │ │ ├── mof_lc_2022_aoi.shp │ │ ├── mof_lc_2022_aoi.shp.xml │ │ ├── mof_lc_2022_aoi.shx │ │ └── scratch_result.gdb │ │ │ ├── a00000001.TablesByName.atx │ │ │ ├── a00000001.freelist │ │ │ ├── a00000001.gdbindexes │ │ │ ├── a00000001.gdbtable │ │ │ ├── a00000001.gdbtablx │ │ │ ├── a00000002.gdbtable │ │ │ ├── a00000002.gdbtablx │ │ │ ├── a00000003.gdbindexes │ │ │ ├── a00000003.gdbtable │ │ │ ├── a00000003.gdbtablx │ │ │ ├── a00000004.CatItemsByPhysicalName.atx │ │ │ ├── a00000004.CatItemsByType.atx │ │ │ ├── a00000004.FDO_UUID.atx │ │ │ ├── a00000004.freelist │ │ │ ├── a00000004.gdbindexes │ │ │ ├── a00000004.gdbtable │ │ │ ├── a00000004.gdbtablx │ │ │ ├── a00000004.horizon │ │ │ ├── a00000004.spx │ │ │ ├── a00000005.CatItemTypesByName.atx │ │ │ ├── a00000005.CatItemTypesByParentTypeID.atx │ │ │ ├── a00000005.CatItemTypesByUUID.atx │ │ │ ├── a00000005.gdbindexes │ │ │ ├── a00000005.gdbtable │ │ │ ├── a00000005.gdbtablx │ │ │ ├── a00000006.CatRelsByDestinationID.atx │ │ │ ├── a00000006.CatRelsByOriginID.atx │ │ │ ├── a00000006.CatRelsByType.atx │ │ │ ├── a00000006.FDO_UUID.atx │ │ │ ├── a00000006.freelist │ │ │ ├── a00000006.gdbindexes │ │ │ ├── a00000006.gdbtable │ │ │ ├── a00000006.gdbtablx │ │ │ ├── a00000007.CatRelTypesByBackwardLabel.atx │ │ │ ├── a00000007.CatRelTypesByDestItemTypeID.atx │ │ │ ├── a00000007.CatRelTypesByForwardLabel.atx │ │ │ ├── a00000007.CatRelTypesByName.atx │ │ │ ├── a00000007.CatRelTypesByOriginItemTypeID.atx │ │ │ ├── a00000007.CatRelTypesByUUID.atx │ │ │ ├── a00000007.gdbindexes │ │ │ ├── a00000007.gdbtable │ │ │ ├── a00000007.gdbtablx │ │ │ ├── a00000009.EditingTemplatesByDatasetGUID.atx │ │ │ ├── a00000009.EditingTemplatesByName.atx │ │ │ ├── a00000009.EditingTemplatesByType.atx │ │ │ ├── a00000009.FDO_GlobalID.atx │ │ │ ├── a00000009.gdbindexes │ │ │ ├── a00000009.gdbtable │ │ │ ├── a00000009.gdbtablx │ │ │ ├── a0000000a.EditingTemplateRelsByDestinationID.atx │ │ │ ├── a0000000a.EditingTemplateRelsByOriginID.atx │ │ │ ├── a0000000a.EditingTemplateRelsByType.atx │ │ │ ├── a0000000a.gdbindexes │ │ │ ├── a0000000a.gdbtable │ │ │ ├── a0000000a.gdbtablx │ │ │ ├── a0000000c.gdbindexes │ │ │ ├── a0000000c.gdbtable │ │ │ ├── a0000000c.gdbtablx │ │ │ ├── a0000000c.horizon │ │ │ ├── a0000000c.spx │ │ │ ├── gdb │ │ │ └── timestamps │ ├── meta_json │ └── oluba_conf.json ├── 01_output │ ├── conf_acc_Oluba_westnile.txt │ ├── conf_acc_belaban_rayak.txt │ └── conf_acc_project_colombia.txt ├── __init__.py ├── arcpy │ ├── __init__.py │ ├── arcgispro_sa_gee_balaban.ipynb │ ├── arcgispro_sa_gee_colombia.ipynb │ ├── arcgispro_sa_oluba.ipynb │ ├── dynamic_baseline_vm0047_sulawesi.ipynb │ ├── main.py │ └── utils.py ├── area_calc │ ├── __init__.py │ └── main.py ├── auth │ ├── __init__.py │ └── main.py ├── classifying │ ├── __init__.py │ ├── assign_zone.py │ └── utils.py ├── deepL │ ├── __init__.py │ └── main.py ├── exporting_ee │ ├── __init__.py │ └── main.py ├── fcd │ ├── __init__.py │ └── main_fcd.py ├── hansen │ ├── __init__.py │ └── historical_loss.py ├── image_collection │ ├── __init__.py │ ├── cloud_mask.py │ ├── image_collection_composite.py │ ├── main.py │ └── topographic_correction.py ├── legends │ ├── __init__.py │ ├── main.py │ └── utils.py ├── ml │ ├── __init__.py │ └── main.py ├── obia │ ├── __init__.py │ └── main.py ├── pca │ ├── __init__.py │ └── pca_gee.py ├── qgis │ ├── __init__.py │ └── balaban_sa.py ├── setup.py ├── spectral_indices │ ├── __init__.py │ ├── spectral_analysis.py │ └── utils.py └── utils │ ├── __init__.py │ └── main.py ├── requirements.txt ├── shp ├── AOI.cpg ├── AOI.dbf ├── AOI.prj ├── AOI.shp ├── AOI.shx ├── AOI_B30.cpg ├── AOI_B30.dbf ├── AOI_B30.prj ├── AOI_B30.sbn ├── AOI_B30.sbx ├── AOI_B30.shp ├── AOI_B30.shx ├── AOI_gcs.cpg ├── AOI_gcs.dbf ├── AOI_gcs.prj ├── AOI_gcs.shp └── AOI_gcs.shx └── step_conda_arcgis_pro.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/.gitignore -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/.idea/.gitignore -------------------------------------------------------------------------------- /.idea/gee_lib.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/.idea/gee_lib.iml -------------------------------------------------------------------------------- /.idea/jupyter-settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/.idea/jupyter-settings.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /AOI MAP potential go zone.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/AOI MAP potential go zone.html -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /archieve/.ipynb_checkpoints/QuickCheck_Sentinel_Hansen_v3-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/archieve/.ipynb_checkpoints/QuickCheck_Sentinel_Hansen_v3-checkpoint.ipynb -------------------------------------------------------------------------------- /archieve/.ipynb_checkpoints/QuickCheck_Sentinel_Hansen_v4-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/archieve/.ipynb_checkpoints/QuickCheck_Sentinel_Hansen_v4-checkpoint.ipynb -------------------------------------------------------------------------------- /archieve/.ipynb_checkpoints/QuickCheck_Sentinel_Hansen_v5-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/archieve/.ipynb_checkpoints/QuickCheck_Sentinel_Hansen_v5-checkpoint.ipynb -------------------------------------------------------------------------------- /archieve/.ipynb_checkpoints/QuickCheck_Sentinel_Hansen_v6-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/archieve/.ipynb_checkpoints/QuickCheck_Sentinel_Hansen_v6-checkpoint.ipynb -------------------------------------------------------------------------------- /archieve/QuickCheck_Sentinel_Hansen_v1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/archieve/QuickCheck_Sentinel_Hansen_v1.ipynb -------------------------------------------------------------------------------- /archieve/QuickCheck_Sentinel_Hansen_v2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/archieve/QuickCheck_Sentinel_Hansen_v2.ipynb -------------------------------------------------------------------------------- /archieve/QuickCheck_Sentinel_Hansen_v3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/archieve/QuickCheck_Sentinel_Hansen_v3.ipynb -------------------------------------------------------------------------------- /archieve/QuickCheck_Sentinel_Hansen_v4.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/archieve/QuickCheck_Sentinel_Hansen_v4.ipynb -------------------------------------------------------------------------------- /archieve/QuickCheck_Sentinel_Hansen_v5.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/archieve/QuickCheck_Sentinel_Hansen_v5.ipynb -------------------------------------------------------------------------------- /archieve/QuickCheck_Sentinel_Hansen_v6.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/archieve/QuickCheck_Sentinel_Hansen_v6.ipynb -------------------------------------------------------------------------------- /example_usage.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/example_usage.ipynb -------------------------------------------------------------------------------- /notebooks/FCD_ASYNC.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/notebooks/FCD_ASYNC.ipynb -------------------------------------------------------------------------------- /notebooks/FCD_Carbon_equation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/notebooks/FCD_Carbon_equation.ipynb -------------------------------------------------------------------------------- /notebooks/FCD_Change_PCA_LULC.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/notebooks/FCD_Change_PCA_LULC.ipynb -------------------------------------------------------------------------------- /notebooks/FCD_testing_class_based.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/notebooks/FCD_testing_class_based.ipynb -------------------------------------------------------------------------------- /notebooks/ML_implementation_from_arcgis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/notebooks/ML_implementation_from_arcgis.ipynb -------------------------------------------------------------------------------- /notebooks/QuickCheck_Carbon_AR_Zone_v7.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/notebooks/QuickCheck_Carbon_AR_Zone_v7.ipynb -------------------------------------------------------------------------------- /notebooks/async_example.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/notebooks/async_example.ipynb -------------------------------------------------------------------------------- /notebooks/label_mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/notebooks/label_mapping.json -------------------------------------------------------------------------------- /notebooks/trained_model.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/notebooks/trained_model.pkl -------------------------------------------------------------------------------- /osi/00_input/20250917_sra_sulawesi_conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/20250917_sra_sulawesi_conf.json -------------------------------------------------------------------------------- /osi/00_input/aoi_sra.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 -------------------------------------------------------------------------------- /osi/00_input/aoi_sra.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/aoi_sra.dbf -------------------------------------------------------------------------------- /osi/00_input/aoi_sra.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/aoi_sra.prj -------------------------------------------------------------------------------- /osi/00_input/aoi_sra.sbn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/aoi_sra.sbn -------------------------------------------------------------------------------- /osi/00_input/aoi_sra.sbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/aoi_sra.sbx -------------------------------------------------------------------------------- /osi/00_input/aoi_sra.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/aoi_sra.shp -------------------------------------------------------------------------------- /osi/00_input/aoi_sra.shp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/aoi_sra.shp.xml -------------------------------------------------------------------------------- /osi/00_input/aoi_sra.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/aoi_sra.shx -------------------------------------------------------------------------------- /osi/00_input/balaban_conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/balaban_conf.json -------------------------------------------------------------------------------- /osi/00_input/colombia_project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/colombia_project.json -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000001.TablesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000001.TablesByName.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000001.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000001.gdbindexes -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000001.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000001.gdbtable -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000001.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000001.gdbtablx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000002.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000002.gdbtable -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000002.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000002.gdbtablx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000003.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000003.gdbindexes -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000003.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000003.gdbtable -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000003.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000003.gdbtablx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000004.CatItemsByPhysicalName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000004.CatItemsByPhysicalName.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000004.CatItemsByType.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000004.CatItemsByType.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000004.FDO_UUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000004.FDO_UUID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000004.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000004.gdbindexes -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000004.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000004.gdbtable -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000004.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000004.gdbtablx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000004.horizon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000004.horizon -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000004.spx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000004.spx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000005.CatItemTypesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000005.CatItemTypesByName.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000005.CatItemTypesByParentTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000005.CatItemTypesByParentTypeID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000005.CatItemTypesByUUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000005.CatItemTypesByUUID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000005.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000005.gdbindexes -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000005.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000005.gdbtable -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000005.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000005.gdbtablx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000006.CatRelsByDestinationID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000006.CatRelsByDestinationID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000006.CatRelsByOriginID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000006.CatRelsByOriginID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000006.CatRelsByType.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000006.CatRelsByType.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000006.FDO_UUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000006.FDO_UUID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000006.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000006.gdbindexes -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000006.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000006.gdbtable -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000006.gdbtablx: -------------------------------------------------------------------------------- 1 | cf@VL -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000007.CatRelTypesByBackwardLabel.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000007.CatRelTypesByBackwardLabel.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000007.CatRelTypesByDestItemTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000007.CatRelTypesByDestItemTypeID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000007.CatRelTypesByForwardLabel.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000007.CatRelTypesByForwardLabel.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000007.CatRelTypesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000007.CatRelTypesByName.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000007.CatRelTypesByOriginItemTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000007.CatRelTypesByOriginItemTypeID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000007.CatRelTypesByUUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000007.CatRelTypesByUUID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000007.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000007.gdbindexes -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000007.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000007.gdbtable -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000007.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000007.gdbtablx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000009.EditingTemplatesByDatasetGUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000009.EditingTemplatesByDatasetGUID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000009.EditingTemplatesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000009.EditingTemplatesByName.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000009.EditingTemplatesByType.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000009.EditingTemplatesByType.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000009.FDO_GlobalID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000009.FDO_GlobalID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000009.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000009.gdbindexes -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000009.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a00000009.gdbtable -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a00000009.gdbtablx: -------------------------------------------------------------------------------- 1 | cf@VL -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a0000000a.EditingTemplateRelsByDestinationID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a0000000a.EditingTemplateRelsByDestinationID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a0000000a.EditingTemplateRelsByOriginID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a0000000a.EditingTemplateRelsByOriginID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a0000000a.EditingTemplateRelsByType.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a0000000a.EditingTemplateRelsByType.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a0000000a.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a0000000a.gdbindexes -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a0000000a.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/a0000000a.gdbtable -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/a0000000a.gdbtablx: -------------------------------------------------------------------------------- 1 | cf@VL -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/gdb: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/input_fc.gdb/timestamps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/input_fc.gdb/timestamps -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/mof_lc_2022_aoi.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/mof_lc_2022_aoi.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/mof_lc_2022_aoi.dbf -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/mof_lc_2022_aoi.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/mof_lc_2022_aoi.prj -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/mof_lc_2022_aoi.sbn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/mof_lc_2022_aoi.sbn -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/mof_lc_2022_aoi.sbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/mof_lc_2022_aoi.sbx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/mof_lc_2022_aoi.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/mof_lc_2022_aoi.shp -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/mof_lc_2022_aoi.shp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/mof_lc_2022_aoi.shp.xml -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/mof_lc_2022_aoi.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/mof_lc_2022_aoi.shx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000001.TablesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000001.TablesByName.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000001.freelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000001.freelist -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000001.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000001.gdbindexes -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000001.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000001.gdbtable -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000001.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000001.gdbtablx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000002.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000002.gdbtable -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000002.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000002.gdbtablx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000003.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000003.gdbindexes -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000003.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000003.gdbtable -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000003.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000003.gdbtablx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000004.CatItemsByPhysicalName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000004.CatItemsByPhysicalName.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000004.CatItemsByType.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000004.CatItemsByType.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000004.FDO_UUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000004.FDO_UUID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000004.freelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000004.freelist -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000004.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000004.gdbindexes -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000004.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000004.gdbtable -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000004.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000004.gdbtablx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000004.horizon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000004.horizon -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000004.spx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000004.spx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000005.CatItemTypesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000005.CatItemTypesByName.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000005.CatItemTypesByParentTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000005.CatItemTypesByParentTypeID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000005.CatItemTypesByUUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000005.CatItemTypesByUUID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000005.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000005.gdbindexes -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000005.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000005.gdbtable -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000005.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000005.gdbtablx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000006.CatRelsByDestinationID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000006.CatRelsByDestinationID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000006.CatRelsByOriginID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000006.CatRelsByOriginID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000006.CatRelsByType.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000006.CatRelsByType.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000006.FDO_UUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000006.FDO_UUID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000006.freelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000006.freelist -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000006.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000006.gdbindexes -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000006.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000006.gdbtable -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000006.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000006.gdbtablx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000007.CatRelTypesByBackwardLabel.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000007.CatRelTypesByBackwardLabel.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000007.CatRelTypesByDestItemTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000007.CatRelTypesByDestItemTypeID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000007.CatRelTypesByForwardLabel.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000007.CatRelTypesByForwardLabel.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000007.CatRelTypesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000007.CatRelTypesByName.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000007.CatRelTypesByOriginItemTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000007.CatRelTypesByOriginItemTypeID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000007.CatRelTypesByUUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000007.CatRelTypesByUUID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000007.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000007.gdbindexes -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000007.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000007.gdbtable -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000007.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000007.gdbtablx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000009.EditingTemplatesByDatasetGUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000009.EditingTemplatesByDatasetGUID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000009.EditingTemplatesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000009.EditingTemplatesByName.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000009.EditingTemplatesByType.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000009.EditingTemplatesByType.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000009.FDO_GlobalID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000009.FDO_GlobalID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000009.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000009.gdbindexes -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000009.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a00000009.gdbtable -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a00000009.gdbtablx: -------------------------------------------------------------------------------- 1 | cf@VL -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000a.EditingTemplateRelsByDestinationID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000a.EditingTemplateRelsByDestinationID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000a.EditingTemplateRelsByOriginID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000a.EditingTemplateRelsByOriginID.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000a.EditingTemplateRelsByType.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000a.EditingTemplateRelsByType.atx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000a.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000a.gdbindexes -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000a.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000a.gdbtable -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000a.gdbtablx: -------------------------------------------------------------------------------- 1 | cf@VL -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000c.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000c.gdbindexes -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000c.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000c.gdbtable -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000c.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000c.gdbtablx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000c.horizon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000c.horizon -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000c.spx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/a0000000c.spx -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/gdb: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /osi/00_input/dynamic_baseline/scratch_result.gdb/timestamps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/dynamic_baseline/scratch_result.gdb/timestamps -------------------------------------------------------------------------------- /osi/00_input/meta_json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/meta_json -------------------------------------------------------------------------------- /osi/00_input/oluba_conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/00_input/oluba_conf.json -------------------------------------------------------------------------------- /osi/01_output/conf_acc_Oluba_westnile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/01_output/conf_acc_Oluba_westnile.txt -------------------------------------------------------------------------------- /osi/01_output/conf_acc_belaban_rayak.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/01_output/conf_acc_belaban_rayak.txt -------------------------------------------------------------------------------- /osi/01_output/conf_acc_project_colombia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/01_output/conf_acc_project_colombia.txt -------------------------------------------------------------------------------- /osi/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/__init__.py -------------------------------------------------------------------------------- /osi/arcpy/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /osi/arcpy/arcgispro_sa_gee_balaban.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/arcpy/arcgispro_sa_gee_balaban.ipynb -------------------------------------------------------------------------------- /osi/arcpy/arcgispro_sa_gee_colombia.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/arcpy/arcgispro_sa_gee_colombia.ipynb -------------------------------------------------------------------------------- /osi/arcpy/arcgispro_sa_oluba.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/arcpy/arcgispro_sa_oluba.ipynb -------------------------------------------------------------------------------- /osi/arcpy/dynamic_baseline_vm0047_sulawesi.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/arcpy/dynamic_baseline_vm0047_sulawesi.ipynb -------------------------------------------------------------------------------- /osi/arcpy/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/arcpy/main.py -------------------------------------------------------------------------------- /osi/arcpy/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/arcpy/utils.py -------------------------------------------------------------------------------- /osi/area_calc/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /osi/area_calc/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/area_calc/main.py -------------------------------------------------------------------------------- /osi/auth/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/auth/__init__.py -------------------------------------------------------------------------------- /osi/auth/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/auth/main.py -------------------------------------------------------------------------------- /osi/classifying/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /osi/classifying/assign_zone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/classifying/assign_zone.py -------------------------------------------------------------------------------- /osi/classifying/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/classifying/utils.py -------------------------------------------------------------------------------- /osi/deepL/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /osi/deepL/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/deepL/main.py -------------------------------------------------------------------------------- /osi/exporting_ee/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /osi/exporting_ee/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/exporting_ee/main.py -------------------------------------------------------------------------------- /osi/fcd/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/fcd/__init__.py -------------------------------------------------------------------------------- /osi/fcd/main_fcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/fcd/main_fcd.py -------------------------------------------------------------------------------- /osi/hansen/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /osi/hansen/historical_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/hansen/historical_loss.py -------------------------------------------------------------------------------- /osi/image_collection/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /osi/image_collection/cloud_mask.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/image_collection/cloud_mask.py -------------------------------------------------------------------------------- /osi/image_collection/image_collection_composite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/image_collection/image_collection_composite.py -------------------------------------------------------------------------------- /osi/image_collection/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/image_collection/main.py -------------------------------------------------------------------------------- /osi/image_collection/topographic_correction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/image_collection/topographic_correction.py -------------------------------------------------------------------------------- /osi/legends/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /osi/legends/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/legends/main.py -------------------------------------------------------------------------------- /osi/legends/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/legends/utils.py -------------------------------------------------------------------------------- /osi/ml/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /osi/ml/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/ml/main.py -------------------------------------------------------------------------------- /osi/obia/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /osi/obia/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/obia/main.py -------------------------------------------------------------------------------- /osi/pca/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /osi/pca/pca_gee.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/pca/pca_gee.py -------------------------------------------------------------------------------- /osi/qgis/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /osi/qgis/balaban_sa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/qgis/balaban_sa.py -------------------------------------------------------------------------------- /osi/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/setup.py -------------------------------------------------------------------------------- /osi/spectral_indices/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /osi/spectral_indices/spectral_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/spectral_indices/spectral_analysis.py -------------------------------------------------------------------------------- /osi/spectral_indices/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/spectral_indices/utils.py -------------------------------------------------------------------------------- /osi/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/utils/__init__.py -------------------------------------------------------------------------------- /osi/utils/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/osi/utils/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/requirements.txt -------------------------------------------------------------------------------- /shp/AOI.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 -------------------------------------------------------------------------------- /shp/AOI.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/shp/AOI.dbf -------------------------------------------------------------------------------- /shp/AOI.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/shp/AOI.prj -------------------------------------------------------------------------------- /shp/AOI.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/shp/AOI.shp -------------------------------------------------------------------------------- /shp/AOI.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/shp/AOI.shx -------------------------------------------------------------------------------- /shp/AOI_B30.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 -------------------------------------------------------------------------------- /shp/AOI_B30.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/shp/AOI_B30.dbf -------------------------------------------------------------------------------- /shp/AOI_B30.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/shp/AOI_B30.prj -------------------------------------------------------------------------------- /shp/AOI_B30.sbn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/shp/AOI_B30.sbn -------------------------------------------------------------------------------- /shp/AOI_B30.sbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/shp/AOI_B30.sbx -------------------------------------------------------------------------------- /shp/AOI_B30.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/shp/AOI_B30.shp -------------------------------------------------------------------------------- /shp/AOI_B30.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/shp/AOI_B30.shx -------------------------------------------------------------------------------- /shp/AOI_gcs.cpg: -------------------------------------------------------------------------------- 1 | ISO-8859-1 -------------------------------------------------------------------------------- /shp/AOI_gcs.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/shp/AOI_gcs.dbf -------------------------------------------------------------------------------- /shp/AOI_gcs.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/shp/AOI_gcs.prj -------------------------------------------------------------------------------- /shp/AOI_gcs.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/shp/AOI_gcs.shp -------------------------------------------------------------------------------- /shp/AOI_gcs.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/shp/AOI_gcs.shx -------------------------------------------------------------------------------- /step_conda_arcgis_pro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miqbalf/GEE_notebook_Forestry/HEAD/step_conda_arcgis_pro.txt --------------------------------------------------------------------------------