Skip to content

Commit 8449b08

Browse files
committed
updated desc
1 parent 9e37014 commit 8449b08

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
Package: Cell2FireR
2-
Title: aA bridge between R and the Cell2Fire C++ executable. It automates several tedious steps and provides a web-app for user-friendly interaction and capacity building on fire spread simulations.
3-
Version: 0.0.0.9000
4-
Authors@R:
5-
person("First", "Last", , "first.last@example.com", role = c("aut", "cre"))
6-
Description: What the package does (one paragraph).
2+
Title: A bridge between R and the Cell2Fire C++ executable. It automates several tedious steps and provides a web-app for user-friendly interaction and capacity building on fire spread simulations
3+
Version: 0.0.0.9500
4+
Authors@R: person("Francesco", "Pirotti", , "francesco.pirotti@unipd.it", role = c("aut", "cre"))
5+
Description: a bridge between R and the Cell2Fire C++ executable. It automates several tedious steps:
6+
**Workspace Management**: Creates timestamped instance and result directories for every run.
7+
**Data Preparation**: Links or copies required landscape rasters (Fuel, Elevation, Slope, etc.) into a standardized format for the simulator.
8+
**Auto-Conversion**: Detects if fuel rasters are not in the required 32/64-bit format and converts them to `INT4U` automatically.
9+
**Spatial Alignment**: Automatically transforms ignition point coordinates to match the Coordinate Reference System (CRS) of the fuel raster.
710
License: MIT + file LICENSE
811
Encoding: UTF-8
912
Roxygen: list(markdown = TRUE)

0 commit comments

Comments
 (0)