Skip to content

Commit

Permalink
GTC-2573 Update Peru concessions
Browse files Browse the repository at this point in the history
  • Loading branch information
manukala6 committed Nov 30, 2023
1 parent 054a820 commit 16d5f15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/raster-catalog-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
{
"name":"wdpa_protected_areas",
"source_uri":"s3://gfw-data-lake/wdpa_protected_areas/v202302/raster/epsg-4326/{grid_size}/{row_count}/iucn_cat/geotiff/{tile_id}.tif"
"source_uri":"s3://gfw-data-lake/wdpa_protected_areas/v202310/raster/epsg-4326/{grid_size}/{row_count}/iucn_cat/geotiff/{tile_id}.tif"
},
{
"name":"gfw_oil_gas",
Expand Down Expand Up @@ -162,11 +162,11 @@
},
{
"name":"gfw_planted_forests",
"source_uri":"s3://gfw-data-lake/gfw_planted_forests/v20201209/raster/epsg-4326/{grid_size}/{row_count}/type/geotiff/{tile_id}.tif"
"source_uri":"s3://gfw-data-lake/gfw_planted_forests/v20230911/raster/epsg-4326/{grid_size}/{row_count}/type/geotiff/{tile_id}.tif"
},
{
"name":"per_forest_concessions",
"source_uri":"s3://gfw-data-lake/per_forest_concessions/v201610/raster/epsg-4326/{grid_size}/{row_count}/type/geotiff/{tile_id}.tif"
"source_uri":"s3://gfw-data-lake/osinfor_per_forest_concessions/v2023/raster/epsg-4326/{grid_size}/{row_count}/type/geotiff/{tile_id}.tif"
},
{
"name":"osinfor_peru_permanent_production_forests",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ case class PeruForestConcessions(gridTile: GridTile, kwargs: Map[String, Any])
def lookup(value: Int): String = value match {
case 1 => "Conservation"
case 2 => "Ecotourism"
case 3 => "Nontimber Forest Poducts (Nuts)"
case 4 => "Nontimber Forest Poducts (Shiringa)"
case 5 => "Reforestation"
case 6 => "Timber Concession"
case 7 => "Wildlife"
case 3 => "Timber Concession"
case 4 => "Nontimber Forest Poducts (Chestnut)"
case 5 => "Native Community"
case 6 => "Private Property (Forest Permit)"
case _ => ""
}
}

0 comments on commit 16d5f15

Please sign in to comment.