-
Notifications
You must be signed in to change notification settings - Fork 176
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
Include geographical data #56
Comments
Up |
Using PostGis ST_IsValidReason reveal the following problem to the multipolygon SELECT vn_gis.code, vn_gis."level", ST_IsValidReason(gis_geom)
FROM vn_gis
WHERE ST_IsValid(gis_geom) IS FALSE;
Validity rule of a Polygon
Checking further, the self intersection look like this on the map List of invalid geo_gis items: SELECT *
FROM vn_gis vg
WHERE code IN ('617','184','515','516','511','512','62','645','646','639','660','661','666','667','86'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Include geographical data
Geographical data referenced from daohoangson/dvhcvn repository, his repository GIS resource is awesome. Don't hesitate to give his amazing repository a star as well
The text was updated successfully, but these errors were encountered: