microbiomedata / nmdc_notebooks

Jupyter Notebooks demonstrating R and Python-based access to NMDC metadata and data
Creative Commons Zero v1.0 Universal
5 stars 0 forks source link

Modularize Python API wrapper functions #97

Open bmeluch opened 3 days ago

bmeluch commented 3 days ago

Currently, the taxonomy and NOM notebooks use functions for interacting with the NMDC API. The functions exist in https://github.com/microbiomedata/nmdc_notebooks/blob/main/NOM_visualizations/python/nmdc_api.py and https://github.com/microbiomedata/nmdc_notebooks/blob/main/taxonomic_dist_by_soil_layer/python/taxonomic_dist_soil_layer.ipynb, it would be better if they were collected into a module accessible by all Python notebooks in this repo.

Completion criteria: