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
Shortest hex dumping program
Why weren't bootable game disks ever common on the IBM PC?
Why did Harry Potter get a bedroom?
What is this little owl-like bird?
Is English unusual in having no second person plural form?
Some interesting calculation puzzle that I made
Why does wrapping aluminium foil around my food help it keep warm, even though aluminium is a good conductor?
What to do with a rabbit in a survival situation?
What were the main German words for a prostitute before 1800?
Confirming the Identity of a (Friendly) Reviewer After the Reviews
For a hashing function like MD5, how similar can two plaintext strings be and still generate the same hash?
How quality assurance engineers test calculations?
Addressing unnecessary daily meetings with manager?
Was I subtly told to resign?
Historical experience as a guide to warship design?
Are there any balance issues in allowing two half-feats to be taken without the Ability Score Increase instead of a feat?
How to drill holes in 3/8" thick steel plates?
This one's for Matthew:
Benchmark problems for combinatorial multi-objective optimisation
Do I have a right to cancel a purchase of foreign currency in the UK?
Employers keep telling me my college isn't good enough - is there any way to fix this?
Word meaning to destroy books
Is it correct to join training and validation set before inferring on test-set?
Fast validation of time windows in a routing problem
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 6 hours ago
Taras
3,2693 gold badges9 silver badges32 bronze badges
3,2693 gold badges9 silver badges32 bronze badges
asked 9 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
8 hours ago
ESRI was planning to add support for editing 5 years ago community.esri.com/thread/91911.
– user30184
4 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
8 hours ago
ESRI was planning to add support for editing 5 years ago community.esri.com/thread/91911.
– user30184
4 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
8 hours ago
ESRI was planning to add support for editing 5 years ago community.esri.com/thread/91911.
– user30184
4 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 9 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
8 hours ago
ESRI was planning to add support for editing 5 years ago community.esri.com/thread/91911.
– user30184
4 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
8 hours ago
ESRI was planning to add support for editing 5 years ago community.esri.com/thread/91911.
– user30184
4 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
8 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
8 hours ago
ESRI was planning to add support for editing 5 years ago community.esri.com/thread/91911.
– user30184
4 hours ago
ESRI was planning to add support for editing 5 years ago community.esri.com/thread/91911.
– user30184
4 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