mirror of
https://github.com/JHUAPL/SIMoN.git
synced 2026-01-09 14:57:56 -05:00
reminder to install requirements
Former-commit-id: 93b4de5f5399ed8ee680822867f083c6381725a1
This commit is contained in:
@@ -69,8 +69,9 @@ For example,
|
||||
./export.sh gfdl_cm3 2035
|
||||
```
|
||||
|
||||
Once you've retrieved a document and saved it as a JSON file, plot the data on a choropleth map using the Python script in the `viz` directory.
|
||||
Once you've retrieved a document and saved it as a JSON file, plot the data on a choropleth map using the Python script in the `viz` directory. (Just make sure to install requirements first.)
|
||||
```
|
||||
pip install -r requirements.txt
|
||||
python plot.py <your_mongo_doc>.json
|
||||
```
|
||||
For example,
|
||||
|
||||
Reference in New Issue
Block a user