ArcGIS GeoPackage ArcMap Drawing Error Announcing the arrival of Valued Associate #679: Cesar...
Protagonist's race is hidden - should I reveal it?
Putting Ant-Man on house arrest
Why isn't everyone flabbergasted about Bran's "gift"?
Determinant of a matrix with 2 equal rows
Lightning-riding creature?
Could typically electronic sounds be generated mechanically?
What was Apollo 13 "Little Jolt" after MECO?
How can I delete rows in the text?
What's the difference between using dependency injection with a container and using a service locator?
How would it unbalance gameplay to rule that Weapon Master allows for picking a fighting style?
A journey... into the MIND
A German immigrant ancestor has a "Registration Affidavit of Alien Enemy" on file. What does that mean exactly?
What is the ongoing value of the Kanban board to the developers as opposed to management
Does Prince Arnaud cause someone holding the Princess to lose?
Example of a central simple algebra
/bin/ls sorts differently than just ls
What were wait-states, and why was it only an issue for PCs?
Is there any case when it's correct to pronounce the word "police" with the stress on the first syllable?
Deciphering death certificate writing
Mathematica 3D Heat Equation Solution
“Since the train was delayed for more than an hour, passengers were given a full refund.” – Why is there no article before “passengers”?
TV series episode where humans nuke aliens before decrypting their message that states they come in peace
How was Lagrange appointed professor of mathematics so early?
My admission is revoked after accepting the admission offer
ArcGIS GeoPackage ArcMap Drawing Error
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Exported GeoPackage from R not drawing in ArcMapHow to load tiles from geopackage properly using OpenLayers3 and GeoPackage-JSWriting multiple layers to GeoPackage using writeOGR() in R?Add layer to existing geopackage not working in QGIS?Packing tiled rasters into a Geopackage in QGIS 3.0.3 whilst maintaining the colourExported GeoPackage from R not drawing in ArcMapHow do I write a GeoPandas dataframe into a single file (preferably JSON or GeoPackage)?Cluster geometries that touch each otherChanging srs-definition string in geopackage with ogr2ogrHow to use st_buffer?How do I combine geometries in a shapefile based on a grouping variable?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am trying to understand the meaning of this error. I created spatial data using the sf package in R and wrote out the data as a GeoPackage (i.e. a .gpkg). However, whenever I add the data into ArcMap, I receive the following error.

Unfortunately, my reproducible R example works and my real example still does not, thus something must be wrong with my code. And I cannot figure out what it is. The real code is too long and cannot be copied here.
The weird thing is that when I write the data in R out as a shapefile, there is no error and the data is correctly spatially referenced, etc. What does this error mean? And why would it produce as a .gpkg and not as a .shp?
A similar error message was seen here, but it is a little different.
arcgis-desktop r sf geopackage layers-failed-to-draw
add a comment |
I am trying to understand the meaning of this error. I created spatial data using the sf package in R and wrote out the data as a GeoPackage (i.e. a .gpkg). However, whenever I add the data into ArcMap, I receive the following error.

Unfortunately, my reproducible R example works and my real example still does not, thus something must be wrong with my code. And I cannot figure out what it is. The real code is too long and cannot be copied here.
The weird thing is that when I write the data in R out as a shapefile, there is no error and the data is correctly spatially referenced, etc. What does this error mean? And why would it produce as a .gpkg and not as a .shp?
A similar error message was seen here, but it is a little different.
arcgis-desktop r sf geopackage layers-failed-to-draw
add a comment |
I am trying to understand the meaning of this error. I created spatial data using the sf package in R and wrote out the data as a GeoPackage (i.e. a .gpkg). However, whenever I add the data into ArcMap, I receive the following error.

Unfortunately, my reproducible R example works and my real example still does not, thus something must be wrong with my code. And I cannot figure out what it is. The real code is too long and cannot be copied here.
The weird thing is that when I write the data in R out as a shapefile, there is no error and the data is correctly spatially referenced, etc. What does this error mean? And why would it produce as a .gpkg and not as a .shp?
A similar error message was seen here, but it is a little different.
arcgis-desktop r sf geopackage layers-failed-to-draw
I am trying to understand the meaning of this error. I created spatial data using the sf package in R and wrote out the data as a GeoPackage (i.e. a .gpkg). However, whenever I add the data into ArcMap, I receive the following error.

Unfortunately, my reproducible R example works and my real example still does not, thus something must be wrong with my code. And I cannot figure out what it is. The real code is too long and cannot be copied here.
The weird thing is that when I write the data in R out as a shapefile, there is no error and the data is correctly spatially referenced, etc. What does this error mean? And why would it produce as a .gpkg and not as a .shp?
A similar error message was seen here, but it is a little different.
arcgis-desktop r sf geopackage layers-failed-to-draw
arcgis-desktop r sf geopackage layers-failed-to-draw
asked 30 mins ago
PhilPhil
305
305
add a comment |
add a comment |
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
});
}
});
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%2f319611%2farcgis-geopackage-arcmap-drawing-error%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
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%2f319611%2farcgis-geopackage-arcmap-drawing-error%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