Skip to content

Commit

Permalink
Included a note for irregular data
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinRoth committed Feb 3, 2017
1 parent 07df891 commit af2e29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The data can be downloaded ususally in the following scheme `Dataset(var, locati

- `integer` identifying the station (in the case of station data)
- `SpatialPoint` closest station (grid box) time series in the case of station (gridded) data
- `SpatialPolygon` (or `bbox`) all stations (grid boxes) in the given spatial extent
- `SpatialPolygon` (or `bbox`) all stations (grid boxes, events in case of irregular data) in the given spatial extent

The `period` is to follow the `xts` form, e.g. `"2010/2015"` for all data in the years 2010-2015.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The data can be downloaded ususally in the following scheme `Dataset(var, locati

- `integer` identifying the station (in the case of station data)
- `SpatialPoint` closest station (grid box) time series in the case of station (gridded) data
- `SpatialPolygon` (or `bbox`) all stations (grid boxes) in the given spatial extent
- `SpatialPolygon` (or `bbox`) all stations (grid boxes, events in case of irregular data) in the given spatial extent

The `period` is to follow the `xts` form, e.g. `"2010/2015"` for all data in the years 2010-2015.

Expand Down

0 comments on commit af2e29c

Please sign in to comment.