extract_ae_zone and extract_smips and extract_topsoil_thickness from working properlyextract_area() (and presumably other fns) failed due to differing crs specifications.
The crs of the spatial object is now transformed to match the crs of the xy object before the spatial intersection is performed.Removes digits preceding the soil class from TERN ASC.
Supersedes extract_daas_soil_order() with extract_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.
extract_power() as I wish for this package to support only Australian data sources, NASA is not Australian.NA value.extract_asc() to extract Australian Soil Classification data from TERN.xy is now included in all functions' documentation, not just extract_ae_zone().extract_patched_point() more elegantly.Better README install instructions.
Depends on R >= 4.1.0 due to using native pipe.
Forked from {extractOz}.
Use xy rather than x as the principal function argument providing the locations of interest.
Accept data.frame objects directly as xy rather than forcing the use of df_to_list().
Remove df_to_list() as an exported function, internal use only now that autodetects if xy is a data.frame that needs conversion to a list object.
Add extract_smips().
Add extract_aagis_regions().
Add extract_topsoil_thickness().
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.