Ticket #285 (closed task: fixed)

Opened 3 years ago

Last modified 2 years ago

FAQ When should I use geography over geometry

Reported by: robe Owned by: robe
Priority: medium Milestone: PostGIS 1.5.0
Component: postgis Version: trunk
Keywords: Cc:

Description

Someone asked me this and it sounds like a question we will be getting often from both novices as well as existing users.

I was thinking in the geography side of things -- could whip up a feature matrix (an autogenerated one with some xsl voodoo magic that)

For each function that takes as input geography/geometry mark off whether it supports geometry/geography like with T meaning it uses a geometry transform operation so not native and yes/no being native or non-existent. We can put a special tag in each function description to easily pull the transform question out.

function geometry geography ST_Buffer yes T ST_Distance yes yes ST_DWithin yes yes

Then we need the descriptive FAQ of what geometry/geography offers from a performance/use case perspective I guess. E.g. support by third party tools and loaders etc. What range (are you dealing with regional or all over the world) -- etc.

So kind of like a questionaire type thing to consider before using one or the other.

Attachments

geography_howto.txt Download (7.4 KB) - added by pramsey 3 years ago.
Some content

Change History

Changed 3 years ago by robe

  • owner changed from pramsey to robe

I guess we should also decide where this should go.

Changed 3 years ago by pramsey

Some content

Changed 3 years ago by pramsey

Here's some content to integrate and close this ticket with :)

Changed 2 years ago by pramsey

  • summary changed from FAQ When should I user geography over geometry to FAQ When should I use geography over geometry

Changed 2 years ago by robe

  • milestone changed from PostGIS 1.5.0 to PostGIS Future

I might get to incorporating Paul's changes, but not this week. Though I'm not sure the best place in the manual for this.

I'll move back out if I have time before release.

Changed 2 years ago by robe

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from PostGIS Future to PostGIS 1.5.0
Note: See TracTickets for help on using tickets.