fifo 1.1.0.9000
Minor changes
Removes digits preceding the soil class from TERN ASC.
Supersedes
extract_daas_soil_order()withextract_asc()for extracting Australian Soil Classification data from TERN. The ASC data set is more accurate. The DAAS may be deprecated in future releases.Improved documentation, removing redundant information.
fifo 1.0.0
Major changes
- Remove
extract_power()as I wish for this package to support only Australian data sources, NASA is not Australian.
fifo 0.1.0
Minor changes
- Adds new function
extract_asc()to extract Australian Soil Classification data from TERN.
Bug fixes
- The extra documentation for
xyis now included in all functions’ documentation, not justextract_ae_zone().
fifo 0.0.3
Minor changes
- Handles duplicated locations and weather stations in
extract_patched_point()more elegantly.
fifo 0.0.1
Major Changes
Forked from {extractOz}.
Use
xyrather thanxas the principal function argument providing the locations of interest.Accept
data.frameobjects directly asxyrather than forcing the use ofdf_to_list().Remove
df_to_list()as an exported function, internal use only now that autodetects ifxyis adata.framethat needs conversion to alistobject.Add
extract_smips().-
Greatly enhanced the checks of user-input longitude and latitude values.
If some values are invalid, the function will now continue with the valid values and issue a warning with the invalid values and the location that they are in.
Where x and y are reversed, {fifo} attempts to correct the order of the coordinates and issues a warning that this was done and proceeds with the operation.
