Fix typos in README.md and commplemtned some information about network drives.

This commit is contained in:
2025-06-22 12:15:34 +02:00
parent e851131269
commit cbcebd998a

View File

@ -32,7 +32,10 @@ For **Windows** users, the following are required:
2. **Conda**: Install [Anaconda](https://www.anaconda.com/products/individual) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html).
3. **PSI Network Access**: Ensure access to PSIs network and access rights to source drives for retrieving campaign data from YAML files in the `input_files/` folder.
3. **PSI Network Access**
Ensure you have access to the PSI internal network and the necessary permissions to access the source directories. See [notebooks/demo_data_integration.ipynb](notebooks/demo_data_integration.ipynb) for details on how to set up data integration from network drives.
:bulb: **Tip**: Editing your systems PATH variable ensures both Conda and Git are available in the terminal environment used by Git Bash.
@ -43,11 +46,11 @@ For **Windows** users, the following are required:
Open a **Git Bash** terminal.
Navigate to your `GitLab` folder, clone the repository, and navigate to the `dima` folder as follows:
Navigate to your `Gitea` folder, clone the repository, and navigate to the `dima` folder as follows:
```bash
cd path/to/GitLab
git clone --recurse-submodules https://gitlab.psi.ch/5505/dima.git
cd path/to/Gitea
git clone --recurse-submodules https://gitea.psi.ch/5505-public/dima.git
cd dima
```
@ -206,7 +209,7 @@ This section is in progress!
| actris_level | - | Indicates the processing level of the data within the ACTRIS (Aerosol, Clouds and Trace Gases Research Infrastructure) framework. |
| dataset_startdate | - | Denotes the start datetime of the dataset collection. |
| dataset_enddate | - | Denotes the end datetime of the dataset collection. |
| processing_file | - | Denotes the name of the file used to process an initial version (e.g, original version) of the dataset into a processed dataset. |
| processing_script | - | Denotes the name of the file used to process an initial version (e.g, original version) of the dataset into a processed dataset. |
| processing_date | - | The date when the data processing was completed. | |
## Adaptability to Experimental Campaign Needs