-
Notifications
You must be signed in to change notification settings - Fork 15
Spatial plotting #336
Copy link
Copy link
Open
Labels
plot buildingIn between the reader and writer, execution of plot logicIn between the reader and writer, execution of plot logicreaderConcerns the reader arm of ggsql.Concerns the reader arm of ggsql.writerConcerns the writer arm of ggsql.Concerns the writer arm of ggsql.
Metadata
Metadata
Assignees
Labels
plot buildingIn between the reader and writer, execution of plot logicIn between the reader and writer, execution of plot logicreaderConcerns the reader arm of ggsql.Concerns the reader arm of ggsql.writerConcerns the writer arm of ggsql.Concerns the writer arm of ggsql.
Type
Fields
Give feedbackNo fields configured for Enhancement.
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.
The second step would be to use the
PROJECTclause to transform.PROJECT TO mercator,PROJECT TO mollweideandPROJECT TO 'goode homolosine', etc.MAPPING foo AS lon, bar AS lat, we should understand this to be a map automatically.