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

Determine how to define a bounding box #393

Open
cathieO opened this issue Feb 15, 2022 · 1 comment
Open

Determine how to define a bounding box #393

cathieO opened this issue Feb 15, 2022 · 1 comment
Assignees
Labels
Task Marks issue as a SCRUM task

Comments

@cathieO
Copy link
Contributor

cathieO commented Feb 15, 2022

Speak with Ahmad about how to define a bounding box.
Should it be in index space or should it be in gps space.
Should we do an upper corner with width and height? Should we do an upper corner and a lower corner?
How will this be provided to the tool.

@cathieO cathieO added the Task Marks issue as a SCRUM task label Feb 15, 2022
@arifulmalik
Copy link
Contributor

I talked with Ahmad and he suggests implementing using UTM coordinates or geographic coordinates.
I found that our software is using UTM coordinates.
He advised defining a crop function which will do the cropping mechanism and allows input from the user.
input: user will provide the file (address to the large dataset)
user will also provide the top left (x,y) and lower right tuple coordinate (x,y) of the rectangle. and then the function should return the cropped subset.
Command line utilities would be fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task Marks issue as a SCRUM task
Projects
None yet
Development

No branches or pull requests

2 participants