Write a GeoLocator Data Package to disk with
frictionless::write_package(). Standard datapackage files are written from
the package descriptor and resources, while pkg$params is serialized
separately to params.json when present.
Arguments
- pkg
A GeoLocator Data Package object.
- directory
Directory where
datapackage.jsonand resources are written.- compress
Logical. Passed to
frictionless::write_package().
See also
create_gldp() to create a package and read_gldp() to read one
back from disk.
