Series
- Using R (22)
- Using WordPress (3)
-
Recent Posts
- Logging and Error Handling in Operational Systems
- PWFSLSmoke 1.0: Visualizing Wildfire Smoke Data
- Improved Python-style Logging in R
- Introducing the PWFSLSmoke Package
- Python-style Logging in R
- When k-means Clustering Fails
- Visualizing Bikeshare Data
- Function Argument Lists and missing()
- MazamaSpatialUtils — Ebola Map Example
- Installing subversion 1.7.10 on OSX Yosemite
Blogroll
Tags
AirFire AQI Babel BeautifulSoup best practices C CentOS CSV Data.gov disk I/O error handling FIPS GIS HTML i18n ISO javascript jquery KML LaTex logging Mac MacPorts metadata MS Excel netcdf OSX plone PM2.5 PWFSL python R R package shapefile smoke spatial standards Subversion Ubuntu Unix USGS validation VMware WordPress XML
Tag Archives: R package
Logging and Error Handling in Operational Systems
Operational systems, by definition, need to work without human input. Systems are considered “operational” after they have ben thoroughly tested and shown to work properly with a variety of input. However, no software is perfect and no real-world system operates … read more …
Posted in Uncategorized
Tagged R, R package
Comments Off on Logging and Error Handling in Operational Systems
PWFSLSmoke 1.0: Visualizing Wildfire Smoke Data
Mazama Science has released the first official version (1.0) of the PWFSLSmoke R package for working with PM2.5 monitoring data. A beta version was released last year, along with an accompanying blog post. In this post, we discuss the purpose … read more …
MazamaSpatialUtils — Ebola Map Example
The MazamaSpatialUtils package on CRAN has just been updated with additional shape file conversion scripts and location buffering so that points located just outside of polygons (i.e. coastal sites) can still be associated with the nearest neighboring polygon. This package … read more …
MazamaSpatialUtils Package
Mazama Science has just released its first package on CRAN — MazamaSpatialUtils. Here is the description: A suite of conversion scripts to create internally standardized spatial polygons dataframes. Utility scripts use these datasets to return values such as country, state, … read more …