earthchem-pyclient icon indicating copy to clipboard operation
earthchem-pyclient copied to clipboard

Python client for the Earthchem REST and OGC APIs

Results 3 earthchem-pyclient issues
Sort by recently updated
recently updated
newest added

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...