expand_frictionless_metadata
can add and remove fields from the metadata depending on the structural metadata supplied.
- obfuscate gps can now handle NAs
- datapackage.json can be pruned to more closely follow structural metadata for datasets
- Files over 300mb are zipped before attempting to upload them to dropbox. Zipped validation logs on dropbox are automatically unzipped.
- Fixing bug in bug fix - naming properties that will be updated
- Fixing bug in expand metadata - function now allows for updates
- Adds a function to update the descriptive metadata in a frictionless datapackage
- Setups up a minimal structural metadata framework for tabular datasets.
- Adds more control over the function used in
get_precision
andobfuscate_gps
- Fixing issue with
download_google_drive
where search pattern is over applied.
- Explicitly adding
set_diff
function which was previously a hidden dependency on the {ecohealthalliance/airtabler} package
- Adding GPS obfuscation function - this function uses two methods to reduce the accuracy of GPS points. The first is adding some amount of error to the measurement from a user defined random uniform distribution. The second is by rounding to remove precision from the measurement.