Skip to content

elith95/imageRy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

191 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imageRy

Manipulate and share raster images in R. Original code by Duccio Rocchini, Ludovico Chieffallo, Giovanni Andrea Nocera, Giacomo Panza, Michele Torresani and Elisa Thouverai.

NEW: Rapid guide available!

Note Rapid guide here to be update with im.import()

Packages needed

Warning Packages needed to properly run imageRY:

  • library(imageRy)
  • library(terra)
  • library(ggplot2)
  • library(viridis)
  • library(fields)

Directly import data with the im.import function

im.list()

mato2 <- im.import("matogrosso_ast_2006209_lrg.jpg")

Things we are checking

Warning Things to be checked:

  • manuals
  • add description of data from Ludovico
  • im.dvi(): remove ggplot()
  • im.ndvi(): remove ggplot()
  • im.import(): also import several layers via pattern=""
  • Manuals under implementation

About

An R package for importaing several imagery datasets altogether

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 99.9%
  • R 0.1%