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

Found 57 packages in 0.06 seconds

simodels — by Robin Lovelace, 2 years ago

Flexible Framework for Developing Spatial Interaction Models

Develop spatial interaction models (SIMs). SIMs predict the amount of interaction, for example number of trips per day, between geographic entities representing trip origins and destinations. Contains functions for creating origin-destination datasets from geographic input datasets and calculating movement between origin-destination pairs with constrained, production-constrained, and attraction-constrained models (Wilson 1979) .

cols4all — by Martijn Tennekes, a month ago

Colors for all

Color palettes for all people, including those with color vision deficiency. Popular color palette series have been organized by type and have been scored on several properties such as color-blind-friendliness and fairness (i.e. do colors stand out equally?). Own palettes can also be loaded and analysed. Besides the common palette types (categorical, sequential, and diverging) it also includes bivariate color palettes. Furthermore, a color for missing values is assigned to each palette.

landscapemetrics — by Maximilian H.K. Hesselbarth, 3 months ago

Landscape Metrics for Categorical Map Patterns

Calculates landscape metrics for categorical landscape patterns in a tidy workflow. 'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' (< https://www.fragstats.org/>) and new ones from the current literature on landscape metrics. This package supports 'terra' SpatRaster objects as input arguments. It further provides utility functions to visualize patches, select metrics and building blocks to develop new metrics.

geogrid — by Ryan Hafen, 8 months ago

Turn Geospatial Polygons into Regular or Hexagonal Grids

Turn irregular polygons (such as geographical regions) into regular or hexagonal grids. This package enables the generation of regular (square) and hexagonal grids through the package 'sp' and then assigns the content of the existing polygons to the new grid using the Hungarian algorithm, Kuhn (1955) (). This prevents the need for manual generation of hexagonal grids or regular grids that are supposed to reflect existing geography.

rgugik — by Krzysztof Dyba, a year ago

Search and Retrieve Spatial Data from 'GUGiK'

Automatic open data acquisition from resources of Polish Head Office of Geodesy and Cartography ('Główny Urząd Geodezji i Kartografii') (< https://www.gov.pl/web/gugik>). Available datasets include various types of numeric, raster and vector data, such as orthophotomaps, digital elevation models (digital terrain models, digital surface model, point clouds), state register of borders, spatial databases, geometries of cadastral parcels, 3D models of buildings, and more. It is also possible to geocode addresses or objects using the geocodePL_get() function.

climate — by Bartosz Czernecki, 2 years ago

Interface to Download Meteorological (and Hydrological) Datasets

Automatize downloading of meteorological and hydrological data from publicly available repositories: OGIMET (< http://ogimet.com/index.phtml.en>), University of Wyoming - atmospheric vertical profiling data (< http://weather.uwyo.edu/upperair/>), Polish Institute of Meterology and Water Management - National Research Institute (< https://danepubliczne.imgw.pl>), and National Oceanic & Atmospheric Administration (NOAA). This package also allows for searching geographical coordinates for each observation and calculate distances to the nearest stations.

waterquality — by Richard Johansen, 8 months ago

Satellite Derived Water Quality Detection Algorithms

The main purpose of waterquality is to quickly and easily convert satellite-based reflectance imagery into one or many well-known water quality algorithms designed for the detection of harmful algal blooms or the following pigment proxies: chlorophyll-a, blue-green algae (phycocyanin), and turbidity. Johansen et al. (2019) .

waywiser — by Michael Mahoney, 6 months ago

Ergonomic Methods for Assessing Spatial Models

Assessing predictive models of spatial data can be challenging, both because these models are typically built for extrapolating outside the original region represented by training data and due to potential spatially structured errors, with "hot spots" of higher than expected error clustered geographically due to spatial structure in the underlying data. Methods are provided for assessing models fit to spatial data, including approaches for measuring the spatial structure of model errors, assessing model predictions at multiple spatial scales, and evaluating where predictions can be made safely. Methods are particularly useful for models fit using the 'tidymodels' framework. Methods include Moran's I ('Moran' (1950) ), Geary's C ('Geary' (1954) ), Getis-Ord's G ('Ord' and 'Getis' (1995) ), agreement coefficients from 'Ji' and Gallo (2006) (), agreement metrics from 'Willmott' (1981) () and 'Willmott' 'et' 'al'. (2012) (), an implementation of the area of applicability methodology from 'Meyer' and 'Pebesma' (2021) (), and an implementation of multi-scale assessment as described in 'Riemann' 'et' 'al'. (2010) ().

landscapetools — by Marco Sciaini, 5 years ago

Landscape Utility Toolbox

Provides utility functions for some of the less-glamorous tasks involved in landscape analysis. It includes functions to coerce raster data to the common tibble format and vice versa, it helps with flexible reclassification tasks of raster data and it provides a function to merge multiple raster. Furthermore, 'landscapetools' helps landscape scientists to visualize their data by providing optional themes and utility functions to plot single landscapes, rasterstacks, -bricks and lists of raster.

qgisprocess — by Floris Vanderhaeghe, 2 months ago

Use 'QGIS' Processing Algorithms

Provides seamless access to the 'QGIS' (< https://qgis.org/en/site/>) processing toolbox using the standalone 'qgis_process' command-line utility. Both native and third-party (plugin) processing providers are supported. Beside referring data sources from file, also common objects from 'sf', 'terra' and 'stars' are supported. The native processing algorithms are documented by QGIS.org (2023) < https://docs.qgis.org/latest/en/docs/user_manual/processing_algs/>.