amphi-ai / amphi-etl

Visual Data Transformation with Python Code Generation. Low-Code Python-based ETL.
https://amphi.ai
Other
923 stars 44 forks source link

Geographic types #120

Open simonaubertbd opened 3 months ago

simonaubertbd commented 3 months ago

Hello,

Geographic analysis is one of the most common ones. It's usually based on geographical types (such as point, line, polygon) and we can do operations on it (I will detail it in an other issue). So, in addition of the current types, maybe it would be nice to add this three types.

For reference, there is a nice geopanda library https://geopandas.org/en/stable/docs/user_guide/data_structures.html

Best regards,

Simon

tgourdel commented 3 months ago

Thanks Simon, it was on my radar. I need to assess how complex it would be to add it. It's possible it doesn't require much work with geopandas :)