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
gpkg_create_dummy_features()
gpkg_create_spatial_ref_sys()
gpkg_geometry_columns
gpkg_create_empty_features()
gpkg_contents(template=)
gpkg_create_empty_grid()
gpkg_contents
TRUE
The text was updated successfully, but these errors were encountered:
for #18
e0b7db7
gpkg_create_spatial_ref_sys for #18
54b9091
for tasks in #18
c509a5d
- deprecate gpkg_create_dummy_features() - add gpkg_create_empty_features() - add gpkg_create_geometry_columns() - add gpkg_add_geometry_columns() - deprecate gpkg_contents(template=) column
brownag
No branches or pull requests
gpkg_create_spatial_ref_sys()
function internallygpkg_geometry_columns
table create/insert code as new functionsgpkg_create_dummy_features()
function name and replace with e.g.gpkg_create_empty_features()
gpkg_contents(template=)
argument, provide documented arguments for each data element (srs_id, bounding box)gpkg_create_empty_grid()
gpkg_contents
(default toTRUE
, changing existing behavior)The text was updated successfully, but these errors were encountered: