Data & Computational Resources

1 Data & Computational Resources

Explore the core infrastructure available to support your research—from managing large datasets to conducting computationally intensive analyses and sharing your results openly and reproducibly.

1.1 1. Data Storage & Management

Working groups are encouraged to use GitHub for version control and collaborative code development. However, GitHub has a 100 MB file size limit per file, making it unsuitable for storing large datasets. Depending on the size and format of your data, consider the following options:

  1. For small datasets (< 50 MB) that are published and accessible via a persistent web link (e.g., data from DataONE), you are encouraged to reference the URL directly within your scripts to minimize redundancy and streamline reproducibility.

  2. For medium-sized datasets (larger than 50 MB but smaller than 100 GB) or unpublished data that need to be shared internally, use a shared Google Drive. Many working groups already have shared Drives—if yours has not been set up, please contact the Data Science Trainer. Organizing raw data within the "data" folder in the shared Google Drive for consistency and ease of use.

  3. For large datasets (> 100 GB), please reach out to the Data Science Trainer to coordinate access to NCEAS data servers. This ensures appropriate infrastructure for high-capacity and long-term storage.


1.2 2. High-Performance & Parallel Computing

Working groups at NCEAS can request access to high-performance computing (HPC) resources to support large-scale processing and computation.

These tools and resources can help you scale your workflows efficiently across multiple cores or nodes.


1.3 Other R Tips

Enhance your data visualization and spatial analysis workflows with these R resources:

  • Using sf for Spatial Data & Intro to Making Maps
    A hands-on tutorial introducing spatial data operations and basic mapping in R.
    📍 View the tutorial

1.4 3. Data Sharing & Publishing

To support open and reproducible science, NCEAS encourages working groups to make their data and code Findable. See the relevant module developed by the NCEAS-LTER team.