ocgis icon indicating copy to clipboard operation
ocgis copied to clipboard

OpenClimateGIS is a set of geoprocessing and calculation tools for CF-compliant climate datasets.

Results 57 ocgis issues
Sort by recently updated
recently updated
newest added

Dear OCGIS, Thank you for this tool. It seems it's been some time since any updates have been made. I've been trying several ways to get it to work in...

Address https://github.com/NCPP/ocgis/issues/522

From GDAL v3.2, importing in this way: ```python import ogr ``` fails with error (apparently, this import approach ["has been deprecated for 10 years"](https://github.com/OSGeo/gdal/issues/3149#issuecomment-722405498)) Trace: ```shell import ocgis File "/opt/conda/lib/python3.9/site-packages/ocgis/__init__.py",...

It seems like every year or two I have to run code I wrote in 2016 and I come back here for some help getting it going again. Thank you...

The mapping files from OCGIS are pretty bare bones and need more meta-data added to them. I'd like to see the same sort of metadata that are on the ESMF...

enhancement

After upgrading to GDAL 3.3, I'm suddenly getting the error below. I'm not quite sure what it means but I'm guessing something has changed in GDAL 3.3 that leads to...

When a spatial subset is used with a chunked regridding operation, the mapping to global indices is lost. These indices should be tracked and used during weight file reconstruction.

enhancement

Remove the raster artifacts that create virtual holes/interiors: ![image](https://user-images.githubusercontent.com/636921/79587143-b26b1280-8097-11ea-8143-eb64b4831a6b.png) Simplest solution is to identify self-intersections and remove one of the coordinate sets. There may be other combinations lurking in NHD...

enhancement

Deeply nested netCDF data structures with inherited dimensions are causing issues with dimension map nesting and dimension retrieval from metadata. The two main issues are: 1. Dimension map parametrization should...

bug

@mkmitchell reported an issue with a NARR dataset having a Lambert Conformal Conic projection. The lat/lon coordinate variables were marked with axis x/y attributes. The Cartesian x/y coordinate variables had...

bug