Date
1 - 10 of 10
Sentinel process
gerardkruger2003
Bonjour à tous,
I need help decoding "Sentinel" files. I installed "Anaconda", “Python” and GDAL + netCFD4 packages + Magic.... I modified the script according to my configuration. When I run it a Sentinel folder is created as well as the “3A”, “Pictures” and “Process” subdirectories, as well as year month day. But nothing in “Pictures” ! When I examine the course of the script in detail I see: E:\Tools\Anaconda3\Python.exe C:Tools\Admin\ProcessSentinel.py : [Error2] No such file or directory ... Any idea ? Many thanks Bon weekend. Gerard F6BEK --- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus [Non-text portions of this message have been removed]
|
|
Christian Peters
Hi Gerard,
not familiar with that, but what I see: E:\Tools\Anaconda3\Python.exe C:Tools\Admin\ProcessSentinel.py : [Error2] No such file or directory ... should it not be C:\Tools\Admin....??? Did you check Python.exe is in E:\Tools\Anaconda3 and ProcessSentinel.py is in C:\Tools\Admin ....? Regards, Christian Am 21.01.17 um 15:51 schrieb Gérard Kruger g.kru@... [MSG-1]:
[Non-text portions of this message have been removed]
|
|
Manu
Bonjour Gerard,
Pour ma part j'utilise le programme Eumetcastview.... Il fonctionne parfaitement et est simple à mettre en oeuvre. Manu F4HSE
|
|
Douglas Deans
toggle quoted messageShow quoted text
-----Original Message-----
From: dupre.emmanuel@... [MSG-1] Sent: Saturday, January 21, 2017 3:13 PM To: MSG-1@... Subject: [MSG-1] Re: Sentinel process Bonjour Gerard, Pour ma part j'utilise le programme Eumetcastview.... Il fonctionne parfaitement et est simple à mettre en oeuvre. Manu F4HSE ============================================================== Convenu. C'est un superbe programme pour beaucoup de nos satellites météorologiques. Simple à utiliser. Cordialement, Douglas.
|
|
gerardkruger2003
Many thanks Christian,
Yes my script is : E:\Tools\Anaconda3\python.exe C:\Tools\Admin\ProcessSentinel.py The “\ “ was missing in my message when writing out ! I tried C:\... or E:\... but the result is the same ! Yes Python is in E:\Tools\Anaconda but I do not find “ProcessSentinel.py” anywhere !? Where does it come from ? Regards Gerard From: Christian Peters hctpeters@... [MSG-1] Sent: Saturday, January 21, 2017 3:58 PM To: MSG-1@... Subject: Re: [MSG-1] Sentinel process Hi Gerard, not familiar with that, but what I see: E:\Tools\Anaconda3\Python.exe C:Tools\Admin\ProcessSentinel.py : [Error2] No such file or directory ... should it not be C:\Tools\Admin....??? Did you check Python.exe is in E:\Tools\Anaconda3 and ProcessSentinel.py is in C:\Tools\Admin ....? Regards, Christian Am 21.01.17 um 15:51 schrieb Gérard Kruger g.kru@... [MSG-1]: [Non-text portions of this message have been removed] --- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus [Non-text portions of this message have been removed]
|
|
gerardkruger2003
Merci Manu, merci Douglas,
Je vais essayer Eumetcastview mais il va bien falloir tout de même que j’arrive à faire fonctionner ce script Bonne soirée. Gérard From: 'Douglas Deans' dsdeans@... [MSG-1] Sent: Saturday, January 21, 2017 5:16 PM To: MSG-1@... Subject: Re: [MSG-1] Re: Sentinel process -----Original Message----- From: dupre.emmanuel@... [MSG-1] Sent: Saturday, January 21, 2017 3:13 PM To: MSG-1@... Subject: [MSG-1] Re: Sentinel process Bonjour Gerard, Pour ma part j'utilise le programme Eumetcastview.... Il fonctionne parfaitement et est simple à mettre en oeuvre. Manu F4HSE ============================================================== Convenu. C'est un superbe programme pour beaucoup de nos satellites météorologiques. Simple à utiliser. Cordialement, Douglas. --- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus [Non-text portions of this message have been removed]
|
|
Douglas Deans
toggle quoted messageShow quoted text
-----Original Message-----
From: Gérard Kruger g.kru@... [MSG-1] Sent: Saturday, January 21, 2017 4:56 PM To: MSG-1@... Subject: Re: [MSG-1] Re: Sentinel process Merci Manu, merci Douglas, Je vais essayer Eumetcastview mais il va bien falloir tout de même que j’arrive à faire fonctionner ce script Bonne soirée. Gérard ====================================================================== Tout compris. Cordialement, Douglas. ===============================================================
|
|
Christian Peters
Gerard,
toggle quoted messageShow quoted text
sorry, maybe David can help as he set up the script already I think. As the script seems to run (directories were made out of the script?) something (file, directory) is missing (wrong path)?! Maybe you have to create a directory the script needs or it couldn't find data it will access...? Difficult to debug without seeing the code. Regards, Christian BTW.: 'ProcessSentinel.py' is the name of your script. If you run it I think the error says that while running thescript there is something missing (while executing). Am 21.01.17 um 17:52 schrieb Gérard Kruger g.kru@... [MSG-1]:
|
|
gerardkruger2003
Many thanks Christian I’ll carry on with my investigations !
Best regards. Gerard From: Christian Peters hctpeters@... [MSG-1] Sent: Saturday, January 21, 2017 6:14 PM To: MSG-1@... Subject: Re: [MSG-1] Sentinel process Gerard, sorry, maybe David can help as he set up the script already I think. As the script seems to run (directories were made out of the script?) something (file, directory) is missing (wrong path)?! Maybe you have to create a directory the script needs or it couldn't find data it will access...? Difficult to debug without seeing the code. Regards, Christian BTW.: 'ProcessSentinel.py' is the name of your script. If you run it I think the error says that while running thescript there is something missing (while executing). Am 21.01.17 um 17:52 schrieb Gérard Kruger g.kru@... [MSG-1]: [Non-text portions of this message have been removed] --- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus [Non-text portions of this message have been removed]
|
|
Bonjour à tous,
I need help decoding "Sentinel" files. I installed "Anaconda", “Python” and GDAL + netCFD4 packages + Magic.... I modified the script according to my configuration. When I run it a Sentinel folder is created as well as the “3A”, “Pictures” and “Process” subdirectories, as well as year month day. But nothing in “Pictures” ! When I examine the course of the script in detail I see: E:\Tools\Anaconda3\Python.exe C:Tools\Admin\ProcessSentinel.py : [Error2] No such file or directory ... Any idea ? Many thanks Bon weekend. Gerard F6BEK =============================== Gérard, Just check for the existance of the files: E:\Tools\Anaconda3\Python.exe C:\Tools\Admin\ProcessSentinel.py (Your slip of the "\" noted). Check the directory name you are passing to the Python script. When first running the main script it's worthwhile having the ECHO on so that the faults are easier to spot. I derived the script from a combination of Thorsten and Simon (IIRC) but it's been in use here for a couple of months now, but it will need be adjusted to suit your own directory locations of course. It's a completed automated way to produce images from the Sentinel 3A data. No intervention required. 73, David GM8ARV -- SatSignal Software - Quality software written to your requirements Web: http://www.satsignal.eu Email: david-taylor@... Twitter: @gm8arv
|
|