Skip to content

Support geometric types for postgres #166

Closed
@mehcode

Description

@mehcode

https://docs.rs/geo
https://www.postgresql.org/docs/current/datatype-geometric.html

  • POINT -> geo::Coordinate<f64>
  • LINE -> geo::Line<f64>
  • LSEG -> geo::Line<f64>
  • BOX -> geo::Rect<f64>
  • PATH -> geo::LineString<f64>
  • POLYGON -> geo::Polygon<f64>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions