When running analyses we get sometimes this error:
Traceback (most recent call last):
1
File "<string>" line 20 in __plpython_procedure_obs_getmeasure_17089676 [locals]
RaiseException: cdb_dataservices_server._obs_getmeasure(7): [obs_2016_07_18_1d86d3f2ec] REMOTE ERROR: Invalid geometry type (<NULL>), can only handle 'ST_Point', 'ST_Polygon', and 'ST_MultiPolygon'
because of some null values in the_geom. We should make it resilient to null inputs.
When running analyses we get sometimes this error:
because of some null values in
the_geom
. We should make it resilient to null inputs.