1. I don't know if GeoDjango requires it, but in PostGIS you can have
geometry objects with no SRID declared. I believe however if you do
this PostGIS assumes that the data is SRID 4326 (WGS 84 lon/lat) for
any calculations.
2. The other option would be to use a UTM or TM based projection
assuming the values are within the range of a single zone. This way
any calculations you did, (point in polygon, area, perimeter, etc)
would be based on an x,y grid.
TSW
> --
> You received this message because you are subscribed to the Google Groups "geodjango" group.
> To post to this group, send email to geod...@googlegroups.com.
> To unsubscribe from this group, send email to geodjango+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/geodjango?hl=en.
>
>
--
Trevor Wiens
Principal, Apropos Information Systems
Calgary, Alberta
403-973-5901
I'd like to take advantage of Geodjango but my objects only exist in a
Cartesian coordinate system (rather than the surface of a sphere).
Can anyone recommend an SRID to use?