Jess Robertson
Jess Robertson
I was interested in the horizon graph paper but the implementation on the altair website didn't include the negative offset parts as in the paper. So I implemented that myself!...
We already have a matplotlib dependency via pandas - we should get some plotting functionality working which generate geochem-specific plots. Some ideas: - [x] Ternary diagrams - [x] Spider diagrams...
We can access more data (although with less geochem-specfic query functionality) using the WFS endpoints from A client should slurp the features into a geopandas geoDataframe.
Need to tie the validation into the query API Problems: - We want to hide the kludgy API that exists on the REST side (level1 etc) so will need to...