Refine
This commit is contained in:
@@ -75,7 +75,7 @@ def get_pipe_risk_probability_geometries(name: str) -> dict[str, Any]:
|
||||
print(col)
|
||||
|
||||
id = record[key_pipeId]
|
||||
geom = json.loads(ST_AsGeoJSON(record[key_geometry]))
|
||||
geom = json.loads(record[key_geometry])
|
||||
|
||||
pipe_risk_probability_geometries[id] = {
|
||||
'start': geom['coordinates'][0],
|
||||
|
||||
Reference in New Issue
Block a user