Skip to content

Commit

Permalink
corrected file extension and spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
JHalbauer committed Aug 21, 2024
1 parent cb06c90 commit 2986b69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
ruff --version
- name: Lint with ruff
run: |
ruff check --config pyproject.tml .
ruff check --config pyproject.toml .
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.\*

0 comments on commit 2986b69

Please sign in to comment.