Thanks a Lot Giuseppe
Great link... but I have the question?
is possible calculated Standard Deviation with oft-cal.
Regards
--
View this message in context:
http://osgeo-org.1560.n6.nabble.com/batch-for-mean-by-gdal-calc-tp4996911p4999080.html
Sent from the GDA
Hello Gdalers!!!
I'm calculated mean for many image MODIS is posible simply this
calculation is tooo large...
gdal_calc.py -A MOD13A3_2001001_.tif -B MOD13A3_2002001_.tif -C
MOD13A3_2003001_.tif -D MOD13A3_2004001_.tif -E MOD13A3_2005001_.tif -F
MOD13A3_2006001_.tif -G MOD13A3_2007001_.tif -H
Hello GDALERS''
Today I'm processing product MODIS MOD13A3 & MOD_Grid_monthly_1km_VI:1 km
monthly EVI,
gdalbuildvrt -hidenodata -vrtnodata "-1 1" mosaic_sinu.vrt
'HDF4_EOS:EOS_GRID:"MOD13A3.A232.h11v11.005.2006271173535.hdf":MOD_Grid_monthly_1km_VI:1
km monthly EVI' \
Hello Everyone
Thanks a lot Jose.
Your Script running okYour solution is very clever.
Congratulations.
--
View this message in context:
http://osgeo-org.1560.n6.nabble.com/Convert-to-temperature-in-degrees-C-in-MODIS-Ocean-Color-tp4989237p4989478.html
Sent from the GDAL
Thanks Etienne
But python is not my best skill in this session
I will try!
--
View this message in context:
http://osgeo-org.1560.n6.nabble.com/Convert-to-temperature-in-degrees-C-in-MODIS-Ocean-Color-tp4989237p4989377.html
Sent from the GDAL - Dev mailing list archive at Nabble.co
Hello Everyone
I'm trying import A20030012003008.L3m_8D_NSST_4, with gdal with this script:
for file in A*L3m_8D_NSST_4 ; do
echo "map: $file"
gdal_translate -a_srs "+init=epsg:4326" -a_nodata 65535 \
-a_ullr -180 90 180 -90 -co "COMPRESS=PACKBITS" \
HDF4_SDS:UNKNOWN:"$file":0 ${fi
Hello Everyone
I sending mode batch for many files NETCDF
for file in fnl*.nc ; do
echo "map: $file"
gdal_translate -a_srs "EPSG:4326" -a_nodata 65535 -a_ullr -180 90 180
-90
NETCDF:"$file":T_CDC_3_CCY_10 ${file}_prep.tif
done
Thanks a lot for assistance Etienne!
Thanks a Lot Mr Etienne
The file was imported correctly, but not too much how to make this batch
for many files!
Regards
--
View this message in context:
http://osgeo-org.1560.n6.nabble.com/How-to-Import-one-Subdataset-to-Netcdf-tp4980075p4980080.html
Sent from the GDAL - Dev mailing list
Hello Everyone
I'm import many files ntcdf like fnl_19990801_00_00.nc... by console in
Ubuntu 10.04LTS by gdal_traslate, but not knowing how insert subdataset
T_CDC_3_CCY_10
*david@laptop:~/tesis/karina/netcdf$ gdal_translate -of netcdf
fnl_19990801_00_00.nc out.gtiff
Input file contains subdata