Changes between Version 47 and Version 48 of BldgsGeomMisc


Ignore:
Timestamp:
Sep 21, 2019, 11:58:02 AM (5 years ago)
Author:
darkblueb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BldgsGeomMisc

    v47 v48  
    234234
    235235}}}
     236
     237**Valids-Delft Lab**
     238
     239{{{
     240PostgreSQL 10.10 (Ubuntu 10.10-1.pgdg16.04+1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609, 64-bit
     241
     242POSTGIS="2.4.3" PGSQL="100" GEOS="3.7.2-CAPI-1.11.2 0" PROJ="Rel. 4.9.2, 08 September 2015" GDAL="GDAL 2.3.2, released 2018/09/21" LIBXML="2.9.3" LIBJSON="0.11.99" LIBPROTOBUF="1.2.1"
     243
     244              Table "public.valids_delft"
     245  Column   |   Type   | Collation | Nullable | Default
     246-----------+----------+-----------+----------+---------
     247 pkey      | integer  |           | not null |
     248 groupname | text     |           |          |
     249 refvalid  | text     |           |          |
     250 wkt_base  | text     |           |          |
     251 geom      | geometry |           |          |
     252Indexes:
     253    "valids_delft_pkey" PRIMARY KEY, btree (pkey)
     254
     255##----------------------------------------------------------------------------------
     256dbb=# select pkey, refvalid, st_isValid(geom) from valids_delft ;
     257NOTICE:  Self-intersection at or near point 163.39202965708989 235.00834105653382
     258NOTICE:  Hole lies outside shell at or near point 130 292
     259NOTICE:  Interior is disconnected at or near point 170 170
     260NOTICE:  Interior is disconnected at or near point 170 170
     261NOTICE:  Self-intersection at or near point 200 201.76470588235293
     262NOTICE:  Self-intersection at or near point 200 202
     263NOTICE:  Holes are nested at or near point 180 200
     264NOTICE:  Self-intersection at or near point 200 210
     265NOTICE:  Self-intersection at or near point 219.6352644836272 111.99294710327453
     266NOTICE:  Self-intersection at or near point 129.99999999999989 210.99999999999991
     267NOTICE:  Self-intersection at or near point 212.95837780046392 99.000086530632473
     268 pkey | refvalid | st_isvalid
     269------+----------+------------
     270    1 | Valid    | t
     271    2 | Valid    | t
     272    3 | Valid    | t
     273    4 | Valid    | t
     274    5 | Valid    | t
     275    7 | Valid    | t
     276    6 | Valid    | t
     277    8 | Valid    | t
     278    9 | Valid    | t
     279   11 | Valid    | t
     280   12 | Valid    | t
     281   13 | Invalid  | f
     282   14 | Invalid  | f
     283   15 | Valid    | t
     284   16 | Valid    | t
     285   17 | Valid    | t
     286   18 | Valid    | t
     287   19 | Valid    | t
     288   20 | Invalid  | f
     289   21 | Invalid  | f
     290   22 | Invalid  | f
     291   23 | Invalid  | f
     292   24 | Invalid  | f
     293   25 | Invalid  | f
     294   26 | Valid    | t
     295   27 | Valid    | t
     296   28 | Valid    | t
     297   29 | Valid    | t
     298   30 | Invalid  | f
     299   31 | Valid    | t
     300   32 | Invalid  | f
     301   33 | Valid    | t
     302   34 | Valid    | t
     303   35 | Invalid  | f
     304   36 | Valid    | t
     305(35 rows)
     306
     307}}}