Mikiya83
Mikiya83
Unfortunately it is the complete manpage :( ``` [~] # ps -h ps: invalid option -- 'h' BusyBox v1.24.1 (2018-12-28 02:26:16 CST) multi-call binary. Usage: ps [-o COL1,COL2=HEADER] [-T] Show...
The only way i find to get cpu or memory reporting is to use top. If you need other tests, i'm available ;)
Ok i see the idea. But i just try it in this order : - `gdal_merge.py -o /data/lc8_rgb.tif -separate -co PHOTOMETRIC=RGB -co COMPRESS=DEFLATE /data/LC08_L1TP_195030_20191113_20191202_01_T1_B4.TIF /data/LC08_L1TP_195030_20191113_20191202_01_T1_B3.TIF /data/LC08_L1TP_195030_20191113_20191202_01_T1_B2.TIF` - `python manage.py producttype...
Does the name of the properties in browsetype ( `--green "Green"` for example) has to match exactly with values in field "identifier" in the RGB coverage type ? I cannot...
Hi I try multiple combinations of images and everytime i use Int16 (or UInt16), i can't get a working image by WMS requests in web client or QGIS client. The...
Thanks for your quick response
Thanks for your reply ! I tried the second option, which seems to be better in my case. I can now import a VRT file which is a flat mosaic...
Another idea : i generated internal overviews in a GTiff with gdaladdo, so do EOx use them to render image when client zoom/unzoom ? Goal is to reduce network impact...