Skip to content

Create collection from shapefileΒ #31

@thomasstorm

Description

@thomasstorm

Currently, in order to create a collection from a shapefile, the user has to

  • read the shapefile
  • translate the field types into PostGres-types (e.g. int64 -> integer)
  • geodb.create_collection(...)
  • geodb.insert_into_collection(...)

There should be a single method for that task.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions