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 File → Add Data → Add 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
arcgis-desktop esri-grid-format
add a comment |
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 File → Add Data → Add 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
arcgis-desktop esri-grid-format
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
add a comment |
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 File → Add Data → Add 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
arcgis-desktop esri-grid-format
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 File → Add Data → Add 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
arcgis-desktop esri-grid-format
arcgis-desktop esri-grid-format
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
add a comment |
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
add a comment |
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.
Extract the btytopo19_1km folder and its contents out of the zip archive then it's visible in ArcCatalog.
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.
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
add a comment |
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.
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
add a comment |
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.
Extract the btytopo19_1km folder and its contents out of the zip archive then it's visible in ArcCatalog.
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.
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
add a comment |
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.
Extract the btytopo19_1km folder and its contents out of the zip archive then it's visible in ArcCatalog.
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.
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
add a comment |
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.
Extract the btytopo19_1km folder and its contents out of the zip archive then it's visible in ArcCatalog.
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.
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.
Extract the btytopo19_1km folder and its contents out of the zip archive then it's visible in ArcCatalog.
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.
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
add a comment |
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
add a comment |
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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%2f302870%2fimporting-adf-files-in-arcmap%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
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