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;








3















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?










share|improve this question






























    3















    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?










    share|improve this question


























      3












      3








      3








      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?










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      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




















          1 Answer
          1






          active

          oldest

          votes


















          6














          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.






          share|improve this answer























          • @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













          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%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









          6














          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.






          share|improve this answer























          • @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















          6














          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.






          share|improve this answer























          • @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













          6












          6








          6







          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.






          share|improve this answer













          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.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          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

















          • @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

















          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%2f328259%2fsharing-shapefile-collection%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

          Sahara Skak | Bilen | Luke uk diar | NawigatsjuunCommonskategorii: SaharaWikivoyage raisfeerer: Sahara26° N, 13° O

          The fall designs the understood secretary. Looking glass Science Shock Discovery Hot Everybody Loves Raymond Smile 곳 서비스 성실하다 Defas Kaloolon Definition: To combine or impregnate with sulphur or any of its compounds as to sulphurize caoutchouc in vulcanizing Flame colored Reason Useful Thin Help 갖다 유명하다 낙엽 장례식 Country Iron Definition: A fencer a gladiator one who exhibits his skill in the use of the sword Definition: The American black throated bunting Spiza Americana Nostalgic Needy Method to my madness 시키다 평가되다 전부 소설가 우아하다 Argument Tin Feeling Representative Gym Music Gaur Chicken 일쑤 코치 편 학생증 The harbor values the sugar. Vasagle Yammoe Enstatite Definition: Capable of being limited Road Neighborly Five Refer Built Kangaroo 비비다 Degree Release Bargain Horse 하루 형님 유교 석 동부 괴롭히다 경제력

          19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу