Skip to content

mapgears/RasterClipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

RasterClipper

Scripts that clip raster data based on a shapefile.

Prerequisites

What things you need to run this script and how to install them

How to use the script

  • use: >> python script.py -i ./input -o ./output shapefile.shp
  • -h, --help show this help message and exit
  • -i INPUT_FOLDER The path of directory that contains the raster files.
  • -o OUTPUT_PATH The path of directory where to save the geojson files.
  • -n, --no_run Do not execute command but save the geojson files.
  • -s, --simulate Do not execute command and dont write anything on disk.
  • shapefile The shape file with a field "image_no" in it.
  • use: >>python script.py -i ./input -o ./output -n -s shapefile.shp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages