Esri / ArcREST

python package for REST API (AGS, AGOL, webmap JSON, etc..)
Apache License 2.0
192 stars 155 forks source link

Features within FeatureSet carry spatial reference. #248

Closed DShokes closed 8 years ago

DShokes commented 8 years ago

Allows copying queried feature between layers of differing coordinate systems as well as performing spatial comparisons like feature1.geometry.distanceTo(feature2.geometry). Also adjusted set_value and geometry functions.