Skip to content

Demonstrating reprojecting a geometry to another spatial reference system

Notifications You must be signed in to change notification settings

salah93/reprojections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Reprojections with GDAL

Shapefiles show geometries according to Spatial Reference Systems (SRS) To compare shapefiles one would need to be using the same SRS

System Requires:

  • python3
  • gdal

Python Requires:

  • gdal
  • shapely
  • jupyter

Installing GDAL

sudo dnf install -y gdal-devel.x86_64 gcc-c++
cd /tmp
pip download  GDAL==$(gdal-config --version | awk -F'[.]' '{print $1"."$2}')
tar -xvzf GDAL-<version>.tar.gz
cd GDAL-<version>
python setup.py build_ext --include-dirs=/usr/include/gdal/
python setup.py install

link to notebook

https://crosscompute.com/n/rnwHfyF4mFI8pcASObG7e87N4SgL2XVu

About

Demonstrating reprojecting a geometry to another spatial reference system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published