From 2986b694125564133df0a2760cb6d1861c7cd31f Mon Sep 17 00:00:00 2001 From: jhalbauer Date: Wed, 21 Aug 2024 11:17:13 +0200 Subject: [PATCH] corrected file extension and spaces --- .github/workflows/linting.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 7aa7033..fe66402 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -21,4 +21,4 @@ jobs: ruff --version - name: Lint with ruff run: | - ruff check --config pyproject.tml . \ No newline at end of file + ruff check --config pyproject.toml . \ No newline at end of file diff --git a/README.md b/README.md index 1acdaac..7dd2c10 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ e.g. for the digital orthophotos (DOPs) of Brandenburg. The r.dop.import toolset consists of the following modules: -- r.dop.import: downloads digital orthophotos (DOPs) +- r.dop.import: downloads digital orthophotos (DOPs) for specified federal state and area of interest, and creates a single file of all downloaded digital orthophotos (DOPs). -- r.dop.import.*: prepares the parallel download of digital orthophotos (DOPs) +- r.dop.import.*: prepares the parallel download of digital orthophotos (DOPs) for the respective federal state in the selected AOI -- r.dop.import.worker.\*: downloads a single digital orthophoto (DOP) +- r.dop.import.worker.\*: downloads a single digital orthophoto (DOP) passed by r.dop.import.\*