talend-spatial / workspace-metadata-crawler

Automatic geospatial data inventory with Talend Spatial
10 stars 6 forks source link

DB Vector scan: don't get the extent if there is no geometry colum #35

Closed yjacolin closed 6 years ago

yjacolin commented 7 years ago

https://github.com/talend-spatial/wnorkspace-metadata-crawler/blob/6.x/METADATA-CRAWLER/process/scan_vector_0.1.item#L1051-L1054

This imply that each feature has a geometry colum to calculate extent. When the feature is an only attribute table, extent should not be calculated.

PR to come.