-
The mention of "wkt" in the crs.yaml in https://github.com/opengeospatial/ogcapi-tiles/blob/dabbe22ad2eec931a4f32289ffaa3f1a2aea6ed1/openapi/schemas/common-geodata/crs.yaml#L15 is very confusing.
The…
-
For some tasks it is needed to reproject geometry from/to unsupported CRS. It would be good to have possibilities to use extended transformations functions, that can accept CRS definition in common f…
VGSML updated
2 weeks ago
-
In the PR https://github.com/geomet/geomet/pull/32 that added support for eWKT/eWKB, the comment was:
> Adding the crs object maintains some consistency with previous work; however, the meta.srid wil…
-
To reproduce, clone https://github.com/dabreegster/georust_crash and `cargo run`. The input coordinates are Euclidean, relative to a 0,0 origin. I tried a few online WKT viewers, but all of them need …
-
Code outputs 'CRSError: The WKT could not be parsed. OGR Error code 6' when trying to use add_basemap
```py
# Snippet
ax = boundary_map.plot(color="lightgrey", ax=ax)
if background:
cx.add_…
-
# The problem
Currently, `mllam-data-prep` has no understanding of projection information, which means that it doesn't know how to define the latitude and longitude coordinate values for a given in…
-
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
-
# Triply Use Case 3: Finding and applying a 3D CRS
## Description
In GeoSPARQL, I can specify the CRS for my geometries in GML tags or at the start of WKT literals. It is not always clear which …
-
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…
-
Calling `ST_Read_Meta('my.shp')` against a vanilla shapefile; subsequent calls to `ST_Read_Meta()` for the same or different shapefiles regularly throw a type mismatch error:
`Mismatch Type Error: …