Mass Updating to Move Points to New Location using ArcPy? [duplicate] The Next CEO of Stack OverflowMoving / offsetting point locations using ArcPy or ModelBuilder?Grouping points by location in ArcGIS Desktop?Georeferencing shapefile using ArcGIS for Desktop?Select by location based on selected features with ArcPy?Offsetting Points by locationExporting XY data to .shp and I lose my pointsarcpy move attributes from one column to another on a joined layerSelecting points within polygon and updating attributes using ArcPy?Using SelectLayerByAttribute and Where Clause in ArcPy?Select By Location then Append if points selected ModelBuilderSelect point(s) from given coordinate and move to new coordinate using arcpy
What can we do to stop prior company from asking us questions?
Opposite of a diet
Whats the best way to handle refactoring a big file?
Rotate a column
Only print output after finding pattern
Fastest way to shutdown Ubuntu Mate 18.10
How to make a software documentation "officially" citable?
Inappropriate reference requests from Journal reviewers
Why does standard notation not preserve intervals (visually)
How long to clear the 'suck zone' of a turbofan after start is initiated?
Unreliable Magic - Is it worth it?
What is the purpose of the Potent Cantrip ability?
Visit to the USA with ESTA approved before trip to Iran
How do I get the green key off the shelf in the Dobby level of Lego Harry Potter 2?
How would telepathy be more difficult than verbal communication?
Why use "finir par" instead of "finir de" before an infinitive?
Why didn't Theresa May consult with Parliament before negotiating a deal with the EU?
How to Reset Passwords on Multiple Websites Easily?
Is HostGator storing my password in plaintext?
Can a single photon have an energy density?
Are there languages with no euphemisms?
Why doesn't a table tennis ball float on the surface? How do we calculate buoyancy here?
What is the point of a new vote on May's deal when the indicative votes suggest she will not win?
India just shot down a satellite from the ground. At what altitude range is the resulting debris field?
Mass Updating to Move Points to New Location using ArcPy? [duplicate]
The Next CEO of Stack OverflowMoving / offsetting point locations using ArcPy or ModelBuilder?Grouping points by location in ArcGIS Desktop?Georeferencing shapefile using ArcGIS for Desktop?Select by location based on selected features with ArcPy?Offsetting Points by locationExporting XY data to .shp and I lose my pointsarcpy move attributes from one column to another on a joined layerSelecting points within polygon and updating attributes using ArcPy?Using SelectLayerByAttribute and Where Clause in ArcPy?Select By Location then Append if points selected ModelBuilderSelect point(s) from given coordinate and move to new coordinate using arcpy
This question already has an answer here:
Moving / offsetting point locations using ArcPy or ModelBuilder?
6 answers
I have updated x,y for about 50,000 points.
How can I move the points to their new location at once (not one by one)?
I know there is a way of creating a new .shp from updated x,y but that won't work since the points are services and part of energized electrical system. I just need to move them to their new location.
arcpy shapefile arcgis-10.1
New contributor
user139471 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
marked as duplicate by PolyGeo♦ yesterday
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
Moving / offsetting point locations using ArcPy or ModelBuilder?
6 answers
I have updated x,y for about 50,000 points.
How can I move the points to their new location at once (not one by one)?
I know there is a way of creating a new .shp from updated x,y but that won't work since the points are services and part of energized electrical system. I just need to move them to their new location.
arcpy shapefile arcgis-10.1
New contributor
user139471 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
marked as duplicate by PolyGeo♦ yesterday
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
do you have access to geopandas?
– Paul H
yesterday
what format is the data stored in in the first place? how are you updating them? sounds like you could achieve this quickly with geopandas and python but need some more details
– saph_top
yesterday
add a comment |
This question already has an answer here:
Moving / offsetting point locations using ArcPy or ModelBuilder?
6 answers
I have updated x,y for about 50,000 points.
How can I move the points to their new location at once (not one by one)?
I know there is a way of creating a new .shp from updated x,y but that won't work since the points are services and part of energized electrical system. I just need to move them to their new location.
arcpy shapefile arcgis-10.1
New contributor
user139471 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This question already has an answer here:
Moving / offsetting point locations using ArcPy or ModelBuilder?
6 answers
I have updated x,y for about 50,000 points.
How can I move the points to their new location at once (not one by one)?
I know there is a way of creating a new .shp from updated x,y but that won't work since the points are services and part of energized electrical system. I just need to move them to their new location.
This question already has an answer here:
Moving / offsetting point locations using ArcPy or ModelBuilder?
6 answers
arcpy shapefile arcgis-10.1
arcpy shapefile arcgis-10.1
New contributor
user139471 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user139471 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited yesterday
PolyGeo♦
53.8k1781245
53.8k1781245
New contributor
user139471 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked yesterday
user139471user139471
11
11
New contributor
user139471 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user139471 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
user139471 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
marked as duplicate by PolyGeo♦ yesterday
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by PolyGeo♦ yesterday
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
do you have access to geopandas?
– Paul H
yesterday
what format is the data stored in in the first place? how are you updating them? sounds like you could achieve this quickly with geopandas and python but need some more details
– saph_top
yesterday
add a comment |
1
do you have access to geopandas?
– Paul H
yesterday
what format is the data stored in in the first place? how are you updating them? sounds like you could achieve this quickly with geopandas and python but need some more details
– saph_top
yesterday
1
1
do you have access to geopandas?
– Paul H
yesterday
do you have access to geopandas?
– Paul H
yesterday
what format is the data stored in in the first place? how are you updating them? sounds like you could achieve this quickly with geopandas and python but need some more details
– saph_top
yesterday
what format is the data stored in in the first place? how are you updating them? sounds like you could achieve this quickly with geopandas and python but need some more details
– saph_top
yesterday
add a comment |
1 Answer
1
active
oldest
votes
If you have python + shapely + geopandas on your system, and the new X-Y values are stored in columns of the attribute table, it'd be as quick as:
from shapely.geometry import Point
import geopandas
# adjust the values as necessary
xcol = 'new_x'
ycol = 'new_y'
(
geopandas.read_file('path/to/file.shp')
.assign(geometry=lambda df: df.apply(
lambda row: Point(row[xcol], row[ycol]),
axis=1
)
.to_file('path/to/shifted.shp')
)
I don't have geopandas :(
– user139471
yesterday
@user139471 if you have conda installed or can install conda, geopandas is pretty easy to get these days. In either case, I'll leave this answer up for future readers who have similar problems
– Paul H
23 hours ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you have python + shapely + geopandas on your system, and the new X-Y values are stored in columns of the attribute table, it'd be as quick as:
from shapely.geometry import Point
import geopandas
# adjust the values as necessary
xcol = 'new_x'
ycol = 'new_y'
(
geopandas.read_file('path/to/file.shp')
.assign(geometry=lambda df: df.apply(
lambda row: Point(row[xcol], row[ycol]),
axis=1
)
.to_file('path/to/shifted.shp')
)
I don't have geopandas :(
– user139471
yesterday
@user139471 if you have conda installed or can install conda, geopandas is pretty easy to get these days. In either case, I'll leave this answer up for future readers who have similar problems
– Paul H
23 hours ago
add a comment |
If you have python + shapely + geopandas on your system, and the new X-Y values are stored in columns of the attribute table, it'd be as quick as:
from shapely.geometry import Point
import geopandas
# adjust the values as necessary
xcol = 'new_x'
ycol = 'new_y'
(
geopandas.read_file('path/to/file.shp')
.assign(geometry=lambda df: df.apply(
lambda row: Point(row[xcol], row[ycol]),
axis=1
)
.to_file('path/to/shifted.shp')
)
I don't have geopandas :(
– user139471
yesterday
@user139471 if you have conda installed or can install conda, geopandas is pretty easy to get these days. In either case, I'll leave this answer up for future readers who have similar problems
– Paul H
23 hours ago
add a comment |
If you have python + shapely + geopandas on your system, and the new X-Y values are stored in columns of the attribute table, it'd be as quick as:
from shapely.geometry import Point
import geopandas
# adjust the values as necessary
xcol = 'new_x'
ycol = 'new_y'
(
geopandas.read_file('path/to/file.shp')
.assign(geometry=lambda df: df.apply(
lambda row: Point(row[xcol], row[ycol]),
axis=1
)
.to_file('path/to/shifted.shp')
)
If you have python + shapely + geopandas on your system, and the new X-Y values are stored in columns of the attribute table, it'd be as quick as:
from shapely.geometry import Point
import geopandas
# adjust the values as necessary
xcol = 'new_x'
ycol = 'new_y'
(
geopandas.read_file('path/to/file.shp')
.assign(geometry=lambda df: df.apply(
lambda row: Point(row[xcol], row[ycol]),
axis=1
)
.to_file('path/to/shifted.shp')
)
answered yesterday
Paul HPaul H
382211
382211
I don't have geopandas :(
– user139471
yesterday
@user139471 if you have conda installed or can install conda, geopandas is pretty easy to get these days. In either case, I'll leave this answer up for future readers who have similar problems
– Paul H
23 hours ago
add a comment |
I don't have geopandas :(
– user139471
yesterday
@user139471 if you have conda installed or can install conda, geopandas is pretty easy to get these days. In either case, I'll leave this answer up for future readers who have similar problems
– Paul H
23 hours ago
I don't have geopandas :(
– user139471
yesterday
I don't have geopandas :(
– user139471
yesterday
@user139471 if you have conda installed or can install conda, geopandas is pretty easy to get these days. In either case, I'll leave this answer up for future readers who have similar problems
– Paul H
23 hours ago
@user139471 if you have conda installed or can install conda, geopandas is pretty easy to get these days. In either case, I'll leave this answer up for future readers who have similar problems
– Paul H
23 hours ago
add a comment |
1
do you have access to geopandas?
– Paul H
yesterday
what format is the data stored in in the first place? how are you updating them? sounds like you could achieve this quickly with geopandas and python but need some more details
– saph_top
yesterday