Skip to content

Commit

Permalink
Clean repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vwmaus committed Jul 15, 2023
1 parent c7a0273 commit 5f4b5b6
Show file tree
Hide file tree
Showing 118 changed files with 268 additions and 11,266 deletions.
54 changes: 0 additions & 54 deletions .travis.yml

This file was deleted.

95 changes: 12 additions & 83 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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
132 changes: 6 additions & 126 deletions NAMESPACE
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)
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dtwSat v1.0.0

* Major release: drops dependencies on rgdal and rgeos
* Major release: drops dependencies and simplifies package

# dtwSat v0.2.8

Expand Down
Loading

0 comments on commit 5f4b5b6

Please sign in to comment.