Prints file format information for the AGFD NetCDF files
Source:R/get_agfd.R
print_agfd_nc_file_format.Rd
Print the file format from section 3.2 in Australian Bureau of Agricultural and Resource Economics and Sciences.
References
Australian gridded farm data, Australian Bureau of Agricultural and Resource Economics and Sciences, Canberra, July, DOI: <https://doi.org/10.25814/7n6z-ev41. CC BY 4.0.>
Examples
print_agfd_nc_file_format()
#> ────────────────────────────────────────────────────────────────────────────────
#> Each of the layers in simulation output data is represented as a 2D raster in
#> NETCDF files, with the following grid format:
#>
#> CRS: EPSG:4326 - WGS 84 - Geographic
#> Extent: 111.975 -44.525 156.275 -9.975
#> Unit: Degrees
#> Width: 886
#> Height: 691
#> Cell size: 0.05 degree x 0.05 degree
#> ────────────────────────────────────────────────────────────────────────────────
#> For further details, see the ABARES website,
#> <https://www.agriculture.gov.au/abares/research-topics/surveys/farm-survey-data/australian-gridded-farm-data>