How postgis changed the insurance market in Brazil
We can offer a one-size-fits-all product, or we can truly understand our users and offer something valuable and customized to their needs. Geolocation is the key to learn what is going on around them to make better, user-centric decisions.
● PSC - project steering committee ● OSGeo - Open Source Geospatial Foundation ● Regione Toscana - SITA cartoteca ● Associazione Italiana per l'Informazione Geografica Libera (GFOSS.it) ● Supporto gratuito o a pagamento
ST_Covers SELECT id, name FROM boundaries WHERE ST_Covers( boundaries.coordinates, ST_Transform(ST_SetSRID(ST_Point(-46.640963, -23.625531), 4326), 3857) );
ST_DistanceSphere SELECT name AS origin, 'Youse' AS destination, ST_DistanceSphere( point, ST_Transform(ST_SetSRID(ST_Point(-46.6824622, -23.5941306), 4326), 3857) ) AS distance FROM markers WHERE id = 174;