-
The aim of this project is to create usuable and light GDAL docker image and AWS Lambda layer. Following this statement, I'd like to make some change to the available drivers we currently allow by fol…
-
I installed MODIStsp from github and at first run requires a GDAL version 2.2.3 but I have installed GDAL 3.0.2
```
require(MODIStsp)
Loading required package: MODIStsp
> MODIStsp()
MODISt…
-
Hi, i am trying to build a simple app with nitro using QtCreator. I made the following steps:
> python waf configure --enable-debugging --prefix=installed
> python waf build
> python waf install
…
Kyeiv updated
5 years ago
-
Author Name: **Bob Holcomb** (Bob Holcomb)
Original Redmine Issue: [12591](https://issues.qgis.org/issues/12591)
Affected QGIS version: 2.8.1
Redmine category:rasters
---
I have an application that …
-
Our testing showed Dask is unacceptably slow to scatter/submit and gather a data object containing a 2D array for parallel processing on a single computer using a local distributed Client. Over the pa…
-
No IDG 1.0.5, tínhamos Plone 4.3.3 e [plone.app.contenttypes 1.0](https://github.com/plone/plone.app.contenttypes/blob/1.0/plone/app/contenttypes/indexers.py#L100,L102):
```python
@indexer(ILink)
…
-
In some file formats the point information are at the end of the file rather than the start (e57 for example). At the moment the only way to read those headers is to set trustedHeaders to false which …
-
TGTEVEL and TGTEVELUNIT
EVEL should be ELEV (for elevation) according to NITF standard.
https://github.com/hobu/nitro/blob/763182ce333f99d9f85fa1449e9cbe16750f72e0/c/nitf/shared/MSTGTA.c#L38
-
PDAL version:1.9,1.8,1.6
My way to compile PDAL:
```
set(_proj_name pdal)
set(_SB_BINARY_DIR "${SB_BINARY_DIR}/${_proj_name}")
ExternalProject_Add(${_proj_name}
DEPENDS hexer laszi…
-
I have a NITF file with junk data in the UDID record (it contains an arbitrary string rather than a TRE). Because GDAL's NITF reader concatenates the UDID and IXSHD records and then parses the joined…