-
Notifications
You must be signed in to change notification settings - Fork 21
Basic map algebra tutorial: first release #68
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
Conversation
Co-authored-by: Anna Petrasova <[email protected]>
Co-authored-by: Anna Petrasova <[email protected]>
Co-authored-by: Anna Petrasova <[email protected]>
veroandreo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @baharmon!!! It looks great!! And the explanations are very detailed and clear too! I loved the figure size, it makes all look so aesthetic :)
Co-authored-by: Veronica Andreo <[email protected]>
Co-authored-by: Veronica Andreo <[email protected]>
Co-authored-by: Veronica Andreo <[email protected]>
Co-authored-by: Veronica Andreo <[email protected]>
Co-authored-by: Veronica Andreo <[email protected]>
Co-authored-by: Veronica Andreo <[email protected]>
petrasovaa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is good to go now and if there are any changes needed, we can do that separately.
This tutorial is an introduction to the basics of map algebra. To teach arithmetical and logical operations, the tutorial demonstrates how to use map algebra to generate a landscape with mountains, plateaus, forests, valleys, and rivers. Since this tutorial generates synthetic data, it does not require an existing dataset. It is designed for a temporary project in an unprojected xy Cartesian coordinate system. Since it is the first of a short series of map algebra tutorials, it has a new map algebra directory and contains an images subdirectory. There are 11 200x800px images in
.webpformat totaling 1.2MB. Images were designed in a landscape format to fit the width of the webpage layout. The next tutorial will be advanced map algebra with Python covering topics such as string formatting, moving windows, randomness, neighborhoods, and evaluation.