python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Spatial resampling of netCDF file in python
I am working with Sentinel 3 SLSTR data which comes in netCDF file format. The file contains 11 bands:
S1-S6 (500 m resolution) and S7-S9 and F1 & F2 (1000 m resolution). S1-S6 contains radiance v...
navin kumar
Votes: 0
Answers: 0
Attempt to invoke virtual method 'int org.gdal.ogr.Layer.CreateField(org.gdal.ogr.FieldDefn)' on a null object reference
In Android, I use GDAL to export SQLite data to Shapefile format. But I get this Exception:
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'int org.gdal.ogr.Layer.CreateFi...
Zahra Ebrahimi
Votes: 0
Answers: 1
GDAL dll points to old python
I am trying to use gdal from Christopher Gohlke's site and apparently, the path to the gdal303.dll is set in old Python3.9 while I am currently using Python3.10, and throws FilNotFoundError. The stack...
Kaleab Woldemariam
Votes: 0
Answers: 0
Deploying Node.js app with gdal | AWS Elastic Beanstalk
I'm trying to deploy a node.js app but get stuck with an error about missing dependencies for gdal.
Error: /lib64/libm.so.6: version 'GLIBC_2.27' not found (required by /var/app/current/node_modules/g...
Andreto
Votes: 0
Answers: 1