-
Notifications
You must be signed in to change notification settings - Fork 5
SQL source for weather coordinates using PostGIS #694
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
The head ref may contain hidden characters: "ms/#689-improving-implementation-of-\u00CDdCoordinateSource"
SQL source for weather coordinates using PostGIS #694
Conversation
|
…-of-ÍdCoordinateSource' into ms/#689-improving-implementation-of-ÍdCoordinateSource
Adding to CHANGELOG.
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 my first quick review. Please hit me up if you have any questions.
src/main/java/edu/ie3/datamodel/io/source/sql/SqlIdCoordinateSource.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/source/sql/SqlIdCoordinateSource.java
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/source/sql/SqlIdCoordinateSource.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/source/sql/SqlIdCoordinateSource.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/source/sql/SqlIdCoordinateSource.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/source/sql/SqlIdCoordinateSource.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/source/sql/SqlIdCoordinateSource.java
Outdated
Show resolved
Hide resolved
Implementing some requests.
Adding some tests.
Fixing some failing tests.
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.
I wrote these comments before I thought about exploring PostGIS, so it might make sense to explore that before looking through some comments
src/main/java/edu/ie3/datamodel/io/source/IdCoordinateSource.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/source/IdCoordinateSource.java
Outdated
Show resolved
Hide resolved
src/test/groovy/edu/ie3/datamodel/io/source/IdCoordinateSourceTest.groovy
Outdated
Show resolved
Hide resolved
src/test/groovy/edu/ie3/datamodel/io/source/IdCoordinateSourceTest.groovy
Outdated
Show resolved
Hide resolved
src/test/resources/edu/ie3/datamodel/io/source/sql/_coordinates/icon/coordinates.sql
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/source/IdCoordinateSource.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/factory/timeseries/IdCoordinateFactory.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/factory/timeseries/IdCoordinateFactory.java
Outdated
Show resolved
Hide resolved
…ateSource # Conflicts: # docs/readthedocs/models/models.rst
!test |
src/main/java/edu/ie3/datamodel/io/source/IdCoordinateSource.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/source/IdCoordinateSource.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/source/IdCoordinateSource.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/factory/timeseries/SqlCoordinateFactory.java
Outdated
Show resolved
Hide resolved
!test |
…ateSource # Conflicts: # CHANGELOG.md
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.
Think we're getting closer!
docs/readthedocs/models/input/additionaldata/idcoordinatesource.md
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/factory/timeseries/SqlCoordinateFactory.java
Show resolved
Hide resolved
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.
Ok, we got it done! Thanks!
Resolves #689