-
Transverse Mercator Projection (EPSG:27700) test failed (https://github.com/locationtech/proj4j/blob/master/src/test/java/org/locationtech/proj4j/CoordinateTransformTest.java#L218).
-
Hello,
has anybody seen this error message:
java.lang.NoSuchMethodError: 'void com.google.common.base.Preconditions.checkArgument(boolean, java.lang.String, java.lang.Object, java.lang.Object)'
…
-
For getting altitude information from the GeoTIFF DEM, it may be possible to just use ~~the Apache Commons Imaging Library~~ an existing Java Library. An advantage of this technique is the source code…
-
Great to see a network survey app that comes without any trackers! Would you consider making it available outside the walled garden of Google Play as well – for us tin-foils avoiding that place, and f…
-
Following test for Robinson projection failed.
```
@Test
public void testRobinson() {
checkTransform("+proj=latlong +datum=WGS84", -30, 40, "+proj=robin +datum=WGS84", -2612095.95,…
-
The offset values set in the OpenDRIVE header should be considered when transforming to CityGML.
-
Do we want to submit those JNI bindings as an OSGeo project? If yes, what would be the steps for that?
-
First of all, thanks for this useful framework. Currently, it doesn't support projection change, you can only change the SRID in metadata but it doesn't modify object coordinates in returned data. Add…
-
**Describe the issue**
Native image build hangs and gets killed by the watchdog when using [Apache Calcite Babel SQL Parser](https://calcite.apache.org/)
I've tracked it down to usage of class `org.…
-
Current situation
===
When I reproject a layer into a `ZoomLayoutScheme` using `geotrellis.proj4.WebMercator` as CRS, the json file of metadata of the resulting layer will contain this srs defini…