Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

vector to image conflation tool

NotificationsYou must be signed in to change notification settings

maptopixel/pixelshift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Overview

Automatically align polygons with gridded (raster) data such as images and surface models.

Detail

pixelshift is a command-line interface (CLI) tool for automatic conflation of a polygon Shapefile with grid data such as images and surface models. The conflation aligns a 2D geometry using Stochastic Gradient Descent (SGD) optimisation.

pixelshift inputGrid polygonsShapefile maxIterations displacementMagnitude numCores

The parameters are (order matters):

inputGrid = a geotiff.polygonsShapeFile = Shapefile of polygons in partial alignment with the inputGrid.  maxIterations = number of iterations for SGD.displacementMagnitude = bound for random distribution used in SGD.numCores = number of cores used for the parallelisation of the optimisation.outputFilePath = path and name of output file (.shp) of adjusted features.

Example usage

pixelshift dsmSlopeFile.tif buildingPolygons.shp 100 2 4

About

vector to image conflation tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp