Re: [gdal-dev] Using ogr2ogr with limited memory

2023-09-28 Thread Cainã K . Campos via gdal-dev
I believe that you could try to increase your swap RAM, for linux it is pretty straightforward, and having a SSD or NVME it will perform good. Free disk space is a must have to this to work, as you are going to need about 10 - 20 Gb disk space as swap, according to Even calcs + 8Gb that you have.

Re: [gdal-dev] Lightweight GIS CMS recommendations?

2022-02-22 Thread Cainã K . Campos
Hi Stefan, if geonode is not one option, what about leafmap? You can try to deploy in a streamlit app https://leafmap.org/ On Mon, Feb 21, 2022 at 3:30 PM Stefan Gofferje wrote: > Hi, > > On 2/21/22 19:43, Jesús de Diego Alarcón wrote: > > GeoNode? > > Hmmm, no. > > > El lun., 21 feb. 2022

Re: [gdal-dev] Query regarding using gdalwarp with cutlineSQL

2020-08-01 Thread Cainã K . Campos
I believe that you should use either the cutlineWhere or the cutlineSQL. When I want a single field selection, I use the cutlineWhere, when it is more complex I use the cutlineSQL On Fri, Jul 31, 2020 at 6:40 PM Luke wrote: > You need single quotes around your string literal: > >

Re: [gdal-dev] Need some help understanding why this raster is so big

2020-03-13 Thread Cainã K . Campos
d be the limiting factor for speed in > this case? > > On Fri, Mar 13, 2020 at 8:33 AM Cainã K. Campos > wrote: > >> Hello Brian, >> >> Try to add the switch -co "COMPRESS=LZW" to the command line to >> generate a compressed result with lossles

Re: [gdal-dev] Need some help understanding why this raster is so big

2020-03-13 Thread Cainã K . Campos
Hello Brian, Try to add the switch -co "COMPRESS=LZW" to the command line to generate a compressed result with lossless compression. On Fri, Mar 13, 2020 at 9:07 AM Brian wrote: > So compressed this raster is fairly small about 120mb but running > gdal_warp produces a raster that is about

Re: [gdal-dev] Convert TIF to BIL

2020-03-11 Thread Cainã K . Campos
our recommendation of GDALWARP, and received this error message: > > > > ERROR 1: Too many points (529 out of 529) failed to transform, unable to > compute output bounds. > > Warning 1: Unable to compute source region for output window > 0,0,2784,89882, skipping. > > >

Re: [gdal-dev] Convert TIF to BIL

2020-03-10 Thread Cainã K . Campos
On Tue, Mar 10, 2020 at 8:47 AM Cainã K. Campos wrote: > Bret, > > based on the link sent > https://www.softwright.com/faq/support/toposcript_bil_file_format.html > looks like the .blw file is not just the .tfw file renamed, as it should > have other kind of parameters such