Changes between Version 51 and Version 52 of CLC Join
- Timestamp:
- Jun 1, 2010 12:55:09 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CLC Join
v51 v52 46 46 It uses ''' ST_Intersects ''' to reduce the search list and ''' ST_Multi(ST_Intersection()) ''' to cut along the primary catchments borders. 47 47 As a result of using the catchment database only for Britany, the layers that were outside from Britany geographic range are now discarded[[BR]] 48 Note also that in postgres some lines apear as void of data even when using ''' CAST(ST_AsText() ''' but that those line provide answer FALSE using either ''' ST_IsValid () ''' or ''' ST_IsEmpty() ''' or ''' IS NULL '''. We had doubts at the beginning as the file was not displayed in Qgis, but the reason was probably not those apparent voids but '' probably changing ~~ST_Multi(ST_Intersection(clc.the_geom, c.the_geom)) AS the_geom~~ into ST_Multi(ST_Intersection(clc.the_geom, c.the_geom)) the_geom ''. 48 Note also that in postgres some lines apear as void of data even when using ''' CAST(ST_AsText() ''' but that those line provide answer FALSE using either ''' ST_IsValid () ''' or ''' ST_IsEmpty() ''' or ''' IS NULL '''. We had doubts at the beginning as the file was not displayed in Qgis, but the reason was probably not those apparent voids but '' probably changing ~~ST_Multi(ST_Intersection(clc.the_geom, c.the_geom)) AS the_geom~~ into ST_Multi(ST_Intersection(clc.the_geom, c.the_geom)) the_geom ''. Here we say probably as working with Gis still holds some mysteries. 49 49 {{{ 50 50 #!sql