No articles match
Introduction to MazamaRollUtils3 months ago
Background | Installation | Features | Predictable Names | Common Arguments | Predictable Return Length | Examples | Basic Rolling Means | Using 'width', 'align', 'by' and 'na.rm' | Using roll_mean() with 'weights'
Logging5 months ago
Logging in Java and Python | Logging in R | Log Levels | ERROR | WARN | INFO | DEBUG | TRACE | A Logging Example | ERROR.log | INFO.log | TRACE.log | Extra Functionality | logger.setLevel() | initializeLogging()
Date Parsing5 months ago
Environmental Time Series Data | Linting for timezones
Introduction to AirMonitor8 months ago
Installation | Available data | Recipes | A first example
Data Model8 months ago
Introduction to MazamaTimeSeries1 years ago
Background | Data Model | Single Time Series | Multiple Time Series | Example Usage
Introduction to MazamaSpatialPlots1 years ago
Background | Installation | Features | Input Data | State-level data | County-level data | Example Maps | Example state map | Example county map
Cache Management2 years ago
A Product Cache Example | Removing 'Stale' Products | Other Use Cases
Developer Style Guide2 years ago
R Style Guide | Naming Objects | Naming Functions | Naming Files | Syntax | Spacing | Lists
Developer Style Guide3 years ago
R Style Guide | Naming Objects | Naming Functions | Naming Files | Syntax | Spacing | Lists
Introduction to MazamaLocationUtils3 years ago
Background | Functionality | Example Usage | Creating a Known Locations table | Merging external metadata | Finding known locations | Standard Setup
Developer Style Guide3 years ago
R Style Guide | Naming Objects | Naming Functions | Naming Files | Syntax | Spacing | Lists
Introduction to MazamaSpatialUtils3 years ago
Background | Functionality | Standard Datasets and Setup | getCountry() and getCountryCode() | getState() and getStateCode() | getTimezone() | getUSCounty() | Timezone Map | Working with ISO 3166-1 Encoded Data
Developer Style Guide4 years ago
R Style Guide | Naming Objects | Naming Functions | Naming Files | Syntax | Spacing | Lists
Error Handling4 years ago
Error Handling in Java and Python | Error Handling in R | Simpler Error Handling in R | stopOnError() | Working example