Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #17

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Smart-Field [![Python application](https://github.com/JonanOribe/Smart-Field/actions/workflows/python-app.yml/badge.svg?branch=main)](https://github.com/JonanOribe/Smart-Field/actions/workflows/python-app.yml)[![Docker](https://github.com/JonanOribe/Smart-Field/actions/workflows/docker-publish.yml/badge.svg?branch=main)](https://github.com/JonanOribe/Smart-Field/actions/workflows/docker-publish.yml)[![DOI](https://zenodo.org/badge/340150859.svg)](https://zenodo.org/badge/latestdoi/340150859)

<h3>:construction: Entorno de trabajo: :warning:ATENCIÓN: comandos válidos en Windows 10. Es posible que otros sistemas operativos necesiten usar otras formas de instalación:warning:</h3>
<li>Instalamos <b>Python 3.8.8</b></li>
<li>Creamos con: <b>python3 -m venv Smart-Field-env</b> (viene creado en el repositorio)</li>
<li>Activamos en WINDOWS con: <b>Smart-Field-env\Scripts\activate</b></li>
<li>Activamos en Mac con: <b>source Smart-Field-env/bin/activate</b></li>
<li>Instalamos <b>Python 3.10.12</b></li>
<li>Creamos con: <b>py -m venv env</b> #Ya viene creado desde el repositorio!!</li>
<li>Activamos con: <b>env\Scripts\activate</b></li>
<h3>:books: Dependencias</h3>
<li>Instalamos librerías con: <b>pip3 install -r requirements.txt</b></li>
<h3>:mag_right: Testing</h3>
Expand Down
Binary file modified data/20codmun09.xls
Binary file not shown.
3,588 changes: 1,794 additions & 1,794 deletions informe_datos.html

Large diffs are not rendered by default.

Binary file modified model/model_SOILT.joblib
Binary file not shown.
Binary file modified requirements.txt
Binary file not shown.
Loading
Loading