Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3e58d9e
add GeoUtils
t-ober Dec 1, 2021
cf29710
rename deprecated GeoUtils
t-ober Dec 1, 2021
01b65f0
add various GeoUtils and introduce RichGeometries
t-ober Dec 2, 2021
4b262d5
refactor GeoUtils
t-ober Dec 6, 2021
755c75d
safe line string test
t-ober Dec 6, 2021
ca8986e
Merge remote-tracking branch 'origin/master' into to/#163-adapt-geo-u…
t-ober Dec 6, 2021
c67cad2
Merge branch 'master' into to/#163-adapt-geo-utils
t-ober Dec 6, 2021
9fda448
moar tests
t-ober Dec 8, 2021
a58dd73
rename RichGeometries
t-ober Dec 8, 2021
35dfae3
remove old java code
t-ober Dec 8, 2021
f8e5c17
adjust test
t-ober Dec 9, 2021
3de10c5
exten rich geometry tests
t-ober Dec 9, 2021
44f8190
neglect coordinate projection
t-ober Dec 9, 2021
d330b50
adapt changelog
t-ober Dec 9, 2021
28da43a
Merge branch 'master' into to/#163-adapt-geo-utils
t-ober Dec 9, 2021
02c7aef
Merge branch 'master' into to/#163-adapt-geo-utils
t-ober Dec 20, 2021
b91bcc7
Merge branch 'master' into to/#163-adapt-geo-utils
ckittl Jan 3, 2022
d9d6d53
Merge branch 'master' into to/#163-adapt-geo-utils
johanneshiry Jan 4, 2022
4d995ef
Update CHANGELOG.md
t-ober Jan 7, 2022
c4d6965
Update src/main/scala/edu/ie3/util/osm/OsmUtils.scala
t-ober Jan 7, 2022
62622b3
address review comments
t-ober Jan 7, 2022
6e9e62f
Merge branch 'master' into to/#163-adapt-geo-utils
t-ober Jan 7, 2022
de68215
Merge branch 'master' into to/#163-adapt-geo-utils
t-ober Jan 10, 2022
ceaa9f4
fmt
t-ober Jan 10, 2022
df62d17
use wildcard imports
t-ober Jan 10, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased/Snapshot]

### Added
- Added implicit classes for `loactiontec.jts` Geometries that represent geographical geometries with functionality before located in `GeoUtils` [#163] (https://github.com/ie3-institute/PowerSystemUtils/issues/163)

### Changed
- Refactored `GeoUtils`, moved them to the scala package and tailored them toward the `loactiontec.jts` Geometries used in the `OsmContainer` [#163] (https://github.com/ie3-institute/PowerSystemUtils/issues/163)

### Fixed
- Fix tests in CI [#206](https://github.com/ie3-institute/PowerSystemUtils/issues/206)
- Enable using JUnit platform
Expand All @@ -14,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Use `Stream#toList`
- Enhance deprecation annotations
- Fix formatting for MarkDown files
- Configure gradle jacoco plugin according to newest documentation
- Configure gradle jacoco plugin according to newest documentation

## [1.6.0]

Expand Down
105 changes: 0 additions & 105 deletions src/main/java/edu/ie3/util/geo/CoordinateDistance.java

This file was deleted.

Loading