-
Hi @DaddyWri,
I propose to add new type of shape for GeoPaths that have a cutoffangle < MINIMUM_RESOLUTION. We can define it as a shape consisting of points exactly on the path.
It would be a much li…
-
The handling of temporal quantities linked to calendars could be taken out of CoordinateSystemAxis and provided only for TemporalCS entities.
As long as it were possible to have `axisUnit` able to …
marqh updated
6 years ago
-
This use case comes up very regularly in geodata, where lengthy WKT strings abound: when scrolling throw the result set rows it seems as if a literal contains two WKT strings (see screenshot). Actual…
-
Hi!
We are using some geometry in our project (PostgreSQL 9.4 + postgis 2.1.8 + LLBLGEN 4.2).
When we used Npgsql 2.2.x version, we are worked with geometry fields as 'text' but after update to 3.0.x…
-
The current solution of sending WKT strings into the worker’s queues performs almost as bad as the original one-threaded implementation.
We don’t use QgsGeometry, because its asPolygon() and asMulti…
-
Version 1.3.0.4 of the library is plainly refusing to parse any WKT strings that are passed to `CoordinateSystemWKTReader.Parse()`, and thus, to `CoordinateSystemFactory.CreateFromWKT()`.
EDIT: Th…
-
Parsing the same CRS with proj4 and WKT results in different parameters. parameter strings copied from http://epsg.io/4134:
``` javascript
it('should parse wkt and proj4 of the same crs and result in…
-
I would like to open this issue for adding Robinson or Natural Earth projections to proj4js.
That would be really useful for all the climate studies (IPCC reports) where those projections are promoted…
-
For each class of `sp` WKT object, there should be a converter that turns them into WKT.
It should:
1. Accept either an `sp` object, or a List of `sp` objects (hopefully - not actually checked t…
-
There should be a function, `lint_wkt`, that:
1. Takes a character vector of strings;
2. For each one, identifies if they are valid WKT objects;
3. Returns a data.frame of two columns: `is_valid`…