NEWS.md
02/11/2017 - First semi-stable releas
Improvements on extract_rast
, now dealing also with categorical rasters
Added plotting routines plot_rast_gg
and plot_vect
Added routines for better dealing with categorical rasters (set_rastlabels
, recategorize_rast
)
Added routines for extracting info from raster data (get_rastinfo
, get_raststats
, plot_rasthist
)
Added routines for simplified reading of raster files (read_rast
) and vector file (read_vect
) from disk
Added routines for reprojection of raster and vector data (reproj_rast
, reproj_vect
, reproj_extent
)
Added routines for creation of fishnets (create_fishnet
)
Added routines for cropping and masking rasters, based on cretion of temporary gdal vrt files (crop_rast
, mask_rast
)
Added routines for cropping vectors (crop_vect
)
Added routine for automatic downloaf of administartive boundaries polygons ( get_boundaries
)
Added routine for migrating virtual raster files (RData and GDAL vrt) ( migrate_virtrast
)