Metop-B.
geojohnt@...
Hello All,
Is it me or has Metop B 'just' lost its Lat/Long markers?
Regards,
John Tellick.
|
|
Re: December GEO Newsletter
Daniele Guardigli
Thank you!
Il giorno mer 1 dic 2021 alle ore 09:19 leshamilton2004 <les.hamilton@...> ha scritto: The December edition of the GEO Quarterly Newsletter is now available, and contains over 40 pages of articles and features, thanks to the efforts of a number of contributors. --
Daniele Guardigli
|
|
December GEO Newsletter
The December edition of the GEO Quarterly Newsletter is now available, and contains over 40 pages of articles and features, thanks to the efforts of a number of contributors.
You can download your PDF copy from the URL below. http://leshamilton.co.uk/GEO/newsletter.htm
|
|
Re: TBS-5927
Hi, For me, the TBS5927 works perfectly, I bought it for about 220 euros directly from the producer (Shenzhen-China) including shipping with DHL. Good luck!
Youssef Bennouna ETUDES ET MESURES LES 5 DOMAINES
Villa 176, Bassatine El Menzeh 12123 - EL MENZEH MAROC TEL : (+212) 0537 01 14 41 GSM : (+212) 0661 10 97 43
De : MSG-1@groups.io [mailto:MSG-1@groups.io] De la part de Vincenzo Mone
Hi Folks, apologise if I make an already made question, but unfortunately I cannot find the email in my inbox. I have seen this USB TBS-5927 Box more cheaper of Amazon:
https://tbs-technology.de/shop/DVB-S2-S-Single-Tuner-Professional-USB-Satellite-TV-Box-TBS-5927
Is it OK for our purpose? Here the price is €. 192,44 while on Amazon it is €.315,00. As I decided to buy it I want to be sure that is the correct one. Thanks
73 de Enzo IK8OZV ****** GSM +39 328 7110193 ****** ***** SMS +39 328 7110193 ***** *********************************
|
|
Re: data blocked
On 30/11/2021 15:55, fly.fechter@... wrote:
Whatever I put I reap "you must specify a valid valid location for received files"As my previous message. David -- SatSignal Software - Quality software for you Web: https://www.satsignal.eu Email: david-taylor@... Twitter: @gm8arv
|
|
Re: data blocked
On 30/11/2021 15:34, fly.fechter@... wrote:
Thank you very much, David !That is your choice, there is no fixed value. You did not answer my questions. David -- SatSignal Software - Quality software for you Web: https://www.satsignal.eu Email: david-taylor@... Twitter: @gm8arv
|
|
Re: data blocked
fly.fechter@t-online.de
Whatever I put I reap "you must specify a valid valid location for received files"
Last time I put C:\MSG-1\received\ there - no luck
|
|
Re: data blocked
fly.fechter@t-online.de
Thank you very much, David !
Please tell me the correct Tellicast received files location. Thanks in advance, Regards, Roland
|
|
Re: MSG3
Marco Martini
Grazieeeeeee
Il Mar 30 Nov 2021, 12:51 David J Taylor GM8ARV 🏴 🇪🇺 via groups.io <david-taylor=blueyonder.co.uk@groups.io> ha scritto: On 30/11/2021 11:49, Marco Martini wrote:
|
|
TBS-5927
Vincenzo Mone
Hi Folks, apologise if I make an already made question, but unfortunately I cannot find the email in my inbox. I have seen this USB TBS-5927 Box more cheaper of Amazon:
https://tbs-technology.de/shop/DVB-S2-S-Single-Tuner-Professional-USB-Satellite-TV-Box-TBS-5927
Is it OK for our purpose? Here the price is €. 192,44 while on Amazon it is €.315,00. As I decided to buy it I want to be sure that is the correct one. Thanks
73 de Enzo IK8OZV ****** GSM +39 328 7110193 ****** ***** SMS +39 328 7110193 ***** *********************************
|
|
Re: MSG3
On 30/11/2021 11:49, Marco Martini wrote:
Hi, But does MSG3 reach you? I currently receive MSG1 and MSG4 but on the 3rdSee: https://www.eumetsat.int/rapid-scanning-service-schedule David -- SatSignal Software - Quality software for you Web: https://www.satsignal.eu Email: david-taylor@... Twitter: @gm8arv
|
|
MSG3
Marco Martini
Hi, But does MSG3 reach you? I currently receive MSG1 and MSG4 but on the 3rd nothing ......
|
|
Re: data blocked
On 30/11/2021 10:55, fly.fechter@... wrote:
Hallo,No-one else has reported lack of data, so most likely it is something which has happened local to your station. I suggest you determine exactly when your data stopped flowing, and what event happened at that time to cause the data to stop. - Check the TelliCast log file for errors. - Check that you have not run out of memory or disk space. - Try restarting the PC. Perhaps then someone will be able to help. Cheers, David -- SatSignal Software - Quality software for you Web: https://www.satsignal.eu Email: david-taylor@... Twitter: @gm8arv
|
|
Re: data blocked
fly.fechter@t-online.de
Hallo,
Sorry to bother again ! Most likely it will need the expertise of David - so please David could you look into this ? I look forward to your reply. Regards, Roland
|
|
Re: Where has the Bracknell Overlay gone?
Graham Woolf
Hi Ernst
Thanks for the help - all sorted now Regards Graham
|
|
Re: Where has the Bracknell Overlay gone?
Ernst Lobsiger
Graham,
and you have done more stuff wrong. You use area "ukmo". This is for the overlays generated from the DWDSAT *.tif images, overlays are 2351x1589 Pixels But you use an overlay generated with the script that fetches *.gif files from the INTERNET. This area is named "mslp" and overlays are 2148x1452 Pixels As usual you are too keen and have not RTFM :-). So please change the area to "mslp" in the MSG4 script (if you have copied it at all to your areas.yaml) ?! Regards, Ernst
|
|
Re: Where has the Bracknell Overlay gone?
Ernst Lobsiger
Graham,
the overlay.png has the size of the Satpy image. That's MSG4.png. You have done the overlay after the annotation at left has been added! mdstr = 'C:/Tools/ImageMagick-7.0/magick convert MSG4.png '\ + '-gravity west -background rgb(245,245,245) -splice 350x0 '\ + overlay+' -composite '\ ... You have to: mdstr = 'C:/Tools/ImageMagick-7.0/magick convert MSG4.png '+overlay+' -composite '\ + '-gravity west -background rgb(245,245,245) -splice 350x0 '\ + ... Cheers, Ernst P.S. Watch the spaces. It seems your variable overlay already has the .png with it ..!? I named the overlay files in a way you can use the variable Dat from the command line.
|
|
Re: Where has the Bracknell Overlay gone?
Graham Woolf
Hi Ernst
I have been having a go at creating an overlay but for some reason my results dont quite match yours When you have a moment would you mind looking at the attached script and telling me what I have done wrong Thanks Graham
|
|
data blocked
fly.fechter@t-online.de
Hello,
I use the MSG Data Manager 31 18 1324 with the SR 1. Since a while ago no received data appears. Seems that this data is blocked somehow - tc-cast receives a steady stream of it ! the received files section stays empty ! My antivirus software seems to be off. Thanks in advance for your advice. Regards, Roland PS. my email address is fly.fechter@...
|
|
Re: Where has the Bracknell Overlay gone?
Not sure how high a
resolution chart you're looking for but Bracknell charts at 2147px by 1728px
are here https://www.weathercharts.org/ukmomslp_max.htm
Paul
On 29/11/2021 at 18:06,
Ernst Lobsiger via groups.io <ernst.lobsiger@...>
wrote: On Mon, Nov 29, 2021 at 02:15 AM, Hugo wrote:
|
|