Skip to main content

Questions tagged [geotiff]

GeoTIFF is a public domain metadata standard which allows georeferencing information to be embedded within a TIFF file.

0 votes
0 answers
12 views

GeoServer Layer Not Displaying Entire GeoTIFF Image

I'm having an issue with GeoServer not displaying the entire GeoTIFF image. The image is about 5.23 GB and displays correctly in QGIS, but when I create a layer in GeoServer, only a portion of the ...
David Ortiz's user avatar
1 vote
1 answer
32 views

Error during exporting of image from Google Earth Engine to Google Drive through Jupyter Notebook

Trying to export a geoTIFF file from Google Earth Engine to my Google Drive using Python code. I'm running it on Jupyter Notebook. The code works without error. The problem is that the folder "...
Sudeshna Ghosh's user avatar
0 votes
1 answer
19 views

Using StreamingRenderer with GeotiffReader

I've been having trouble getting the geotools StreamingRenderer to display an image from a Geotiff correctly. I'm using a visible earth geotiff from nasa but I see this problem with other EPSGE:4326 ...
Clifford Harms's user avatar
-1 votes
0 answers
45 views

Issue opening geotiffs downloaded with rvest

I am trying to download ~200 geotiffs into R using package 'rvest'. A screenshot of the website: I am using this code: library(rvest) setwd("path-to-my-directory") url <- &...
sbliss's user avatar
  • 85
0 votes
1 answer
47 views

Cannot open geotiffs downloaded with rvest

I am trying to download ~200 geotiffs from NOAA into R using package 'rvest'. The website with the data is here (https://noaadata.apps.nsidc.org/NOAA/). NOAA provides instructions on how to bulk ...
sbliss's user avatar
  • 85
0 votes
0 answers
50 views

How to use gdal_translate in Python

I am trying to convert a netCDF file to a Cloud Optimized GeoTiff (COG) format. I have been able to do so successfully in the OSGeo4W Shell using the following command: gdal_translate -of GTiff NETCDF:...
gwydion93's user avatar
  • 1,823
0 votes
0 answers
13 views

Inverting an irregular gap in a GeoTIFF?

Here's the situation... I want to make a 3D map of Palmyra Atoll, which looks like this: And so I secured from NOAA a GeoTIFF of this 5m grid: ...which looks like this: When I use TouchTerrain to ...
Iotatron's user avatar
0 votes
0 answers
15 views

How do I create a Mapbox tileset from multiple GeoTIFFs

I have 22GB of aerial photography that I'd like to display on a map. The data is a collection of GeoTIFFs, where each image is only 15MB. From looking at the mapbox uploads API, I can't see a way to ...
Hannesh's user avatar
  • 7,428
0 votes
0 answers
38 views

QGIS and rasterio differences in processing/loading

I am working with large geotiff files and I am struggling to find a workflow that can actually handle them. Right now my biggest issue is that I can easily read all of these files in QGIS, indicating ...
pedro's user avatar
  • 1
0 votes
0 answers
51 views

Force gdal.warp to ignore source file no data-values

I am trying to crop a satellite image (in GeoTIFF format) to the extent of a region of interest (irregularly shaped polygon outlining the area of a glacier) using gdal.warp in Python. While doing this ...
captainjasper's user avatar
0 votes
1 answer
30 views

Unable to Write Metadata to JP2 Files Using PyExifTool

I convert some tiff files to jp2 and I want to copy their metadata on the new files. Here is an example of the metadata from a metadata viewer: Raster to World Matrix: Units: Meters amx[ 0]=0....
mkr's user avatar
  • 29
0 votes
0 answers
29 views

How to use geotools to load tif files and generate images using WMS like GeoServer

I want to use geotools to write code to implement geoserver loading tif files to implement wms services. After loading geotools, I performed wms output, but my code encountered two problems: the first ...
threecat's user avatar
0 votes
0 answers
29 views

GDAL set fixed max value for stretching tiff images

I need to homogenize a set of files where the minimum value is always 1 while the maximum should be 366 I would like to use GDAL to perform this operation and this is my code: for tiff in `cat list....
sylar_80's user avatar
  • 351
1 vote
1 answer
115 views

Exporting PostGIS Raster Data to GeoTIFF using gdal_translate - Selecting Subdataset Issue

I am trying to export a PostgreSQL table containing raster data to a GeoTIFF file using gdal_translate. I am looking for assistance on how to specify the subdataset in the gdal_translate command when ...
Alireza sherkatmaesum's user avatar
0 votes
0 answers
38 views

Making RGB tiff files from red,green,and blue bands

i have three geotiff orthomosaic images which i have processed from pix4d mapper. one is red band, one is blue band, one is green band. I have to combine these three images to form an rgb geotiff ...
Midhun Bose's user avatar

15 30 50 per page
1
2 3 4 5
35