Skip to content

Instantly share code, notes, and snippets.

@Natim
Created December 3, 2013 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Natim/7771003 to your computer and use it in GitHub Desktop.
Save Natim/7771003 to your computer and use it in GitHub Desktop.
Première requête PostGIS
SELECT numero, geom FROM parcelle
WHERE ST_Intersects(geom, ST_Transform(
ST_ConvexHull('SRID=4326;MULTIPOINT(2.232 48.818,
2.246 48.82,
2.241 48.809,
2.232 48.818)'::geometry),
27572));
@brunobord
Copy link

mmmm c'est un triangle, j'ai pas raison ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment