Search found 68 matches

by Budgie
Wed May 28, 2025 9:34 pm
Forum: The Lounge
Topic: Forum Unguarded
Replies: 1
Views: 4727

Forum Unguarded

Time has come for me to hang up my Moderator coat and retire.
I have been the only person keeping this forum spam-free for months now and Tim hasn't even visited the forum for the last two & half months.

As I don't actually use DA any more, preferring to create my maps using OpenGrads, I don't ...
by Budgie
Fri Sep 27, 2024 8:47 pm
Forum: Digital Atmosphere
Topic: COD weather pages needing a password
Replies: 7
Views: 99464

Re: COD weather pages needing a password

Statement about this on the COD website: https://weather.cod.edu/analysis/


Attention User:

Update (9/25/2024 20:24:10): Due to recent security requests from our IT department we are no longer going to be able to provide open/unauthenticated access to browsable data directories. Namely this ...
by Budgie
Thu Sep 26, 2024 9:44 pm
Forum: Digital Atmosphere
Topic: COD weather pages needing a password
Replies: 7
Views: 99464

Re: COD weather pages needing a password

Getting the same thing here but I've not had a chance to have a proper look yet, so just turned off Digatmos for now.
by Budgie
Sat Aug 12, 2023 10:34 pm
Forum: Digital Atmosphere
Topic: Latest version--ups or downs?
Replies: 7
Views: 68323

Re: Latest version--ups or downs?

Try this for your download URL part of the script:

Code: Select all

download,https://weather.cod.edu/digatmos/upa/@YYYY@MMMM@DDDD@HHHH.upa,C:\Users\................
This is working for me and tghe same format is working for Metar and Synop downloads as well.
by Budgie
Wed Jul 26, 2023 9:14 pm
Forum: Digital Atmosphere
Topic: Latest version--ups or downs?
Replies: 7
Views: 68323

Re: Latest version--ups or downs?

I updated to 3.50a and the main thing I noticed was that it broke the downloads in my script. This turns out to be a change in the way the data file is called when DA makes up the URL.
The old script used
https://weather.cod.edu/digatmos/sao/@Y@M@D@I.sao
This has now changed to
https://weather ...
by Budgie
Mon Sep 05, 2022 9:21 pm
Forum: Digital Atmosphere
Topic: More Data
Replies: 6
Views: 64980

Re: More Data

I use the data from https://weather.cod.edu/digatmos/, mainly from the syn, sao & upa folders.
These will plot for sea leave pressure across most of Europe.
by Budgie
Sun Sep 04, 2022 8:28 pm
Forum: Digital Atmosphere
Topic: More Data
Replies: 6
Views: 64980

Re: More Data

If you could give an idea of what data you want to plot then it may help to narrow down the suggestions.
by Budgie
Wed Feb 09, 2022 11:25 pm
Forum: Digital Atmosphere
Topic: Scheduler cannot find scripts after shutdown
Replies: 3
Views: 48990

Re: Scheduler cannot find scripts after shutdown

I'm using Windows 10 but I used to have a similar issue and could never figure out which directory DA wanted to use, so I made sure all possible DA directories had a copy on my main script and that's solved the issue.

I've put the script in:
C:Program Files (x86)/DigitalAtmosphere
C:Users ...
by Budgie
Mon Feb 25, 2019 11:16 pm
Forum: Digital Atmosphere
Topic: import directory
Replies: 4
Views: 38357

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 ...
by Budgie
Sun Jan 13, 2019 3:13 pm
Forum: Digital Atmosphere
Topic: Intermittent data download from weather.cod.edu
Replies: 7
Views: 49578

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 ...