Skip to content

Python library to resample a raster grid to match that of another.

Notifications You must be signed in to change notification settings

ecpease/resampleraster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

resampleraster

Simple functions for resampling a raster grid size.

Give resampleraster an input file (the one whose grid size you wish to change), a reference file (the raster with a desired output grid size), and an output file (with output location and raster name).

Installation

resampleraster supports Python 3 but feel free to try it in python 2 if you don't want to let the past go

    $ git clone https://github.com/ecpease/resampleraster.git
    $ cd resampleraster
    $ python setup.py install

Requirements

resampleraster in its current state reqiures at a minimum

osgeo

and GDAL

About

Python library to resample a raster grid to match that of another.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published