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

Utility functions for managing vector data sources #343

Merged
merged 25 commits into from
May 14, 2024

Conversation

ctoney
Copy link
Collaborator

@ctoney ctoney commented May 14, 2024

This PR adds the "ogr_manage" interface, along with "ogr_define" helper functions.

Initial OGR bindings, in part to support vector I/O in a future release (#241).

utility functions for managing vector data sources (ogr_manage):
ogr_ds_exists(), ogr_ds_format(), ogr_ds_test_cap(), ogr_ds_create(), ogr_ds_layer_count(), ogr_ds_layer_names(), ogr_layer_exists(), ogr_layer_test_cap(), ogr_layer_create(), ogr_layer_field_names(), ogr_layer_delete(), ogr_field_index(), ogr_field_create(), ogr_geom_field_create(), ogr_field_rename(), ogr_field_delete(), ogr_execute_sql()

documentation and helper functions for feature class definition (ogr_define):
ogr_def_field(), ogr_def_geom_field(), ogr_def_layer()

@ctoney ctoney merged commit dd10747 into USDAForestService:main May 14, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant