Skip to content

Releases: MHaringa/spatialrisk

spatialrisk 0.7.2

25 May 11:15

Choose a tag to compare

  • Introduced find_highest_concentration(): a faster and more accurate alternative to highest_concentration(), leveraging focal statistics for optimal results.
  • Deprecated highest_concentration() in favor of the new, improved function.
  • Updated plot_points() to utilize mapview::mapview() for enhanced interactive map visualizations.
  • Revised the README to reflect these new features and updates.

spatialrisk 0.7.1

01 Mar 14:19

Choose a tag to compare

  • plot_points() now returns a warning when a specific provider tile is not available

v0.7.0

10 Nov 16:10

Choose a tag to compare

  • neighborhood_gh_search() now returns a more precise outcome when the radius of the circle is not equal to 200m
  • sf::st_crs() is used for sf objects to not show the message that old crs is detected anymore

v0.6.9

27 May 08:01

Choose a tag to compare

  • highest_concentration() now returns correct highest concentration when the circle of the highest concentration overlaps more than one geohash
  • plot.concentration() now handles many lon/lat pairs better

V0.6.8

19 May 09:22

Choose a tag to compare

  • highest_concentration() is added to do a fast search for the coordinates of the highest concentration
  • neighborhood_gh_search() is added to look for even higher concentrations in the neighborhood of the coordinates found by highest_concentration()

v0.6.7

23 Apr 17:35

Choose a tag to compare

  • A package website is added using pkgdown.
  • concentration() and points_in_circle() now return error messages when the data does not contain columns for lon and lat.
  • concentration() and points_in_circle() have updated documentation.
  • haversine() now returns NA when coordinates are missing.

v0.6.6

23 Mar 12:10

Choose a tag to compare

  • Bug fix

v0.6.5

06 Dec 10:13

Choose a tag to compare

  • Meta data for weather stations in the Netherlands is added.

v0.6.4

28 Oct 10:05

Choose a tag to compare

Methods for interpolation and smoothing on the sphere are added. Interpolation is by means of splines or by ordinary kriging.

v0.6.3

21 Oct 06:44

Choose a tag to compare

Columns with longitude and latitude of centroid of polygon added to data sets.