[postgis-tickets] [PostGIS] #3626: Is there a existing ticket for raster nodata larger than numeric(16, 10)?
PostGIS
trac at osgeo.org
Tue Sep 6 08:54:51 PDT 2016
#3626: Is there a existing ticket for raster nodata larger than numeric(16,10)?
--------------------------------------+---------------------------
Reporter: pauldzy | Owner: dustymugs
Type: defect | Status: new
Priority: low | Milestone: PostGIS 2.3.0
Component: raster | Version: 2.2.x
Keywords: raster nodata constraint |
--------------------------------------+---------------------------
I have a variety of EPA grids using Int32 which arrive with a nodata value
of -2147483647 or (after Esri processing) 2147483647. Either way this
fails in _add_raster_constraint_nodata_values which requires the nodata
value to fit into numeric(16,10).
I don't think there is an existing ticket but I do see the relatively
recent alterations to move scale from 16,10 to 25,10. Is it possible to
alter the nodata constraint creator to also use 25,10?
Thanks,
Paul
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3626>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list