CIROH-UA / awi-ciroh-image

CIROH JupyterHub image repository
https://ciroh.awi.2i2c.cloud/
BSD 3-Clause "New" or "Revised" License
2 stars 6 forks source link

Add dataretrieval python module to default image #43

Closed pkdash closed 9 months ago

pkdash commented 9 months ago

Context

The dataretrieval python module (https://github.com/DOI-USGS/dataretrieval-python) is popular python package among hydrologists for easily accessing water data, and is an NSF supported project. By including this module as part of the default 2i2c CIROH JupyterHub environment, we can avoid the need for users to manually install commonly used modules like this one for data analysis work.

Proposal

Add dataretrieval python module (https://pypi.org/project/dataretrieval/) to default image (awi-ciroh-image).

Updates and actions

No response

### Tasks
arpita0911patel commented 9 months ago

@jameshalgren are we good to add this in 2i2c image? Please confirm.

jameshalgren commented 9 months ago

It should be fine... Let's check on the testing environment first.

arpita0911patel commented 9 months ago

@pkdash - I've added the dataretrieval package into the image and deployed the latest version in staging env. I can now utilize the dataretrieval package. I'll proceed to deploy in production env and will let you know.