Opened 5 years ago

Closed 5 years ago

#4412 closed defect (fixed)

Support NaN as NODATA value in Raster

Reported by: komzpa Owned by: Komzpa
Priority: medium Milestone: PostGIS 2.5.3
Component: postgis Version: 2.4.x
Keywords: Cc:

Description

Facebook population dataset comes with NaN as NODATA value and we display it as all NODATA.

Change History (2)

comment:1 by robe, 5 years ago

related pull request: https://github.com/postgis/postgis/pull/407

My only concern with this is that it touches a fair number of files.

That said I'd rather not have it in 2.5.3. I'm fine with it being in 3.0.0.

comment:2 by komzpa, 5 years ago

Resolution: fixed
Status: assignedclosed

In 17465:

[raster] Support NODATA=NaN raster ingestion

Notable example of such raster is Facebook Population Density.

Closes #4412
Closes https://github.com/postgis/postgis/pull/407

Note: See TracTickets for help on using tickets.