Skip to content

MarjanAsgari/extract_roads_grass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Extract Roads using GRASS GIS

Installation

Install GRASS GIS using OSGeo4W installer. You can use https://download.osgeo.org/osgeo4w/osgeo4w-setup-x86_64-v1.exe

In the OSGeo4W installer pop-up, you’ll be given a choice to choose the installation mode. Choose the "Express Desktop Install" option, and check 1- GRASS and 2-GDAL and continue.

Note: We do not need any conda or pip env.

Execution

When the installation is finished, search for "OSGEO4W Shell" on your computer. Now the python script should be run in this shell to have access to both gdal and grass.

python extract_roads.py -i <input> -o <output>
  • -i, --input_csv: The path to csv file that has one column in which we have all the skeletons that we want to run the extract tool on.
  • -o, --work_dir: Working Directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages