GSTPy.NetworkInterface.get_feature

NetworkInterface.get_feature((NetworkInterface)self, (FeatureDesc)feature[, (RequestFormat)request_format=GSTPy.RequestFormat.SFSP[, (SRS)srs=None[, (QueryBox)query_box=None]]]) → CrudeFeature :

Download a feature.

Parameters:
  • feature (FeatureDesc) – The requested feature.
  • request_format (RequestFormat) – The requested file format of the feature.
  • srs (SRS) – The requested SRS of the feature.
  • query_box (QueryBox) – The query box for partial request. If this parameter is supplied, the returned feature data will only be in the area defined with QueryBox.box.
Returns:

The feature download request data.

Return type:

CrudeFeature