Skip to content

Commit dee0038

Browse files
update sen2cor3_download.py for sen2cor version 3.3.0
1 parent 18e77ab commit dee0038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sen2cor3/sen2cor3_download.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ def download_from_sftp(hostname, port, username, password, remote_path, local_pa
3030
sys.exit(1)
3131

3232
local_path = sys.argv[1]
33-
local_path = os.path.join(local_path, 'sen2cor_3.2.0_python_3.10_20241218.zip')
33+
local_path = os.path.join(local_path, 'sen2cor_3.3.0_python_3.12_20250131.zip')
3434

3535
hostname = "sftp.telespazio.fr"
3636
port = 22 # default SFTP port is 22
3737
username = 'sen2cor3'
3838
password = '4sen2like'
39-
remote_path = '/upload/Sen2Cor-3.02.00/Software/sen2cor_3.2.0_python_3.10_20241218.zip'
39+
remote_path = '/upload/Sen2Cor-3.03.00/Software/sen2cor_3.3.0_python_3.12_20250131.zip'
4040

4141
download_from_sftp(hostname, port, username, password, remote_path, local_path)

0 commit comments

Comments
 (0)