We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decodes several blob types used in PARCEL table.
Columns found in PARCEL table:
PARCEL_ID INTEGER NOT NULL, PARCEL_BASIS BLOB NOT NULL, ROAD_SHAPE BLOB, ROAD_NETWORK BLOB, BKGD BLOB, BKGD_AREA_CLS BLOB, MARK BLOB, ROAD_NAME BLOB, NAME BLOB, GUIDE BLOB, ROAD_DENSITY BLOB, ROAD_BASE_VERSION INTEGER, BKGD_BASE_VERSION INTEGER,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Decodes several blob types used in PARCEL table.
Columns found in PARCEL table:
PARCEL_ID INTEGER NOT NULL,
PARCEL_BASIS BLOB NOT NULL,
ROAD_SHAPE BLOB,
ROAD_NETWORK BLOB,
BKGD BLOB,
BKGD_AREA_CLS BLOB,
MARK BLOB,
ROAD_NAME BLOB,
NAME BLOB,
GUIDE BLOB,
ROAD_DENSITY BLOB,
ROAD_BASE_VERSION INTEGER,
BKGD_BASE_VERSION INTEGER,
The text was updated successfully, but these errors were encountered: