CRREL / GRiD-API

9 stars 3 forks source link

Return Product Spatial Reference System information #48

Open AlexMountain opened 5 years ago

AlexMountain commented 5 years ago

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

dpieri commented 5 years ago

Is this planned for 1.4.7?

AlexMountain commented 5 years ago

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.

AlexMountain commented 5 years ago

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.