Skip to content

watcharap0n/performance-measurement-gdal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Perfomance Measurement GDAL

Convert TIF to MBTILES & VECTOR

You can follow installation below here.

Installation dependencies (Ubuntu)

$ sudo apt-get update
$ sudo apt install -y python3-pip
$ sudo apt-get install -y build-essential gdal-bin libgdal-dev
 

Set the GDAL configuration

$ export CPLUS_INCLUDE_PATH=/usr/include/gdal
$ export C_INCLUDE_PATH=/usr/include/gdal

Installation package (Python)

$ pip install -r requirements.txt

# another way 
$ pip install GDAL
$ pip install jupyterlab

Run jupyter lab on (Ubuntu)

$ jupyter lab --ip 0.0.0.0

you can access url your (public ip):8888?lab={token}

Code python on jupyter

from osgeo import gdal

gdal.__version__

About

test performance convert vector & mbtiles with GDAL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published