Clipping shapefiles using point grid references Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How to alter transparency by spatial locationClipping from given point using ModelBuilder?Properly clipping shapefiles in QGISHow to clip a lines vector layer to a polygon layer in QGIS?Why do I get an error when I try and clip a shapefile to a shapefile using ogr2ogr?Gdal: clipping a raster with another rasterUsing each feature of vector layer as clip mask over separate point layer, storing results in either a Python list or in-memory scratch layerErdas mosaic producing lots of black space?Clipping multiparted shapefiles to multiparted shapefiles?Arcpy Dissolve creating grid that is not produced when run manually via ArcMap
Does silver oxide react with hydrogen sulfide?
Mounting TV on a weird wall that has some material between the drywall and stud
The test team as an enemy of development? And how can this be avoided?
What does Turing mean by this statement?
Why is std::move not [[nodiscard]] in C++20?
Why not send Voyager 3 and 4 following up the paths taken by Voyager 1 and 2 to re-transmit signals of later as they fly away from Earth?
Delete free apps from library
Asymptotics question
Google .dev domain strangely redirects to https
A proverb that is used to imply that you have unexpectedly faced a big problem
Sally's older brother
Monty Hall Problem-Probability Paradox
Printing attributes of selection in ArcPy?
Nose gear failure in single prop aircraft: belly landing or nose-gear up landing?
Why datecode is SO IMPORTANT to chip manufacturers?
How can I prevent/balance waiting and turtling as a response to cooldown mechanics
Weaponising the Grasp-at-a-Distance spell
What would you call this weird metallic apparatus that allows you to lift people?
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
A term for a woman complaining about things/begging in a cute/childish way
What does it mean that physics no longer uses mechanical models to describe phenomena?
What is the "studentd" process?
After Sam didn't return home in the end, were he and Al still friends?
"klopfte jemand" or "jemand klopfte"?
Clipping shapefiles using point grid references
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?How to alter transparency by spatial locationClipping from given point using ModelBuilder?Properly clipping shapefiles in QGISHow to clip a lines vector layer to a polygon layer in QGIS?Why do I get an error when I try and clip a shapefile to a shapefile using ogr2ogr?Gdal: clipping a raster with another rasterUsing each feature of vector layer as clip mask over separate point layer, storing results in either a Python list or in-memory scratch layerErdas mosaic producing lots of black space?Clipping multiparted shapefiles to multiparted shapefiles?Arcpy Dissolve creating grid that is not produced when run manually via ArcMap
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I imagine this is a simple answer but I'm struggling to find information on clipping a shapefile using grid references.
I'm using ArcMap 10.3.1. My shapefile is a line feature of mean low water and I'm looking to clip from one point to another to produce a separate shapefile for use elsewhere.
The img shows the coast shp file displayed.
arcmap clip
add a comment |
I imagine this is a simple answer but I'm struggling to find information on clipping a shapefile using grid references.
I'm using ArcMap 10.3.1. My shapefile is a line feature of mean low water and I'm looking to clip from one point to another to produce a separate shapefile for use elsewhere.
The img shows the coast shp file displayed.
arcmap clip
1
A screenshot would help. You could edit and split the line manually by snapping to your points. Then select the split line and export as new shapefile.
– BERA
Apr 12 at 9:18
This would work perfectly. I get error "Split point results in zero length polyline"
– SPG
Apr 12 at 10:29
1
I dont know why you get that error. I suspect your polyline is not a single line. If so you would probably need to dissolve it then manual split. A better way would probably be to create a polygon feature class (or shapefile), digitize a polygon over the part of the river you want to export and then use Clip to extract the polyline.
– BERA
Apr 12 at 10:32
add a comment |
I imagine this is a simple answer but I'm struggling to find information on clipping a shapefile using grid references.
I'm using ArcMap 10.3.1. My shapefile is a line feature of mean low water and I'm looking to clip from one point to another to produce a separate shapefile for use elsewhere.
The img shows the coast shp file displayed.
arcmap clip
I imagine this is a simple answer but I'm struggling to find information on clipping a shapefile using grid references.
I'm using ArcMap 10.3.1. My shapefile is a line feature of mean low water and I'm looking to clip from one point to another to produce a separate shapefile for use elsewhere.
The img shows the coast shp file displayed.
arcmap clip
arcmap clip
edited Apr 12 at 10:26
SPG
asked Apr 12 at 9:15
SPGSPG
9610
9610
1
A screenshot would help. You could edit and split the line manually by snapping to your points. Then select the split line and export as new shapefile.
– BERA
Apr 12 at 9:18
This would work perfectly. I get error "Split point results in zero length polyline"
– SPG
Apr 12 at 10:29
1
I dont know why you get that error. I suspect your polyline is not a single line. If so you would probably need to dissolve it then manual split. A better way would probably be to create a polygon feature class (or shapefile), digitize a polygon over the part of the river you want to export and then use Clip to extract the polyline.
– BERA
Apr 12 at 10:32
add a comment |
1
A screenshot would help. You could edit and split the line manually by snapping to your points. Then select the split line and export as new shapefile.
– BERA
Apr 12 at 9:18
This would work perfectly. I get error "Split point results in zero length polyline"
– SPG
Apr 12 at 10:29
1
I dont know why you get that error. I suspect your polyline is not a single line. If so you would probably need to dissolve it then manual split. A better way would probably be to create a polygon feature class (or shapefile), digitize a polygon over the part of the river you want to export and then use Clip to extract the polyline.
– BERA
Apr 12 at 10:32
1
1
A screenshot would help. You could edit and split the line manually by snapping to your points. Then select the split line and export as new shapefile.
– BERA
Apr 12 at 9:18
A screenshot would help. You could edit and split the line manually by snapping to your points. Then select the split line and export as new shapefile.
– BERA
Apr 12 at 9:18
This would work perfectly. I get error "Split point results in zero length polyline"
– SPG
Apr 12 at 10:29
This would work perfectly. I get error "Split point results in zero length polyline"
– SPG
Apr 12 at 10:29
1
1
I dont know why you get that error. I suspect your polyline is not a single line. If so you would probably need to dissolve it then manual split. A better way would probably be to create a polygon feature class (or shapefile), digitize a polygon over the part of the river you want to export and then use Clip to extract the polyline.
– BERA
Apr 12 at 10:32
I dont know why you get that error. I suspect your polyline is not a single line. If so you would probably need to dissolve it then manual split. A better way would probably be to create a polygon feature class (or shapefile), digitize a polygon over the part of the river you want to export and then use Clip to extract the polyline.
– BERA
Apr 12 at 10:32
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f318580%2fclipping-shapefiles-using-point-grid-references%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f318580%2fclipping-shapefiles-using-point-grid-references%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
A screenshot would help. You could edit and split the line manually by snapping to your points. Then select the split line and export as new shapefile.
– BERA
Apr 12 at 9:18
This would work perfectly. I get error "Split point results in zero length polyline"
– SPG
Apr 12 at 10:29
1
I dont know why you get that error. I suspect your polyline is not a single line. If so you would probably need to dissolve it then manual split. A better way would probably be to create a polygon feature class (or shapefile), digitize a polygon over the part of the river you want to export and then use Clip to extract the polyline.
– BERA
Apr 12 at 10:32