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

Improve the flexibility of providing input coordinates to DataSet object #3

Open
ljlamarche opened this issue Jun 12, 2019 · 0 comments

Comments

@ljlamarche
Copy link
Contributor

Currently, all spatial coordinates input into the DataSet class must have the same shape. Some users may prefer to provide arrays for latitude and longitude coordinates but a single value for altitude (this is more intuitive for many optical datasets that assume a particular emission altitude, for instance). Alternatively, radar data will sometimes have an elevation and azimuth angle for a set number of beams, but then an array of ranges that need to be applied to all the beams equally.

Will have to be careful to implement these kinds of features in a reasonable way so that they are helpful for users who often make these kinds of assumptions, but do not limit the flexibility and intuitive use of procedures for other users.

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

1 participant