Transform CSV to polyline shapefile [on hold]How do I calculate the coordinates of the median point of a polyline?Split a line from point but with a certain distanceHow to retrieve start and end points for each line in line shapefile?Generating graph edge list from polyline and point shapefiles?Creating 3D polyline in ArcGIS for Desktop?Find crossing point of polyline layerDivide polyline in equal partsConverting polyline to raster with varying cell value along shapes?Transfer multiple point to polyline based on spatial locationTwo polylines to one singlepart polyline when endpoint share 3 vertices
Does detail obscure or enhance action?
Is it legal for company to use my work email to pretend I still work there?
Can a vampire attack twice with their claws using Multiattack?
Did Shadowfax go to Valinor?
How does one intimidate enemies without having the capacity for violence?
Can a Cauchy sequence converge for one metric while not converging for another?
Paid for article while in US on F-1 visa?
Intersection point of 2 lines defined by 2 points each
I'm flying to France today and my passport expires in less than 2 months
How do I deal with an unproductive colleague in a small company?
Malcev's paper "On a class of homogeneous spaces" in English
Could an aircraft fly or hover using only jets of compressed air?
What defenses are there against being summoned by the Gate spell?
Codimension of non-flat locus
What does the "remote control" for a QF-4 look like?
What's the output of a record needle playing an out-of-speed record
What are these boxed doors outside store fronts in New York?
How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?
Watching something be written to a file live with tail
LWC SFDX source push error TypeError: LWC1009: decl.moveTo is not a function
What does "Puller Prush Person" mean?
tikz convert color string to hex value
Do infinite dimensional systems make sense?
Why can't we play rap on piano?
Transform CSV to polyline shapefile [on hold]
How do I calculate the coordinates of the median point of a polyline?Split a line from point but with a certain distanceHow to retrieve start and end points for each line in line shapefile?Generating graph edge list from polyline and point shapefiles?Creating 3D polyline in ArcGIS for Desktop?Find crossing point of polyline layerDivide polyline in equal partsConverting polyline to raster with varying cell value along shapes?Transfer multiple point to polyline based on spatial locationTwo polylines to one singlepart polyline when endpoint share 3 vertices
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have some data with the start/end point and polyline in a .csv file. I want to build polylines from this data. Can I do it?
arcgis-desktop
New contributor
put on hold as too broad by Vince, Kadir Şahbaz, Hornbydd, wetland, whyzar 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I have some data with the start/end point and polyline in a .csv file. I want to build polylines from this data. Can I do it?
arcgis-desktop
New contributor
put on hold as too broad by Vince, Kadir Şahbaz, Hornbydd, wetland, whyzar 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I have some data with the start/end point and polyline in a .csv file. I want to build polylines from this data. Can I do it?
arcgis-desktop
New contributor
I have some data with the start/end point and polyline in a .csv file. I want to build polylines from this data. Can I do it?
arcgis-desktop
arcgis-desktop
New contributor
New contributor
edited Apr 2 at 13:48
Vince
14.8k32849
14.8k32849
New contributor
asked Apr 2 at 13:40
GeorgeGeorge
1
1
New contributor
New contributor
put on hold as too broad by Vince, Kadir Şahbaz, Hornbydd, wetland, whyzar 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as too broad by Vince, Kadir Şahbaz, Hornbydd, wetland, whyzar 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I guess you want to convert your csv file with coordinates to point feature and you want to create polylines from this. If that is the case then you could use Points To Line
https://pro.arcgis.com/en/pro-app/tool-reference/data-management/points-to-line.htm
add a comment |
You can use geoprocessing tool for it.
XY To Line
Here is the link given for it. Create connection lines between two points
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I guess you want to convert your csv file with coordinates to point feature and you want to create polylines from this. If that is the case then you could use Points To Line
https://pro.arcgis.com/en/pro-app/tool-reference/data-management/points-to-line.htm
add a comment |
I guess you want to convert your csv file with coordinates to point feature and you want to create polylines from this. If that is the case then you could use Points To Line
https://pro.arcgis.com/en/pro-app/tool-reference/data-management/points-to-line.htm
add a comment |
I guess you want to convert your csv file with coordinates to point feature and you want to create polylines from this. If that is the case then you could use Points To Line
https://pro.arcgis.com/en/pro-app/tool-reference/data-management/points-to-line.htm
I guess you want to convert your csv file with coordinates to point feature and you want to create polylines from this. If that is the case then you could use Points To Line
https://pro.arcgis.com/en/pro-app/tool-reference/data-management/points-to-line.htm
answered Apr 2 at 15:02
vadavada
562
562
add a comment |
add a comment |
You can use geoprocessing tool for it.
XY To Line
Here is the link given for it. Create connection lines between two points
add a comment |
You can use geoprocessing tool for it.
XY To Line
Here is the link given for it. Create connection lines between two points
add a comment |
You can use geoprocessing tool for it.
XY To Line
Here is the link given for it. Create connection lines between two points
You can use geoprocessing tool for it.
XY To Line
Here is the link given for it. Create connection lines between two points
answered Apr 3 at 5:27
Bhaskar SinghBhaskar Singh
466
466
add a comment |
add a comment |