-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcommands.txt
46 lines (24 loc) · 994 Bytes
/
commands.txt
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
cd D:\OneDrive_PSU\OneDrive - The Pennsylvania State University\Research_doc\LLM-Cat
D:
conda activate llm_geo
jupyter lab
cd E:\OneDrive_PSU\OneDrive - The Pennsylvania State University\Research_doc\LLM-Find\Python_code
E:
conda activate ox
jupyter lab
conda activate ox
cd D:\OneDrive_PSU\OneDrive - The Pennsylvania State University\Research_doc\LLM-Find\Python_code
D:
conda activate llm_geo
jupyter lab
conda install osmnx -c conda-forge --strict-channel-priority
conda install geopandas -c conda-forge --strict-channel-priority
conda config --prepend channels conda-forge
conda create -n llm_geo --strict-channel-priority geopandas jupyterlab
conda create -n ox --strict-channel-priority geopandas jupyterlab
git clone https://github.com/gladcolor/LLM-Cat.git
git clone --bare https://github.com/gladcolor/LLM-Geo.git
git push --mirror https://github.com/gladcolor/LLM-Cat.git
issue:
1. add a scale bar is very difficult.
2. map projection is hard to understand.