Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
waynedgrant committed Nov 16, 2015
1 parent 6a08bb5 commit f597dde
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,16 @@ After construction of any of the classes simply call the **fetch()** method on i
The __info.json__ for a map can be used to dynamically build an HTML web page to host it using, for example, JQuery. The __info.json__ file contains the following fields:

| Field | Description |
|----------------------|----------------------------------------------------------------------------------------------------------------------------------|
| name | Map name |
| datapoint_timestamp | Map creation timestamp originally returned by Datapoint |
| base_time | Map base time: YYYY-MM-DD hh:mm UTC |
| images | Array of time series image details. In increasing time order for forecast maps and decreasing time order for observation maps |
| images.file | Image file name |
| images.width | Image width in pixels |
| images.height | Image height in pixels |
| images.time | Image time: YYYY-MM-DD hh:mm UTC |
| images.timestep_mins | Image timestep relative to base_time in minutes (0 or positive value for forecast maps, 0 or negative value for observation maps |
|----------------------|-----------------------------------------------------------------------------------------------------------------------------------|
| name | Map name |
| datapoint_timestamp | Map creation timestamp originally returned by Datapoint |
| base_time | Map base time: YYYY-MM-DD hh:mm UTC |
| images | Array of time series image details (in increasing time order for forecast maps and decreasing time order for observation maps) |
| images.file | Image file name |
| images.width | Image width in pixels |
| images.height | Image height in pixels |
| images.time | Image time: YYYY-MM-DD hh:mm UTC |
| images.timestep_mins | Image timestep relative to base_time in minutes (0 or positive value for forecast maps, 0 or negative value for observation maps) |

For example, this snippet of a __info.json__ file:

Expand Down

0 comments on commit f597dde

Please sign in to comment.