Skip to content

Commit

Permalink
Add pdal (#46)
Browse files Browse the repository at this point in the history
* Add pdal

* Skip pip installation

* Add pre-commit

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
giswqs and pre-commit-ci[bot] committed Feb 22, 2024
1 parent 97d0ce9 commit b7900bf
Show file tree
Hide file tree
Showing 12 changed files with 94 additions and 568 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
gdalinfo --version
- name: Install dependencies
run: |
pip install --upgrade setuptools
pip install --upgrade setuptools
python -m pip install --upgrade pip
pip install --no-cache-dir Cython
pip install -r requirements.txt
Expand Down
29 changes: 29 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
types: [python]
- id: trailing-whitespace
- id: requirements-txt-fixer
- id: check-added-large-files
args: ["--maxkb=500"]

- repo: https://github.com/psf/black
rev: 24.2.0
hooks:
- id: black-jupyter
language_version: python3.11

# - repo: https://github.com/codespell-project/codespell
# rev: v2.2.6
# hooks:
# - id: codespell
# args: [--toml, pyproject-codespell.precommit-toml]

- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
hooks:
- id: nbstripout
2 changes: 1 addition & 1 deletion docs/geospatial.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# geospatial module

::: geospatial.geospatial
Loading

0 comments on commit b7900bf

Please sign in to comment.