photo-survey icon indicating copy to clipboard operation
photo-survey copied to clipboard

Photo Survey Application and Data Management tools for the Photo Survey solution

Results 16 photo-survey issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/11777080/53369411-01883e00-3900-11e9-9db7-595b049c419f.png)

Exception Returns like this: Operation returned an invalid status code 'Quota Exceeded' ```python while True: try: results = predictor.predict_image_url_with_no_store(project["projectID"], except Exception as e: arcpy.AddMessage(e) ``` check if `e` is equal...

Queries to a feature layer that include a `callback` query parameter fail with "net::ERR_CONTENT_DECODING_FAILED" @ChrisBuscaglia

https://github.com/Esri/photo-survey/blob/0841fc67e3a066cbeefe4f9e27ea4b0da0da3439/loadphotopoints.py#L532 Need to add a Table Name at the 3rd parameter This only pertains to the option when the user selects "Associate Geotagged Photo with Point (photo has location)"

enhancement
Holistic Feedback

If the original parcels feature class already has an OBJECTID field, when the feature class is copied to the staging geodatabase in creates a new field called OBJECTID_1 which becomes...

Per the Custom Vision team the ability to programmatically retrieve the Custom Vision Prediction Key will be deprecated moving forward. We'll need to include the prediction key as an additional...

Need to incorporate the current pro credentials when user runs the tools so that it will support private services

Test the github rate limit prior to trying to create a project: https://api.github.com/rate_limit