This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find ./ -name 'G0*' -type f -exec cp -t /media/sf_Z_DRIVE/fpcc-trails/trails-2021/ --force --backup=t '{}' + |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import geopandas as gpd | |
import psycopg2 | |
# import psycopg2.extras | |
# If you want to use yaml create a config file | |
import yaml | |
# yaml config file load | |
config = yaml.safe_load(open("config.yaml")) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://help.ubuntu.com/community/CompilingEasyHowTo | |
sudo checkinstall << which puts the program in the package manager for clean, easy removal later. This replaces the old sudo make install command. | |
# gdal | |
# las-perf | |
git clone https://github.com/hobu/laz-perf.git \ | |
cd laz-perf \ | |
mkdir build \ | |
cd build \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install pyenv | |
curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash | |
# other install directions https://github.com/pyenv/pyenv | |
# Install dependencies | |
sudo apt-get install -y git make gcc build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev |
OlderNewer