ElectricRCAircraftGuy / eRCaGuy_hello_world_data

Data, such as CSV files for generating plots, for the eRCaGuy_hello_world project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eRCaGuy_hello_world_data

Data, such as CSV files for generating plots, for my eRCaGuy_hello_world project.

This is a separate repository because the data would otherwise take up hundreds of megabytes in the eRCaGuy_hello_world project which I'd like to keep small and easy to download, and not everyone needs this data.

By Gabriel Staples
www.ElectricRCAircraftGuy.com

Instructions

  1. When you download or clone this repo, place it at the exact same level as the eRCaGuy_hello_world folder. Example folder structure:

     ~/dev/eRCaGuy_hello_world
     ~/dev/eRCaGuy_hello_world_data
    
    • The data in this eRCaGuy_hello_world_data repo will then automatically be used by the eRCaGuy_hello_world repo, because the eRCaGuy_hello_world repo will know the eRCaGuy_hello_world_data repo's relative path and location to it, and access it as needed (ex: via symbolic links).
    • This relative-location setup of two distinct repos is in lieu of using git submodules.

About

Data, such as CSV files for generating plots, for the eRCaGuy_hello_world project

License:MIT License