Skip to content

Commit

Permalink
Merge pull request #94 from ibarlet/feature/local-data-accessor
Browse files Browse the repository at this point in the history
Single Point Downloader
  • Loading branch information
blaylockbk authored Jul 6, 2024
2 parents 0d1a21d + 1ebba04 commit b65cbb5
Show file tree
Hide file tree
Showing 6 changed files with 2,250 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/user_guide/defaults.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The default is
return_as = "xarray"
[nearesttime]
within = "1H"
within = "1h"
return_as = "xarray"
The ``[default]`` section are global settings used by each download method. These can be overwritten for each method. For instance, *s3_refresh* is set to false for ``[timerange]`` because it's unlikely you will need to refresh the file listing. Also, ``[latest]`` and ``[nearesttime]`` are by default returned as an xarray object instead of a list of files downloaded.
Expand Down
Loading

0 comments on commit b65cbb5

Please sign in to comment.