The workspace.h2 module a workspace implementation based on the contents of a H2 database.
-
class geoscript.workspace.h2.H2(db, dir=None)
A subclass of Workspace for an H2 database.
db is the name of the database.
dir is the optional path to a directory containing the H2 database.
If the underlying H2 database does not exist it will be created.