pysal / libpysal

Core components of Python Spatial Analysis Library
http://pysal.org/libpysal
Other
249 stars 79 forks source link

Formalisation of the Parquet spec of weights IO #699

Open martinfleis opened 3 months ago

martinfleis commented 3 months ago

While working on #698, I realised that there's probably a space for a formal specification of the weights exchange format based on Parquet as we have introduced in Graph. That way other projects (spdep, pygeoda, rgeoda) can write their own IO so we can avoid those horrendous space-separated text files with no formal specification.

At this moment, we expect:

So I don't expect a very long document. I think the optimal place for this discussion would be the SDSL Discord and SDSL 2024 and I am happy to lead that. Before I get into that rabbit hole, anyone has any ideas or objections we should take into account?