|
|
|
|
|
by dbreunig
419 days ago
|
|
Author here: the beauty of DuckDB spatial is that the projections and CRS options are hidden until you need them. For 90% of geospatial data usage people don't and shouldn't need to know about projections or CRS. Yes, there are so many great tools to handle the complexity for the capital-G Geospatial work. I love Felt too! Sam and team have built a great platform. But lots of times a map isn't needed; an analyst just needs it as a column. PostGIS is also excellent! But having to start up a database server to work with data doesn't lend itself to casual usage. The beauty of DuckDB is that it's there in a moment and in reach for data generalists. |
|
DuckDB is great, but the fact that it makes it easier for data generalists to make mistakes with geospatial data is mark against it, not in its favor.