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

Update the documentation to describe the overall Available Landsat imagery #3

Open
qjhart opened this issue Oct 28, 2015 · 0 comments
Assignees
Labels

Comments

@qjhart
Copy link
Member

qjhart commented Oct 28, 2015

The README.md page needs a short description of the data that is available in this project and where it comes from.

We also need to describe our choice of projection and bounding box, so that people understand why we are using what we are using for this.

# with b as (select st_transform(boundary,26910) as b from bbox) select format('%s %s %s %s',(st_xmin(b)-120)::integer,(st_ymax(b)+120)::integer,(st_xmax(b)+120)::integer,(st_ymin(b)-120)::integer) as ul_lr from b;
ul_lr:=596898 4276385 656760 4162602
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

2 participants