[postgis-users] Transform
Stephen Crawford
src176 at psu.edu
Tue Feb 21 11:06:24 PST 2012
Hi All,
I'm trying to transform as raster set in this way:
SELECT rid, observation_date, ST_Transform(rast, 4326) AS rast INTO
risk_wgs84
FROM spring_ms
WHERE observation_date = '2012-02-20';
I would expect the target table "risk_wgs84" to be in lat/lon, but if I run:
ST_Extent(rast) from risk_wgs84 I get values in meters (same as the
original table "spring_ms"):
any ideas?
Thanks,
Steve
Stephen Crawford
Center for Environmental Informatics
The Pennsylvania State University
More information about the postgis-users
mailing list