Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
remove rasterio
Browse files Browse the repository at this point in the history
  • Loading branch information
aalling93 committed Dec 18, 2022
1 parent c057253 commit 729bda0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ I make no guarantees for the quality, security or anything. Use it as you wish.
- [scikit-learn](https://github.com/scikit-learn) (should be removed in later version.. sry..)
- [scipy](https://github.com/scipy) (should be removed in later version.. sry..)
- [cartopy](https://github.com/cartopy)
- [rasterio](https://github.com/rasterio)
- [Pillow](https://github.com/Pillow)
- [pandas](https://github.com/pandas)
- [sentinelsat](https://github.com/sentinelsat)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sentinel_1_python"
version = "0.0.5"
version = "0.0.7"
authors = [
{ name="Aalling93", email="kaaso@space.dtu.dk" },
]
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ mgrs #should remove later...
scikit-learn
scipy
cartopy
rasterio # should avoid in future
Pillow
pandas
sentinelsat
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"scikit-learn",
"scipy",
"cartopy",
"rasterio",
"Pillow",
"pandas",
"sentinelsat",
Expand Down
2 changes: 0 additions & 2 deletions src/sentinel_1_python/pre_process_grd/_load_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
from itertools import compress
import matplotlib
import numpy as np
#import rasterio # should probabaly avoid in the future..
#
from . import load_data
from ._get_functions import get_coordinate, get_index_v2
from .Process import SarImage
Expand Down

0 comments on commit 729bda0

Please sign in to comment.