-
This [SHP Exporter](https://gephi.org/plugins/#/plugin/shpexporter) plugin could not be migrated automatically to the 0.9.3 version of Gephi.
The error has to do with some external dependency name…
-
Problem reprojecting `EPSG:4938` = `GDA94`
https://epsg.io/4938
```
... 23 more
27-Feb 09:31:00 [VERBATIM_TO_INTERPRETED] [dr343] [WARN] Wgs84Projection: Coordinate re-projection failed f…
-
H2GIS implements a FileTable system based on H2 TableEngine to link ShapeFile.
The FileTable emulates a PrimaryKey called PK.
This primary key is not detected by Geotools MetadataTablePrimaryKeyFind…
-
JTS has a new home:
https://projects.eclipse.org/projects/locationtech.jts
That means all imports have changed, and it's also now incompatible with Geotools which is currently on 1.14 (com.vividso…
-
* Data analysis flow to metadata
![Image](https://github.com/user-attachments/assets/ff16ca3c-76eb-4290-8d17-3060accccd1e)
* Data analysis
![Image](https://github.com/user-attachments/assets/7e6ce…
-
Maven shade plugin has some special transformer to handle resources. Is there something similar to `ManifestResourceTransformer` for assembly?
```
maven-shade-plugin
1.3.1
…
-
I created a little test table with a boolean field in postgres like this:
```
CREATE TABLE ga.test_bool
(
system_id bigint NOT NULL,
material character varying(15),
bezugslinie_darstellen_…
-
Hi,
I upgraded to geotools 21 with java 11 and am getting this error:
```
General error during semantic analysis: java.lang.NoClassDefFoundError: org.geotools.factory.Factoryjava.lang.RuntimeExce…
-
GeoTools is coordinating an update to JTS 1.15 for our next release cycle and would like to ask Jeo to take part.
For details see: https://github.com/geotools/geotools/wiki/Upgrade-to-JTS-1.15.0
…
-
While doing kriging with pMode == 1 (the mode in which you supply a GridGeometry instead of a collection of points to be interpolated), the output image has a black column to the right:
![screen shot…