The nil values ββfrom which I can understand the documentation, here and here , simply indicate that the data is not available.
Without making any assumptions about the NOAA data architecture, it is possible that the information available through the API may differ from the information displayed on their website.
Missing values ββare represented by an empty element and xsi: nil = "true" (R2.2.1).
The return values ββof Nil are apparently related to a period of time. Note the difference between the time-layout keys (see Section 5.3.2) of 1 in these queries:
Data time is different.
<layout-key> element
The key is derived using the following convention:
- "k" stands for key.
- "p24h" means the length of the data period is 24 hours.
- "n7" means the amount of data time is 7.
- "1" is a sequence number used to store unique layout keys.
Here startDate is a factor. Leaving this, adds more time and may take into account some requested data that is not yet available.
In the documentation:
The starting day for which you want NDFD data. If the row is empty, it is considered that the start date is considered the earliest available day in the database. This entry is necessary only if it is necessary to reduce the time window data, it is necessary to extract for (less than 7 days); if the user wants data for 2-5 days.
I do not experience the accident you are talking about. People at NOAA Yahoo! A group forum could tell you more.
source share