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

Only 2 of 35 features are imported #41

Closed
bertt opened this issue Nov 20, 2024 · 1 comment
Closed

Only 2 of 35 features are imported #41

bertt opened this issue Nov 20, 2024 · 1 comment

Comments

@bertt
Copy link

bertt commented Nov 20, 2024

Hi,

I'm trying to export roofer output data (cityjsonl - see attachment) of 35 France buildings to Postgres, but only 2 features are exported.

In cjseqview the data looks ok:

image

Command for import:

poetry run cjdb import -H localhost -U postgres -d postgres -s public  -f tile_00000.city.jsonl

result in PostgreSQL:

image

Any idea how to import all the features to PostgreSQL?

tile_00000.city.zip

@GinaStavropoulou
Copy link
Collaborator

All the Features in the file you have sent me have the same id ("id":"1") - this is probably causing the rest of the buildings to vanish during import/export. I believe this was an error coming from roofer but it should be fixed by now.

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

No branches or pull requests

2 participants