So I want make some query based in lon/lat values of a specific place. A simple example is this:
SELECT C.tipo, C.geomFROM climas AS CWHERE ST_Contains(ST_SetSRID(C.geom, 4326), ST_SetSRID(ST_Point(%x%, %y%), 4326))As default values for x and y, I put the lon/lat coordinates of my city (-44...