Skip to content

Dead kernels reading certain raster files #85

@geordgez

Description

@geordgez

Note that this could be an issue with my local machine/environment since the tests using the same datasets appear to be fine.

In gaia.geo.geo_inputs, when using the read function of a RasterFileIO object, large raster files kill my iPython Notebook kernel e.g., globalprecip below (~300kb):

globalprecip = RasterFileIO(uri='../../tests/data/globalprecip.tif')
gp_ar = mb_nodata_small.read() # running this line kills the kernel

I don't run into any problems with '../../tests/data/globalairtemp.tif' (~100kb) and smaller files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions