|
Is it possible to ignore existing overview when performing decimated read?
Was left as an exercice for a contributor: https://github.com/OSGeo/gdal/pull/3181 Even
Was left as an exercice for a contributor: https://github.com/OSGeo/gdal/pull/3181 Even
|
By
Even Rouault
· #650
·
|
|
Reprojecting GEOTIFF to epsg:3857 with scrambled CRS data (possibly GCJ-02)
seem This had been discussed for PROJ in https://github.com/OSGeo/PROJ/issues/982 Summary: apparently technically doable, but for legal reasons for folks operating in China, cannot be included in PROJ
seem This had been discussed for PROJ in https://github.com/OSGeo/PROJ/issues/982 Summary: apparently technically doable, but for legal reasons for folks operating in China, cannot be included in PROJ
|
By
Even Rouault
· #567
·
|
|
MemoryFile loses Profile information
By default, the JP2OpenJPEG driver uses a lossy compression (my personal take on JPEG2000 is that it has very limited interested when used in its lossless profile. Better use more conventional algorit
By default, the JP2OpenJPEG driver uses a lossy compression (my personal take on JPEG2000 is that it has very limited interested when used in its lossless profile. Better use more conventional algorit
|
By
Even Rouault
· #517
·
|
|
Speed up reading rasters
If you have control on how the creation of the TIFF file, make sure it uses Band interleaving instead of Pixel interleaving For example, with gdal_translate can be done with -co INTERLEAVE=BAND If the
If you have control on how the creation of the TIFF file, make sure it uses Band interleaving instead of Pixel interleaving For example, with gdal_translate can be done with -co INTERLEAVE=BAND If the
|
By
Even Rouault
· #496
·
|
|
CRS & EPSG issues
> ERROR 1: PROJ: proj_create_from_database: cannot build geodeticCRS 4326: > SQLite error on SELECT name, ellipsoid_auth_name, ellipsoid_code, > prime_meridian_auth_name, prime_meridian_code, area_of_
> ERROR 1: PROJ: proj_create_from_database: cannot build geodeticCRS 4326: > SQLite error on SELECT name, ellipsoid_auth_name, ellipsoid_code, > prime_meridian_auth_name, prime_meridian_code, area_of_
|
By
Even Rouault
· #489
·
|
|
Transverse Mercator Complex projection
rio.read(): My understanding is that Transverse_Mercator_Complex corresponds to PROJ "etmerc" method, which is the default since PROJ 4.9.3 for UTM. PROJ just lacks a mapping for the Transverse_Mercat
rio.read(): My understanding is that Transverse_Mercator_Complex corresponds to PROJ "etmerc" method, which is the default since PROJ 4.9.3 for UTM. PROJ just lacks a mapping for the Transverse_Mercat
|
By
Even Rouault
· #452
·
|
|
Reading NetCDF file as inMemoryFile
You were responding to "userfaultfd support: yes" ? Hum, then I'm not sure. Are you running in a container ? Maybe there are some restrictions by default. Dunno. But you should see GDAL error messages
You were responding to "userfaultfd support: yes" ? Hum, then I'm not sure. Are you running in a container ? Maybe there are some restrictions by default. Dunno. But you should see GDAL error messages
|
By
Even Rouault
· #401
·
|
|
Reading NetCDF file as inMemoryFile
Can you check for the following too ? userfaultfd support: yes to check that you actually built against sufficiently recent kernel headers.
Can you check for the following too ? userfaultfd support: yes to check that you actually built against sufficiently recent kernel headers.
|
By
Even Rouault
· #398
·
|
|
Reading NetCDF file as inMemoryFile
RTF(anstatic)M :-) https://gdal.org/drivers/raster/netcdf.html#vsi-virtual-file-system-api-support "Since GDAL 2.4, and with Linux kernel >=4.3 and libnetcdf >=4.5, read operations on /vsi file system
RTF(anstatic)M :-) https://gdal.org/drivers/raster/netcdf.html#vsi-virtual-file-system-api-support "Since GDAL 2.4, and with Linux kernel >=4.3 and libnetcdf >=4.5, read operations on /vsi file system
|
By
Even Rouault
· #395
·
|
|
Writing ESRI sidecar files
Indeed. You can play with the GTIFF specific PROFILE creation option (see https://gdal.org/drivers/raster/gtiff.html#creation-issues) PROFILE=BASELINE: .aux.xml only created if presence of georeferenc
Indeed. You can play with the GTIFF specific PROFILE creation option (see https://gdal.org/drivers/raster/gtiff.html#creation-issues) PROFILE=BASELINE: .aux.xml only created if presence of georeferenc
|
By
Even Rouault
· #254
·
|
|
rasterio Google Cloud Storage (GCS) access
Actually, this warning is GDAL specific, and has nothing to do with curl (but of course curl without SSL support is rather useless). The service account authentication method of Google OAuth2 requires
Actually, this warning is GDAL specific, and has nothing to do with curl (but of course curl without SSL support is rather useless). The service account authentication method of Google OAuth2 requires
|
By
Even Rouault
· #99
·
|
|
Rasterio 1.0.3.post1
Sean, Your wheels use openjpeg for GDAL JPEG2000 capability, right ? There has been a change in GDAL ./configure in 2.3.0 related to openjpeg detection. It now requires pkg-config to be available to d
Sean, Your wheels use openjpeg for GDAL JPEG2000 capability, right ? There has been a change in GDAL ./configure in 2.3.0 related to openjpeg detection. It now requires pkg-config to be available to d
|
By
Even Rouault
· #40
·
|