Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI Execution #2

Open
four43 opened this issue Jan 11, 2022 · 2 comments
Open

CLI Execution #2

four43 opened this issue Jan 11, 2022 · 2 comments

Comments

@four43
Copy link

four43 commented Jan 11, 2022

This is super slick! I love how quick and easy it is. Any interest in an install-able little executable we could just run from the CLI?

geogif ./my_data.nc:TMP_2M ./out.gif

Something like that?

@gjoseph92
Copy link
Owner

Yeah, that seems pretty handy!

I want to keep this library small and lightweight, so I wouldn't want to add anything for reading/opening various file formats. I'd probably say we'd support anything xarray.open_dataset (maybe also open_rasterio and open_zarr?) can handle. If people would need more complexity, I'd say it should be a separate library. The CLI part shouldn't become larger than the GIF part.

I won't have much time to work on this, but if you're interested I'd be happy to talk more if you want to add it.

@four43
Copy link
Author

four43 commented Jan 11, 2022

Yeah I think a simple little wrapper to grab args and just fire them into your main gif() method or w/e would be easy enough. I'll see if I get some time to fire over a PR.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants