python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Reprojection of North Polar Stereographic binary to Lon/Lat grid (rasterio or gdal in python)
Now, I am working on Stage IV dataset (Precipitation dataset in CONUS).
https://data.eol.ucar.edu/dataset/21.093
This is a binary data that shapes (1121 x 881) array and local 4km polar-stereographic...
TBan
Votes: 0
Answers: 1
GDAL python : How to convert GEOTIFF to TIFF
I would like to convert a GEOTIFF to a normal TIFF with python. I'm trying to use gdal but cannot if more than one page..
How can I do it please ?
Thanks for help

Léo Dunand
Votes: 0
Answers: 1
Python GDAL: Count the number of pixels of the raster image using a range of pixel values
I have some raster files and I want to count the number of pixels in each file with pixel values falling in between some specific range. I tried the following code, though it runs but produces wrong n...

Asif Marazi
Votes: 0
Answers: 1