-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
102 changed files
with
4,567 additions
and
1,423 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^anap.txt$ | ||
^anap_header.txt$ | ||
^geoSpectral.Rproj | ||
^.*\.Rproj$ # Automatically added by RStudio, | ||
^\.Rproj\.user$ # used for temporary files. | ||
^NEWS\.md$ # A news file written in Markdown | ||
^\.travis\.yml$ # Used for continuous integration testing with travis |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,46 @@ | ||
Package: geoSpectral | ||
Type: Package | ||
Title: Classes and methods for spectral (optical) data | ||
Version: 0.11 | ||
Date: 2012-07-02 | ||
Title: Classes and Methods for Working with Spectral Data with Space-Time Attributes | ||
Version: 0.17.5 | ||
Date: 2020-02-17 | ||
Depends: | ||
R (>= 2.10.0), | ||
R (>= 2.10.0) | ||
Imports: | ||
methods, | ||
rgdal, | ||
dplyr, | ||
spacetime, | ||
reshape2 | ||
Author: Servet Cizmeli | ||
Maintainer: Servet Cizmeli <[email protected]> | ||
Description: This package provides S4 classes and basic manipulation methods | ||
for datasets frequently used in remote sensing, bio-optical oceanography and | ||
environmental and earth sciences. The package is based on the data type called | ||
Spectra which extends the STIDF class of package spacetime. Spatial/temporal and | ||
spectral aspects of Bio-Optical data that are regularly collected during Bio- | ||
Optical oceanography campaigns can be easily represented with the Spectra class. | ||
xts, | ||
maps, | ||
rgdal, | ||
leaflet, | ||
rbokeh, | ||
plotly, | ||
sp, | ||
stats | ||
Author: Servet Ahmet Cizmeli [aut, cre] (<https://orcid.org/0000-0001-6694-9305>) | ||
Authors@R: | ||
person("Servet Ahmet", "Cizmeli", , "[email protected]", c("aut", "cre"), comment = c(ORCID = "0000-0001-6694-9305")) | ||
Maintainer: Servet Ahmet Cizmeli <[email protected]> | ||
URL: https://github.com/PranaGeo/geoSpectral | ||
BugReports: https://github.com/PranaGeo/geoSpectral/issues | ||
Description: Provides S4 classes and data import, preprocessing, graphing, | ||
manipulation and export methods for geo-Spectral datasets (datasets with space/time/spectral | ||
dimensions). These type of data are frequently collected within earth observation projects | ||
(remote sensing, spectroscopy, bio-optical oceanography, mining, agricultural, atmospheric, | ||
environmental or similar branch of science). | ||
License: GPL | ||
LazyLoad: yes | ||
Collate: | ||
geoSpectral.R | ||
SpcHeader-Class.R | ||
SpcHeader-Methods.R | ||
Spectra-Class.R | ||
Spectra-Methods.R | ||
SpcList-Class.R | ||
SpcList-Methods.R | ||
geoSpectral.R | ||
RoxygenNote: 6.0.1 | ||
Suggests: testthat | ||
Spectra-ImportFuns.R | ||
RoxygenNote: 7.0.2 | ||
Suggests: | ||
testthat, | ||
xlsx, | ||
geoSpectral |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,122 @@ | ||
exportPattern("^[[:alpha:]]+") | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export("spc.colnames<-") | ||
export("spc.setheader<-") | ||
export("spc.setinvalid.idx<-") | ||
export("spc.setselected.idx<-") | ||
export("spc.setwavelengths<-") | ||
export(SpcHeaderAdd) | ||
export(SpcList) | ||
export(Spectra) | ||
export(spc.Read_ASD) | ||
export(spc.Read_NOMAD_v2) | ||
export(spc.STI.stdistance) | ||
export(spc.bbox2lines) | ||
export(spc.cname.construct) | ||
export(spc.colMeans) | ||
export(spc.colnames) | ||
export(spc.data2header) | ||
export(spc.example_spectra) | ||
export(spc.export.text) | ||
export(spc.export.xlsx) | ||
export(spc.getheader) | ||
export(spc.getinvalid.idx) | ||
export(spc.getselected.idx) | ||
export(spc.getwavelengths) | ||
export(spc.header.infos) | ||
export(spc.header2data) | ||
export(spc.import.text) | ||
export(spc.interp.spectral) | ||
export(spc.invalid.detect) | ||
export(spc.lapply) | ||
export(spc.lines) | ||
export(spc.make.stindex) | ||
export(spc.makeSpcList) | ||
export(spc.plot) | ||
export(spc.plot.depth) | ||
export(spc.plot.depth.overlay) | ||
export(spc.plot.depth.plotly) | ||
export(spc.plot.grid) | ||
export(spc.plot.map.leaflet) | ||
export(spc.plot.map.plotly) | ||
export(spc.plot.map.rbokeh) | ||
export(spc.plot.overlay) | ||
export(spc.plot.plotly) | ||
export(spc.plot.time) | ||
export(spc.plot.time.plotly) | ||
export(spc.rbind) | ||
export(spc.select) | ||
export(spc.timeMatch) | ||
export(spc.updateheader) | ||
exportClasses(SpcHeader) | ||
exportClasses(SpcHeaderList) | ||
exportClasses(SpcList) | ||
exportClasses(Spectra) | ||
exportMethods("$") | ||
exportMethods("spc.setheader<-") | ||
exportMethods(dim) | ||
exportMethods(head) | ||
exportMethods(names) | ||
exportMethods(ncol) | ||
exportMethods(nrow) | ||
exportMethods(rep) | ||
exportMethods(show) | ||
exportMethods(sort) | ||
exportMethods(spc.data2header) | ||
exportMethods(spc.getheader) | ||
exportMethods(spc.header2data) | ||
exportMethods(spc.invalid.detect) | ||
exportMethods(spc.rbind) | ||
exportMethods(spc.updateheader) | ||
exportMethods(subset) | ||
import(maps) | ||
import(methods) | ||
import(rgdal) | ||
import(sp) | ||
import(spacetime) | ||
import(xts) | ||
importClassesFrom(spacetime,STIDF) | ||
importFrom(dplyr,"%>%") | ||
importFrom(dplyr,everything) | ||
importFrom(dplyr,select) | ||
importFrom(grDevices,dev.new) | ||
importFrom(grDevices,rainbow) | ||
importFrom(graphics,abline) | ||
importFrom(graphics,axis) | ||
importFrom(graphics,box) | ||
importFrom(graphics,grid) | ||
importFrom(graphics,hist) | ||
importFrom(graphics,legend) | ||
importFrom(graphics,lines) | ||
importFrom(graphics,locator) | ||
importFrom(graphics,matlines) | ||
importFrom(graphics,matplot) | ||
importFrom(graphics,matpoints) | ||
importFrom(graphics,mtext) | ||
importFrom(graphics,par) | ||
importFrom(graphics,plot.new) | ||
importFrom(graphics,points) | ||
importFrom(graphics,title) | ||
importFrom(leaflet,"%>%") | ||
importFrom(leaflet,addCircles) | ||
importFrom(leaflet,addTiles) | ||
importFrom(leaflet,leaflet) | ||
importFrom(plotly,add_trace) | ||
importFrom(plotly,layout) | ||
importFrom(plotly,plot_ly) | ||
importFrom(plotly,subplot) | ||
importFrom(plotly,toRGB) | ||
importFrom(rbokeh,"%>%") | ||
importFrom(rbokeh,figure) | ||
importFrom(rbokeh,ly_map) | ||
importFrom(rbokeh,ly_points) | ||
importFrom(sp,Line) | ||
importFrom(sp,Lines) | ||
importFrom(sp,SpatialPoints) | ||
importFrom(sp,coordinates) | ||
importFrom(sp,spDistsN1) | ||
importFrom(stats,approx) | ||
importFrom(stats,time) | ||
importFrom(utils,modifyList) | ||
importFrom(utils,read.table) | ||
importFrom(utils,write.table) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# geoSpectral 0.17.5 (2019-02-17) | ||
|
||
## Package check warnings | ||
|
||
* Fixed the warning during package check : `Documented arguments not in \usage in documentation object spc.setheader<-,list-method: ‘...’` | ||
|
||
## Updated DESCRIPTION | ||
|
||
* Added Orcid info to field : Author | ||
* Added the field : Authors@R | ||
* Added the field : URL | ||
* Added the field : BugReports |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.