Opened 5 years ago
Closed 8 months ago
#31014 closed New feature (fixed)
add FromWKB and FromWKT GIS functions
Reported by: | Sergey Fedoseev | Owned by: | Claude Paroz |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Normal | Keywords: | wkt, wkb |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Change History (23)
comment:1 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 5 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 4 years ago
Has patch: | set |
---|---|
Keywords: | wkt wkb added |
comment:4 by , 4 years ago
Patch needs improvement: | set |
---|
comment:5 by , 2 years ago
Owner: | removed |
---|---|
Status: | assigned → new |
comment:6 by , 2 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:8 by , 22 months ago
Owner: | removed |
---|---|
Status: | assigned → new |
comment:10 by , 22 months ago
Replying to Claude Paroz:
Needs someone with Oracle knowledge to finish the patch.
We can always mark them as unsupported on Oracle for now, and leave the ticket open.
comment:11 by , 22 months ago
There is also an open question about the support of the srid
argument.
comment:12 by , 22 months ago
IMO, there is no need to support the I can prepare a new PR.srid
argument.
comment:13 by , 22 months ago
Owner: | set to |
---|---|
Patch needs improvement: | unset |
Status: | new → assigned |
comment:14 by , 22 months ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:16 by , 22 months ago
Has patch: | unset |
---|---|
Triage Stage: | Ready for checkin → Accepted |
Support for srid
is missing.
comment:17 by , 8 months ago
Owner: | removed |
---|---|
Status: | assigned → new |
comment:19 by , 8 months ago
Needs documentation: | set |
---|---|
Owner: | set to |
Patch needs improvement: | set |
Status: | new → assigned |
comment:20 by , 8 months ago
Needs documentation: | unset |
---|---|
Patch needs improvement: | unset |
comment:21 by , 8 months ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:23 by , 8 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
PR
I also note that some backends support
ST_GeomFromEWKB
andST_GeomFromEWKT
. Perhaps it is worth checking out whether it is worth adding these too?