wip
This commit is contained in:
parent
ce979605d1
commit
5aeda5991b
32983
get-pip.py
Normal file
32983
get-pip.py
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -3,7 +3,7 @@ certifi==2023.7.22
|
|||
charset-normalizer==3.3.0
|
||||
click==8.1.7
|
||||
dataclasses-json==0.6.1
|
||||
GDAL==3.7.2
|
||||
GDAL==3.4.1
|
||||
idna==3.4
|
||||
marshmallow==3.20.1
|
||||
mypy-extensions==1.0.0
|
||||
|
|
@ -24,5 +24,5 @@ tomli_w==1.0.0
|
|||
tqdm==4.66.1
|
||||
typing-inspect==0.9.0
|
||||
typing_extensions==4.8.0
|
||||
urllib3==2.0.6
|
||||
urllib3==2.0.7
|
||||
utm==0.7.0
|
||||
|
|
|
|||
28
python_app/requirements_old.txt
Normal file
28
python_app/requirements_old.txt
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
aenum==3.1.15
|
||||
certifi==2023.7.22
|
||||
charset-normalizer==3.3.0
|
||||
click==8.1.7
|
||||
dataclasses-json==0.6.1
|
||||
GDAL==3.7.2
|
||||
idna==3.4
|
||||
marshmallow==3.20.1
|
||||
mypy-extensions==1.0.0
|
||||
numpy==1.26.1
|
||||
oauthlib==3.2.2
|
||||
packaging==23.2
|
||||
Pillow==10.1.0
|
||||
pyproj==3.6.1
|
||||
python-dateutil==2.8.2
|
||||
requests==2.31.0
|
||||
requests-oauthlib==1.3.1
|
||||
sentinelhub==3.9.1
|
||||
shapely==2.0.2
|
||||
six==1.16.0
|
||||
tifffile==2023.9.26
|
||||
tomli==2.0.1
|
||||
tomli_w==1.0.0
|
||||
tqdm==4.66.1
|
||||
typing-inspect==0.9.0
|
||||
typing_extensions==4.8.0
|
||||
urllib3==2.0.6
|
||||
utm==0.7.0
|
||||
|
|
@ -29,7 +29,7 @@ VENV_DIR="./python_app/myenv"
|
|||
# Controleer of de virtuele omgeving al bestaat
|
||||
if [ ! -d "$VENV_DIR" ]; then
|
||||
echo "Virtuele omgeving bestaat niet. Aan het aanmaken..."
|
||||
python3 -m venv "$VENV_DIR"
|
||||
python3.9 -m venv "$VENV_DIR"
|
||||
else
|
||||
echo "Virtuele omgeving bestaat al."
|
||||
fi
|
||||
|
|
@ -57,7 +57,7 @@ cp "Current - Pivots planting date and harevsting data.xlsx" "laravel_app/storag
|
|||
cp "pivot_20210625.geojson" "laravel_app/storage/app/Data"
|
||||
cd r_app
|
||||
Rscript 1_harvest_data_EcoFarm_v2.R
|
||||
Rscript 2_CI_data_prep.Ra
|
||||
Rscript 2_CI_data_prep.R
|
||||
#
|
||||
## Runnen van Rmd bestand
|
||||
# -e betekent "evalueren" en -i specificeert de input file
|
||||
|
|
|
|||
Loading…
Reference in a new issue