etlplus.file.pbf
etlplus.file.pbf module.
Stub helpers for reading/writing Protocolbuffer Binary Format (PBF) files (not implemented yet).
Notes
PBF is a binary format used primarily for OpenStreetMap (OSM) data.
- Common cases:
Efficient storage of large OSM datasets.
Fast data interchange for mapping applications.
Compression of OSM data for reduced file size.
- Rule of thumb:
- If the file follows the PBF specification, use this module for reading
and writing.
Classes
|
Stub handler implementation for PBF files. |