Skip to content
New issue

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() upgrades and deprecation #18

Open
5 of 6 tasks
brownag opened this issue Mar 3, 2024 · 0 comments
Open
5 of 6 tasks

gpkg_create_dummy_features() upgrades and deprecation #18

brownag opened this issue Mar 3, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@brownag
Copy link
Owner

brownag commented Mar 3, 2024

  • Use new gpkg_create_spatial_ref_sys() function internally
  • Abstract out gpkg_geometry_columns table create/insert code as new functions
  • Deprecate gpkg_create_dummy_features() function name and replace with e.g. gpkg_create_empty_features()
  • Deprecate gpkg_contents(template=) argument, provide documented arguments for each data element (srs_id, bounding box)
  • Add a gridded analog e.g. gpkg_create_empty_grid()
  • Add an option to add empty tables to gpkg_contents (default to TRUE, changing existing behavior)
@brownag brownag self-assigned this Mar 3, 2024
@brownag brownag added the enhancement New feature or request label Mar 3, 2024
brownag added a commit that referenced this issue Mar 3, 2024
brownag added a commit that referenced this issue Mar 3, 2024
brownag added a commit that referenced this issue Mar 3, 2024
 - 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant