-
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
"Added a short description beside the homepage title" #15
base: main
Are you sure you want to change the base?
"Added a short description beside the homepage title" #15
Conversation
Hmm, maybe more something like this:
|
and modeling. The tutorials cover a variety of topics and is designed to help | ||
users at different skill levels. | ||
## 📌 What is GRASS GIS? | ||
[GRASS GIS](https://grass.osgeo.org) (**Geographic Resources Analysis Support System**) is a **free and open-source Geographic Information System (GIS)** used for geospatial data management, spatial modeling, visualization, and analysis. It supports **raster and vector data processing**, and is widely used in **academia, research, and professional GIS applications**. |
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 sounds old style... You could use the text below GRASS banner in the website instead.
GRASS GIS is a powerful computational engine for raster, vector, and geospatial processing. It supports terrain and ecosystem modeling, hydrology, data management, and imagery processing. With a built-in temporal framework and Python API, it enables advanced time series analysis and rapid geospatial programming, optimized for large-scale analysis on various hardware configurations.
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.
Following the criteria for Python, you might want to suggest R and rgrass for R-based tutorials
written for OSGeo/grass repository, so just adjust it for this repository. | ||
### 🔹 2. Clone the Repository | ||
To get started, open your terminal and run: | ||
git clone https://github.com/OSGeo/grass-tutorials.git cd grass-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.
git clone https://github.com/OSGeo/grass-tutorials.git cd grass-tutorials | |
git clone https://github.com/OSGeo/grass-tutorials.git | |
cd grass-tutorials |
shell | ||
Copy | ||
Edit |
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.
shell | |
Copy | |
Edit |
shell | ||
Copy | ||
Edit |
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.
shell | |
Copy | |
Edit |
What are these? There are some of them also below, please remove...
markdown | ||
Copy | ||
Edit |
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.
markdown | |
Copy | |
Edit |
markdown | ||
Copy | ||
Edit |
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.
markdown | |
Copy | |
Edit |
markdown | ||
Copy | ||
Edit |
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.
markdown | |
Copy | |
Edit |
markdown | ||
Copy | ||
Edit |
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.
markdown | |
Copy | |
Edit |
### 🎯 Final Notes | ||
- This README now includes **installation steps, usage instructions, and contribution guidelines**. | ||
- The guide ensures **new users** can easily install and explore the tutorials. | ||
- Contributors can now follow a **clear workflow** for making updates. | ||
|
||
🎉 **You're all set!** 🚀 Simply replace your existing `README.md` with this co |
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.
### 🎯 Final Notes | |
- This README now includes **installation steps, usage instructions, and contribution guidelines**. | |
- The guide ensures **new users** can easily install and explore the tutorials. | |
- Contributors can now follow a **clear workflow** for making updates. | |
🎉 **You're all set!** 🚀 Simply replace your existing `README.md` with this co |
It's fine to use IA, but please be careful with blind copy-pasting
Summary
Why This Change?
Request for Review