pygeodes.utils.io.write_json#

pygeodes.utils.io.write_json(content: dict, filepath: str) None[source]#

This functions dumps a dict at a filepath

Parameters:
contentdict

the dict to dump

filepathstr

the filepath to dump to

See also

load_json

to read a JSON from a file