Importing .adf files in ArcMap?











up vote
1
down vote

favorite












I have a folder with .adf raster data that I'm trying to import into ArcMap 10.6, but I can't figure out how. I'm trying to do menu FileAdd DataAdd Data, but the files are not displayed. Nor do they show up under "Contents" in ArcCatalog, but in preview the raster is displayed.



Online instructions talk about "import", but I don't see any menu item that's called this.



How can I import them?



Data is from this website: 50 m Arc GIS Grid
http://www.soest.hawaii.edu/hmrg/multibeam/bathymetry.php



Preview in Arc Catalog



Grid files










share|improve this question
























  • Is there also an info folder and arc.dir along with the grid folder? You can convert the adf file with GDAL_Translate if you're missing all the components, use the path to the hdr.adf as your input.. something like GDAL_Translate -of GTIFF C:fullpathtohdr.adf C:fullpathtoyouroutput.tif will convert to a geotiff if ArcGIS refuses to open it.
    – Michael Stimson
    11 hours ago










  • No, the above displayed are the only files available when downloading the data. How/Where do I use GDAL_Translate? Is this within ArcMap/Catalog? (my apologies, I'm still new to ArcGIS)
    – Anke
    11 hours ago










  • GDAL_Translate is part of the GDAL package, if you're on Windows you can download it from gisinternals.com/… (64 bit) - it's open source so there is no cost involved but the tools run in a CMD window, if you're comfortable with CMD then there's some very powerful tools for free! See more about GDAL_Translate gdal.org/gdal_translate.html. If you're not so comfortable with CMD then get QGIS which contains GDAL with a GUI for translate qgis.org/en/site/forusers/download.html
    – Michael Stimson
    11 hours ago















up vote
1
down vote

favorite












I have a folder with .adf raster data that I'm trying to import into ArcMap 10.6, but I can't figure out how. I'm trying to do menu FileAdd DataAdd Data, but the files are not displayed. Nor do they show up under "Contents" in ArcCatalog, but in preview the raster is displayed.



Online instructions talk about "import", but I don't see any menu item that's called this.



How can I import them?



Data is from this website: 50 m Arc GIS Grid
http://www.soest.hawaii.edu/hmrg/multibeam/bathymetry.php



Preview in Arc Catalog



Grid files










share|improve this question
























  • Is there also an info folder and arc.dir along with the grid folder? You can convert the adf file with GDAL_Translate if you're missing all the components, use the path to the hdr.adf as your input.. something like GDAL_Translate -of GTIFF C:fullpathtohdr.adf C:fullpathtoyouroutput.tif will convert to a geotiff if ArcGIS refuses to open it.
    – Michael Stimson
    11 hours ago










  • No, the above displayed are the only files available when downloading the data. How/Where do I use GDAL_Translate? Is this within ArcMap/Catalog? (my apologies, I'm still new to ArcGIS)
    – Anke
    11 hours ago










  • GDAL_Translate is part of the GDAL package, if you're on Windows you can download it from gisinternals.com/… (64 bit) - it's open source so there is no cost involved but the tools run in a CMD window, if you're comfortable with CMD then there's some very powerful tools for free! See more about GDAL_Translate gdal.org/gdal_translate.html. If you're not so comfortable with CMD then get QGIS which contains GDAL with a GUI for translate qgis.org/en/site/forusers/download.html
    – Michael Stimson
    11 hours ago













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I have a folder with .adf raster data that I'm trying to import into ArcMap 10.6, but I can't figure out how. I'm trying to do menu FileAdd DataAdd Data, but the files are not displayed. Nor do they show up under "Contents" in ArcCatalog, but in preview the raster is displayed.



Online instructions talk about "import", but I don't see any menu item that's called this.



How can I import them?



Data is from this website: 50 m Arc GIS Grid
http://www.soest.hawaii.edu/hmrg/multibeam/bathymetry.php



Preview in Arc Catalog



Grid files










share|improve this question















I have a folder with .adf raster data that I'm trying to import into ArcMap 10.6, but I can't figure out how. I'm trying to do menu FileAdd DataAdd Data, but the files are not displayed. Nor do they show up under "Contents" in ArcCatalog, but in preview the raster is displayed.



Online instructions talk about "import", but I don't see any menu item that's called this.



How can I import them?



Data is from this website: 50 m Arc GIS Grid
http://www.soest.hawaii.edu/hmrg/multibeam/bathymetry.php



Preview in Arc Catalog



Grid files







arcgis-desktop esri-grid-format






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 10 hours ago









PolyGeo

52.7k1779236




52.7k1779236










asked 11 hours ago









Anke

84




84












  • Is there also an info folder and arc.dir along with the grid folder? You can convert the adf file with GDAL_Translate if you're missing all the components, use the path to the hdr.adf as your input.. something like GDAL_Translate -of GTIFF C:fullpathtohdr.adf C:fullpathtoyouroutput.tif will convert to a geotiff if ArcGIS refuses to open it.
    – Michael Stimson
    11 hours ago










  • No, the above displayed are the only files available when downloading the data. How/Where do I use GDAL_Translate? Is this within ArcMap/Catalog? (my apologies, I'm still new to ArcGIS)
    – Anke
    11 hours ago










  • GDAL_Translate is part of the GDAL package, if you're on Windows you can download it from gisinternals.com/… (64 bit) - it's open source so there is no cost involved but the tools run in a CMD window, if you're comfortable with CMD then there's some very powerful tools for free! See more about GDAL_Translate gdal.org/gdal_translate.html. If you're not so comfortable with CMD then get QGIS which contains GDAL with a GUI for translate qgis.org/en/site/forusers/download.html
    – Michael Stimson
    11 hours ago


















  • Is there also an info folder and arc.dir along with the grid folder? You can convert the adf file with GDAL_Translate if you're missing all the components, use the path to the hdr.adf as your input.. something like GDAL_Translate -of GTIFF C:fullpathtohdr.adf C:fullpathtoyouroutput.tif will convert to a geotiff if ArcGIS refuses to open it.
    – Michael Stimson
    11 hours ago










  • No, the above displayed are the only files available when downloading the data. How/Where do I use GDAL_Translate? Is this within ArcMap/Catalog? (my apologies, I'm still new to ArcGIS)
    – Anke
    11 hours ago










  • GDAL_Translate is part of the GDAL package, if you're on Windows you can download it from gisinternals.com/… (64 bit) - it's open source so there is no cost involved but the tools run in a CMD window, if you're comfortable with CMD then there's some very powerful tools for free! See more about GDAL_Translate gdal.org/gdal_translate.html. If you're not so comfortable with CMD then get QGIS which contains GDAL with a GUI for translate qgis.org/en/site/forusers/download.html
    – Michael Stimson
    11 hours ago
















Is there also an info folder and arc.dir along with the grid folder? You can convert the adf file with GDAL_Translate if you're missing all the components, use the path to the hdr.adf as your input.. something like GDAL_Translate -of GTIFF C:fullpathtohdr.adf C:fullpathtoyouroutput.tif will convert to a geotiff if ArcGIS refuses to open it.
– Michael Stimson
11 hours ago




Is there also an info folder and arc.dir along with the grid folder? You can convert the adf file with GDAL_Translate if you're missing all the components, use the path to the hdr.adf as your input.. something like GDAL_Translate -of GTIFF C:fullpathtohdr.adf C:fullpathtoyouroutput.tif will convert to a geotiff if ArcGIS refuses to open it.
– Michael Stimson
11 hours ago












No, the above displayed are the only files available when downloading the data. How/Where do I use GDAL_Translate? Is this within ArcMap/Catalog? (my apologies, I'm still new to ArcGIS)
– Anke
11 hours ago




No, the above displayed are the only files available when downloading the data. How/Where do I use GDAL_Translate? Is this within ArcMap/Catalog? (my apologies, I'm still new to ArcGIS)
– Anke
11 hours ago












GDAL_Translate is part of the GDAL package, if you're on Windows you can download it from gisinternals.com/… (64 bit) - it's open source so there is no cost involved but the tools run in a CMD window, if you're comfortable with CMD then there's some very powerful tools for free! See more about GDAL_Translate gdal.org/gdal_translate.html. If you're not so comfortable with CMD then get QGIS which contains GDAL with a GUI for translate qgis.org/en/site/forusers/download.html
– Michael Stimson
11 hours ago




GDAL_Translate is part of the GDAL package, if you're on Windows you can download it from gisinternals.com/… (64 bit) - it's open source so there is no cost involved but the tools run in a CMD window, if you're comfortable with CMD then there's some very powerful tools for free! See more about GDAL_Translate gdal.org/gdal_translate.html. If you're not so comfortable with CMD then get QGIS which contains GDAL with a GUI for translate qgis.org/en/site/forusers/download.html
– Michael Stimson
11 hours ago










2 Answers
2






active

oldest

votes

















up vote
1
down vote



accepted










I have downloaded the 1km data and unzipped it then successfully loaded into ArcMap.. I believe that the part you're missing is that you must unzip the whole folder.



enter image description here



Extract the btytopo19_1km folder and its contents out of the zip archive then it's visible in ArcCatalog.



this space intentionally left blank.



ArcGIS can't see inside zip archives so it must be extracted; a GRID is a folder containing the adf files so you must take the whole folder to get the GRID to work properly.






share|improve this answer





















  • Thank you. I'm working in Windows Parallels on a Mac, so the folder showed as unzipped on my Mac, but I guess Windows thought it was still a zip. I got it to work, now. I'll look into your other comment, just to learn something :)
    – Anke
    11 hours ago










  • GDAL and QGIS are available for Mac, I don't know where to get them from though - it's been about 30 years since I touched a Mac.
    – Michael Stimson
    10 hours ago


















up vote
2
down vote













The ADF file is an ESRI raster GRID file component. See this link. I suspect that you moved portions of the GRID file using Windows Explorer and unknowingly failed to move all of the files associated with the GRID format. These data are now corrupted. Re-download these data. If you need to move these data use ArcCatalog to move the files. This will ensure that all the associated files get moved as well.



I see your comment...
I downloaded the file titled Bathymetry & Topography Grid (~879 MBs) and it displayed in QGIS 2.18 without problems but the screen shot is different than yours. Please clarify what layer you are downloading.
enter image description here






share|improve this answer























  • I've re-downloaded the data multiple times (just to be sure) and have not moved them. I kept them in the download folder and tried to access from there. I added a screenshot of all the files in the folder downloaded in my post.
    – Anke
    11 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',
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%2f302870%2fimporting-adf-files-in-arcmap%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote



accepted










I have downloaded the 1km data and unzipped it then successfully loaded into ArcMap.. I believe that the part you're missing is that you must unzip the whole folder.



enter image description here



Extract the btytopo19_1km folder and its contents out of the zip archive then it's visible in ArcCatalog.



this space intentionally left blank.



ArcGIS can't see inside zip archives so it must be extracted; a GRID is a folder containing the adf files so you must take the whole folder to get the GRID to work properly.






share|improve this answer





















  • Thank you. I'm working in Windows Parallels on a Mac, so the folder showed as unzipped on my Mac, but I guess Windows thought it was still a zip. I got it to work, now. I'll look into your other comment, just to learn something :)
    – Anke
    11 hours ago










  • GDAL and QGIS are available for Mac, I don't know where to get them from though - it's been about 30 years since I touched a Mac.
    – Michael Stimson
    10 hours ago















up vote
1
down vote



accepted










I have downloaded the 1km data and unzipped it then successfully loaded into ArcMap.. I believe that the part you're missing is that you must unzip the whole folder.



enter image description here



Extract the btytopo19_1km folder and its contents out of the zip archive then it's visible in ArcCatalog.



this space intentionally left blank.



ArcGIS can't see inside zip archives so it must be extracted; a GRID is a folder containing the adf files so you must take the whole folder to get the GRID to work properly.






share|improve this answer





















  • Thank you. I'm working in Windows Parallels on a Mac, so the folder showed as unzipped on my Mac, but I guess Windows thought it was still a zip. I got it to work, now. I'll look into your other comment, just to learn something :)
    – Anke
    11 hours ago










  • GDAL and QGIS are available for Mac, I don't know where to get them from though - it's been about 30 years since I touched a Mac.
    – Michael Stimson
    10 hours ago













up vote
1
down vote



accepted







up vote
1
down vote



accepted






I have downloaded the 1km data and unzipped it then successfully loaded into ArcMap.. I believe that the part you're missing is that you must unzip the whole folder.



enter image description here



Extract the btytopo19_1km folder and its contents out of the zip archive then it's visible in ArcCatalog.



this space intentionally left blank.



ArcGIS can't see inside zip archives so it must be extracted; a GRID is a folder containing the adf files so you must take the whole folder to get the GRID to work properly.






share|improve this answer












I have downloaded the 1km data and unzipped it then successfully loaded into ArcMap.. I believe that the part you're missing is that you must unzip the whole folder.



enter image description here



Extract the btytopo19_1km folder and its contents out of the zip archive then it's visible in ArcCatalog.



this space intentionally left blank.



ArcGIS can't see inside zip archives so it must be extracted; a GRID is a folder containing the adf files so you must take the whole folder to get the GRID to work properly.







share|improve this answer












share|improve this answer



share|improve this answer










answered 11 hours ago









Michael Stimson

20.7k22260




20.7k22260












  • Thank you. I'm working in Windows Parallels on a Mac, so the folder showed as unzipped on my Mac, but I guess Windows thought it was still a zip. I got it to work, now. I'll look into your other comment, just to learn something :)
    – Anke
    11 hours ago










  • GDAL and QGIS are available for Mac, I don't know where to get them from though - it's been about 30 years since I touched a Mac.
    – Michael Stimson
    10 hours ago


















  • Thank you. I'm working in Windows Parallels on a Mac, so the folder showed as unzipped on my Mac, but I guess Windows thought it was still a zip. I got it to work, now. I'll look into your other comment, just to learn something :)
    – Anke
    11 hours ago










  • GDAL and QGIS are available for Mac, I don't know where to get them from though - it's been about 30 years since I touched a Mac.
    – Michael Stimson
    10 hours ago
















Thank you. I'm working in Windows Parallels on a Mac, so the folder showed as unzipped on my Mac, but I guess Windows thought it was still a zip. I got it to work, now. I'll look into your other comment, just to learn something :)
– Anke
11 hours ago




Thank you. I'm working in Windows Parallels on a Mac, so the folder showed as unzipped on my Mac, but I guess Windows thought it was still a zip. I got it to work, now. I'll look into your other comment, just to learn something :)
– Anke
11 hours ago












GDAL and QGIS are available for Mac, I don't know where to get them from though - it's been about 30 years since I touched a Mac.
– Michael Stimson
10 hours ago




GDAL and QGIS are available for Mac, I don't know where to get them from though - it's been about 30 years since I touched a Mac.
– Michael Stimson
10 hours ago












up vote
2
down vote













The ADF file is an ESRI raster GRID file component. See this link. I suspect that you moved portions of the GRID file using Windows Explorer and unknowingly failed to move all of the files associated with the GRID format. These data are now corrupted. Re-download these data. If you need to move these data use ArcCatalog to move the files. This will ensure that all the associated files get moved as well.



I see your comment...
I downloaded the file titled Bathymetry & Topography Grid (~879 MBs) and it displayed in QGIS 2.18 without problems but the screen shot is different than yours. Please clarify what layer you are downloading.
enter image description here






share|improve this answer























  • I've re-downloaded the data multiple times (just to be sure) and have not moved them. I kept them in the download folder and tried to access from there. I added a screenshot of all the files in the folder downloaded in my post.
    – Anke
    11 hours ago

















up vote
2
down vote













The ADF file is an ESRI raster GRID file component. See this link. I suspect that you moved portions of the GRID file using Windows Explorer and unknowingly failed to move all of the files associated with the GRID format. These data are now corrupted. Re-download these data. If you need to move these data use ArcCatalog to move the files. This will ensure that all the associated files get moved as well.



I see your comment...
I downloaded the file titled Bathymetry & Topography Grid (~879 MBs) and it displayed in QGIS 2.18 without problems but the screen shot is different than yours. Please clarify what layer you are downloading.
enter image description here






share|improve this answer























  • I've re-downloaded the data multiple times (just to be sure) and have not moved them. I kept them in the download folder and tried to access from there. I added a screenshot of all the files in the folder downloaded in my post.
    – Anke
    11 hours ago















up vote
2
down vote










up vote
2
down vote









The ADF file is an ESRI raster GRID file component. See this link. I suspect that you moved portions of the GRID file using Windows Explorer and unknowingly failed to move all of the files associated with the GRID format. These data are now corrupted. Re-download these data. If you need to move these data use ArcCatalog to move the files. This will ensure that all the associated files get moved as well.



I see your comment...
I downloaded the file titled Bathymetry & Topography Grid (~879 MBs) and it displayed in QGIS 2.18 without problems but the screen shot is different than yours. Please clarify what layer you are downloading.
enter image description here






share|improve this answer














The ADF file is an ESRI raster GRID file component. See this link. I suspect that you moved portions of the GRID file using Windows Explorer and unknowingly failed to move all of the files associated with the GRID format. These data are now corrupted. Re-download these data. If you need to move these data use ArcCatalog to move the files. This will ensure that all the associated files get moved as well.



I see your comment...
I downloaded the file titled Bathymetry & Topography Grid (~879 MBs) and it displayed in QGIS 2.18 without problems but the screen shot is different than yours. Please clarify what layer you are downloading.
enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited 11 hours ago

























answered 11 hours ago









GBG

2,415418




2,415418












  • I've re-downloaded the data multiple times (just to be sure) and have not moved them. I kept them in the download folder and tried to access from there. I added a screenshot of all the files in the folder downloaded in my post.
    – Anke
    11 hours ago




















  • I've re-downloaded the data multiple times (just to be sure) and have not moved them. I kept them in the download folder and tried to access from there. I added a screenshot of all the files in the folder downloaded in my post.
    – Anke
    11 hours ago


















I've re-downloaded the data multiple times (just to be sure) and have not moved them. I kept them in the download folder and tried to access from there. I added a screenshot of all the files in the folder downloaded in my post.
– Anke
11 hours ago






I've re-downloaded the data multiple times (just to be sure) and have not moved them. I kept them in the download folder and tried to access from there. I added a screenshot of all the files in the folder downloaded in my post.
– Anke
11 hours ago




















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f302870%2fimporting-adf-files-in-arcmap%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

サソリ

広島県道265号伴広島線

Accessing regular linux commands in Huawei's Dopra Linux