| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 5 months |
| seen | Mar 25 at 5:03 | |
| stats | profile views | 34 |
user453673
|
Mar 22 |
comment |
How to Create database using OGC compliant geometries and Custom type Geometries? Similar question (not duplicate though): gis.stackexchange.com/questions/38863/… |
|
Mar 21 |
comment |
How to Create database using OGC compliant geometries and Custom type Geometries? From the title, I think he's asking about geometries which can be drawn on the screen and edited by the user at runtime and later stored as a layer of dynamic geometries, in a postgis database when the application's workspace is saved. Something like this would typically require control points and handles to be stored with the geometry, which isn't (as per my knowledge) supported directly by OGC. (at least I'd like to know) How would such dynamic data be stored in a database? |
|
Mar 13 |
accepted | Most optimal algorithm for contour correctness? |
|
Mar 11 |
answered | Most optimal algorithm for contour correctness? |
|
Feb 14 |
awarded | Commentator |
|
Feb 14 |
comment |
Most optimal algorithm for contour correctness? Thanks. I've been trying to find out which algorithm GDAL uses for creating contours, but couldn't find any hint on that. Anyone here know? Basically my main requirement is that I should be able to use GDAL (or any other contour generation algo) to create reliable contours which are the best in terms of accuracy (when compared with any application that displays contours). I don't want to start using GDAL and then much later realize that it doesn't suit my needs of multicore support, accuracy, smoothening or specifying the height interval between major and minor contours. |
|
Feb 13 |
comment |
Most optimal algorithm for contour correctness? I agree. Good advice. But assuming the data constant, which would be the best algorithm/library, is what I'm asking? |
|
Feb 13 |
asked | Most optimal algorithm for contour correctness? |
|
Aug 31 |
comment |
Definitive source for downloading DEM data Is there any website from which I can download at least a few GB of DEM data at once? |
|
Nov 29 |
awarded | Nice Question |
|
Dec 22 |
accepted | Differentiating a building from a road on a map? |
|
Dec 22 |
comment |
Differentiating a building from a road on a map? Thanks for your answers, everyone. Steven? |
|
Dec 18 |
asked | Differentiating a building from a road on a map? |
|
Dec 13 |
accepted | How do algorithms load pieces of maps? |
|
Dec 11 |
revised |
How do algorithms load pieces of maps? deleted 99 characters in body |
|
Dec 10 |
comment |
What's an efficient way of detecting road junctions on a map? Just sharing: Another database I've come across is this - <oracle.com/technetwork/database/berkeleydb/overview/…;. Apparently the queries are very fast because the queries are available as libraries which can be embedded in the application. |
|
Dec 10 |
accepted | What's an efficient way of detecting road junctions on a map? |
|
Dec 10 |
comment |
How do algorithms load pieces of maps? @Brad: My answer is 'no' to all your questions :) I've edited my question; I guess I didn't ask my question clearly enough. |
|
Dec 10 |
comment |
How do algorithms load pieces of maps? @Dan: Edited. I've also answered my own question below based on something I found. I've heard the Hilbert curve is more 'optimised' than QuadTree (don't know how it's better optimised though). Besides, Berkeleys database seems a quick way of querying for tiles. Comments are welcome if you know about these methods of storage and access. |
|
Dec 10 |
revised |
How do algorithms load pieces of maps? added 320 characters in body |