-
Notifications
You must be signed in to change notification settings - Fork 15
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
Exception in thread "main" org.postgresql.util.PSQLException: ERROR: geometry contains non-closed rings #28
Comments
Něco jako
nepomůže? Poslední dvojice koordinátů je tam navíc. Chyba na ČÚZK nahlášena asi půl roku, ale nic se neděje. |
I get an out of memory when i give the statement above. I actually only need all street addresses with their X-Y coordinate.. In the input i still see those. Imported they seem to have been converted to a lonng string.. How does that work? |
@cikorka @shr3k Také mě uvedený příkaz spadne na nedostatek paměti. Přepsal jsem to na:
nicméně, vypadá to, že daný soubor obsahuje nevalidních dat více:
Zkoušel jsem v rychlosti opravit kód, ale nestačí ošetřovat exception při ukládání:( |
Já psal něco jako, ne detailní návod. Ano, chyb geometrií je tam víc, konkrétně dvě, HZJ.132021.1 a HZJ.306045.1, které je nutno opravit.
nahradit
a
nahradit
|
Díky, Tím se opravila další chyba, dále to spadlo na:
ale zajímavé je, že:
|
No to je ten ocásek (poslední dvojice bodů) navíc v hranici ZSJ 306045, viz upravená zpráva s konkrétním search / replace... :-) |
aha! samozřejmě. Tím se to vysvětluje. Musel jsem to jednou spustit omylem s orginálem. díky moc. |
Napsal jsem znovu jednomu člověku z ČÚZK (o opravu jsem žádal poprvé už před rokem přes [email protected]), jestli by na to nemohl dohlédnout... |
Found out how to read the definicni_bod :) ST_AsText(amo.definicni_bod). Will (after translating the msg above) check if i can also correct the three wrong files. Or do i need to import all three or only newest one? To create a more readable address i made the selection below. Do you have any recomendations? Am i missing handy things? Assuming wrong joins? Thnks already! select distinct amo_kod |
Fyi the issue has to be corrected at the statistical office. They are working on it, hopefully soon fixed. |
Chtělo by to přidat možnost nahlásit chybu, ale pokračovat v importu ostatních geometrií. Další chyby obsahuje třeba letošní 20200505_ST_ZKSH a 20200831_ST_ZKSH ... peklo. Nechápu, jak registr veřejné správy může obsahovat a generovat nevalidní geometrie. |
The text was updated successfully, but these errors were encountered: