Questions tagged [bathymetry]
Bathymetry is the study of underwater depths
154 questions
0
votes
0
answers
25
views
Incorrect vertical extent in raster added to ArcGIS Pro
I'm working with some bathymetry data (dataset: https://ecat.ga.gov.au/geonetwork/srv/eng/catalog.search#/metadata/150050).
I viewed this dataset on an online data portal which shows bathymetry data ...
1
vote
1
answer
103
views
What does circle with checkered quadrants or crosshairs in middle of bathymetry map indicate?
The bathymetry map below has a symbol in the middle of the map that is a circle with quadrants and dots in it.
What does that symbol mean?
Likewise, I've seen similar symbols in other bathymetry maps ...
0
votes
1
answer
67
views
UK DEFRA .ASC files in QGIS
I'm trying to add UK DEFRA Bathymetry files in '.asc' format. There does not seem to be any information on the CRS and when I load it the area appears in faraway part of the World with the co-...
3
votes
1
answer
118
views
Importing gzipped CSV files in QGIS
I often receive bathymetry data in a gzipped delimited text file (xyz) and want to open it directly in qgis without extracting it first. Is that possible? According to QGIS 2.18 user manual it seems ...
1
vote
1
answer
35
views
Raster package terrain() function retrieves NaN in R
This is my R code:
#remotes::install_github("EMODnet/EMODnetWCS")
library(EMODnetWCS)
wcs <- emdn_init_wcs_client(service = "bathymetry")
x <- rast(ext=c(-15, -13, 36, 38), ...
0
votes
0
answers
54
views
QGIS only show hillshade for NOAA bathymetry, not land terrain
In QGIS, I have NOAA hillshade for the South African coastline. I want to keep only the hillshade for the ocean. However the NOAA hillshade also includes the land terrain, which is low resolution and ...
0
votes
1
answer
526
views
Creating a bathymetric map in QGIS 3.34 using GRASS v.surf.idw
I am brand new to QGIS and GIS in general. I am attempting to create a bathymetric map using data I collected myself. I am trying to use this tutorial: https://www.youtube.com/watch?v=dGDr3BrmmNw
The ...
0
votes
1
answer
78
views
Bathymetry rasters
I have 2 bathymetry rasters of same shape but different min/max values.I need to create a new ratser of same shape that show depth difference between these 2.
2
votes
1
answer
156
views
How do you load a .1x1 (bathymetry) file in QGIS?
I have received bathymetry data in a .1x1 format, which appears to be a challenge to load directly into QGIS. The raw file is structured as a CSV with four columns, containing coordinates, depth, and ...
2
votes
0
answers
72
views
Extracting picture of certain elevation from ETOPO .tiff file
I started learning QGIS a week ago to do an alt-geo map and .tiff files from what I have read contain several image files displayed as 1.
Is there a way for me to export specifically the PNG that ...
3
votes
0
answers
50
views
How to clean dangling ends from bathymetric lines so they can be polygonized? [duplicate]
Problem
I want to turn bathymetric lines into polygons. However, the bathymetric line datasets have multiple dangling ends within them. Because of this, the 'Lines to polygons' or 'Polygonize' tools ...
0
votes
0
answers
86
views
3-D view of .ovr bathymetry raster in ArcGIS Pro
I am working with .ovr format a bathymetry data in ArcGIS Pro. The dataset has the following 4 files (name.asc, name.asc.aux.xml, name.asc.ovr, and name.prj) When I add click "add data" to ...
1
vote
0
answers
638
views
Bathymetry from Satellite Imagery Using Google Earth Engine
I have developed a GEE script that processes Sentinel2 imagery to derive water depths by training against an input of real measurements. The results show a broad scattering of random pixel 'depths' ...
2
votes
1
answer
2k
views
Upload shp, dbf, prj and shx [duplicate]
I have four files from a download of a bathymetry map and sea depth lines. I want to upload the four files to QGIS because I understand that each file has different information, but I can only load ...
0
votes
0
answers
156
views
Stepping artifacts - Merging raster data in ArcGIS Pro
I am working with a large number of raster datasets within multiple geodatabases in ArcGIS Pro. The original source data are imported from ASC format converted from UTM29N to WGS84 (Bilinear ...