Skip to content

Commit

Permalink
🚀 Update with insights_area for areal units
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Jung committed Nov 13, 2024
1 parent cc317d6 commit a581d9e
Show file tree
Hide file tree
Showing 7 changed files with 608 additions and 6 deletions.
9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: insights
Title: An R implementation of the InSiGHTS framework
Version: 0.5
Version: 0.6
Year: 2024
Authors@R:
person("Martin", "Jung", , "[email protected]", role = c("aut", "cre"),
Expand All @@ -11,10 +11,11 @@ Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
sf,
terra,
ibis.iSDM,
stars,
sf (>= 1.0-17),
terra (>= 1.7-80),
stars (>= 0.6-7),
lwgeom (>= 0.2-10),
assertthat,
lubridate,
tibble,
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Generated by roxygen2: do not edit by hand

export(insights_area)
export(insights_fraction)
export(insights_summary)
exportMethods(insights_area)
exportMethods(insights_fraction)
exportMethods(insights_summary)
importClassesFrom(terra,SpatRaster)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# InSiGHTS 0.6

* Addition of `insights_area()` for lu layers that are not fractions.

# InSiGHTS 0.5

* Helper functions to allow creating a derivate range from a given variable `create_derivate_range()`
Expand Down
Loading

0 comments on commit a581d9e

Please sign in to comment.