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

Suggestion: Add list of useful bounding boxes #53

Open
meggart opened this issue Jan 17, 2017 · 0 comments
Open

Suggestion: Add list of useful bounding boxes #53

meggart opened this issue Jan 17, 2017 · 0 comments

Comments

@meggart
Copy link
Contributor

meggart commented Jan 17, 2017

For the Julia interface I created a list of bounding boxes of all SREX regions and countries (https://github.com/CAB-LAB/CABLAB.jl/blob/master/src/CubeAPI/countrydict.jl#L298), so that to read data from a certain region one does not have to type look for and type the lon/lat boundaries. For example readCubeData(cube,region="Amazon") is a shortcut for readCubeData(cube,lon=(-79.7,-50.0),lat=(-20.0,11.4)) Would such a list be useful for the Python interface, too?

I could create a similar file like countrydict.jl defining a dict with python syntax.

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

No branches or pull requests

1 participant