This notebook contains a model calculation process that consumes laz files. You can download examples of las files in here.
- An AWS Account
- Lithops 3.1.0
- Python 3.10
- conda installed
To execute this notebook you need:
-
Clone the repository of cloudbutton_geospatial.
-
The conda environment required is described in described in here.
-
Setup Lithops to work with AWS Lambda.
-
Deploy the AWS Lambda Lithops runtime prepared for this workflow following this instructions using the Docker file
'aws_lambda.Dockerfile'
in the runtime directory:$ lithops runtime build -f Dockerfile cloudbutton-model-calculation:01
$ lithops runtime deploy cloudbutton-model-calculation:01 --memory 4096
-
Follow the instructions in the notebook to execute the code.
-
You can download other laz files to create different models. You just need to put them in the
input-las-tiles
directory. In this repository we give an example file.