-
Notifications
You must be signed in to change notification settings - Fork 39
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
118 changed files
with
268 additions
and
11,266 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ Package: dtwSat | |
Type: Package | ||
Title: Time-Weighted Dynamic Time Warping for Satellite Image Time Series Analysis | ||
Version: 1.0.0 | ||
Date: 2023-06-30 | ||
Date: 2023-07-31 | ||
Authors@R: | ||
c(person(given = "Victor", | ||
family = "Maus", | ||
|
@@ -30,90 +30,19 @@ Description: Provides an implementation of the Time-Weighted Dynamic Time | |
perform TWDTW analysis for satellite datasets, visualize the results of the analysis, | ||
produce land cover maps, create temporal plots for land cover change, and compute | ||
accuracy metrics. | ||
Depends: | ||
R (>= 3.5.0), | ||
zoo, | ||
raster, | ||
ggplot2 | ||
Imports: | ||
methods, | ||
rgdal, | ||
dtw, | ||
proxy, | ||
scales, | ||
reshape2, | ||
grDevices, | ||
RColorBrewer, | ||
plyr, | ||
stats, | ||
sp, | ||
lubridate, | ||
caret, | ||
mgcv, | ||
xtable, | ||
Rdpack, | ||
data.table, | ||
foreach | ||
Suggests: | ||
gridExtra, | ||
grid, | ||
png, | ||
Hmisc, | ||
rbenchmark, | ||
doParallel, | ||
knitr, | ||
rmarkdown | ||
License: GPL (>= 3) | file LICENSE | ||
URL: https://www.victor-maus.com/dtwSat/, https://github.com/vwmaus/dtwSat/ | ||
License: GPL (>= 3) | ||
URL: https://github.com/vwmaus/dtwSat/ | ||
BugReports: https://github.com/vwmaus/dtwSat/issues/ | ||
Maintainer: Victor Maus <[email protected]> | ||
LazyData: true | ||
VignetteBuilder: | ||
knitr | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
Collate: | ||
'class-crossValidation.R' | ||
'class-twdtwRaster.R' | ||
'class-twdtwAssessment.R' | ||
'class-twdtwTimeSeries.R' | ||
'class-twdtwMatches.R' | ||
'createPatterns.R' | ||
'data.R' | ||
'dtw.R' | ||
'dwtSat.R' | ||
'getInternals.R' | ||
'getMatchingDates.R' | ||
'getTimeSeries.R' | ||
'linearWeight.R' | ||
'logisticWeight.R' | ||
'methods.R' | ||
'miscellaneous.R' | ||
'plot.R' | ||
'plotAccuracy.R' | ||
'plotAdjustedArea.R' | ||
'plotAlignments.R' | ||
'plotArea.R' | ||
'plotChanges.R' | ||
'plotClassification.R' | ||
'plotCostMatrix.R' | ||
'plotDistance.R' | ||
'plotMapSamples.R' | ||
'plotMaps.R' | ||
'plotMatches.R' | ||
'plotPaths.R' | ||
'plotPatterns.R' | ||
'plotTimeSeries.R' | ||
'resampleTimeSeries.R' | ||
'subset.R' | ||
'twdtw.R' | ||
'twdtwApply.R' | ||
'twdtwAssess.R' | ||
'twdtwClassify.R' | ||
'twdtwCrossValidate.R' | ||
'twdtwDist.R' | ||
'twdtwXtable.R' | ||
'twdtw_reduce_time.R' | ||
'utils.R' | ||
'zzz.R' | ||
RdMacros: Rdpack | ||
Depends: | ||
twdtw | ||
Imports: | ||
stats, | ||
mgcv | ||
Suggests: | ||
rbenchmark, | ||
testthat |
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,130 +1,10 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(asymmetric) | ||
export(createPatterns) | ||
export(getDatesFromDOY) | ||
export(linearWeight) | ||
export(logisticWeight) | ||
export(plot) | ||
export(plotAccuracy) | ||
export(plotAdjustedArea) | ||
export(plotAlignments) | ||
export(plotArea) | ||
export(plotChanges) | ||
export(plotClassification) | ||
export(plotCostMatrix) | ||
export(plotDistance) | ||
export(plotMapSamples) | ||
export(plotMaps) | ||
export(plotMatches) | ||
export(plotPaths) | ||
export(plotPatterns) | ||
export(plotTimeSeries) | ||
export(rabinerJuangStepPattern) | ||
export(resampleTimeSeries) | ||
export(shiftDates) | ||
export(symmetric1) | ||
export(symmetric2) | ||
export(twdtwApply) | ||
export(twdtwClassify) | ||
export(twdtwReduceTime) | ||
exportMethods("[") | ||
exportMethods("[[") | ||
exportMethods(as.data.frame) | ||
exportMethods(as.list) | ||
exportMethods(as.twdtwTimeSeries) | ||
exportMethods(bands) | ||
exportMethods(coordinates) | ||
exportMethods(coverages) | ||
exportMethods(createPatterns) | ||
exportMethods(crop) | ||
exportMethods(dim) | ||
exportMethods(extent) | ||
exportMethods(getAlignments) | ||
exportMethods(getInternals) | ||
exportMethods(getMatches) | ||
exportMethods(getPatterns) | ||
exportMethods(getTimeSeries) | ||
exportMethods(index) | ||
exportMethods(is.twdtwMatches) | ||
exportMethods(is.twdtwRaster) | ||
exportMethods(is.twdtwTimeSeries) | ||
exportMethods(labels) | ||
exportMethods(layers) | ||
exportMethods(length) | ||
exportMethods(levels) | ||
exportMethods(names) | ||
exportMethods(ncol) | ||
exportMethods(nlayers) | ||
exportMethods(nrow) | ||
exportMethods(plot) | ||
exportMethods(projecttwdtwRaster) | ||
exportMethods(res) | ||
exportMethods(resampleTimeSeries) | ||
exportMethods(shiftDates) | ||
exportMethods(show) | ||
exportMethods(subset) | ||
exportMethods(summary) | ||
exportMethods(twdtwApply) | ||
exportMethods(twdtwAssess) | ||
exportMethods(twdtwClassify) | ||
exportMethods(twdtwCrossValidate) | ||
exportMethods(twdtwMatches) | ||
exportMethods(twdtwRaster) | ||
exportMethods(twdtwTimeSeries) | ||
exportMethods(twdtwXtable) | ||
exportMethods(writeRaster) | ||
import(ggplot2) | ||
import(methods) | ||
import(raster) | ||
import(rgdal) | ||
import(zoo) | ||
importFrom(RColorBrewer,brewer.pal) | ||
importFrom(Rdpack,reprompt) | ||
importFrom(caret,createDataPartition) | ||
importFrom(data.table,rbindlist) | ||
importFrom(dtw,asymmetric) | ||
importFrom(dtw,rabinerJuangStepPattern) | ||
importFrom(dtw,symmetric1) | ||
importFrom(dtw,symmetric2) | ||
importFrom(foreach,"%dopar%") | ||
importFrom(foreach,foreach) | ||
importFrom(grDevices,gray.colors) | ||
importFrom(grDevices,terrain.colors) | ||
importFrom(lubridate,"day<-") | ||
importFrom(lubridate,"month<-") | ||
importFrom(lubridate,"year<-") | ||
importFrom(lubridate,day) | ||
importFrom(lubridate,month) | ||
importFrom(lubridate,year) | ||
export(create_pattern) | ||
export(get_dates_from_doy) | ||
export(plot_patterns) | ||
export(shift_dates) | ||
import(stars) | ||
import(twdtw) | ||
importFrom(mgcv,gam) | ||
importFrom(mgcv,predict.gam) | ||
importFrom(plyr,alply) | ||
importFrom(proxy,dist) | ||
importFrom(proxy,pr_DB) | ||
importFrom(reshape2,melt) | ||
importFrom(scales,date_format) | ||
importFrom(scales,percent) | ||
importFrom(scales,pretty_breaks) | ||
importFrom(sp,CRS) | ||
importFrom(sp,Polygon) | ||
importFrom(sp,Polygons) | ||
importFrom(sp,SpatialPoints) | ||
importFrom(sp,SpatialPointsDataFrame) | ||
importFrom(sp,SpatialPolygons) | ||
importFrom(sp,bbox) | ||
importFrom(sp,coordinates) | ||
importFrom(sp,over) | ||
importFrom(sp,spTransform) | ||
importFrom(stats,ave) | ||
importFrom(stats,na.omit) | ||
importFrom(stats,qnorm) | ||
importFrom(stats,sd) | ||
importFrom(stats,window) | ||
importFrom(stats,xtabs) | ||
importFrom(utils,flush.console) | ||
importFrom(utils,globalVariables) | ||
importFrom(utils,packageDescription) | ||
importFrom(xtable,print.xtable) | ||
importFrom(xtable,xtable) | ||
useDynLib(dtwSat, .registration = TRUE) |
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.