-
**Is your feature request related to a problem? Please describe.**
1. Sometimes the spatial match returned by oe_match is much larger than the actual area of interest. This leads to unnecesary large …
-
We have the ability to write GeoTiffs, but the number of CRS's we can convert into GeoTiff tag format is limited. This is because the code that we use to do that was ported from GDAL's code to turn pr…
-
I've run into a problem inside a debian Docker image when trying to use `ruby-gdal `. The `Gdal::Ogr.get_driver_by_name('ESRI Shapefile')` returns nil on this linux platforms. According to the OGR doc…
-
Hi,
The following command "make -j 4" doesn't work when
-DUSE_GDAL=Off or if gdal library is not installed
-
I am trying to use st_read to read a *.txt as a CSV without needing to rename the file.
This works fine:
SELECT * FROM st_read('CarrisMetropolitana/stops.csv', allowed_drivers=['CSV']);
B…
-
Hi,
I have a serverless project that uses a couple of python libs. One of them is gdal.
My requirment.txt looks like this
`numpy
xarray
boto3
gdal
`
and part of my serverless.yml looks lik…
-
The library headers should be split, to allow the codecs to be used without having to have httpd dev libraries.
Also, avoid GDAL prefix, for gdal applications. It's a different namespace, but might s…
-
### Probem
label_grid is slow gdal.RasterizeLayer() provides a similar functionality to label_grid() but is much faster.
### Solution
Add method shapefile_info.rasterize_layer() which creates tar…
-
I have a problem using satellite_sfm.py
The error is reported as follows:
(SatelliteSfM) root@LAPTOP-MOJP7CII:/mnt/d/SatelliteSfM/SatelliteSfM# python satellite_sfm.py --input_folder examples/inputs…
-
Hi, I'm trying to see if VTS could fit into my project.
However when I try to execute the command listed on this tutorial (https://vts-geospatial.org/tutorials/mars-peaks-and-valleys.html),
I get a …