pyprt.pyprt_arcgis module¶
- arcgis_to_pyprt(feature_set) List[InitialShape] [source]¶
This function allows converting an ArcGIS FeatureSet into a list of PyPRT InitialShape instances. You then typically call the ModelGenerator constructor with the return value if this function as parameter. :param feature_set: FeatureSet
- Returns:
List[InitialShape]