Home

Awesome

<h1 align="center">

PYFOREST

</h1> <h2 align="center">

Informing Forest Conservation Regulations in Paraguay

</h2> <h2 align="center"> <img src="https://github.com/cp-PYFOREST/Land-Use-Plan-Simulation/blob/main/img/pyforest_hex_sticker.png" alt="Banner" width="200"> </h2>

Land-Use-Plan-Simulation

<h2 align="center">

Land-Use-Assesment | Land-Use-Plan-Simulation | PYFOREST-ML | PYFOREST-Shiny

</h2>

Documentation

For more detailed information about our project, including our methodologies, data sources, and technical specifications, please refer to our technical documentation.

Table of Contents

Description

Estimating Forest Reserve in Undeveloped Regions

To quantify the area of forest that would be designated for protection under current and alternative laws, we have developed a simulation model that divides the undeveloped Paraguayan Chaco into mock properties. We apply custom functions for each mock property that generate LUP configurations based on the specified legal requirements. By simulating various scenarios with different conservation requirements, we can estimate the potential impact of policy changes on forest conservation in the Paraguayan Chaco.

Alternative Forest Laws

These scenarios were selected to evaluate and compare the potential outcomes of different policy approaches concerning land use planning and forest conservation. Simulating a range of scenarios makes it possible to assess the trade-offs, benefits, and impacts associated with each policy option. The chosen scenarios represent distinct policy directions that Paraguay has considered adopting.

Defining the undeveloped region of the Paraguayan Chaco

Within the study boundary, two distinct regions are defined:

  1. The developed region takes into account urban areas (including roadways), indigenous lands, national parks, and all private cattle ranches registered with INFONA. To develop a ranch, the landowners require deforesting part of the property to plant grass for cattle. Deforestation occurring within the property requires submission of a LUP for approval by INFONA.

  2. The undeveloped region, which accounts for approximately 40% of the Paraguayan Chaco, is defined as the study area excluding the developed region.

The undeveloped region is composed of properties that are likely to become cattle ranches in the future. This area lacks property boundaries and associated LUPs, motivating our creation of mock properties and simulated LUPs, under current and alternative forest laws, in the undeveloped region.

<h2 align="center"> <img src="https://github.com/cp-PYFOREST/.github/blob/main/img/undeveloped-region.png" alt="Undeveloped Region"> </h2>

Creating the mock properties in the undeveloped region

The custom function propety_dimensions was used to determine the dimensions to pass to the cellsize parameter of the R library sf function st_make_grid to make properties of 4,000 ha. The value for the property size was based on the average size of the land plots that the national government sold through the National Institute of Rural Development and Land (INDERT) for livestock farming establishments in the western region (Rojas Villagra & Areco, 2017).

Only properties above 20 ha were selected, as this is the minimum required to register LUPs (Instituto Forestal Nacional, 2001).

<h2 align="center"> <img src="https://github.com/cp-PYFOREST/.github/blob/main/img/obj2-mock-properties.png" alt="Mock Properties"> </h2>

Creating simulated land use plans for each mock property

Each property iterates through a series of custom functions to create a simulation of LUPs. Each LUP has three main categories: forest reserve, paddocks, and hedgerows. If a river crosses the property, an additional category of riparian corridor is added. The functions are flexible enough to create different-size properties and paddocks with customizable aspect ratios. In addition, flexibility is extended to the width of the hedgerows and riparian corridors.

Results

Estimates

Land Use Plan Simulation Estimates for Forest Conserved

Policy Scenario/ SimulationForest ConservedArea Authorized For Deforestation
Current Forest Law3,702,4545,497,236
Promotes Forest Conservation5,589,0183,611,169
Prioritize Cattle Production2,401,4576,798,97
Law Ambiguity2,233,4366,965,255

Table 2: Data Information

DatasetYear(s)SourceData TypeSpatial Reference/ResolutionMetadata
C. Permitted land use1994-2022INFONAPolygonsCRS: WGS 84 / UTM zone 21SMetadata
D. Wildlife Protection Areas2022Ministry of the Environment and Sustainable DevelopmentPolygonsCRS: WGS 84 / UTM zone 21SMetadata
E. Indigenous Land2022Federation for the Self-determination of Indigenous PeoplesPolygonsCRS: WGS 84 / UTM zone 21SMetadata
F. Forest Biome2022INFONAPolygonsCRS: WGS 84 / UTM zone 21SMetadata
H. Hydrography and paths2022National Cadastre ServicePolygonsCRS: WGS 84 / UTM zone 21SMetadata
<h2 align="center"> <img src="https://github.com/cp-PYFOREST/.github/blob/main/img/simulations-bg.jpg" alt="SIM Results"> </h2>

Contributors

Atahualpa Ayala, Dalila Lara, Alexandria Reed, Guillermo Romero Any advise for common problems or issues.

License

This project is licensed under the Apache-2.0 License - see the LICENSE.md file for details