Sharing shapefile collectionExtract polygon data for each neighbourhood from shapefileProblem opening shapefile in QGISArcMap creates unnecessary file types when saving shapefile (.cpg .prj, lock, etc.)How to export shapefile using Leaflet?Deleting Shapefiles using QGIS?Convert a SHP file set to a categorised ASC raster with Qgis?How do I create/find .cpg files after creating a shapefile in QGIS?Importing Shapefile into PostGIS and EPSG of created table is different from Shapefile?Batch converting KMLs to shapefiles in PyQGIS?Broken shapefile
How to drill holes in 3/8" thick steel plates?
Why weren't bootable game disks ever common on the IBM PC?
Switching interface VLAN ID Mid-Production
Does the Pole of Angling's command word require an action?
How will law be enforced if violence becomes impossible?
Will transmitting on this antenna cause problems?
Would dual wielding daggers be a viable choice for a covert bodyguard?
Is a request to book a business flight ticket for a graduate student an unreasonable one?
Does throwing a penny at a train stop the train?
Graduate student with abysmal English writing skills, how to help
Killing Magic Numbers: "const int" vs "constexpr int" (or is there no difference in the end)
How were Martello towers supposed to work?
For a hashing function like MD5, how similar can two plaintext strings be and still generate the same hash?
Apex code to find record diff between two dates (to call API only when needed)
What is a "shilicashe?"
Is it correct to join training and validation set before inferring on test-set?
How do you move up one folder in Finder?
Credit score and financing new car
Civic overheating and hoses popping
Plotting a function defined by equation without closed form solution
Is "De qui parles-tu" (for example) as formal as it is in English, or is it normal for the French to casually say that
What were the main German words for a prostitute before 1800?
What happens to unproductive professors?
Is anyone advocating the promotion of homosexuality in UK schools?
Sharing shapefile collection
Extract polygon data for each neighbourhood from shapefileProblem opening shapefile in QGISArcMap creates unnecessary file types when saving shapefile (.cpg .prj, lock, etc.)How to export shapefile using Leaflet?Deleting Shapefiles using QGIS?Convert a SHP file set to a categorised ASC raster with Qgis?How do I create/find .cpg files after creating a shapefile in QGIS?Importing Shapefile into PostGIS and EPSG of created table is different from Shapefile?Batch converting KMLs to shapefiles in PyQGIS?Broken shapefile
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have a shapefile and I want to share it via email. I noticed that ArcMap saves this file as a bunch of little files with various types (.cpg, .dbf, .prj, .shp, etc.).
Is the best way to share a shapefile to zip a folder containing all these little files and send it that way?
arcmap shapefile export
add a comment |
I have a shapefile and I want to share it via email. I noticed that ArcMap saves this file as a bunch of little files with various types (.cpg, .dbf, .prj, .shp, etc.).
Is the best way to share a shapefile to zip a folder containing all these little files and send it that way?
arcmap shapefile export
add a comment |
I have a shapefile and I want to share it via email. I noticed that ArcMap saves this file as a bunch of little files with various types (.cpg, .dbf, .prj, .shp, etc.).
Is the best way to share a shapefile to zip a folder containing all these little files and send it that way?
arcmap shapefile export
I have a shapefile and I want to share it via email. I noticed that ArcMap saves this file as a bunch of little files with various types (.cpg, .dbf, .prj, .shp, etc.).
Is the best way to share a shapefile to zip a folder containing all these little files and send it that way?
arcmap shapefile export
arcmap shapefile export
edited 5 hours ago
Taras
3,2693 gold badges9 silver badges32 bronze badges
3,2693 gold badges9 silver badges32 bronze badges
asked 8 hours ago
Emma PascoeEmma Pascoe
684 bronze badges
684 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Zipping all the parts is the usual way of transferring shapefiles, yes, and its the best we've come up with.
This is one problem with the shapefile format which is overcome by the GeoPackage format - if your software can save or export your data to a "GeoPackage", and the person you are sending it to has software that can read GeoPackages, then you could use that instead.
A GeoPackage contains all the same data that a shapefile stores in all the components in a single file - and goes beyond that in that you can store the equivalent of several shapefiles - eg some lines, some points, some polygons, some more lines, some other points - in the same single file.
@EmmaPascoe, currently in an ESRI environment geopackages are read only, great for transporting data as indicated in this answer not much use if you want to do analysis with them, for example it's a network you want to share, well that's my experience. If you stick with shapefiles, consider creating an empty folder then use ArcCatalog to copy the data into it, that way you know you are supplying all the required files and of cause add metadata.
– Hornbydd
7 hours ago
ESRI was planning to add support for editing 5 years ago community.esri.com/thread/91911.
– user30184
3 hours ago
add a comment |
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%2f328259%2fsharing-shapefile-collection%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Zipping all the parts is the usual way of transferring shapefiles, yes, and its the best we've come up with.
This is one problem with the shapefile format which is overcome by the GeoPackage format - if your software can save or export your data to a "GeoPackage", and the person you are sending it to has software that can read GeoPackages, then you could use that instead.
A GeoPackage contains all the same data that a shapefile stores in all the components in a single file - and goes beyond that in that you can store the equivalent of several shapefiles - eg some lines, some points, some polygons, some more lines, some other points - in the same single file.
@EmmaPascoe, currently in an ESRI environment geopackages are read only, great for transporting data as indicated in this answer not much use if you want to do analysis with them, for example it's a network you want to share, well that's my experience. If you stick with shapefiles, consider creating an empty folder then use ArcCatalog to copy the data into it, that way you know you are supplying all the required files and of cause add metadata.
– Hornbydd
7 hours ago
ESRI was planning to add support for editing 5 years ago community.esri.com/thread/91911.
– user30184
3 hours ago
add a comment |
Zipping all the parts is the usual way of transferring shapefiles, yes, and its the best we've come up with.
This is one problem with the shapefile format which is overcome by the GeoPackage format - if your software can save or export your data to a "GeoPackage", and the person you are sending it to has software that can read GeoPackages, then you could use that instead.
A GeoPackage contains all the same data that a shapefile stores in all the components in a single file - and goes beyond that in that you can store the equivalent of several shapefiles - eg some lines, some points, some polygons, some more lines, some other points - in the same single file.
@EmmaPascoe, currently in an ESRI environment geopackages are read only, great for transporting data as indicated in this answer not much use if you want to do analysis with them, for example it's a network you want to share, well that's my experience. If you stick with shapefiles, consider creating an empty folder then use ArcCatalog to copy the data into it, that way you know you are supplying all the required files and of cause add metadata.
– Hornbydd
7 hours ago
ESRI was planning to add support for editing 5 years ago community.esri.com/thread/91911.
– user30184
3 hours ago
add a comment |
Zipping all the parts is the usual way of transferring shapefiles, yes, and its the best we've come up with.
This is one problem with the shapefile format which is overcome by the GeoPackage format - if your software can save or export your data to a "GeoPackage", and the person you are sending it to has software that can read GeoPackages, then you could use that instead.
A GeoPackage contains all the same data that a shapefile stores in all the components in a single file - and goes beyond that in that you can store the equivalent of several shapefiles - eg some lines, some points, some polygons, some more lines, some other points - in the same single file.
Zipping all the parts is the usual way of transferring shapefiles, yes, and its the best we've come up with.
This is one problem with the shapefile format which is overcome by the GeoPackage format - if your software can save or export your data to a "GeoPackage", and the person you are sending it to has software that can read GeoPackages, then you could use that instead.
A GeoPackage contains all the same data that a shapefile stores in all the components in a single file - and goes beyond that in that you can store the equivalent of several shapefiles - eg some lines, some points, some polygons, some more lines, some other points - in the same single file.
answered 8 hours ago
SpacedmanSpacedman
27.3k2 gold badges35 silver badges53 bronze badges
27.3k2 gold badges35 silver badges53 bronze badges
@EmmaPascoe, currently in an ESRI environment geopackages are read only, great for transporting data as indicated in this answer not much use if you want to do analysis with them, for example it's a network you want to share, well that's my experience. If you stick with shapefiles, consider creating an empty folder then use ArcCatalog to copy the data into it, that way you know you are supplying all the required files and of cause add metadata.
– Hornbydd
7 hours ago
ESRI was planning to add support for editing 5 years ago community.esri.com/thread/91911.
– user30184
3 hours ago
add a comment |
@EmmaPascoe, currently in an ESRI environment geopackages are read only, great for transporting data as indicated in this answer not much use if you want to do analysis with them, for example it's a network you want to share, well that's my experience. If you stick with shapefiles, consider creating an empty folder then use ArcCatalog to copy the data into it, that way you know you are supplying all the required files and of cause add metadata.
– Hornbydd
7 hours ago
ESRI was planning to add support for editing 5 years ago community.esri.com/thread/91911.
– user30184
3 hours ago
@EmmaPascoe, currently in an ESRI environment geopackages are read only, great for transporting data as indicated in this answer not much use if you want to do analysis with them, for example it's a network you want to share, well that's my experience. If you stick with shapefiles, consider creating an empty folder then use ArcCatalog to copy the data into it, that way you know you are supplying all the required files and of cause add metadata.
– Hornbydd
7 hours ago
@EmmaPascoe, currently in an ESRI environment geopackages are read only, great for transporting data as indicated in this answer not much use if you want to do analysis with them, for example it's a network you want to share, well that's my experience. If you stick with shapefiles, consider creating an empty folder then use ArcCatalog to copy the data into it, that way you know you are supplying all the required files and of cause add metadata.
– Hornbydd
7 hours ago
ESRI was planning to add support for editing 5 years ago community.esri.com/thread/91911.
– user30184
3 hours ago
ESRI was planning to add support for editing 5 years ago community.esri.com/thread/91911.
– user30184
3 hours ago
add a comment |
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%2f328259%2fsharing-shapefile-collection%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