You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Product GET endpoint does not return any information about the Product Spatial Reference System. This information is not only helpful to know about the Product but also required in order to properly identify the unit of measure for advanced filtering. We should add an srs field that lists all SRS information about the product.
Example field on the Product object:
'srs':['<srs_string>', '<srs_string>']
The text was updated successfully, but these errors were encountered:
After discussing it with the GRiD team, we're going to try and target a sooner release due to the impact, GRiD 1.4.6.2. No firm date on that yet but I will provide an update once it starts to solidify.
This has been deployed to GRiDUC. Note that currently we are only able to provide this information for Raster and Pointcloud Products. The release with these changes should be deployed to the class systems in the coming weeks.
Currently the Product GET endpoint does not return any information about the Product Spatial Reference System. This information is not only helpful to know about the Product but also required in order to properly identify the unit of measure for advanced filtering. We should add an
srs
field that lists all SRS information about the product.Example field on the Product object:
'srs':['<srs_string>', '<srs_string>']
The text was updated successfully, but these errors were encountered: