-
Notifications
You must be signed in to change notification settings - Fork 6
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
Updated README with installation guide and contribution #16
base: main
Are you sure you want to change the base?
Conversation
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! This needs still some work though and clean up.
GIS](https://grass.osgeo.org), an open-source platform for geospatial analysis | ||
and modeling. The tutorials cover a variety of topics and is designed to help | ||
users at different skill levels. | ||
## 📌 What is GRASS GIS? |
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.
Keep the current intro, no need to have detailed explanation what is GRASS, this is not GRASS repo.
|
||
## Contributing | ||
## 🚀 Installation Guide |
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.
Keep contributing (guide) as the heading, installing quarto is a prerequisite,
Before installing, make sure you have the following dependencies: | ||
- **Git** → [Download Git](https://git-scm.com/downloads) | ||
- **Quarto** → [Install Quarto](https://quarto.org/docs/get-started/) | ||
- **Python** (optional, for Python-based tutorials) → [Download Python](https://www.python.org/downloads/) |
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.
Keep it simple, if you are contributing a GRASS tutorial, it's likely you already have Python, and you don't necessarily need git locally.
explained in the [GitHub | ||
guide](https://github.com/OSGeo/grass/blob/main/doc/development/github_guide.md) | ||
written for OSGeo/grass repository, so just adjust it for this repository. | ||
### 🔹 2. Clone the Repository |
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.
Avoid describing standard github workflow, link to existing grass github guide.
|
||
The initial content of this website was supported by funding from the |
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 needs to stay.
Edit | ||
Now, you can browse the tutorials on your local machine. | ||
|
||
## 📚 How to Use the Tutorials |
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.
No need for this, should be obvious
## 📢 Contact & Community | ||
For questions or suggestions, open an **issue** or reach out via the **[GRASS GIS community channels](https://grass.osgeo.org/community/)**. | ||
|
||
### 🎯 Final Notes |
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.
Remove
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.
Remove
Summary
Why This Change?
Request for Review