workspace 0.1.6
Features
- In store_dataset()method for sf objects, now preservesagrandsf_columnand CRS when storing spatial
sf datasets.
Fixes
- Column names with spaces now preserved when reading sf datasets from
workspace.
Tests
- Improve round-trip test coverage to ensure what is stored in a
workspace is the same as what is read.
workspace 0.1.5
workspace 0.1.3
Features
- Add support for storing and reading yaml files using the
yamlpackage.
- Add support for storing and reading geospatial datasets using the
sfpackage.
- Add support for storing and reading raster datasets using the
terrapackage.
Tests
- Greatly increase test coverage.
workspace 0.1.2
Features
- add new function delete_dataset()to delete datasets
from workspace.