IN-CORE / incore-usrse24-submission

This repository contains the submission materials for the US-RSE’24 conference from the IN-CORE framework. It demonstrates the application of IN-CORE (Interdependent Networked Community Resilience Modeling Environment) for assessing community resilience, focusing on the Joplin, Missouri Tornado damage case study.
Mozilla Public License 2.0
0 stars 0 forks source link

Double check environment.yml and requirements.txt #6

Closed longshuicy closed 5 months ago

longshuicy commented 5 months ago

I free handed so I'm actually not sure if they look corrrect.

navarroc commented 5 months ago

Environment.yml file looks fine. Installed it using:

conda env create --name pyincore-usrse --file=environment.yml --solver=libmamba

Installed juypter and ran the notebook without issue.

navarroc commented 5 months ago

requirements.txt looks fine too. I was able to setup a clean environment and pip install the requirements.txt. I installed gdal and jupyter separately and then ran the notebook without issue.

longshuicy commented 5 months ago

Environment.yml file looks fine. Installed it using:

conda env create --name pyincore-usrse --file=environment.yml --solver=libmamba

Installed juypter and ran the notebook without issue.

Perfect. Maybe I can also include this command in the instruction. Thanks!