아프리카 바다에 하나 있음
기기오류

pano 연결 by source path
DB 연결 geoserver uplaod
1. Fiona Install Error
- command
pip install -r requirements.txt
- message
ERROR: Command errored out with exit status 1: command: 'C:\ProgramData\Anaconda3\envs\geo\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Seonglae\\AppData\\Local\\Temp\\pip-install-x240_gbv\\fiona\\setup.py'"'"'; __file__='"'"'C:\\Users\\Seonglae\\AppData\\Local\\Temp\\pip-install-x240_gbv\\fiona\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Seonglae\AppData\Local\Temp\pip-install-x240_gbv\fiona\pip-egg-info' cwd: C:\Users\Seonglae\AppData\Local\Temp\pip-install-x240_gbv\fiona\ Complete output (1 lines): A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable. ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
- solution
pip install piona
2. Piona Install Error
- message
FileNotFoundError: Could not find module 'C:\ProgramData\Anaconda3\envs\geo\Library\bin\geos_c.dll'
- solution reference
conda install shapely
3. geopandas install error
- message
2. pip3 install mysqlclient ERR OSError: mysql_config not found sudo apt install libmysqlclient-dev pip3 install mysqlclient error "'x86_64-linux-gnu-gcc': No such file or directory" sudo apt-get install build-essential !this is the one works fine. 3. Fiona Install Error command pip install -r requirements.txt message ERROR: Command errored out with exit status 1: command: 'C:\ProgramData\Anaconda3\envs\geo\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Seonglae\\AppData\\Local\\Temp\\pip-install-x240_gbv\\fiona\\setup.py'"'"'; __file__='"'"'C:\\Users\\Seonglae\\AppData\\Local\\Temp\\pip-install-x240_gbv\\fiona\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Seonglae\AppData\Local\Temp\pip-install-x240_gbv\fiona\pip-egg-info' cwd: C:\Users\Seonglae\AppData\Local\Temp\pip-install-x240_gbv\fiona\ Complete output (1 lines): A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable. ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. solution pip install piona 4. Piona Install Error message FileNotFoundError: Could not find module 'C:\ProgramData\Anaconda3\envs\geo\Library\bin\geos_c.dll' solution reference conda install shapely
- solution
어쨋던 설치완료 import test 완료
- test 뒤에도
pip install mysqlclient conda install psycopg2

pvr 테이블로 이름 안한듯 전부 변수처리해야겠어..

Seonglae Cho