You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sdap.apache.org by "RKuttruff (via GitHub)" <gi...@apache.org> on 2023/01/24 23:26:03 UTC

[GitHub] [incubator-sdap-ingester] RKuttruff commented on pull request #69: SDAP-417: Prevent SolrStore from generating documents with incorrect WKT for spatially small tiles

RKuttruff commented on PR #69:
URL: https://github.com/apache/incubator-sdap-ingester/pull/69#issuecomment-1402823267

   Metadata dictionary for tile with this issue:
   
    {
            "table_s": "sea_surface_temp",
            "geo": "POLYGON((179.999 -28.293, 179.999 -28.293, 179.999 -28.156, 179.999 -28.156, 179.999 -28.293))",
            "id": "01b584a4-1bd7-34e6-9647-905e3a1505cc",
            "solr_id_s": "VIIRS_NPP-JPL-L2P-v2016.2!01b584a4-1bd7-34e6-9647-905e3a1505cc",
            "sectionSpec_s": "ni:3195:3200,nj:1830:1845,time:0:1",
            "dataset_s": "VIIRS_NPP-JPL-L2P-v2016.2",
            "granule_s": "20171222140600-JPL-L2P_GHRSST-SSTskin-VIIRS_NPP-N-v02.0-fv01.0.nc",
            "tile_var_name_ss": [
                "sea_surface_temperature",
                "wind_speed"
            ],
            "day_of_year_i": 356,
            "tile_min_lon": 179.99855041503906,
            "tile_max_lon": 179.99856567382812,
            "tile_min_lat": -28.29263687133789,
            "tile_max_lat": -28.156116485595703,
            "tile_depth": 0.0,
            "tile_min_time_dt": "2017-12-22T14:06:00Z",
            "tile_max_time_dt": "2017-12-22T14:06:00Z",
            "tile_min_val_d": -37.345001220703125,
            "tile_max_val_d": -21.8699951171875,
            "tile_avg_val_d": -29.822452545166016,
            "tile_count_i": 55,
            "sea_surface_temperature.tile_standard_name_s": "sea_surface_skin_temperature",
            "wind_speed.tile_standard_name_s": "wind_speed"
        }
   
   Attempting to add this to Solr will cause an error.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@sdap.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org