Is there a way to specify an alternative table name for Postgis, where granule index for an Imagemosaic is stored?
I have a Grib dataset, which resolves the variable to a very long name: Total_precipitation_surface_12_Hour_Accumulation_probability_above_0p254 During coverage configuration, the table name in Postgis gets truncated: Total_precipitation_surface_12_Hour_Accumulation_probability_ab This is due to current Postgresql table name length limitations. I can see that this variable name is defined in /resources/grib2/grib2VarMap.xml in the grib jar from ucar: grep "Total_precipitation_surface_12_Hour_Accumulation_probability_above_0p254" -R * resources/grib2/grib2VarMap.xml: Is it possible to redefine/change the coverage name in the properties, or indexer.xml file prior to mosaic creation? Otherwise the attempt ends in error. Link to Grib file: https://tgftp.nws.noaa.gov/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.conus/VP.001-003/ds.pop12.bin Thanks a lot in advance!! Alex -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html _______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
