Sharing shapefile collectionExtract polygon data for each neighbourhood from shapefileProblem opening...
Is there any word for "disobedience to God"?
Indesign - how to change the style of the page numbers?
What does the phrase "head down the rat's hole" mean here?
This one's for Matthew:
How to know if blackberries are safe to eat
How would vampires avoid contracting diseases?
Benchmark problems for combinatorial multi-objective optimisation
What to do with a rabbit in a survival situation?
Is English unusual in having no second person plural form?
Extract string from each line of a file
Is "I do not want you to go nowhere" a case of "DOUBLE-NEGATIVES" as claimed by Grammarly?
How are mathematicians paid to do research?
Why didn't Thanos kill all the Dwarves on Nidavellir?
Are there any balance issues in allowing two half-feats to be taken without the Ability Score Increase instead of a feat?
Received a dinner invitation through my employer's email, is it ok to attend?
Employers keep telling me my college isn't good enough - is there any way to fix this?
How can characters/players identify that a polymorphed dragon is a dragon?
Has anyone in space seen or photographed a simple laser pointer from Earth?
Was I subtly told to resign?
Short story about Nobel Prize winning scientists that drop out when they realise they were incorrect
Does throwing a penny at a train stop the train?
Is a request to book a business flight ticket for a graduate student an unreasonable one?
Diagonal arrows (using TikZ) should be aligned in parallel
Print the last, middle and first character of your code
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 7 hours ago
Taras
3,2693 gold badges9 silver badges32 bronze badges
3,2693 gold badges9 silver badges32 bronze badges
asked 10 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
5 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
5 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
5 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 10 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
5 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
5 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
5 hours ago
ESRI was planning to add support for editing 5 years ago community.esri.com/thread/91911.
– user30184
5 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