Skip to content

scratch

TANG ZhiXiong edited this page Mar 8, 2023 · 2 revisions
python3 -m pybind11_geobuf --help
python3 -m pybind11_geobuf normalize_json fixtures/us-states.json
python3 -m pybind11_geobuf normalize_json fixtures/us-states.json --precision=2
python3 -m pybind11_geobuf json2geobuf fixtures/us-states.json fixtures/us-states.pbf --precision=2
python3 -m pybind11_geobuf geobuf2json fixtures/us-states.pbf fixtures/us-states.back.json --indent=True --sort_keys=True

python3 -m pybind11_geobuf normalize_geobuf fixtures/us-states.pbf --precision=1
Clone this wiki locally