Last active
May 18, 2023 14:18
-
-
Save marcfreir/fd4bea2921a2c77e3ad68266fbaf2799 to your computer and use it in GitHub Desktop.
Just change the las.py
and how_to_make_synthetic.ipynb
files in the 1406_Make_a_synthetic
folder.
To run with Google Colab just mout the drive:
Something like:
from google.colab import drive
drive.mount('/content/gdrive')
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Changes to
las.py
andhow_to_make_synthetic.ipynb
files, to meet Python 3+ requirements.