planetlabs / qgis-planet-plugin

Browse, filter, preview and download Planet Inc imagery in QGIS.
https://developers.planet.com/docs/integrations/qgis/
GNU General Public License v2.0
45 stars 10 forks source link

Regression: datatypes in Footprints attribute tables missing #40

Open dketterer opened 2 years ago

dketterer commented 2 years ago

In previous version (2.1.1) the attribute table of a PlanetScope preview "Footprints" layer had not only the attributes but also correctly configured the datatypes. Like acquired was a datetime column and cloud_cover a double and so on. Now (2.2.0) everything is just a string. Screenshot

vermeulendivan commented 1 year ago

@john-dupuy This issue is still present in the plugin, and its with the SkySat data as well. Assigned myself to this.

vermeulendivan commented 1 year ago

This issue has been resolved. Will make the PR early January

john-dupuy commented 1 year ago

https://github.com/planetlabs/qgis-planet-plugin/pull/98 should fix this.