output | ||||||
---|---|---|---|---|---|---|
|
This repository documents the 'Innovation Track' of UD's Spring 2025 FSAN830 Business Process Innovation class.
To set up your Python environment for the XML to xarray challenge:
- Clone this repository (or your fork of it)
- Navigate to the students directory and follow the instructions in the README.md file there
- Create your personal directory under students/lastname_firstname/
- Run the test script to verify your environment:
python test_env.py
For detailed instructions, see students/README.md.
fsan830spring2025/
├── data/ # Shared data files
│ └── sampleRaceResults/ # Sample race results XML files
├── docs/ # Documentation and class website
├── students/ # Student work directories
│ ├── lastname_firstname/ # Your personal directory
│ ├── README.md # Environment setup instructions
│ ├── test_env.py # Environment test script
│ └── example_xml_to_xarray.py # Example script
└── requirements.txt # Python package requirements
See docs/README.md for details on the current mission.
See The Site At: https://flyaflya.github.io/fsan830spring2025/