Skip to content

mqAncientHistory/epigraphy-maps-from-scraper

Repository files navigation

epigraphy-maps-from-scraper

** MAKE SURE TO RUN THIS IN A VIRUTAL ENVIRONMENT**

Deploy direnv and pyenv.

$ pip install --upgrade pip wheel
$ wget http://mirrors.kernel.org/ubuntu/pool/universe/p/proj/proj-data_7.2.0-1_all.deb http://mirrors.kernel.org/ubuntu/pool/universe/p/proj/libproj19_7.2.0-1_amd64.deb http://mirrors.kernel.org/ubuntu/pool/universe/p/proj/proj-bin_7.2.0-1_amd64.deb
$ sudo apt install $HOME/Downloads/*proj*.deb
$ sudo apt install libgeos-dev libproj-dev libgdal-dev
$ sudo apt build-dep python-geopandas scipy
$ pip install --force-reinstall --ignore-installed --no-binary shapely pygeos -r requirements.txt 
 

to make sure all system gdal, etc libraries are up to date.

Rebuilding all is unfortunately necessary because of system projection funtimes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published