CAR banner

CSA logo

CARDAT
















Data Science Tips

CARDAT data


CARDAT stores a wide array of population, health and environmental datasets. There are three types of data:

A catalogue of these datasets, including metadata in Ecological Metadata Language (EML) format is kept in the CAR data inventory. These records are published here.

Access to CARDAT data is administered by the CAR data management team (car.data@sydney.edu.au).

Data cleaning

It is inevitable that the data we work has imperfections. As part of storing data in CARDAT or EHI we often take steps to clean the data. When this is done, we always:

This ensures that the transformation process is transparent and reproducible.

Data cleaning steps

There are many issues with data that we see again and again when dealing with data. When cleaning data there are a number of things that may be required, including:

References

White, E., Baldridge, E., Brym, Z., Locey, K., McGlinn, D., & Supp, S. 2013. Nine simple ways to make it easier to (re)use your data. Ideas in Ecology and Evolution, 6(2), 1–10. doi:10.4033/iee.2013.6b.6.f

Wickham, H., 2014. Tidy Data. Journal of Statistical Software, VV (Ii). Available at: http://vita.had.co.nz/papers/tidy-data.pdf

Leek, J. 2014. https://github.com/jtleek/datasharing

Borer, E., Sea bloom, E., Jones, M., and Schildhauer, M. 2009. Some Simple Guidelines for Effective Data Management. Bulletin of the Ecological Society of America 90:205–214. http://dx.doi.org/10.1890/0012-9623-90.2.205

Campbell, J. L., Rustad, L. E., Porter, J. H., Taylor, J. R., Dereszynski, E. W., Shanley, J. B., Gries, C., Henshaw, D. L., Martin, M. E., Sheldon, W. M., and Boose, E. R. 2013. Quantity is Nothing without Quality: Automated QA/QC for Streaming Environmental Sensor Data. BioScience, 63, 574-585. http://dx.doi.org/10.1525/bio.2013.63.7.10

Working with Github Branches

Setup Cloud.car-dat.org WebDav using Rclone

author: “Lucas Hertzog” & “Anh Han” date: “2023-04-12” output: html_document

Cloud.car-dat.org WebDav is a service provided by NextCloud that allows you to access and manage your files stored in the NextCloud platform using the WebDav protocol. Rclone is a command-line tool that allows you to interact with Clould.car-dat.org WebDav and perform various operations such as syncing, copying, and moving files.

In this guide, we will show you how to set up NextCloud WebDav using Rclone on Windows, Mac, and Linux.

Windows

  1. Download and install Windows File System Proxy (WinFsp) from https://winfsp.org/.
  2. Download and install Rclone from https://rclone.org/downloads/.
  3. Configure Rclone by following these steps:

Optionally, you can create a .bat file named “mountrclone.bat” with the following content to automatically mount the drive:

@echo off

start c:\rclone\rclone mount –vfs-cache-mode full Cloud.car-dat.org:/ z:

This command will mount the Cloud.car-dat.org drive to the Z: drive letter.

MacOS

  1. Install Rclone by running the command “brew install rclone” in Terminal.
  2. Configure Rclone by running the command “rclone config” in Terminal.
  3. Follow the on-screen instructions to configure Rclone.
  4. When prompted for the WebDav URL, enter “https://cloud.car-dat.org/” and press Enter.
  5. When prompted for the username and password, enter your NextCloud Files login credentials.

Linux

  1. Install Rclone by running the command “sudo apt-get install rclone” in Terminal.
  2. Configure Rclone by running the command “rclone config” in Terminal.
  3. Follow the on-screen instructions to configure Rclone.
  4. When prompted for the WebDav URL, enter “https://cloud.car-dat.org/” and press Enter.
  5. When prompted for the username and password, enter your NextCloud Files login credentials.

More information and instructions to set up automatic syncing is https://linuxnewbieguide.org/rclone/

Setup local Cloud.car-dat.org Desktop Synchronization

author: “Anh Han” date: “2023-12-15”

  1. Download NextCloud Desktop Client for Windows, MacOS and Linux from https://nextcloud.com/install/.
  2. Install the downloaded setup application.
  3. Reboost your operating system for the NextCloud configuration changes to take effect.
  4. Launch NextCloud desktop.
  5. When prompted for the Nextcloud account, select “Log in” option.
  6. When prompted for the Server address, enter “https://cloud.car-dat.org/” and press Enter.
  7. NextCloud automatically switches to Cloud Cardat Server web interface for account login. When prompted for the username and password, enter your Cloud Cardat login credentials and press “Grant access”.
  8. Configure the Sync Folder by accessing “Settings” and pressing “Add Folder Sync Connection” in NextCloud desktop.
  9. Change directory of NextCloud synchronised local folder on your computer.