-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
--input-format WKT? #14463
Copy link
Copy link
Open
Labels
enhancementgdal_cliAnything related to the new 3.11 "gdal" CLI frontendAnything related to the new 3.11 "gdal" CLI frontendnot for AI loversSee https://gdal.org/en/stable/community/ai_tool_policy.htmlSee https://gdal.org/en/stable/community/ai_tool_policy.html
Metadata
Metadata
Assignees
Labels
enhancementgdal_cliAnything related to the new 3.11 "gdal" CLI frontendAnything related to the new 3.11 "gdal" CLI frontendnot for AI loversSee https://gdal.org/en/stable/community/ai_tool_policy.htmlSee https://gdal.org/en/stable/community/ai_tool_policy.html
Feature description
I'm often wanting to plug an example geometry into the GDAL CLI to test something, ideally without leaving temporary files around. I have not found anything better than the approach of @postholer, e.g.
It would be nice to do something like
Probably this could be done with a little hack in the "read" step, rather than implementing a WKT driver?
Additional context
No response