开发者

move vectors to specified coordinate

开发者 https://www.devze.com 2023-03-27 06:11 出处:网络
I have 开发者_Python百科a layer of vectors located around, say, (100, 100), and I want to move them to new coordinate like (1000, 1000). How should I do it? Preferably using QGISIf using QGIS

I have 开发者_Python百科a layer of vectors located around, say, (100, 100), and I want to move them to new coordinate like (1000, 1000). How should I do it? Preferably using QGIS


If using QGIS

  • Get the qgsAffine plugin through the Plugin Installer.
    • make sure the QGIS Contributed Repository http://pyqgis.org/repo/contributed is connected.
  • Select the features on the layer you want to edit and make the layer editable
  • strat the plugin: Plugins > Geoprocessing > Affine
  • Select the layer in the drop-down box and enter your desired translations in the unit of the currently used CRS
0

精彩评论

暂无评论...
验证码 换一张
取 消