google / google/weather-tools

MetView should work out of the box

Open
#172 6 comments 0 reactions 1 assignee Assigned to @mahrsee1997 View on GitHub
P2 weather-mv
Dominant language
Python
Stars
252
Forks
60
Avg merge
8d 4h
Merged PRs (30d)
3

Description

Currently, in order to include the MetView dependency on Dataflow, we require users to build their own custom container image and pass specific dataflow arguments in the `weather-mv` command. In the ideal case, users shouldn't have to worry about docker containers or passing the right arguments; regridding should work out of the box.

## Implementation notes
- Short term approach: Publish a public docker image that has MetView installed on a Dataflow worker image.
- Medium / long term approach: Publish a public docker image that has miniconda installed. Allow us to modify our `setup.py` build command script to run `conda install` commands during the setup.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.