Jupyter Earth Data
Summary
Jupyter Earth MCP Server provides a bridge between AI assistants and Jupyter notebooks for Earth science data analysis. Developed by Datalayer, this Python-based server enables downloading NASA Earth Data granules directly into Jupyter notebooks through a simple interface. The implementation leverages jupyter-kernel-client and jupyter-nbmodel-client to programmatically create and execute code cells in notebooks, allowing for parameterized data retrieval with options for temporal ranges and geographic bounding boxes. It's particularly useful for Earth scientists and researchers who need to automate the acquisition of satellite data and integrate it seamlessly into their Jupyter-based analysis workflows.
Available Actions(1)
download_earth_data_granules
Download Earth data granules from NASA Earth Data. Parameters: folder_name (string), short_name (string), count (int), temporal (optional tuple), bounding_box (optional tuple).
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation