0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
Aug 06, 2025 — Aug 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bugfixed 'CompositeStrategyForFirstSuccess' and added more tests for it, including a test that exposed the bug, i.e. failed before the bug was fixed in this git commit. More... over 3 years ago
Refactored a test class, before soon adding more tests More... over 3 years ago
Updated the "OrbisgisCTS" adapter implementation to use version 1.7.0, and generated a new output csv file "CrsTransformationAdapterOrbisgisCTS_version_1.7.0.csv" with lots of coordinate transformations created by this new version, which can be compared (e.g. by using WinMerge) with the csv file from the previously used version i.e. the csv file "CrsTransformationAdapterOrbisgisCTS_version_1.6.0.csv" More... over 3 years ago
Bugfixed the Crs Adapter using the 'Goober' library, including new tests. Now it is possible, which it should be without throwing an exception, to "transform" from the same CRS to itself, e.g. from WGS84 to WGS84. (although of course there is no meaningful reason to do so) More... over 3 years ago
Updated documentation and sample code More... over 3 years ago
Release 2.0.1 More... over 3 years ago
Updated the "GeoTools" adapter implementation to use version 28.0, and generated a new output csv file "CrsTransformationAdapterGeoTools_version_28.0.csv" with lots of coordinate transformations created by this new version, which can be compared (e.g. by using WinMerge) with the csv file from the previously used version i.e. the csv file "CrsTransformationAdapterGeoTools_version_26.2.csv" (and there were no differences) More... over 3 years ago
Updated the "NgaGeoInt" adapter implementation to use version 4.3.0, and generated a new output csv file "CrsTransformationAdapterNgaGeoInt_version_4.3.0.csv" with lots of coordinate transformations created by this new version, which can be compared (e.g. by using WinMerge) with the csv file from the previously used version i.e. the csv file "CrsTransformationAdapterNgaGeoInt_version_4.1.0.csv" (and there were no differences) More... over 3 years ago
Updated the "locationtech" adapter implementation to use locationtech version 1.2.2, and generated a new output csv file "CrsTransformationAdapterProj4jLocationtech_version_1.2.2.csv" with lots of coordinate transformations created by this new version, which can be compared (e.g. by using WinMerge) with the csv file from the previously used version i.e. the csv file "CrsTransformationAdapterProj4jLocationtech_version_1.1.4.csv" (and there were no differences) Also added a new dependency "proj4j-epsg" and updated the license text because of this new dependency. Below is some text copied from https://github.com/locationtech/proj4j : "Important! As of 1.2.2 version, proj4-core contains no EPSG Licensed files. In order to make proj4j properly operate, it makes sense to consider proj4-epsg dependency usage." More... over 3 years ago
Updated the versions of Kotlin, Gradle, and some libraries as below: Kotlin 1.6.10 ==> 1.8.0 Gradle 7.3.3 ==> 7.6 JUnit 5.8.2 ==> 5.9.1 SLF4J 1.7.35 ==> 1.7.36 Guava 31.0.1 ==> 31.1 Dokka plugins 1.6.10 ==> 1.7.20 Mockito 3.11.2 ==> 4.11.0 Gradle was updated with this command: gradlew wrapper --gradle-version=7.6 --distribution-type=all More... over 3 years ago
Updated four adaptee libraries: ngageoint 4.0.0 ==> 4.1.0 geotools 25.1 ==> 26.2 orbisgis 1.5.2 ==> 1.6.0 locationtech.proj4j 1.1.3 ==> 1.1.4 More... over 4 years ago
Updated the versions of Kotlin, Gradle, and some libraries: Kotlin 1.5.20 ==> 1.6.10 Gradle 7.1.1 ==> 7.3.3 JUnit 5.7.2 ==> 5.8.2 SLF4J 1.7.30 ==> 1.7.35 Guava 30.1.1 ==> 31.0.1 Dokka plugins 1.5.0 ==> 1.6.10 Gradle was updated with this command: gradlew wrapper --gradle-version=7.3.3 --distribution-type=all More... over 4 years ago
Generated new constants for EPSG version 10.036 according to the documentation in the beginning of the file "ConstantClassGenerator.kt". More... almost 5 years ago
Deleted an obsolete file More... about 5 years ago
Updated the version in build.gradle More... about 5 years ago
Updated the README file, and also some sample code with parts used/copied to the readme file. More... about 5 years ago
Updated the sample for code for release 2.0.0 More... about 5 years ago
Merge branch 'sample_code' More... about 5 years ago
Release 2.0.0 More... about 5 years ago
Upgraded a dependency to a later version of 'dokka' The command for generating documentation: gradlew dokkaJavadoc More... about 5 years ago
Upgraded a dependency to a later version of 'slf4j' More... about 5 years ago
Removed usage of deprecated features in build.gradle, which were shown by using this command: gradlew --warning-mode all More... about 5 years ago
Updated the java sample with gradle 7.1.1 by using the following command: gradle wrapper --gradle-version=7.1.1 --distribution-type=all More... about 5 years ago
Updated the kotlin sample with gradle 7.1.1 by using the following command: gradlew wrapper --gradle-version=7.1.1 --distribution-type=all Also updated the kotlin version More... about 5 years ago
Updated the Scala sample with later versions of Scala, SBT and the test library More... about 5 years ago
Updated the groovy sample with gradle 7.1.1 by using the following command: gradlew wrapper --gradle-version=7.1.1 --distribution-type=all Also updated the groovy version and the spock testing library More... about 5 years ago
Changed the name of an enum item: LEAF_NGA_GEOPACKAGE ==> LEAF_NGA_GEOINT (and this change is related to the three previous git commits) More... about 5 years ago
Changed dependency for a package: mil.nga.geopackage:geopackage ==> mil.nga.sf:sf-proj (this is related to the two previous git commits which changed class and package names because of this change) and generated a new output file "CrsTransformationAdapterNgaGeoInt_version_4.0.0.csv" which should be compared with the previous NGA version "CrsTransformationAdapterGeoPackageNGA_version_5.0.0.csv" (and yes, the new version number is lower than the previous, but that is because a different NGA package is now used) Also updated the implementation class "CrsTransformationAdapterNgaGeoInt" (which is using the NGA dependency) More... about 5 years ago
Changed a part of a package name: crsTransformationAdapterGeoPackageNGA ==> crsTransformationAdapterNgaGeoInt Reason: See the comment in the previous commit which changed a class name More... about 5 years ago
Changed a class name: CrsTransformationAdapterGeoPackageNGA ==> CrsTransformationAdapterNgaGeoInt Reason: The dependency will change like this: mil.nga.geopackage:geopackage ==> mil.nga.sf:sf-proj And these two above correspond to these github repositories: https://github.com/ngageoint/geopackage-java ==> https://github.com/ngageoint/simple-features-proj-java So, since "geopackage" no longer will be referenced, then instead only use the first part of the git repo in the class name i.e. "ngageoint" More... about 5 years ago