Skip to content

Commit

Permalink
fix small error on datum of ifn3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cidree committed Nov 8, 2024
1 parent a8e4e1e commit 0969c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/forest-inventory.R
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ fd_inventory_spain <- function(province,
data_lst$PCDatosMap_sf <- sf::st_as_sf(
x = data_lst$PCDatosMap,
coords = c("CoorX", "CoorY"),
crs = paste0("EPSG:", datum, data_lst$PCDatosMap$Huso[1])
crs = paste0("EPSG:230", data_lst$PCDatosMap$Huso[1])
)
}

Expand Down

0 comments on commit 0969c2c

Please sign in to comment.