-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwindoz.bat
More file actions
30 lines (29 loc) · 1.01 KB
/
windoz.bat
File metadata and controls
30 lines (29 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@echo off
echo.
echo Notes about how to run grid plotter on Windoze 10/11
echo.
echo pip install -re requirements
echo.
echo This is the first code that references my libs so we need add PYTHONPATH to envrionment
echo - Open Setting & search for environment --> set environment vars for you account
echo - New --> PYTHONPATH ... C:\Users\Joea\Python\libs
echo - Resetart command prompt for this to take effect
echo.
echo Also need a copy of AA2IL/states.xls
echo.
echo --------------------------------------------------------------------------------------------------
echo.
echo This is the new version which uses cartopy. Works on both linux and windoz.
echo.
echo grids.py
echo.
echo This does work on linux:
echo pyinstaller --onefile grids.py
echo.
echo --------------------------------------------------------------------------------------------------
echo.
echo Deprecated - uses old basemap code - still works on windoz 10:
echo.
echo grids1.py
echo grids1.py -sat
echo.