{"id":30336533,"url":"https://github.com/srindot/average_flightdata_collection_fwuaav","last_synced_at":"2025-08-18T05:19:56.653Z","repository":{"id":273322531,"uuid":"919319842","full_name":"Srindot/Average_FlightData_Collection_FWUAAV","owner":"Srindot","description":"This repository is designed for collecting average data for a flapping wing UAV. The script acg_coeff_data_collection.py runs the necessary data collection, and the resulting data is saved into a CSV file called AverageFlightData.csv.","archived":false,"fork":false,"pushed_at":"2025-08-16T10:22:26.000Z","size":598,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-16T11:29:47.269Z","etag":null,"topics":["data","flaping-uav"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Srindot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-20T07:13:34.000Z","updated_at":"2025-08-16T10:22:29.000Z","dependencies_parsed_at":"2025-08-16T11:41:59.566Z","dependency_job_id":null,"html_url":"https://github.com/Srindot/Average_FlightData_Collection_FWUAAV","commit_stats":null,"previous_names":["srindot/fwuav-average-flight-data-collection","srindot/average_flightdata_collection_fwuaav"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Srindot/Average_FlightData_Collection_FWUAAV","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Srindot%2FAverage_FlightData_Collection_FWUAAV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Srindot%2FAverage_FlightData_Collection_FWUAAV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Srindot%2FAverage_FlightData_Collection_FWUAAV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Srindot%2FAverage_FlightData_Collection_FWUAAV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Srindot","download_url":"https://codeload.github.com/Srindot/Average_FlightData_Collection_FWUAAV/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Srindot%2FAverage_FlightData_Collection_FWUAAV/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270946109,"owners_count":24672900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data","flaping-uav"],"created_at":"2025-08-18T05:19:55.929Z","updated_at":"2025-08-18T05:19:56.650Z","avatar_url":"https://github.com/Srindot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flapping Wing UAV Data Collection\n\nThis repository is designed for collecting average data for a flapping wing UAV. The script `acg_coeff_data_collection.py` runs the necessary data collection, and the resulting data is saved into a CSV file called `AverageFlightData.csv`.\n\n## Getting Started\n\nFollow the steps below to set up and run the data collection script on your local machine.\n\n### Prerequisites\n\nMake sure you have Python installed on your system. You can check by running:\n\n```bash\npython --version\n```\n\nIf Python is not installed, download and install the latest version from [here](https://www.python.org/downloads/).\n\n### Installation\n\n1. Clone the repository to your local machine:\n\n   ```bash\n   git clone https://github.com/Srindot/Average_Flight_Data_Collection.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd Average_Flight_Data_Collection\n   ```\n\n3. (Optional) Create and activate a virtual environment to manage dependencies:\n\n   - On Windows:\n\n     ```bash\n     python -m venv venv\n     venv\\Scripts\\activate\n     ```\n\n   - On macOS/Linux:\n\n     ```bash\n     python3 -m venv venv\n     source venv/bin/activate\n     ```\n\n4. Install the required dependencies by running the following:\n\n   ```bash\n   pip install pterasoftware\n   ```\n\n### Running the Data Collection Script\n\n1. Once the environment is set up, ensure you're in the project directory.\n\n2. Run the data collection script:\n\n   ```bash\n   python acg_coeff_data_collection.py\n   ```\n\n3. The script will collect the data and save it into a CSV file called `AverageFlightData.csv`. You should see this file in the same directory.\n\n### Output\n\n- `AverageFlightData.csv`: This file contains the average data collected during the flight tests.\n\n### Troubleshooting\n\n- If you encounter issues with missing dependencies, try running:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n# FWUAV-Average-Flight-Data-Collection\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrindot%2Faverage_flightdata_collection_fwuaav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrindot%2Faverage_flightdata_collection_fwuaav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrindot%2Faverage_flightdata_collection_fwuaav/lists"}