# 3.2 Execute the code
1. Go to the folder you store the code and type in CMD.

2. Activate your environment and run the code
- use `conda info -e` to check the path of your environment
- use `conda activate venv` to activate your virtual environment. Note that users should change venv to the environment for lidar_feature_extraction
- run the code with:
```python=
python plot_level_lidar_feature_extraction_GRYFN.py --Config config.txt
```

3. A preview of rows will pop up. Check whether the preview looks reasonable. Then close the figure

4. If it looks reasonable, type in `y` in the command window to continue, or type in `n` to stop the code.
## Use geocoordinate
If you have geojson file, you don't need to prepare ort and man_adjust.txt file. What you need to do is to revise the config.txt
**Set geocoordinate to True**