2020-11-13 00:19:20 -03:00
|
|
|
|
|
|
|
|
# Panel Enumeration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Install requirements
|
|
|
|
|
|
|
|
|
|
In the root project execute the following command to install all dependencies project
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
pip install -r requirements.txt
|
2020-11-13 01:17:30 -03:00
|
|
|
```
|
2020-11-13 00:19:20 -03:00
|
|
|
|
|
|
|
|
## Example
|
|
|
|
|
|
|
|
|
|
View example
|
|
|
|
|
|
|
|
|
|
|
2020-11-13 01:18:26 -03:00
|
|
|
[Enumeration_KML.ipynb](Enumeration_KML.ipynb)
|
|
|
|
|
|