VarReadParse

class pydriosm.reader.VarReadParse[source]

Read/parse OSM data of various formats (other than PBF and Shapefile).

Attributes

FILE_FORMATS

set: Valid file formats.

Methods

read_csv_xz(csv_xz_pathname[, col_names])

Read/parse a compressed CSV (.csv.xz) data file.

read_geojson_xz(geojson_xz_pathname[, ...])

Read/parse a compressed Osmium GeoJSON (.geojson.xz) data file.