-
Notifications
You must be signed in to change notification settings - Fork 22
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
Visualize results in geojson #165
Conversation
5013f26
to
5f4bf0b
Compare
This PR requires #153 |
5f4bf0b
to
254d72a
Compare
|
edb0108
to
cf0b1f9
Compare
This is only a first version, I will work on merging OutputHelper::Clustering and OutputHelper::Result functions (collect_hulls mainly). Main issue is that we do not provide data with the same form. |
5d11bf8
to
b0d73bc
Compare
bd68ef1
to
f6c8ab0
Compare
1bce603
to
0361e13
Compare
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.
Phew, this was a long one 😅 thanks @fonsecadeline !
My main comment is that we can make the generate_geometry
function return the generated geometries and keep nothing -- like we do for csv functionality. That was the main point of doing this at the end point. That way when we make a change (improvement/extension/correction) to the geometry output/functionality, solutions that are already GET'ed/dumped can be re-GET'ed to have the latest geometry without an issue -- like the way it is possible for us to add a new column to the CSV output and new GETs would show this new column.
Otherwise, there are some small fixes to do but I think, the PR is mainly there.
4f96bd8
to
2668580
Compare
ea3c2c8
to
a8fd4e3
Compare
a5d8ddf
to
d052c0b
Compare
917f025
to
af365fd
Compare
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.
few questions
9699889
to
0a405d8
Compare
f2ae5da
to
8dd8ebc
Compare
Co-authored-by: Halil Sen <halil.sen@mapotempo.com>
Co-authored-by: Halil Sen <halil.sen@mapotempo.com>
8dd8ebc
to
a4c0739
Compare
No description provided.