Skip to content

Add scraping and analyzing plates #3

Add scraping and analyzing plates

Add scraping and analyzing plates #3

Workflow file for this run

name: Scrape and Release
on:
workflow_dispatch:
push:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3
uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install -r requirements_dev.txt
pip install -r scrape_faa/requirements.txt
- name: Scrape FAA data
working-directory: scrape_faa
run: |
python download.py
- name: Extract CIFP file
working-directory: scrape_faa/download
run: |
7z x CIFP_*.zip
- name: Analyze Plates
run: |
python approach_plate_extract.py scrape_faa/download scrape_faa/download/FAACIFP18