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;








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.



Print Screen



The img shows the coast shp file displayed.










share|improve this question



















  • 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

















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.



Print Screen



The img shows the coast shp file displayed.










share|improve this question



















  • 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













0












0








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.



Print Screen



The img shows the coast shp file displayed.










share|improve this question
















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.



Print Screen



The img shows the coast shp file displayed.







arcmap clip






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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












  • 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










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
);



);













draft saved

draft discarded


















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















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Export of reprojected layer from GEE fails Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Iterate over features and years to export images for each feature-yearEarth engine reproject: why does reprojecting a pixel at 30m scale gives me pixels with an area of ~550?Exporting slope raster for entire country in GEEGEE Landsat SR year composite // mask cloud / shadow out w/ other method than quality pixel"export region contains no valid (un-masked) pixels - Google Earth EgineGoogle Earth Engine, how to distinguish between rivers/streams and ponds/lakes in a water maskPython script tool fails when processing rainfall data from Google Earth EngineGoogle Earth Engine Error: Number of pixels requested from Image.load exceeds the maximum allowedCloudfree images in small area from Sentinel-2Using Image exportToDrive in Google Earth Engine?

Creating closest line along the point''s azimuth using PostgreSQL Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Drawing line between points at specific distance in PostGIS?How to efficiently find the closest point over the dateline?How to find the nearest point by using PostGIS function?PostGIS nearest point with LATERAL JOIN in PostgreSQL 9.3+Creating a table and inserting selected streets using plpgsql functionsCreating a table that stores Distances and other columnSaving select query results (year wise) from PostgreSQL/PostGIS to text filesWhat is the information behind this geometry?How to give start and end vertex ids dynamically in pgr_dijkstra?Point to Polygon nearest distance DS_distance is not using geography index & knn <-> or <#> does not give result in orderLine to point conversion with start point and end point detection?

Crop image to path created in TikZ? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Crop an inserted image?TikZ pictures does not appear in posterImage behind and beyond crop marks?Tikz picture as large as possible on A4 PageTransparency vs image compression dilemmaHow to crop background from image automatically?Image does not cropTikzexternal capturing crop marks when externalizing pgfplots?How to include image path that contains a dollar signCrop image with left size given