echo-air-model / echo-air

A repository of scripts used for converting emissions to concentrations and health impacts using the InMAP Source-Receptor Matrix
MIT License
2 stars 0 forks source link

Add north arrows and scale bars to map figures #42

Closed amyryao closed 2 months ago

amyryao commented 3 months ago

I've added the text from test.txt after running pip list >test.txt in the issue and updated the requirements.txt! I'll also update the documentation

lkoolik commented 3 months ago

Hi Amy,

This looks great! No notes on your current edits.

I tested the code with different configurations of the run options and realized we need to make the same edit in the visualize_pwm_conc function in environmental_justice_calcs.py. Can you please make that edit, too? Then I can take a look and we can merge!

amyryao commented 3 months ago

I've added the same code to the visualize_pwm_conc function! I understand that this function is called when the user inputs an output resolution larger than the ISRM grid- what would an example of that be?

lkoolik commented 3 months ago

I've added the same code to the visualize_pwm_conc function! I understand that this function is called when the user inputs an output resolution larger than the ISRM grid- what would an example of that be?

Try running a test where the control file has the following option:

lkoolik commented 3 months ago

I got the following error when I tried to run this myself. I think you need to edit line 216 of run_echo_air.py

Screenshot 2024-06-06 at 12 12 30 PM