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

GeoGig and plugin: Analysis of current functionality and limitation #15

Closed
MarkusHesse42 opened this issue Oct 23, 2017 · 0 comments
Closed
Assignees
Projects

Comments

@MarkusHesse42
Copy link
Collaborator

MarkusHesse42 commented Oct 23, 2017

Open points:

  • Supported field types (uuid, vectors of data, ...)
  • Export to postgres (differential export...)
  • Differential import from postgres
  • Error handling (should work, to be tested)
  • ...

First results on field types:

Type Import Export Geopkg
boolean OK Failed
bigint OK OK
character varying OK OK
date OK OK
real OK OK
text OK OK
numeric OK OK
bigint[] OK OK
timestamp OK OK
uuid OK Failed

Summary: Import to geogig works for all tested field types. Export to GeoPackage fails for boolean and uuid.
I created the following issues on the geogig bug tracker for these problems:

Further basic limitations are:

@MarkusHesse42 MarkusHesse42 self-assigned this Oct 23, 2017
@MarkusHesse42 MarkusHesse42 added this to ToDo in GeoGig Oct 25, 2017
@MarkusHesse42 MarkusHesse42 moved this from ToDo to In Progress in GeoGig Nov 23, 2017
@MarkusHesse42 MarkusHesse42 moved this from In Progress to Completed in GeoGig Nov 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
GeoGig
Completed
Development

No branches or pull requests

1 participant