tags:

views:

6

answers:

0

I need to convert my Postgresql/Postgis query below to a query in Geodjango? I'm confused by the Geoqueryset aggregates.

Select Sum(Area(geom))/4046.856 as Acres from annualreport_landstatus where status=2;

Thanks.