openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
C
crsTransformations
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 1 hour
ago. based on code collected
about 2 hours
ago.
Aug 06, 2025 — Aug 06, 2026
Showing page 1 of 17
Search / Filter on:
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.
Tomas Johansson
More...
over 3 years ago
Refactored a test class, before soon adding more tests
Tomas Johansson
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"
Tomas Johansson
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)
Tomas Johansson
More...
over 3 years ago
Updated documentation and sample code
Tomas Johansson
More...
over 3 years ago
Release 2.0.1
Tomas Johansson
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)
Tomas Johansson
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)
Tomas Johansson
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."
Tomas Johansson
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
Tomas Johansson
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
Tomas Johansson
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
Tomas Johansson
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".
Tomas Johansson
More...
almost 5 years ago
Deleted an obsolete file
Tomas Johansson
More...
about 5 years ago
Updated the version in build.gradle
Tomas Johansson
More...
about 5 years ago
Updated the README file, and also some sample code with parts used/copied to the readme file.
Tomas Johansson
More...
about 5 years ago
Updated the sample for code for release 2.0.0
Tomas Johansson
More...
about 5 years ago
Merge branch 'sample_code'
Tomas Johansson
More...
about 5 years ago
Release 2.0.0
Tomas Johansson
More...
about 5 years ago
Upgraded a dependency to a later version of 'dokka' The command for generating documentation: gradlew dokkaJavadoc
Tomas Johansson
More...
about 5 years ago
Upgraded a dependency to a later version of 'slf4j'
Tomas Johansson
More...
about 5 years ago
Removed usage of deprecated features in build.gradle, which were shown by using this command: gradlew --warning-mode all
Tomas Johansson
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
Tomas Johansson
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
Tomas Johansson
More...
about 5 years ago
Updated the Scala sample with later versions of Scala, SBT and the test library
Tomas Johansson
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
Tomas Johansson
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)
Tomas Johansson
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)
Tomas Johansson
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
Tomas Johansson
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"
Tomas Johansson
More...
about 5 years ago
←
1
2
3
4
5
6
7
8
9
…
16
17
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree