ghansham

Results 13 issues of ghansham

https://github.com/ossimlabs/ossim/blob/ea69ce56c88bdcc0a3e2d001261f3f6ef949f60b/src/imaging/ossimImageRenderer.cpp#L1914 This line reset the existing imageViewProjectionTransform to NULL value. m_ImageViewTransform should be checked for validity before setting to zero. This breaks backward compatibility.

I observed that if overview file for a general raster tile source is available resampling seems to work faster. But if overview file corresponding to geotiff file is available, it...

I am using only three components namely map, tilelayer, wmssource. Still in the webpackbundle analyzer I am seeing all files getting packed with the build. I am not using webpack.config.js....

enhancement
pinned

Dear All It seems using applying scale_factor and add_offset in the given below method is very slow. Reading a scaled variable (size :11kx11k, datatype:short, add_offset/scale_factor of float data type) in...

help wanted

Dear Sir Do we have support for EPSG:4326 projection. Using equal area cylindrical projection implementation in osssim does not ensure pixel size in x and y direction. Ghansham

If we have a coarsegrid with longitude having Dateline crossover +178 and -178, the LCC projection does not handle it properly. I tried to cross check with proj4 LCC implementation....

Do we have working example for geostationary scanning geometry? Can we add roll and pitch bias given to satellite while doing geolocation?

Dear Sir The following line has uFF and vFF as null when UisSequence is false in createRelativeVorticity method. https://github.com/Unidata/IDV/blob/112f1a37dc6c520eb5514690654359b87092910e/src/ucar/unidata/data/grid/DerivedGridFactory.java#L526 Ghansham

Wont be it better to make the signature of setLineWidth function with float width as backing LineDrawing supports float line width.

Dear Sir Kindly create two separate links for viewing standard output and standard error streams of dag processes. We can also make the error code returned as a link and...

enhancement
someday