Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 3c8fa66

Browse files
authored
Merge pull request #2 from pierre-manchon/1-swiland-cover-data-not-accurate
1 swiland cover data not accurate
2 parents dd08f69 + 209a3b4 commit 3c8fa66

32 files changed

+692
-671
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 2.1
66
jobs:
77
toxify:
88
docker:
9-
- image: python:3.9
9+
- image: python:3.10
1010
steps:
1111
- checkout
1212
- run: pip install tox && tox

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ license: "GPL-3.0"
1717
message: "If you use this software, please cite it using these metadata."
1818
repository-code: "https://github.com/pierre-manchon/INPMT/"
1919
title: INPMT
20-
version: "v0.1.1"
20+
version: "v0.2.0"
2121
...

INPMT/__utils/corr.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

INPMT/__utils/ndvi_verif.py

Lines changed: 0 additions & 22 deletions
This file was deleted.
-534 KB
Binary file not shown.
528 KB
Binary file not shown.

dependencies/install.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
python -m pip install dependencies/GDAL-3.4.3-cp310-cp310-win_amd64.whl
2+
python -m pip install dependencies/rasterio-1.2.10-cp310-cp310-win_amd64.whl
3+
python -m pip install dependencies/Fiona-1.8.21-cp310-cp310-win_amd64.whl
4+
python -m pip install -r dependencies/requirements.txt

dependencies/install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
python -m pip install dependencies/GDAL-3.4.3-cp310-cp310-win_amd64.whl
2+
python -m pip install dependencies/rasterio-1.2.10-cp310-cp310-win_amd64.whl
3+
python -m pip install dependencies/Fiona-1.8.21-cp310-cp310-win_amd64.whl
4+
python -m pip install -r dependencies/requirements.txt
1.14 MB
Binary file not shown.

0 commit comments

Comments
 (0)