Custom Query (432 matches)
Results (271 - 273 of 432)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#100 | fixed | Geotiff viewer crashes on loading ENVI-produced Geotiff | anch | benj |
Description |
If you create a Geotiff using ENVI (for example of a DEM) and then try and load that Geotiff into the Geotiff viewer, the viewer crashes with no error message (just produces a Bugzilla window). |
|||
#167 | fixed | Hardcoded default bands in bil.hdr | mggr | mark1 |
Description |
Default bands in the bil.hdr are hard coded such that they always assume the full range of bands is used. This causes errors in ENVI when it tries to load the bil file. |
|||
#310 | fixed | have multiple resolution versions of quadtree stored at one time | chrfi | chrfi |
Description |
basically the quad tree will contain buckets containing different resolutions. the quadtree will still be built at full resolution (or whatever resolution is specified in the constructor. the user will be able to request buckets from subset that contain a lower resolutions. This will mitigate the fact that as buckets are chached as a whole the entire bucket must be cached to access only a single or few points. |