https://github.com/obrl-soil/slga
Download raster data from the Soil and Landscape Grid of Australia - http://www.clw.csiro.au/aclep/soilandlandscapegrid/
https://github.com/obrl-soil/slga
australia digital-soil-mapping r raster-data soil terrain wcs
Last synced: 5 months ago
JSON representation
Download raster data from the Soil and Landscape Grid of Australia - http://www.clw.csiro.au/aclep/soilandlandscapegrid/
- Host: GitHub
- URL: https://github.com/obrl-soil/slga
- Owner: obrl-soil
- License: other
- Archived: true
- Created: 2018-11-25T13:20:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T02:28:28.000Z (over 1 year ago)
- Last Synced: 2024-04-14T07:11:18.069Z (about 1 year ago)
- Topics: australia, digital-soil-mapping, r, raster-data, soil, terrain, wcs
- Language: R
- Homepage: https://obrl-soil.github.io/slga/index.html
- Size: 5.22 MB
- Stars: 21
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - slga - Offers the ability to download geographic subsets of raster data from the Soil and Landscape Grid of Australia. (Natural Resources / Soil and Land)
README
---
output: github_document
editor_options:
chunk_output_type: console
---```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE, warning = FALSE, message = FALSE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "90%", fig.align = 'center'
)
```# `slga` has retired!
The Soil and Landscape Grid of Australia has been updated and is now delivered using COG-formatted GeoTiffs, considerably simplifying access. Please see the [SLGA website](https://esoil.io/TERNLandscapes/Public/Pages/SLGA/index.html) for details on new and updated datasets, as well as the new recommended data access methods.
This repository has been archived and will no longer be maintained.