-
https://shapely.readthedocs.io/en/stable/manual.html#well-known-formats describes loads and dumps for binary/text but not the also existing load and dump functions for directly reading/writing files.
…
-
First reported in [Shapely #1623](https://github.com/shapely/shapely/issues/1623).
Given `a.wkt`:
```
POLYGON ((11174.451451065055 13710.473363871335, -14730.97396732842 -5570.416909945428, -24…
-
Stort ønske at kunne kopiere viste geometri som Well-Known Text (WKT) i OneDoor - web
Det er pt. muligt at oprette "scratch lag" (save to layer) fra søgte adresse/husnr i QGIS, det kunne være fedt …
-
Feature Request: Support `crs_wkt` grid_mapping syntax (CF1.8) in Iris.
As of version 1.8 of the CF Conventions, the use of Well Known Text for Coordinate Reference Systems encodings with standardi…
marqh updated
4 months ago
-
I'm not sure whether it is already possible, but generating circular geometries with latitude and longitude as center with radius would be great in cases where a location's accuracy is used (as it alw…
-
The default CRS for WKT geometry strings (if a CRS/SRID is not specified) is specified to be"OGC::CRS84" that is like WGS84 except with latitude-longitude reversed (it uses easting-northing, aka long…
-
He encontrado esta herramienta (https://obis.org/maptool) pera crear el polígono en WKT y funciona!! Lo que pasa que sigo sin conseguir hacer un mapa con los dibujos de cada ecoregion. Con esto solo c…
-
As far as geographical types are concerned, Neo4j is limited to points, but lines, polygons and multilines and multiplogons are very commonly used geographical types. The spatial plugins https://neo4j…
-
👋 Hi Even, awesome work on this.
I've been looking through the code and thinking about trying to write an implementation that converts from WKT to PROJJSON. I think a pure-Python example of this co…
-
Use the [Lark hypothesis extension](https://hypothesis.readthedocs.io/en/latest/extras.html#hypothesis-lark) to generate [WKT from EBNF](https://github.com/cleder/parsewkt/blob/master/parsewkt/Wkt.ebn…