-
Pattern matching [fails](https://github.com/locationtech/rasterframes/blob/develop/core/src/main/scala/org/locationtech/rasterframes/model/LazyCRS.scala#L57) on the following legal values for OGC WKT:…
-
I am trying to implement https://gis.stackexchange.com/questions/344809/proj4-definition-for-wgs84-coordinates-multiplied-by-1000000/344829#344829 sadly the answer contains something where proj4j repo…
-
GT version: 2.3.1
When i ingest epsg:4490 tif into catalog, i found that the crs info is `"crs": "+proj=longlat +ellps=GRS80 +no_defs"` in metadata.json file. But in [proj4 epsg config file,](https…
-
Java Native Interface (JNI) binding currently uses the old Proj.4 API, together with access to some structures not formally documented as public API. Those JNI binding should be upgraded to the new Pr…
-
I just tried reading the episim input plans ... that uses up time (so it is going through the file) ... but it does not return any material.
Reason, as far as I can tell, is that persons without …
-
Hi there, I came across [this proposal](https://www.locationtech.org/proposals/proj4j) and was wondering if there is still a plan to maintain this library? The repo linked in the proposal is [this one…
-
Convert it with `LazyCRS`.
-
According to a recent profile I generated, the processing of CRSs from a GeoTiff header accounts for half of the read time, including network overhead. Needs further investigation, but I thought there…
-
Table of Contents
1. geotrellis-core
1.1. Naming
1.2. Importing
1.3. Contents
1.4. Migration
2. Discoverability
2.1. Reducing duplication
2.2. Avoiding method injec…
-
## Input
This WKT is from calling `org.opengis.referencing.crs.CoordinateReferenceSystem#toWKT` on data read from a random shapefile via GeoTools.
```
CRS.fromWKT("""|GEOGCS["GCS_WGS_1984",
…