-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 1.23 KB
/
Copy pathDESCRIPTION
File metadata and controls
25 lines (25 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: Cell2FireR
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
Version: 0.0.0.9810
Authors@R: person("Francesco", "Pirotti", , "francesco.pirotti@unipd.it", role = c("aut", "cre"))
Description: a bridge between R and the Cell2Fire C++ executable. It automates several tedious steps:
**Workspace Management**: Creates timestamped instance and result directories for every run.
**Data Preparation**: Links or copies required landscape rasters (Fuel, Elevation, Slope, etc.) into a standardized format for the simulator.
**Auto-Conversion**: Detects if fuel rasters are not in the required 32/64-bit format and converts them to `INT4U` automatically.
**Spatial Alignment**: Automatically transforms ignition point coordinates to match the Coordinate Reference System (CRS) of the fuel raster.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
dplyr,
lubridate,
processx,
sf,
jsonlite,
terra,
utils
Suggests:
shiny
URL: https://github.com/fpirotti/Cell2FireR
BugReports: https://github.com/fpirotti/Cell2FireR/issues