Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 120 packages in 0.73 seconds

maptools — by Roger Bivand, a year ago

Tools for Handling Spatial Objects

Please note that 'maptools' will be retired during October 2023, plan transition at your earliest convenience (see < https://r-spatial.org/r/2023/05/15/evolution4.html> and earlier blogs for guidance); some functionality will be moved to 'sp'. Set of tools for manipulating geographic data. The package also provides interface wrappers for exchanging spatial objects with packages such as 'PBSmapping', 'spatstat.geom', 'maps', and others.

PBSmapping — by Rowan Haigh, 2 months ago

Mapping Fisheries Data and Spatial Analysis Tools

This software has evolved from fisheries research conducted at the Pacific Biological Station (PBS) in 'Nanaimo', British Columbia, Canada. It extends the R language to include two-dimensional plotting features similar to those commonly available in a Geographic Information System (GIS). Embedded C code speeds algorithms from computational geometry, such as finding polygons that contain specified point events or converting between longitude-latitude and Universal Transverse Mercator (UTM) coordinates. Additionally, we include 'C++' code developed by Angus Johnson for the 'Clipper' library, data for a global shoreline, and other data sets in the public domain. Under the user's R library directory '.libPaths()', specifically in './PBSmapping/doc', a complete user's guide is offered and should be consulted to use package functions effectively.

atakrig — by Maogui Hu, a year ago

Area-to-Area Kriging

Point-scale variogram deconvolution from irregular/regular spatial support according to Goovaerts, P., (2008) ; ordinary area-to-area (co)Kriging and area-to-point (co)Kriging.

INLABMA — by Virgilio Gómez-Rubio, a year ago

Bayesian Model Averaging with INLA

Fit Spatial Econometrics models using Bayesian model averaging on models fitted with INLA. The INLA package can be obtained from < https://www.r-inla.org>.

DCluster — by Virgilio Gómez-Rubio, 10 months ago

Functions for the Detection of Spatial Clusters of Diseases

A set of functions for the detection of spatial clusters of disease using count data. Bootstrap is used to estimate sampling distributions of statistics.

cartogram — by Sebastian Jeworutzki, a year ago

Create Cartograms with R

Construct continuous and non-contiguous area cartograms.

MazamaTimeSeries — by Jonathan Callahan, 8 months ago

Core Functionality for Environmental Time Series

Utility functions for working with environmental time series data from known locations. The compact data model is structured as a list with two dataframes. A 'meta' dataframe contains spatial and measuring device metadata associated with deployments at known locations. A 'data' dataframe contains a 'datetime' column followed by columns of measurements associated with each "device-deployment". Ephemerides calculations are based on code originally found in NOAA's "Solar Calculator" < https://gml.noaa.gov/grad/solcalc/>.

shadow — by Michael Dorman, 4 years ago

Geometric Shadow Calculations

Functions for calculating: (1) shadow height, (2) logical shadow flag, (3) shadow footprint, (4) Sky View Factor and (5) radiation load. Basic required inputs include a polygonal layer of obstacle outlines along with their heights (i.e. "extruded polygons"), sun azimuth and sun elevation. The package also provides functions for related preliminary calculations: breaking polygons into line segments, determining azimuth of line segments, shifting segments by azimuth and distance, constructing the footprint of a line-of-sight between an observer and the sun, and creating a 3D grid covering the surface area of extruded polygons.

CCAMLRGIS — by Stephane Thanassekos, a month ago

Antarctic Spatial Data Manipulation

Loads and creates spatial data, including layers and tools that are relevant to the activities of the Commission for the Conservation of Antarctic Marine Living Resources. Provides two categories of functions: load functions and create functions. Load functions are used to import existing spatial layers from the online CCAMLR GIS such as the ASD boundaries. Create functions are used to create layers from user data such as polygons and grids.

ggOceanMaps — by Mikko Vihtakari, 10 months ago

Plot Data on Oceanographic Maps using 'ggplot2'

Allows plotting data on bathymetric maps using 'ggplot2'. Plotting oceanographic spatial data is made as simple as feasible, but also flexible for custom modifications. Data that contain geographic information from anywhere around the globe can be plotted on maps generated by the basemap() or qmap() functions using 'ggplot2' layers separated by the '+' operator. The package uses spatial shape- ('sf') and raster ('stars') files, geospatial packages for R to manipulate, and the 'ggplot2' package to plot these files. The package ships with low-resolution spatial data files and higher resolution files for detailed maps are stored in the 'ggOceanMapsLargeData' repository on GitHub and downloaded automatically when needed.