Skip to content

SENTIR: (S)imple lin(E)ar regressio(N) and (T)emporal-dynam(I)c fi(R)e model is a WIP tool for time-series analysis in northwest Brazil using NASA-FIRMS active fire data.

License

Notifications You must be signed in to change notification settings

daviguima/sentir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

SENTIR

(S)imple lin(E)ar regressio(N) and (T)emporal-dynam(I)c fi(R)e model

Authors:

David Franca - dvdgmf (at) gmail.com
Sacha Sianni - sacha (at) ortiz.com.br
Liana Anderson - liana.anderson (at) gmail.com

Latest updated in: 21 Sep 2017

The current script sentir.r is divided in SIX major sections, just open the code and navigate it using CTRL+F to search for each section. Bellow is a summary copy-pasted from the code:

:SEC01-GRID:

Section ONE address the loading of a spatial grid that will hold the minimum unit of analysis.

:SEC02-DATA:

Section TWO loads the fire product from NASA. Detailed info about this product can be found here.

:SEC03-A-F(X):

Section TREE-A is the definition of the model function.

:SEC03-B-RUN:

Section TREE-B is a sample call of the model function.

:SEC04-VLD:

Section FOUR concerns the validation of the model output.

:SEC05-PLOT:

Section FIVE holds the scripts for ploting the model data.

LIBRARIES: Required [r] packages and libs

library(rgdal) # readOGR
library(dplyr) # summarise
library(raster) # raster
library(ggplot2) # plot
library(maptools) # over

About

SENTIR: (S)imple lin(E)ar regressio(N) and (T)emporal-dynam(I)c fi(R)e model is a WIP tool for time-series analysis in northwest Brazil using NASA-FIRMS active fire data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages