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

Found 35 packages in 0.02 seconds

ncdf4.helpers — by Lee Zeman, 2 months ago

Helper Functions for Use with the 'ncdf4' Package

Contains a collection of helper functions for dealing with 'NetCDF' files < https://www.unidata.ucar.edu/software/netcdf/> opened using 'ncdf4', particularly 'NetCDF' files that conform to the Climate and Forecast (CF) Metadata Conventions < http://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/cf-conventions.html>.

HiClimR — by Hamada S. Badr, 3 years ago

Hierarchical Climate Regionalization

A tool for Hierarchical Climate Regionalization applicable to any correlation-based clustering. It adds several features and a new clustering method (called, 'regional' linkage) to hierarchical clustering in R ('hclust' function in 'stats' library): data regridding, coarsening spatial resolution, geographic masking, contiguity-constrained clustering, data filtering by mean and/or variance thresholds, data preprocessing (detrending, standardization, and PCA), faster correlation function with preliminary big data support, different clustering methods, hybrid hierarchical clustering, multivariate clustering (MVC), cluster validation, visualization of regionalization results, and exporting region map and mean timeseries into NetCDF-4 file. The technical details are described in Badr et al. (2015) .

HelpersMG — by Marc Girondot, a day ago

Tools for Environmental Analyses, Ecotoxicology and Various R Functions

Contains miscellaneous functions useful for managing 'NetCDF' files (see < https://en.wikipedia.org/wiki/NetCDF>), get moon phase and time for sun rise and fall, tide level, analyse and reconstruct periodic time series of temperature with irregular sinusoidal pattern, show scales and wind rose in plot with change of color of text, Metropolis-Hastings algorithm for Bayesian MCMC analysis, plot graphs or boxplot with error bars, search files in disk by there names or their content, read the contents of all files from a folder at one time.

oceanmap — by Robert K. Bauer, 2 years ago

A Plotting Toolbox for 2D Oceanographic Data

Plotting toolbox for 2D oceanographic data (satellite data, sea surface temperature, chlorophyll, ocean fronts & bathymetry). Recognized classes and formats include netcdf, Raster, '.nc' and '.gz' files.

bitsqueezr — by Daniel Baston, 5 years ago

Quantize Floating-Point Numbers for Improved Compressibility

Provides a implementation of floating-point quantization algorithms for use in precision-preserving compression, similar to the approach taken in the 'netCDF operators' (NCO) software package and described in Zender (2016) .

RGCxGC — by Cristian Quiroz-Moreno, 2 years ago

Preprocessing and Multivariate Analysis of Bidimensional Gas Chromatography Data

Toolbox for chemometrics analysis of bidimensional gas chromatography data. This package import data for common scientific data format (NetCDF) and fold it to 2D chromatogram. Then, it can perform preprocessing and multivariate analysis. In the preprocessing algorithms, baseline correction, smoothing, and peak alignment are available. While in multivariate analysis, multiway principal component analysis is incorporated.

oceanexplorer — by Martin Schobben, 2 years ago

Explore Our Planet's Oceans with NOAA

Provides tools for easy exploration of the world ocean atlas of the US agency National Oceanic and Atmospheric Administration (NOAA). It includes functions to extract NetCDF data from the repository and code to visualize several physical and chemical parameters of the ocean. A Shiny app further allows interactive exploration of the data. The methods for data collecting and quality checks are described in several papers, which can be found here: < https://www.ncei.noaa.gov/products/world-ocean-atlas>.

wux — by Thomas Mendlik, 8 years ago

Wegener Center Climate Uncertainty Explorer

Methods to calculate and interpret climate change signals and time series from climate multi-model ensembles. Climate model output in binary 'NetCDF' format is read in and aggregated over a specified region to a data.frame for statistical analysis. Global Circulation Models, as the 'CMIP5' simulations, can be read in the same way as Regional Climate Models, as e.g. the 'CORDEX' or 'ENSEMBLES' simulations. The package has been developed at the 'Wegener Center for Climate and Global Change' at the University of Graz, Austria.

satin — by Héctor Villalobos, 3 years ago

Visualisation and Analysis of Ocean Data Derived from Satellites

With 'satin' functions, visualisation, data extraction and further analysis like producing climatologies from several images, and anomalies of satellite derived ocean data can be easily done. Reading functions can import a user defined geographical extent of data stored in netCDF files. Currently supported ocean data sources include NASA's Oceancolor web page < https://oceancolor.gsfc.nasa.gov/>, sensors VIIRS-SNPP; MODIS-Terra; MODIS-Aqua; and SeaWiFS. Available variables from this source includes chlorophyll concentration, sea surface temperature (SST), and several others. Data sources specific for SST that can be imported too includes Pathfinder AVHRR < https://www.ncei.noaa.gov/products/avhrr-pathfinder-sst> and GHRSST < https://www.ghrsst.org/>. In addition, ocean productivity data produced by Oregon State University < http://sites.science.oregonstate.edu/ocean.productivity/> can also be handled previous conversion from HDF4 to HDF5 format. Many other ocean variables can be processed by importing netCDF data files from two European Union's Copernicus Marine Service databases < https://marine.copernicus.eu/>, namely Global Ocean Physical Reanalysis and Global Ocean Biogeochemistry Hindcast.

gimms — by Florian Detsch, 2 years ago

Download and Process GIMMS NDVI3g Data

This is a set of functions to retrieve information about GIMMS NDVI3g files currently available online; download (and re-arrange, in the case of NDVI3g.v0) the half-monthly data sets; import downloaded files from ENVI binary (NDVI3g.v0) or NetCDF format (NDVI3g.v1) directly into R based on the widespread 'raster' package; conduct quality control; and generate monthly composites (e.g., maximum values) from the half-monthly input data. As a special gimmick, a method is included to conveniently apply the Mann-Kendall trend test upon 'Raster*' images, optionally featuring trend-free pre-whitening to account for lag-1 autocorrelation.