Skip to content

🔥 Handling the "Queimadas" database in R

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

m3nin0-labs/inflames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inflames 🔥

The inflames package helps you quickly load and transform data from the Queimadas Database (INPE) into a user-friendly SF object. It leverages the power of data.table and sf for efficient data manipulation and spatial data handling.

Note: This is a hobby project

Installation

You can install the development version of inflames from GitHub with:

# install.packages("devtools")
devtools::install_github("M3nin0/inflames")

Example

The primary function you’ll be using in the inflames package is inflames_read. This function reads data from a specified CSV file from the Queimadas database and converts it into an SF object. Here’s a basic example of how to use it:

library(inflames)

sf_object <- inflames_read('path/to/queimadas/csv/data')

About

🔥 Handling the "Queimadas" database in R

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages