Hi @alxmrs, as per our earlier conversation in discussion #266, I have implemented the code to ingest grid points as polygons in BigQuery. Currently, the code creates a polygon by considering the given latitude and longitude as the center of the polygon.
Note: This implementation only works for a regular_ll grid.
Hi @alxmrs, as per our earlier conversation in discussion #266, I have implemented the code to ingest grid points as
polygons
in BigQuery. Currently, the code creates a polygon by considering the givenlatitude
andlongitude
as thecenter
of the polygon.Note: This implementation only works for a regular_ll grid.