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

Support bounds for mrmatrix #67

Open
mccalluc opened this issue Apr 19, 2019 · 0 comments
Open

Support bounds for mrmatrix #67

mccalluc opened this issue Apr 19, 2019 · 0 comments
Labels

Comments

@mccalluc
Copy link
Contributor

mccalluc commented Apr 19, 2019

pete says:

In the future, it should work like in npmatrix. The reasoning: a matrix, as implemented programmatically is necessarily a 2D array whose indices go from (0, 0) to (len-1, len-1). Imagine that we want that matrix to represent rasterized values for a geographical region. Bounds would indicate the upper left and lower right corner latitude, longitude pairs for the rasterized region. So you could have a 1000,1000 matrix represent a region that goes from (10 degrees,10 degrees) to (10.1 degrees, 10.1 degrees), for example.

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

No branches or pull requests

1 participant