PostgreSQL
 sql >> Base de données >  >> RDS >> PostgreSQL

Comment convertir FeatureCollection en GeometryCollection ou MultiPolygon ?

Pour obtenir les coordonnées au format geojson, vous pouvez utiliser l'extrait suivant :

WITH geojson_featurecollection AS (
    SELECT ''::json AS fc
)
SELECT (json_array_elements(fc->'features'))->>'geometry'
FROM geojson_featurecollection;

dans lequel vous collez l'intégralité de votre définition FeatureCollection (provenant du http://geojson.io site Web après vos modifications) à l'intérieur des guillemets