Closed duckontheweb closed 5 years ago
This adds the following DataFrame columns to the return of sensortools.formatSearchResults:
DataFrame
sensortools.formatSearchResults
Target Azimuth
targetAzimuth
Pan Resolution
panResolution
MS Resolution
multiResolution
Also re-orders the the fiona and shapely imports to avoid some weird errors on some platforms.
fiona
shapely
Sweeeeeeeeet!
This adds the following
DataFrame
columns to the return ofsensortools.formatSearchResults
:Target Azimuth
: fromtargetAzimuth
propertyPan Resolution
: frompanResolution
propertyMS Resolution
: frommultiResolution
propertyAlso re-orders the the
fiona
andshapely
imports to avoid some weird errors on some platforms.