gdal 2.4 from conda-forge crashes with Abort 6 for HDF4 File on MacOSLink conda HDF4 to conda GDAL (Anaconda Python)Install gdal using conda?Cannot use GDAL with Python 3.3 or 3.4 in CondaInstalling gdal with conda and setting environmental variablesFrom PyPi to Conda-Forgeinstalling specific gdal version with conda failssf R package “is not compatible with GDAL versions below 2.0.0” after installing gdal 2.3 from condaInstallation of GDAL with Conda on WindowsUnsatisfiableError conda-forge 3.7Installing gdal python library on windows using conda (DLL load failed)
Why didn't Miles's spider sense work before?
Can we compute the area of a quadrilateral with one right angle when we only know the lengths of any three sides?
What is the most common color to indicate the input-field is disabled?
Apex Framework / library for consuming REST services
How badly should I try to prevent a user from XSSing themselves?
Why would the Red Woman birth a shadow if she worshipped the Lord of the Light?
What's the in-universe reasoning behind sorcerers needing material components?
How do conventional missiles fly?
What mechanic is there to disable a threat instead of killing it?
Probability that a draw from a normal distribution is some number greater than another draw from the same distribution
How seriously should I take size and weight limits of hand luggage?
Does the Idaho Potato Commission associate potato skins with healthy eating?
Examples of smooth manifolds admitting inbetween one and a continuum of complex structures
Can the Meissner effect explain very large floating structures?
How can saying a song's name be a copyright violation?
Why is this clock signal connected to a capacitor to gnd?
Unlock My Phone! February 2018
What is the idiomatic way to say "clothing fits"?
Short story with a alien planet, government officials must wear exploding medallions
Why is consensus so controversial in Britain?
What reasons are there for a Capitalist to oppose a 100% inheritance tax?
Bullying boss launched a smear campaign and made me unemployable
Assassin's bullet with mercury
Why can't we play rap on piano?
gdal 2.4 from conda-forge crashes with Abort 6 for HDF4 File on MacOS
Link conda HDF4 to conda GDAL (Anaconda Python)Install gdal using conda?Cannot use GDAL with Python 3.3 or 3.4 in CondaInstalling gdal with conda and setting environmental variablesFrom PyPi to Conda-Forgeinstalling specific gdal version with conda failssf R package “is not compatible with GDAL versions below 2.0.0” after installing gdal 2.3 from condaInstallation of GDAL with Conda on WindowsUnsatisfiableError conda-forge 3.7Installing gdal python library on windows using conda (DLL load failed)
I have installed gdal 2.4 on both MacOS (10.12.6 Sierra) and Linux (Ubuntu 18.04) via conda from the conda-forge channel.
conda create -c conda-forge -n gdal24 gdal=2.4 netcdf4 hdf4 hdf5 python=3.6.7
gdalinfo on an HDF4 file works on Linux, but throws an Abort 6 error on MacOS.
Does anyone have similar issues and a solution for MacOS?
MacOS:
gdal 2.4.0 py36h0e3174d_1002 conda-forge
libgdal 2.4.0 h89caebc_1002 conda-forge
hdf4 4.2.13 hf3c6af0_1002 conda-forge
libnetcdf 4.6.2 h6b88ef6_1001 conda-forge
netcdf4 1.4.2 py36hd700958_1001 conda-forge
hdf5 1.10.4 nompi_h646315f_1105 conda-forge
python 3.6.7 h4a56312_1002 conda-forge
Linux Ubuntu 18.04 package versions
gdal 2.4.0 py36h1c6dbfb_1002 conda-forge
libgdal 2.4.0 h982c1cc_1002 conda-forge
hdf4 4.2.13 h9a582f1_1002 conda-forge
libnetcdf 4.6.2 hbdf4f91_1001 conda-forge
netcdf4 1.4.2 py36had69b76_1001 conda-forge
hdf5 1.10.4 nompi_h11e915b_1105 conda-forge
python 3.6.7 hd21baee_1002 conda-forge
MacOS Output
# gdalinfo HLS.S30.T15SWR.2016147.v1.4.hdf
Abort trap: 6
Linux Ubuntu 18.04 Output:
Works fine
HDF4 Example File
A file to test this with can be downloaded at
https://hls.gsfc.nasa.gov/data/v1.4/S30/2016/15/S/W/R/HLS.S30.T15SWR.2016147.v1.4.hdf
https://hls.gsfc.nasa.gov/data/v1.4/S30/2016/15/S/W/R/HLS.S30.T15SWR.2016147.v1.4.hdf.hdr
conda macos-sierra gdal
add a comment |
I have installed gdal 2.4 on both MacOS (10.12.6 Sierra) and Linux (Ubuntu 18.04) via conda from the conda-forge channel.
conda create -c conda-forge -n gdal24 gdal=2.4 netcdf4 hdf4 hdf5 python=3.6.7
gdalinfo on an HDF4 file works on Linux, but throws an Abort 6 error on MacOS.
Does anyone have similar issues and a solution for MacOS?
MacOS:
gdal 2.4.0 py36h0e3174d_1002 conda-forge
libgdal 2.4.0 h89caebc_1002 conda-forge
hdf4 4.2.13 hf3c6af0_1002 conda-forge
libnetcdf 4.6.2 h6b88ef6_1001 conda-forge
netcdf4 1.4.2 py36hd700958_1001 conda-forge
hdf5 1.10.4 nompi_h646315f_1105 conda-forge
python 3.6.7 h4a56312_1002 conda-forge
Linux Ubuntu 18.04 package versions
gdal 2.4.0 py36h1c6dbfb_1002 conda-forge
libgdal 2.4.0 h982c1cc_1002 conda-forge
hdf4 4.2.13 h9a582f1_1002 conda-forge
libnetcdf 4.6.2 hbdf4f91_1001 conda-forge
netcdf4 1.4.2 py36had69b76_1001 conda-forge
hdf5 1.10.4 nompi_h11e915b_1105 conda-forge
python 3.6.7 hd21baee_1002 conda-forge
MacOS Output
# gdalinfo HLS.S30.T15SWR.2016147.v1.4.hdf
Abort trap: 6
Linux Ubuntu 18.04 Output:
Works fine
HDF4 Example File
A file to test this with can be downloaded at
https://hls.gsfc.nasa.gov/data/v1.4/S30/2016/15/S/W/R/HLS.S30.T15SWR.2016147.v1.4.hdf
https://hls.gsfc.nasa.gov/data/v1.4/S30/2016/15/S/W/R/HLS.S30.T15SWR.2016147.v1.4.hdf.hdr
conda macos-sierra gdal
add a comment |
I have installed gdal 2.4 on both MacOS (10.12.6 Sierra) and Linux (Ubuntu 18.04) via conda from the conda-forge channel.
conda create -c conda-forge -n gdal24 gdal=2.4 netcdf4 hdf4 hdf5 python=3.6.7
gdalinfo on an HDF4 file works on Linux, but throws an Abort 6 error on MacOS.
Does anyone have similar issues and a solution for MacOS?
MacOS:
gdal 2.4.0 py36h0e3174d_1002 conda-forge
libgdal 2.4.0 h89caebc_1002 conda-forge
hdf4 4.2.13 hf3c6af0_1002 conda-forge
libnetcdf 4.6.2 h6b88ef6_1001 conda-forge
netcdf4 1.4.2 py36hd700958_1001 conda-forge
hdf5 1.10.4 nompi_h646315f_1105 conda-forge
python 3.6.7 h4a56312_1002 conda-forge
Linux Ubuntu 18.04 package versions
gdal 2.4.0 py36h1c6dbfb_1002 conda-forge
libgdal 2.4.0 h982c1cc_1002 conda-forge
hdf4 4.2.13 h9a582f1_1002 conda-forge
libnetcdf 4.6.2 hbdf4f91_1001 conda-forge
netcdf4 1.4.2 py36had69b76_1001 conda-forge
hdf5 1.10.4 nompi_h11e915b_1105 conda-forge
python 3.6.7 hd21baee_1002 conda-forge
MacOS Output
# gdalinfo HLS.S30.T15SWR.2016147.v1.4.hdf
Abort trap: 6
Linux Ubuntu 18.04 Output:
Works fine
HDF4 Example File
A file to test this with can be downloaded at
https://hls.gsfc.nasa.gov/data/v1.4/S30/2016/15/S/W/R/HLS.S30.T15SWR.2016147.v1.4.hdf
https://hls.gsfc.nasa.gov/data/v1.4/S30/2016/15/S/W/R/HLS.S30.T15SWR.2016147.v1.4.hdf.hdr
conda macos-sierra gdal
I have installed gdal 2.4 on both MacOS (10.12.6 Sierra) and Linux (Ubuntu 18.04) via conda from the conda-forge channel.
conda create -c conda-forge -n gdal24 gdal=2.4 netcdf4 hdf4 hdf5 python=3.6.7
gdalinfo on an HDF4 file works on Linux, but throws an Abort 6 error on MacOS.
Does anyone have similar issues and a solution for MacOS?
MacOS:
gdal 2.4.0 py36h0e3174d_1002 conda-forge
libgdal 2.4.0 h89caebc_1002 conda-forge
hdf4 4.2.13 hf3c6af0_1002 conda-forge
libnetcdf 4.6.2 h6b88ef6_1001 conda-forge
netcdf4 1.4.2 py36hd700958_1001 conda-forge
hdf5 1.10.4 nompi_h646315f_1105 conda-forge
python 3.6.7 h4a56312_1002 conda-forge
Linux Ubuntu 18.04 package versions
gdal 2.4.0 py36h1c6dbfb_1002 conda-forge
libgdal 2.4.0 h982c1cc_1002 conda-forge
hdf4 4.2.13 h9a582f1_1002 conda-forge
libnetcdf 4.6.2 hbdf4f91_1001 conda-forge
netcdf4 1.4.2 py36had69b76_1001 conda-forge
hdf5 1.10.4 nompi_h11e915b_1105 conda-forge
python 3.6.7 hd21baee_1002 conda-forge
MacOS Output
# gdalinfo HLS.S30.T15SWR.2016147.v1.4.hdf
Abort trap: 6
Linux Ubuntu 18.04 Output:
Works fine
HDF4 Example File
A file to test this with can be downloaded at
https://hls.gsfc.nasa.gov/data/v1.4/S30/2016/15/S/W/R/HLS.S30.T15SWR.2016147.v1.4.hdf
https://hls.gsfc.nasa.gov/data/v1.4/S30/2016/15/S/W/R/HLS.S30.T15SWR.2016147.v1.4.hdf.hdr
conda macos-sierra gdal
conda macos-sierra gdal
asked Mar 8 at 22:21
Joe SarJoe Sar
12
12
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fstackoverflow.com%2fquestions%2f55071805%2fgdal-2-4-from-conda-forge-crashes-with-abort-6-for-hdf4-file-on-macos%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 Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f55071805%2fgdal-2-4-from-conda-forge-crashes-with-abort-6-for-hdf4-file-on-macos%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