Stuart Lynn
Stuart Lynn
Hello Esri team and wider contributing group. Both of the classes mentioned in the issue title have overrides to the default asGeoJson method implemented in OGCGeometry. On calling `op.execute` for...
refers #280
Hacked to build wheels for the latest GDAL release. I'm using the conda-forge feedstock to determine appropriate versions of geos, proj etc. Swapped to cmake for building some of the...
**Describe the bug** The ST_GeometryType(_geom_) method in PostGIS returns the appropriate ST_ constructor for _geom_. Executing the following query will return different results when executed with Mosaic vs. PostGIS: `select...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
Functionality to process mesh data composed of masspoints and breaklines, perform elevation interpolation against a regular grid and produce surface model rasters.
updated the quickstart notebook to use v0.4x and the newer `MosaicAnalyzer` class (`MosaicFrame` is now removed from the package).
Methods for getting / setting the pixel data type on rasters.
A few tweaks to the checkpointing logic
We had a lot of unused imports in the scala base. Ran the import optimizer to try and clean these up.