Contents:
exportRegion()
importRegion()
Utility functions for spatialcells, especially for import/export.
Export a region to a file. The file type is determined by the file extension.
region – The region/boundary object to export.
filename – The name of the file to export to.
geojson string
Import a region from a file. The file type is determined by the file extension.
filename – The name of the file to import from.
scale – The scale factor to apply to the coordinates.
region/boundary object