Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up| gimms 1.1.3 | |
| Changes: | |
| * Handle expired ECOCAST SSL certificate in updateInventory(). | |
| * gimms:::updateNasanex() now yields valid online filepaths. | |
| gimms 1.1.2 | |
| Changes: | |
| * Removed 'RCurl' dependency. | |
| gimms 1.1.1 | |
| Changes: | |
| * Roxygen2 update | |
| * Use DOI hyperlinks rather than direct journal links due to deprecation issues. | |
| * Rasterized NDVI3g.v0 images are no longer kept in memory, but linked to corresponding file on disk if 'filename' is specified. | |
| gimms 1.1.0 | |
| New features: | |
| * Function oldNaming() to transform new .nc4 file names into "traditional" NDVI3g.v0 naming convention, optionally appending a suffix (e.g., '.tif'). | |
| * Added parallel support to significantTau(),'RasterStackBrick'-method. | |
| Changes: | |
| * Issued MIT license. | |
| gimms 1.0.0 | |
| New features: | |
| * Added support for the recently released NDVI3g.v1 to all package functions. | |
| * Included local file inventories for all available GIMMS products (NDVI3g.v0 and NDVI3g.v1) and their respective servers (ECOCAST, NASANEX). | |
| * rasterizeGimms() now includes an extent argument ('ext') to enable clipping based on raster::crop(). | |
| Changes: | |
| * Quality control has been added to rasterizeGimms() through specifying permitted flag values ('keep'), rendering the subsequent application of a separate function unnecessary. For reasons of convenience, however, qualityControl() is still available. | |
| * Scaling and the rejection of water and nodata-mask values are no longer optional. | |
| * If 'timestamp = TRUE', monthlyIndices() now returns an object of class 'Date' (instead of 'character') and '...' is no longer available. | |
| gimms 0.5.0 | |
| New features: | |
| * Enabled retrieval of quality flags from rasterizeGimms(). | |
| * Added parallel support to downloadGimms(), rasterizeGimms() and monthlyComposite(). | |
| Changes: | |
| * Revised package documentation. | |