Unable to find the sql anywhere driver in gdal. What could be the reason,
where can i download that driver.Where can i get some knowledge about that
driver.*Is there any way to connect to SAP HANA with gdal*.
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
__
been experimenting and worked this much out
*[mick@cave OSMIndia]$ ogr2ogr -f "MapInfo File" -skipfailures -progress
bhutan.tab bhutan-latest.osm.pbf*
*0...10...20...30...40...50...60...70...80...90...100 - done.*
ERROR 1: Layer 'lines' does not already exist in the output dataset, and
cannot be cr
Been struggling with this for a month with this. I'm trying to convert an
open street map to MapInfo, dropping some fields as I go, if possible.
I believe ogr2ogr is the appropriate tool and can see what looks like part
of what I want in https://gdal.org/1.11/ogr2ogr.html but it is too spartan
for
Hi
At the ESRI DevSummit 2019, ESRI demonstrated how it's possible to use GDAL
with ArcGIS Pro using python :
https://www.youtube.com/watch?v=FXlokt6mCkA&list=PLaPDDLTCmy4Y3e8AkFYr9n-njdf2fAbS4&index=26
best regards
xl
___
gdal-dev mailing list
gdal-d
On mercredi 6 mars 2019 11:38:50 CET Rahkonen Jukka (MML) wrote:
> Hi,
>
> In the documentation of GDAL config options I noticed this:
> GDAL_SWATH_SIZE
> Defaults to 1000 (10 MB). Used by gcore/rasterio.cpp
> Size of the swath when copying raster data from one dataset to another one
> (in byt
Hi,
maybe Pytroll could also be of interest.
See e.g.
https://pytroll.readthedocs.io/en/latest/quickstart_avhrr.html
https://pytroll.readthedocs.io/en/latest/quickstart_viirs.html
Markus
On Wed, Mar 6, 2019 at 10:02 AM Rutger wrote:
>
> Hey,
>
> For as far as i know, the geolocation with GDAL
Hi,
In the documentation of GDAL config options I noticed this:
GDAL_SWATH_SIZE
Defaults to 1000 (10 MB). Used by gcore/rasterio.cpp
Size of the swath when copying raster data from one dataset to another one (in
bytes). Should not be smaller than GDAL_CACHEMAX
Should it be "...not be bigger
Hey,
For as far as i know, the geolocation with GDAL only works for regular
(rectilinear?) grids. Swaths of scanning sensors (like MODIS/VIIRS etc) are
often irregular because of the bow-tie or other effects.
Have a look at Satpy or Pyresample (which Satpy uses) to handle those more
complex cases