All Projects → USGS-R → ncdfgeom

USGS-R / ncdfgeom

Licence: other
NetCDF-CF Geometry and Timeseries Tools for R: https://code.usgs.gov/water/ncdfgeom

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to ncdfgeom

tempo
API for manipulating time series on top of Apache Spark: lagged time values, rolling statistics (mean, avg, sum, count, etc), AS OF joins, downsampling, and interpolation
Stars: ✭ 212 (+1530.77%)
Mutual labels:  timeseries, timeseries-data
cftime
Time-handling functionality from netcdf4-python.
Stars: ✭ 53 (+307.69%)
Mutual labels:  netcdf, cf-conventions
microprediction
If you can measure it, consider it predicted
Stars: ✭ 158 (+1115.38%)
Mutual labels:  timeseries, timeseries-data
timemachines
Predict time-series with one line of code.
Stars: ✭ 342 (+2530.77%)
Mutual labels:  timeseries, timeseries-data
dmc
Dual Marching Cubes Implementation in C++
Stars: ✭ 45 (+246.15%)
Mutual labels:  geometry
ARFIMA.jl
Simulate stochastic timeseries that follow ARFIMA, ARMA, ARIMA, AR, etc. processes
Stars: ✭ 44 (+238.46%)
Mutual labels:  timeseries
classy blocks
Python classes for easier creation of OpenFOAM's blockMesh dictionaries.
Stars: ✭ 53 (+307.69%)
Mutual labels:  geometry
sherlock
Sherlock is an anomaly detection service built on top of Druid
Stars: ✭ 137 (+953.85%)
Mutual labels:  timeseries
mikktspace-wasm
MikkTSpace vertex tangent calculation for JavaScript/TypeScript/Node.js, using Web Assembly.
Stars: ✭ 19 (+46.15%)
Mutual labels:  geometry
vg
Vector-geometry toolbelt for 3D points and vectors
Stars: ✭ 106 (+715.38%)
Mutual labels:  geometry
variational-surface-cutting
Codebase for "Variational Surface Cutting" by Sharp & Crane, SIGGRAPH 2018
Stars: ✭ 64 (+392.31%)
Mutual labels:  geometry
cfdm
A Python reference implementation of the CF data model
Stars: ✭ 24 (+84.62%)
Mutual labels:  netcdf
goes2go
Download and process GOES-16 and GOES-17 data from NOAA's archive on AWS using Python.
Stars: ✭ 77 (+492.31%)
Mutual labels:  netcdf
HydroSight
A flexible statistical toolbox for deriving quantitative insights from groundwater data.
Stars: ✭ 31 (+138.46%)
Mutual labels:  timeseries
martinez-src
Mirrored implementations of polygon clipping/CSG/operations algorithm, in C (original, by Martínez et al) and ActionScript3 (port, by Mahir Iqbal)
Stars: ✭ 34 (+161.54%)
Mutual labels:  geometry
Mathematics for Machine Learning
Learn mathematics behind machine learning and explore different mathematics in machine learning.
Stars: ✭ 28 (+115.38%)
Mutual labels:  geometry
InfluxDB.Client.Net
A C# client object model to help integrate with InfluxDB with CLI languages. Supports both .Net traditional and .Net Core.
Stars: ✭ 95 (+630.77%)
Mutual labels:  timeseries
EsriRESTScraper
A Python class that scrapes ESRI Rest Endpoints and exports data to a geodatabase
Stars: ✭ 43 (+230.77%)
Mutual labels:  geometry
tsam
A python-based time series aggregation module (tsam) which can be used to reduce the number of time steps using typical periods or by decreasing the temporal resolution
Stars: ✭ 112 (+761.54%)
Mutual labels:  timeseries
unitdb
Fast specialized time-series database for IoT, real-time internet connected devices and AI analytics.
Stars: ✭ 97 (+646.15%)
Mutual labels:  timeseries

NetCDF-CF Geometry and Timeseries Tools for R

R-CMD-check codecov CRAN Downloads CRAN

ncdfgeom reads and writes geometry data (points lines and polygons), attributes of geometries, and time series associated with the geometries in a standards-compliant way.

It implements the NetCDF-CF Spatial Geometries specification and the timeSeries feature type of the Discrete Sampling Geometry NetCDF-CF specification.

Visit the pkgdown site for a complete overview of the package.

Given that this package is fairly new and in active development, please test it out and consider submitting issues and/or contributions!

Installation

ncdfgeom is available via CRAN.

install.packages("ncdfgeom")

For the latest development version:

install.packages("remotes")
remotes::install_github("USGS-R/ncdfgeom")

Contributing

First, thanks for considering a contribution! I hope to make this package a community created resource for us all to gain from and won’t be able to do that without your help!

  1. Contributions should be thoroughly tested with testthat.
  2. Code style should attempt to follow the tidyverse style guide.
  3. Please attempt to describe what you want to do prior to contributing by submitting an issue.
  4. Please follow the typical github fork - pull-request workflow.
  5. Make sure you use roxygen and run Check before contributing. More on this front as the package matures.

Package Status

status

This package is considered a 'support' package. For more information, see: https://owi.usgs.gov/R/packages.html#support

Disclaimer

This software is in the public domain because it contains materials that originally came from the U.S. Geological Survey, an agency of the United States Department of Interior. For more information, see the official USGS copyright policy

Although this software program has been used by the U.S. Geological Survey (USGS), no warranty, expressed or implied, is made by the USGS or the U.S. Government as to the accuracy and functioning of the program and related program material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith.

This software is provided "AS IS."

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].