defective WKT literal in Site coordinates
VladimirAlexiev opened this issue · 0 comments
VladimirAlexiev commented
inst:site_dcc21c97-50da-4175-a378-18eb5fe23e07
rdf:type <http://www.opengis.net/ont/geosparql#Feature> , bot:Site ;
<http://www.opengis.net/ont/geosparql#hasGeometry> <urn:bot:geom:pt:dcc21c97-50da-4175-a378-18eb5fe23e07> ;
<urn:bot:geom:pt:dcc21c97-50da-4175-a378-18eb5fe23e07>
<http://www.opengis.net/ont/geosparql#asWKT> "POINT (2.44291541672.4429154167 41.384496795641.3844967956)"^^<http://www.opengis.net/ont/geosparql#wktLiteral> ;
<http://www.opengis.net/ont/geosparql#asWKT> "POINT (2.4429154167 41.3844967956)"^^<http://www.opengis.net/ont/geosparql#wktLiteral> .
- (!) The first WKT literal is defective. It lists the same numbers twice and results in defective numbers with two decimal points each.
- @Gonsco As per #97, the building is located at WGS 84: 2.7414317, 41.6458244. Are the above coordinates close enough? There's a difference of 0.30,0.36 degrees. A degree is 111m along the meridians and the equator, so that's about 30m difference (the size of the building).
- These WKT literals have a GeoSPARQL literal. As per #96, all WKT literals need such