Skip to content

Example / Docs for working with PostGIS #183

@Nosferican

Description

@Nosferican

Would be great to know how to work with geometries in Julia. For example,

data = execute(conn,
               """
               SELECT ST_SetSRID(ST_MakePoint(lon, lat), 4326) AS geom
               FROM tbl;
               """,
               not_null = true) |>
    DataFrame

Which package in Julia would be recommended to parse the String to a geometry in Julia?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions