Skip to content

Commit

Permalink
Merge pull request #31 from wpgp/dev
Browse files Browse the repository at this point in the history
Major revision to version 0.5
- post-internal review
  • Loading branch information
wcjochem authored Oct 27, 2020
2 parents cb1307f + 34edf75 commit faff3b5
Show file tree
Hide file tree
Showing 186 changed files with 14,722 additions and 5,767 deletions.
9 changes: 9 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
^data-raw$
^_pkgdown\.yml$
^docs$
^pkgdown$
^README\.md\.old$
^README\.Rmd$
^.*\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
^pkg_build\.R$
^doc$
^Meta$
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
wd/in
wd/out
wd/code
.Rhistory
wd/.Rhistory
inst/doc
doc
Meta
README.md.old
README.Rmd
.Rproj.user
pkg_build.R
doc
18 changes: 12 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: foot
Title: A package for processing building footprints
Version: 0.4.1
Date: 2020-08-13
Title: An R package for processing building footprints morphometrics
Version: 0.5
Date: 2020-10-19
Authors@R:
c(person(given="WorldPop Research Group, University of Southampton",
role="aut"),
Expand All @@ -14,28 +14,34 @@ Authors@R:
role="ctb"),
person(family="Leasure",
given="Doug",
role="ctb")
role="ctb"),
person(family="Darin",
give="Edith",
role="ctb")
)
License: GPL-3.0
URL: https://github.com/wpgp/foot
BugReports: https://github.com/wpgp/foot/issues
Imports:
data.table,
purrr,
sf,
stars,
abind,
lwgeom,
doParallel,
parallel,
foreach,
units,
filelock
LazyData: true
Description: Support for morphometric calculations and zonal summaries of measures derived from building footprint polygons.
Description: Support for morphometric calculations of building footprints implemented in R. It provides flexible tools for processing 2D vector polygon representations of structures. The functionality includes basic geometry and morphology measures, distance and clustering metrics. These calculations are supported with helper functions for spatial intersections to define zonal indices and tiled reading/writing of data files.
Encoding: UTF-8
RoxygenNote: 7.1.0
Suggests:
knitr,
rmarkdown
rmarkdown,
formatR
VignetteBuilder: knitr
Depends:
R (>= 3.5)
80 changes: 4 additions & 76 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,60 +4,17 @@ S3method(calculate_bigfoot,character)
S3method(calculate_bigfoot,sf)
S3method(calculate_bigfoot,sp)
S3method(calculate_footstats,character)
S3method(calculate_footstats,list)
S3method(calculate_footstats,sf)
S3method(calculate_footstats,sfc)
S3method(calculate_footstats,sp)
S3method(fs_angle_entropy,sf)
S3method(fs_angle_entropy,sfc)
S3method(fs_angle_entropy,sp)
S3method(fs_area_cv,sf)
S3method(fs_area_cv,sp)
S3method(fs_area_max,sf)
S3method(fs_area_max,sp)
S3method(fs_area_mean,sf)
S3method(fs_area_mean,sp)
S3method(fs_area_median,sf)
S3method(fs_area_median,sp)
S3method(fs_area_min,sf)
S3method(fs_area_min,sp)
S3method(fs_area_sd,sf)
S3method(fs_area_sd,sp)
S3method(fs_area_total,sf)
S3method(fs_area_total,sp)
S3method(fs_compact_mean,sf)
S3method(fs_compact_mean,sp)
S3method(fs_compact_median,sf)
S3method(fs_compact_median,sp)
S3method(fs_count,sf)
S3method(fs_count,sp)
S3method(fs_nndist_mean,sf)
S3method(fs_nndist_mean,sp)
S3method(fs_nndist_median,sf)
S3method(fs_nndist_median,sp)
S3method(fs_nndist_sd,sf)
S3method(fs_nndist_sd,sp)
S3method(fs_nnindex,sf)
S3method(fs_nnindex,sfc)
S3method(fs_nnindex,sp)
S3method(fs_perim_cv,sf)
S3method(fs_perim_cv,sp)
S3method(fs_perim_max,sf)
S3method(fs_perim_max,sp)
S3method(fs_perim_mean,sf)
S3method(fs_perim_mean,sp)
S3method(fs_perim_median,sf)
S3method(fs_perim_median,sp)
S3method(fs_perim_min,sf)
S3method(fs_perim_min,sp)
S3method(fs_perim_sd,sf)
S3method(fs_perim_sd,sp)
S3method(fs_perim_total,sf)
S3method(fs_perim_total,sp)
S3method(fs_settled,sf)
S3method(fs_settled,sp)
S3method(fs_shape_mean,sf)
S3method(fs_shape_mean,sp)
S3method(fs_shape_median,sf)
S3method(fs_shape_median,sp)
S3method(gridTiles,RasterLayer)
S3method(gridTiles,stars)
S3method(zonalIndex,character)
Expand All @@ -66,58 +23,29 @@ S3method(zonalIndex,sf)
S3method(zonalIndex,sfc)
S3method(zonalIndex,sp)
S3method(zonalIndex,stars)
export(adjacentCells)
export(calculate_bigfoot)
export(calculate_footstats)
export(fs_angle_entropy)
export(fs_area)
export(fs_area_cv)
export(fs_area_max)
export(fs_area_mean)
export(fs_area_median)
export(fs_area_min)
export(fs_area_sd)
export(fs_area_total)
export(fs_compact)
export(fs_compact_mean)
export(fs_compact_median)
export(fs_count)
export(fs_mbc)
export(fs_mbr)
export(fs_nndist)
export(fs_nndist_mean)
export(fs_nndist_median)
export(fs_nndist_sd)
export(fs_nnindex)
export(fs_perim_cv)
export(fs_perim_max)
export(fs_perim_mean)
export(fs_perim_median)
export(fs_perim_min)
export(fs_perim_sd)
export(fs_perim_total)
export(fs_perimeter)
export(fs_settled)
export(fs_shape)
export(fs_shape_mean)
export(fs_shape_median)
export(get_fs_group)
export(get_fs_metrics)
export(get_fs_units)
export(fs_varlist)
export(gridTiles)
export(is.fs_varlist)
export(list_fs)
export(make_circular_filter)
export(make_templateGrid)
export(make_templateHeader)
export(write_imageBinary)
export(zonalIndex)
import(data.table)
import(doParallel)
import(filelock)
import(foreach)
import(iterators)
import(lwgeom)
import(mmap)
import(parallel)
import(sf)
import(stars)
Expand Down
Loading

0 comments on commit faff3b5

Please sign in to comment.