Posted
about 13 years
ago
by
nicklas
I think we need a strategy for handling precision and tolerance in a lot of functions
I opened a wiki page to get a list of functions that should be tolerance/precision aware.
ToleranceDiscussion
|
Posted
about 13 years
ago
by
nicklas
I think we need a strategy for handling precision and tolerance in a lot of functions
I opened a wiki page to get a list of functions that should be tolerance/precision aware.
ToleranceDiscussion
|
Posted
over 13 years
ago
by
strk
It is common for shapefiles to be distributed as .zip packages, so it may be nice to make shp2pgsql able to read them directly from there (or some other package format too) in an automagical way.
|
Posted
over 13 years
ago
by
strk
It is common for shapefiles to be distributed as .zip packages, so it may be nice to make shp2pgsql able to read them directly from there (or some other package format too) in an automagical way.
|
Posted
over 13 years
ago
by
strk
ST_LocatePoint returns a value which you can't easily convert to a vertex number. This isn't helpful if what you're looking for is a substring formed by pre-existing vertices rather than formed by arbitrarily interpolated points.
In turn, re-using
|
Posted
over 13 years
ago
by
strk
ST_LocatePoint returns a value which you can't easily convert to a vertex number. This isn't helpful if what you're looking for is a substring formed by pre-existing vertices rather than formed by arbitrarily interpolated points.
In turn, re-using
|
Posted
over 13 years
ago
by
strk
How topology starts making sense in PostGIS 2.0.0
|
Posted
over 13 years
ago
by
strk
How topology starts making sense in PostGIS 2.0.0
|
Posted
over 13 years
ago
by
robe
The geometric equality operator we used to have in 1.3 (~=) would be even more useful now. We can't call it ~= since that has already changed definition so much and is now just a bounding box equality (and not even that much because our bounding
|
Posted
over 13 years
ago
by
robe
The geometric equality operator we used to have in 1.3 (~=) would be even more useful now. We can't call it ~= since that has already changed definition so much and is now just a bounding box equality (and not even that much because our bounding
|