BBBikeIOS

class pydriosm.ios.BBBikeIOS(**kwargs)[source]

Implement storage I/O of BBBike exports of OpenStreetMap data with PostgreSQL.

Parameters:

kwargs – [optional] parameters of the class PostgresOSM

Variables:

Examples:

>>> from pydriosm.ios import BBBikeIOS

>>> bbi = BBBikeIOS(database_name='osmdb_test')
Password (postgres@localhost:5432): ***
Creating a database: "osmdb_test" ... Done.
Connecting postgres:***@localhost:5432/osmdb_test ... Successfully.

>>> type(bbi.dbms)
pydriosm.ios.PostgresOSM

>>> bbi.dbms.name
'BBBike exports of OpenStreetMap data'

See also

  • Examples for all the methods of the class PostgresOSM.