Skip to main content

Questions tagged [tiff]

TIFF (originally standing for Tagged Image File Format) is a file format for storing images.

-1 votes
0 answers
19 views

How to Generate an Orthomosaic Map from Multi-Spectral Drone Captured Images?

I have a set of multi-spectral images captured by a drone stored in folder, using file_name we can derive its band and index, for example: - ('IMG_0298_1.tif', 'Red', 1) - ('IMG_0298_2.tif', 'Green', ...
M. D. P's user avatar
  • 740
0 votes
0 answers
6 views

Showing TIF image as overlay on top of Folium map in Python Jupyter

I am a bit of a newbie to more complex mapping in Python and Jupyter. I am trying to display a TIF image as an overlay on top of a Folium map I created. I tried various approaches (after intensive ...
zixy99's user avatar
  • 33
0 votes
1 answer
25 views

Selecting GDAL driver for writing KML file from TIFF

I have some DEM data from USGS which I'm trying to write as a contour map to a KML file. I'm working with GDAL 3.4.1. , which I installed using Anaconda $ gdal_contour Downloads/...
user1592380's user avatar
  • 35.5k
0 votes
0 answers
22 views

reading tif file shows framecount 1, but Microsoft photos shows multiple pages [duplicate]

I have more than a hundred tif files to import images from. When I am reading a tif file, it shows a framecount of 1. This indicates to me one page. However, when I view the file in Microsoft ...
Al G's user avatar
  • 41
1 vote
0 answers
59 views

Handling ASCII Encoding Error When Saving TIFF Files in Python

I'm working on a Python script that processes images and saves them as TIFF files using the tifffile library. The script runs as part of a larger pipeline where I use the ashlar tool to process these ...
Melissa's user avatar
  • 11
0 votes
0 answers
30 views

Set metadata in TIFF files with gdalUtilities?

I'd like to modify the metadata of a TIFF file, in particular the TIFFTAG_XRESOLUTION, TIFFTAG_YRESOLUTION and the TIFFTAG_RESOLUTIONUNIT in which they are expressed. Is this possible with R? With ...
Jean-Luc Dupouey's user avatar
0 votes
1 answer
50 views

How to read float32 .tiff images with GIMP?

I created a float32 .tiff image that represents the magnitude spectrum from an fft. The image is grayscale. The problem is I dont know how to view the image in GIMP as it displays a pure white image. ...
Cristian Cutite's user avatar
-1 votes
1 answer
41 views

Convert HDF image to tiff in python

I just need to convert HDF image to tiff in python, but I have no programming knowledge. Do you have a script ready or a tutorial? I used NASA's HEG Tools, but it is obsolete. I have little ...
Fran's user avatar
  • 1
0 votes
0 answers
70 views

Not able to read 16 bit TIFF file using OpenCV

I am trying to read a 16 bit TIFF image and it is not able to read the file. When I print img it returns NONE. import cv2 # from tifffile import imread path = "day-02000.tif" img = cv2....
Hrithik Kanoje's user avatar
0 votes
1 answer
103 views

Loading tiff image using PIL in Python leads to kernel restart

I encounter a problem for loading tiff images using PIL in Python. I downloaded the test tiff files from: https://libtiff.gitlab.io/libtiff/images.html For example, trying to load "zackthecat.tif&...
Alexos's user avatar
  • 1
0 votes
0 answers
29 views

R fails to build shared library tiff.so

Using install.packages("tiff"), the compiling completes, but it fails in the final testing step. This is done on Ubuntu 20.04. R version is 4.1.0. I've been successful to this point in ...
user263782's user avatar
0 votes
0 answers
38 views

I want to create digital terrain model using lidar file python

I have a lidar image and I want to create a dtm image using python, but the methods I tried do not give the result I want. I want a smooth look, but I sharpen the trees. I have tried a few methods ...
Gizem's user avatar
  • 1
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
1 vote
0 answers
45 views

Find the number of layers in an *ome.tif file using tifffile package

Here are the standards for a pyramidal ome-tif file: https://docs.openmicroscopy.org/ome-model/5.6.3/ome-tiff/ These files are supported by the tifffile package in python: https://github.com/cgohlke/...
Jeff's user avatar
  • 704
1 vote
0 answers
25 views

How create a tiff image from dataframe with a grid python [duplicate]

I have a dataframe with a grid of 3 columns utm N utm E Value How can i create a tiff image using this grid ? Data: E N value 0 754104.853089 7.105749e+06 -0....
Vitor Bento's user avatar

15 30 50 per page
1
2 3 4 5
161