You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2024. It is now read-only.
This is a Python module for working with Sentinel-1 satellite images, purly in Python. It allows you to find the images you want, download them and work with them (calibrate, speckle fitler etc.).. I use the SentinelSAT package for the metadata. The data is then downloaded from NASA ASF.
19
19
20
+
Why? Because I don't to work with ESA SNAP. Also, in this was it is easier to have my entire workflow in Python..
21
+
22
+
I make no guarantees for the quality, security or anything. Use it as you wish.
20
23
21
24
22
25
@@ -55,7 +58,7 @@ This is a Python module for working with Sentinel-1 satellite images, purly in P
55
58
# Install and Run
56
59
<aclass="anchor"id="Install-and-Run"></a>
57
60
58
-
This repo can be installed using either git clone OR pypi.. Currently, I have only placed in pypi-test, so lets hope it stays there..
61
+
This repo can be installed using either git clone OR pypi.. Currently, I have only placed it in pypi-test, so lets hope it stays there..
0 commit comments