datahq / dataflows

DataFlows is a simple, intuitive lightweight framework for building data processing flows in python.
https://dataflows.org
MIT License
193 stars 39 forks source link

Basic support to geojson #153

Closed gperonato closed 2 years ago

gperonato commented 3 years ago

Feature collection of points

akariv commented 3 years ago

@gperonato lmk when you're ready for another review

gperonato commented 3 years ago

Ready, sorry for the multiple commits!

akariv commented 3 years ago

Hey, so a few things (apart from the CR fixes):

akariv commented 3 years ago

@gperonato lmk if you need any help in finalizing this... it's really close to the finish line :)

gperonato commented 3 years ago

Can you check the latest commit?

n0rdlicht commented 3 years ago

Super cool you have been working on this @gperonato 👍 . If we (also my colleagues at cividi, e.g. @loleg or @bkarolina) can help getting this done in any way, let us know.

gperonato commented 3 years ago

Super cool you have been working on this @gperonato 👍 . If we (also my colleagues at cividi, e.g. @loleg or @bkarolina) can help getting this done in any way, let us know.

Thank you, great to see there is some interest in this feature! Let's coordinate on #152, I think accepting a generic GeoJSON would be a nice add on, I haven't done any test on that

akariv commented 3 years ago

Thanks @gperonato!

I rebased the code to the latest master and did some cleanup, you can check it out in https://github.com/datahq/dataflows/pull/155

loleg commented 3 years ago

Many thanks for this highly useful effort. A couple of thoughts/questions that could be converted to tickets from my side:

akariv commented 2 years ago

Closing in favor of #174