Skip to content

Commit

Permalink
Merge pull request #18 from mundialis/open_geodata_germany
Browse files Browse the repository at this point in the history
Open geodata germany and other data import functions
  • Loading branch information
anikaweinmann authored Feb 20, 2024
2 parents 145d1e2 + 145b6c9 commit cdc849a
Show file tree
Hide file tree
Showing 6 changed files with 741 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ max-line-length = 80

per-file-ignores =
./src/grass_gis_helpers/cleanup.py: F821
./src/grass_gis_helpers/data_import.py: F821
./src/grass_gis_helpers/general.py: F821
./src/grass_gis_helpers/location.py: F821
./src/grass_gis_helpers/mapset.py: F821
./src/grass_gis_helpers/open_geodata_germany/download_data.py: F821
./src/grass_gis_helpers/open_geodata_germany/federal_state.py: F821
./src/grass_gis_helpers/parallel.py: F821
./src/grass_gis_helpers/tiling.py: F821
./src/grass_gis_helpers/validation.py: F821
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Python Flake8, black and pylint code quality check

on: [push,pull_request]
on: [push]

jobs:
lint:
Expand Down
Loading

0 comments on commit cdc849a

Please sign in to comment.