Search found 60 matches
- Mon Feb 25, 2019 11:16 pm
- Forum: Digital Atmosphere
- Topic: import directory
- Replies: 4
- Views: 21834
Re: import directory
I think I get what you're trying to do, basically import the data files from a folder on your PC into DA, instead of downloading through DA? If that's the case then this will work using the scripting. You would use the "ingest" command at an early stage in the scripts, instead of the "download" comm...
- Sun Jan 13, 2019 3:13 pm
- Forum: Digital Atmosphere
- Topic: Intermittent data download from weather.cod.edu
- Replies: 7
- Views: 31518
Re: Intermittent data download from weather.cod.edu
I'm getting the same error but it's in the background, only showing when I try to close DA and it doesn't stay on the screen for me to hit the OK. If you're using the standard data retrieval then you can change the URL manually to HTTPS: 1. Click the Data menu 2. Click "Retrieve data" 3. Highlight t...
- Sun Jan 13, 2019 10:48 am
- Forum: Digital Atmosphere
- Topic: Intermittent data download from weather.cod.edu
- Replies: 7
- Views: 31518
Re: Intermittent data download from weather.cod.edu
Thanks for the confirmation it isn't just at my end. This only started on Friday for me and I thought it may be something to do with the change to https, because when I changed it in the script it worked, until this morning. Tim, Is there a way to build in a timeout for the data retrieval which just...
- Sat Feb 13, 2016 9:29 pm
- Forum: Digital Atmosphere
- Topic: Source for METARs?
- Replies: 10
- Views: 46267
Re: Source for METARs?
Sorry it's taken 10 days, I've been away working but I've tested this one and it works fine:
http://weather.cod.edu/digatmos/sao/@Y@M@D@H.sao
http://weather.cod.edu/digatmos/sao/@Y@M@D@H.sao
- Wed Feb 03, 2016 12:25 am
- Forum: Digital Atmosphere
- Topic: Source for METARs?
- Replies: 10
- Views: 46267
Re: Source for METARs?
I've been using this one without any issues (that I've noticed) until today:
http://www.atmos.albany.edu/weather/dat ... @H_sao.wmo
http://www.atmos.albany.edu/weather/dat ... @H_sao.wmo
- Tue Mar 31, 2015 11:38 am
- Forum: Digital Atmosphere scripting laboratory
- Topic: Changing levels in script
- Replies: 1
- Views: 23434
Re: Changing levels in script
Best thing to do is post you code on here and let us have a look, then maybe we can figure something out.
- Tue Jan 13, 2015 11:28 am
- Forum: Digital Atmosphere scripting laboratory
- Topic: Script (Snow forecast)
- Replies: 3
- Views: 26789
Re: Script (Snow forecast)
Hello Serge, The only snow script I could find is this one: http://www.weathergraphics.com/forum/viewtopic.php?f=9&t=1183 I do not know if it will be of use? Bonjour Serge, Le seul script de neige je ai pu trouver est celui-ci: http://www.weathergraphics.com/forum/viewtopic.php?f=9&t=1183 Je ne sais...
- Tue Jan 13, 2015 11:12 am
- Forum: Digital Atmosphere scripting laboratory
- Topic: Script (Snow forecast)
- Replies: 3
- Views: 26789
Re: Script (Snow forecast)
Translation:
Hello,
I loved for 'DA' script (Snow forecast) for France.
Can you inform me where to find the script.
thank you
serge
- Thu Mar 06, 2014 6:00 pm
- Forum: Digital Atmosphere scripting laboratory
- Topic: Help with script
- Replies: 4
- Views: 29079
Re: Help with script
I have run a test of your script here and it works fine. The only things I changed was the locations of where the files were saved. All my data files are saved at: C:\Users\weather\AppData\DigitalAtmosphere\data\ The "weather" part is the name of the PC so I think yours would be something like: C:\U...
- Thu Mar 06, 2014 9:05 am
- Forum: Digital Atmosphere scripting laboratory
- Topic: Help with script
- Replies: 4
- Views: 29079
Re: Help with script
On my own scripts I always have: REMOVE ERASE LOAD,C:\Users\weather\AppData\DigitalAtmosphere\ne_atlantic.dmf See my script HERE for the full thing. You can use a wildcard to ingest all the .wmo files in one go if you like, rather than having to put a separate line in for each file: ingest,C:\Users\...