thinkingmachines / geomancer

Automated feature engineering for geospatial data
MIT License
216 stars 16 forks source link

Apply core.ST_GeoFromText to all geometries #37

Closed ljvmiranda921 closed 5 years ago

ljvmiranda921 commented 5 years ago

Resolves #32

This time, we'll always assume that geometries in the data warehouse is uploaded as a STRING. On the ingestion side, this is much better, on the analysis side, this makes everything consistent.