Skip to content

Spatial plotting #336

@teunbrand

Description

@teunbrand

This is just an issue to keep track of the notion that we want to support geospatial plotting.

A first goal with this would be to dish out some simple chloropleths.

  • We'd need to understand how geospatial data is stored in databases and what readers support would look like.
  • We'd need to understand how writers take geospatial information. If there is only limited support for writers, we can simply render polygons, but we'd have to figure out if/how we can render polygons with holes.

The second step would be to use the PROJECT clause to transform.

  • For example, I think we'd like to support named projections like PROJECT TO mercator, PROJECT TO mollweide and PROJECT TO 'goode homolosine', etc.
  • If user declares MAPPING foo AS lon, bar AS lat, we should understand this to be a map automatically.

Metadata

Metadata

Assignees

Labels

plot buildingIn between the reader and writer, execution of plot logicreaderConcerns the reader arm of ggsql.writerConcerns the writer arm of ggsql.
No fields configured for Enhancement.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions