-
Notifications
You must be signed in to change notification settings - Fork 1
Implementing LvRegionCoordinator, osm splitting
#138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
LvRegionCoordinator, osm splitting
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
# Conflicts: # gradle/scripts/spotless.gradle # src/main/scala/edu/ie3/osmogrid/lv/LvRegionCoordinator.scala # src/main/scala/edu/ie3/osmogrid/lv/MunicipalityCoordinator.scala
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Simplified ActorStopSupport
This comment has been minimized.
This comment has been minimized.
Adding test for LvRegionCoordinator Adding ScalaDoc Removing unnecessary imports
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
t-ober
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a partial review I will continue soon 🙂
src/main/scala/edu/ie3/osmogrid/lv/region_coordinator/BoundaryFactory.scala
Outdated
Show resolved
Hide resolved
src/main/scala/edu/ie3/osmogrid/lv/region_coordinator/BoundaryFactory.scala
Outdated
Show resolved
Hide resolved
src/main/scala/edu/ie3/osmogrid/lv/region_coordinator/BoundaryFactory.scala
Outdated
Show resolved
Hide resolved
src/main/scala/edu/ie3/osmogrid/lv/region_coordinator/LvRegionCoordinator.scala
Outdated
Show resolved
Hide resolved
src/main/scala/edu/ie3/osmogrid/lv/region_coordinator/LvRegionCoordinator.scala
Show resolved
Hide resolved
src/main/scala/edu/ie3/osmogrid/lv/region_coordinator/OsmoGridModelPartitioner.scala
Show resolved
Hide resolved
src/main/scala/edu/ie3/osmogrid/lv/region_coordinator/OsmoGridModelPartitioner.scala
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
t-ober
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot ! This looks very good. Just a few things and questions.
What I was also wondering about: If we split some region along some administrative boundary. What do we do with an administrative system that only lies within the considered area to such a small degree that it would be practically useless to build a subgrid for?
src/test/scala/edu/ie3/osmogrid/lv/region_coordinator/BoundaryFactorySpec.scala
Outdated
Show resolved
Hide resolved
src/test/scala/edu/ie3/osmogrid/lv/region_coordinator/BoundaryFactorySpec.scala
Outdated
Show resolved
Hide resolved
src/main/scala/edu/ie3/osmogrid/lv/region_coordinator/LvRegionCoordinator.scala
Show resolved
Hide resolved
src/test/scala/edu/ie3/osmogrid/lv/region_coordinator/LvRegionCoordinatorIT.scala
Show resolved
Hide resolved
src/test/scala/edu/ie3/osmogrid/lv/region_coordinator/LvRegionCoordinatorTestModel.scala
Show resolved
Hide resolved
Now that I think about it we might circumvent the problem (if it proves to be one) by enforcing the choice of considered area by a full administrative level (assuming that the next lower administrative level always is a set of subsets from its superior administrative level). |
|
Think about if the sub administrative boundaries are real partitions |
Accepting Thomas' suggestions Co-authored-by: t-ober <63147366+t-ober@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
fa1b250 to
03f0877
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
t-ober
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 🙂
Resolves #137