https://github.com/cran/FedData
Revision 759bde3fec174ceb9f2a0d389bd801c768c6c128 authored by R. Kyle Bocinsky on 01 March 2017, 07:36:20 UTC, committed by cran-robot on 01 March 2017, 07:36:20 UTC
1 parent f509844
Raw File
Tip revision: 759bde3fec174ceb9f2a0d389bd801c768c6c128 authored by R. Kyle Bocinsky on 01 March 2017, 07:36:20 UTC
version 2.4.5
Tip revision: 759bde3
NEWS.md
# FedData 2.4.3
* writeOGR for SSURGO and NHD were failing on Windows when the `extraction.dir` included a trailing slash. Paths are now normalized to remove the trailing slash.

# FedData 2.4.2
* Updated the `get_ned` function to provide more useful errors and warnings when downloads are unsuccessful.

# FedData 2.4.1
* Added pkgdown site.
* SSURGO functions (e.g., `get_ssurgo`) now doesn't bomb on large (> 1 billion sq meter) requests. Now, the area of interest is broken into smaller chunks to build the download list.

# FedData 2.4.0
* Added a `NEWS.md` file to track changes to the package.
* Updated DAYMET functions to fix a bug that downloaded only one tile at a time.
* Linted all code.



back to top