You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sdap.apache.org by GitBox <gi...@apache.org> on 2021/09/14 18:51:45 UTC

[GitHub] [incubator-sdap-ingester] skorper opened a new pull request #40: Added standard name field to solr doc

skorper opened a new pull request #40:
URL: https://github.com/apache/incubator-sdap-ingester/pull/40


   To support https://github.com/apache/incubator-sdap-nexus/pull/132, I've added the standard name to the solr doc, and the var_name field in the solr doc uses the var name instead of the standard name. In summary, this means the solr doc will now include both standard name and var name. 
   
   I also fixed some failing tests in granule_ingester/tests/writers/test_SolrStore.py


-- 
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



[GitHub] [incubator-sdap-ingester] skorper closed pull request #40: Added standard name field to solr doc

Posted by GitBox <gi...@apache.org>.
skorper closed pull request #40:
URL: https://github.com/apache/incubator-sdap-ingester/pull/40


   


-- 
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



[GitHub] [incubator-sdap-ingester] skorper edited a comment on pull request #40: Added standard name field to solr doc

Posted by GitBox <gi...@apache.org>.
skorper edited a comment on pull request #40:
URL: https://github.com/apache/incubator-sdap-ingester/pull/40#issuecomment-922148942


   @ngachung This has been tested on bigdata and is working as expected. 
   
   ```json
   {
   	"table_s":"sea_surface_temp",
   	"geo":"POLYGON((-169.151 -74.689, 176.297 -74.689, 176.297 -66.909, -169.151 -66.909, -169.151 -74.689))",
   	"id":"9d0c7f3b-6672-3ac7-9286-d3d2fdc04d72",
   	"solr_id_s":"ascat-l2-coastal-multi-t4!9d0c7f3b-6672-3ac7-9286-d3d2fdc04d72",
   	"sectionSpec_s":"NUMCELLS:30:60,NUMROWS:2250:2280",
   	"dataset_s":"ascat-l2-coastal-multi-t4",
   	"granule_s":"ascat_20170102_182400_metopb_22278_eps_o_coa_2401_ovw.l2.nc",
   	"tile_var_name_s":"[\"wind_speed\", \"wind_dir\"]",
   	"tile_standard_name_s":"[\"wind_speed\", \"wind_to_direction\"]",
   	"tile_min_lon":[-169.15091999999999],
   	"tile_max_lon":[176.29652000000002],
   	"tile_min_lat":[-74.68925],
   	"tile_max_lat":[-66.90910000000001],
   	"tile_depth":[0.0],
   	"tile_min_time_dt":"2017-01-02T19:34:18Z",
   	"tile_max_time_dt":"2017-01-02T19:35:13Z",
   	"tile_min_val_d":1.100000023841858,
   	"tile_max_val_d":321.6000061035156,
   	"tile_avg_val_d":129.461181640625,
   	"tile_count_i":202,
   	"_version_":1711198223215886336
   },
   ```


-- 
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



[GitHub] [incubator-sdap-ingester] skorper commented on pull request #40: Added standard name field to solr doc

Posted by GitBox <gi...@apache.org>.
skorper commented on pull request #40:
URL: https://github.com/apache/incubator-sdap-ingester/pull/40#issuecomment-922148942


   @ngachung This has been tested on bigdata and is working as expected. 
   
   ```json
   {
   	"table_s":"sea_surface_temp",
   	"geo":"POLYGON((-169.151 -74.689, 176.297 -74.689, 176.297 -66.909, -169.151 -66.909, -169.151 -74.689))",
   	"id":"9d0c7f3b-6672-3ac7-9286-d3d2fdc04d72",
   	"solr_id_s":"ascat-l2-coastal-multi-t4!9d0c7f3b-6672-3ac7-9286-d3d2fdc04d72",
   	"sectionSpec_s":"NUMCELLS:30:60,NUMROWS:2250:2280",
   	"dataset_s":"ascat-l2-coastal-multi-t4",
   	"granule_s":"ascat_20170102_182400_metopb_22278_eps_o_coa_2401_ovw.l2.nc",
   	"tile_var_name_s":"[\"wind_speed\", \"wind_dir\"]",
   	"tile_standard_name_s":"[\"wind_speed\", \"wind_to_direction\"]",
   	"tile_min_lon":[-169.15091999999999],
   	"tile_max_lon":[176.29652000000002],
   	"tile_min_lat":[-74.68925],
   	"tile_max_lat":[-66.90910000000001],
   	"tile_depth":[0.0],
   	"tile_min_time_dt":"2017-01-02T19:34:18Z",
   	"tile_max_time_dt":"2017-01-02T19:35:13Z",
   	"tile_min_val_d":1.100000023841858,
   	"tile_max_val_d":321.6000061035156,
   	"tile_avg_val_d":129.461181640625,
   	"tile_count_i":202,
   	"_version_":1711198223215886336
   },
   },
   ```


-- 
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



[GitHub] [incubator-sdap-ingester] skorper commented on pull request #40: Added standard name field to solr doc

Posted by GitBox <gi...@apache.org>.
skorper commented on pull request #40:
URL: https://github.com/apache/incubator-sdap-ingester/pull/40#issuecomment-923185638


   Closing this PR because the agreed upon multi-var format has changed. A new PR will be opened with the multi-var solr metadata format. 


-- 
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



[GitHub] [incubator-sdap-ingester] skorper commented on pull request #40: Added standard name field to solr doc

Posted by GitBox <gi...@apache.org>.
skorper commented on pull request #40:
URL: https://github.com/apache/incubator-sdap-ingester/pull/40#issuecomment-919426072


   @ngachung @wphyojpl FYI


-- 
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