├── .gitattributes ├── .gitignore ├── .idea ├── VIRB0015.JPG ├── encodings.xml ├── inspectionProfiles │ ├── Project_Default.xml │ └── profiles_settings.xml ├── misc.xml ├── modules.xml ├── photo-survey-python.iml ├── scopes │ └── scope_settings.xml ├── vcs.xml └── workspace.xml ├── CONTRIBUTING.md ├── DetectPhotoTestMode.md ├── LICENSE.txt ├── PhotoSurvey.tbx ├── PhotoSurvey103.tbx ├── README.md ├── Survey Configurations ├── DamageAssessmentTemplate.gdb │ ├── a00000001.TablesByName.atx │ ├── a00000001.freelist │ ├── a00000001.gdbindexes │ ├── a00000001.gdbtable │ ├── a00000001.gdbtablx │ ├── a00000002.gdbtable │ ├── a00000002.gdbtablx │ ├── a00000003.gdbindexes │ ├── a00000003.gdbtable │ ├── a00000003.gdbtablx │ ├── a00000004.CatItemsByPhysicalName.atx │ ├── a00000004.CatItemsByType.atx │ ├── a00000004.FDO_UUID.atx │ ├── a00000004.freelist │ ├── a00000004.gdbindexes │ ├── a00000004.gdbtable │ ├── a00000004.gdbtablx │ ├── a00000004.spx │ ├── a00000005.CatItemTypesByName.atx │ ├── a00000005.CatItemTypesByParentTypeID.atx │ ├── a00000005.CatItemTypesByUUID.atx │ ├── a00000005.gdbindexes │ ├── a00000005.gdbtable │ ├── a00000005.gdbtablx │ ├── a00000006.CatRelsByDestinationID.atx │ ├── a00000006.CatRelsByOriginID.atx │ ├── a00000006.CatRelsByType.atx │ ├── a00000006.FDO_UUID.atx │ ├── a00000006.freelist │ ├── a00000006.gdbindexes │ ├── a00000006.gdbtable │ ├── a00000006.gdbtablx │ ├── a00000007.CatRelTypesByBackwardLabel.atx │ ├── a00000007.CatRelTypesByDestItemTypeID.atx │ ├── a00000007.CatRelTypesByForwardLabel.atx │ ├── a00000007.CatRelTypesByName.atx │ ├── a00000007.CatRelTypesByOriginItemTypeID.atx │ ├── a00000007.CatRelTypesByUUID.atx │ ├── a00000007.gdbindexes │ ├── a00000007.gdbtable │ ├── a00000007.gdbtablx │ ├── a0000001a.freelist │ ├── a0000001a.gdbindexes │ ├── a0000001a.gdbtable │ ├── a0000001a.gdbtablx │ ├── a0000001c.gdbindexes │ ├── a0000001c.gdbtable │ ├── a0000001c.gdbtablx │ ├── a0000001c.spx │ ├── gdb │ └── timestamps ├── PropertyConditionTemplate.gdb │ ├── a00000001.TablesByName.atx │ ├── a00000001.freelist │ ├── a00000001.gdbindexes │ ├── a00000001.gdbtable │ ├── a00000001.gdbtablx │ ├── a00000002.gdbtable │ ├── a00000002.gdbtablx │ ├── a00000003.gdbindexes │ ├── a00000003.gdbtable │ ├── a00000003.gdbtablx │ ├── a00000004.CatItemsByPhysicalName.atx │ ├── a00000004.CatItemsByType.atx │ ├── a00000004.FDO_UUID.atx │ ├── a00000004.freelist │ ├── a00000004.gdbindexes │ ├── a00000004.gdbtable │ ├── a00000004.gdbtablx │ ├── a00000004.spx │ ├── a00000005.CatItemTypesByName.atx │ ├── a00000005.CatItemTypesByParentTypeID.atx │ ├── a00000005.CatItemTypesByUUID.atx │ ├── a00000005.gdbindexes │ ├── a00000005.gdbtable │ ├── a00000005.gdbtablx │ ├── a00000006.CatRelsByDestinationID.atx │ ├── a00000006.CatRelsByOriginID.atx │ ├── a00000006.CatRelsByType.atx │ ├── a00000006.FDO_UUID.atx │ ├── a00000006.freelist │ ├── a00000006.gdbindexes │ ├── a00000006.gdbtable │ ├── a00000006.gdbtablx │ ├── a00000007.CatRelTypesByBackwardLabel.atx │ ├── a00000007.CatRelTypesByDestItemTypeID.atx │ ├── a00000007.CatRelTypesByForwardLabel.atx │ ├── a00000007.CatRelTypesByName.atx │ ├── a00000007.CatRelTypesByOriginItemTypeID.atx │ ├── a00000007.CatRelTypesByUUID.atx │ ├── a00000007.gdbindexes │ ├── a00000007.gdbtable │ ├── a00000007.gdbtablx │ ├── a00000019.freelist │ ├── a00000019.gdbindexes │ ├── a00000019.gdbtable │ ├── a00000019.gdbtablx │ ├── a0000001d.freelist │ ├── a0000001d.gdbindexes │ ├── a0000001d.gdbtable │ ├── a0000001d.gdbtablx │ ├── a0000001d.spx │ ├── gdb │ └── timestamps └── WildlifeSurveyTemplate.gdb │ ├── a00000001.TablesByName.atx │ ├── a00000001.freelist │ ├── a00000001.gdbindexes │ ├── a00000001.gdbtable │ ├── a00000001.gdbtablx │ ├── a00000002.gdbtable │ ├── a00000002.gdbtablx │ ├── a00000003.gdbindexes │ ├── a00000003.gdbtable │ ├── a00000003.gdbtablx │ ├── a00000004.CatItemsByPhysicalName.atx │ ├── a00000004.CatItemsByType.atx │ ├── a00000004.FDO_UUID.atx │ ├── a00000004.freelist │ ├── a00000004.gdbindexes │ ├── a00000004.gdbtable │ ├── a00000004.gdbtablx │ ├── a00000004.spx │ ├── a00000005.CatItemTypesByName.atx │ ├── a00000005.CatItemTypesByParentTypeID.atx │ ├── a00000005.CatItemTypesByUUID.atx │ ├── a00000005.gdbindexes │ ├── a00000005.gdbtable │ ├── a00000005.gdbtablx │ ├── a00000006.CatRelsByDestinationID.atx │ ├── a00000006.CatRelsByOriginID.atx │ ├── a00000006.CatRelsByType.atx │ ├── a00000006.FDO_UUID.atx │ ├── a00000006.freelist │ ├── a00000006.gdbindexes │ ├── a00000006.gdbtable │ ├── a00000006.gdbtablx │ ├── a00000007.CatRelTypesByBackwardLabel.atx │ ├── a00000007.CatRelTypesByDestItemTypeID.atx │ ├── a00000007.CatRelTypesByForwardLabel.atx │ ├── a00000007.CatRelTypesByName.atx │ ├── a00000007.CatRelTypesByOriginItemTypeID.atx │ ├── a00000007.CatRelTypesByUUID.atx │ ├── a00000007.gdbindexes │ ├── a00000007.gdbtable │ ├── a00000007.gdbtablx │ ├── a00000018.freelist │ ├── a00000018.gdbindexes │ ├── a00000018.gdbtable │ ├── a00000018.gdbtablx │ ├── a0000001b.gdbindexes │ ├── a0000001b.gdbtable │ ├── a0000001b.gdbtablx │ ├── a0000001b.spx │ ├── gdb │ └── timestamps ├── Validation ├── autodetectblight.py ├── images ├── noPhoto.png ├── splash.jpg ├── sprites.png └── sprites_src │ ├── FB-f-Logo__blue_29.png │ ├── Twitter_logo_blue_29.png │ ├── empty-heart.png │ ├── empty-star.png │ ├── filled-heart.png │ ├── filled-star.png │ ├── gp-29.png │ ├── guest-user_29.png │ ├── hideOverview.png │ ├── left-arrow.png │ ├── question-sign.png │ ├── right-arrow.png │ ├── showOverview.png │ └── star.png ├── index.html ├── js ├── app │ ├── dataAccess.js │ ├── diag.js │ ├── fetchConfigInfo.js │ ├── handleUserSignin.js │ ├── main.js │ ├── parseConfigInfo.js │ ├── prepareAppConfigInfo.js │ └── survey.js ├── configuration.json ├── configurationDamage.json ├── configurationWildlife.json └── lib │ ├── bootstrap.min.css │ ├── i18n.min.js │ ├── leaflet.css │ ├── libs.js │ └── sources.txt ├── loadphotopoints.py ├── nls ├── de │ └── resources.js ├── fr │ └── resources.js └── resources.js ├── oauth-callback-twitter.html ├── photo-survey.png ├── preparephotos.py ├── preparephotoshelper.py ├── resizeimagesindir.py ├── styles.css ├── version.txt └── web.config /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/.gitignore -------------------------------------------------------------------------------- /.idea/VIRB0015.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/.idea/VIRB0015.JPG -------------------------------------------------------------------------------- /.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/.idea/encodings.xml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/.idea/inspectionProfiles/Project_Default.xml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/.idea/inspectionProfiles/profiles_settings.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/photo-survey-python.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/.idea/photo-survey-python.iml -------------------------------------------------------------------------------- /.idea/scopes/scope_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/.idea/scopes/scope_settings.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/.idea/workspace.xml -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /DetectPhotoTestMode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/DetectPhotoTestMode.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /PhotoSurvey.tbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/PhotoSurvey.tbx -------------------------------------------------------------------------------- /PhotoSurvey103.tbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/PhotoSurvey103.tbx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/README.md -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000001.TablesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000001.TablesByName.atx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000001.freelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000001.freelist -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000001.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000001.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000001.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000001.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000001.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000001.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000002.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000002.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000002.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000002.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000003.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000003.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000003.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000003.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000003.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000003.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000004.CatItemsByPhysicalName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000004.CatItemsByPhysicalName.atx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000004.CatItemsByType.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000004.CatItemsByType.atx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000004.FDO_UUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000004.FDO_UUID.atx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000004.freelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000004.freelist -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000004.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000004.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000004.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000004.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000004.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000004.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000004.spx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000004.spx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000005.CatItemTypesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000005.CatItemTypesByName.atx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000005.CatItemTypesByParentTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000005.CatItemTypesByParentTypeID.atx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000005.CatItemTypesByUUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000005.CatItemTypesByUUID.atx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000005.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000005.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000005.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000005.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000005.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000005.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000006.CatRelsByDestinationID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000006.CatRelsByDestinationID.atx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000006.CatRelsByOriginID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000006.CatRelsByOriginID.atx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000006.CatRelsByType.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000006.CatRelsByType.atx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000006.FDO_UUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000006.FDO_UUID.atx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000006.freelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000006.freelist -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000006.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000006.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000006.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000006.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000006.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000006.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000007.CatRelTypesByBackwardLabel.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000007.CatRelTypesByBackwardLabel.atx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000007.CatRelTypesByDestItemTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000007.CatRelTypesByDestItemTypeID.atx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000007.CatRelTypesByForwardLabel.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000007.CatRelTypesByForwardLabel.atx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000007.CatRelTypesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000007.CatRelTypesByName.atx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000007.CatRelTypesByOriginItemTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000007.CatRelTypesByOriginItemTypeID.atx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000007.CatRelTypesByUUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000007.CatRelTypesByUUID.atx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000007.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000007.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000007.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000007.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a00000007.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a00000007.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a0000001a.freelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a0000001a.freelist -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a0000001a.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a0000001a.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a0000001a.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a0000001a.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a0000001a.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a0000001a.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a0000001c.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a0000001c.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a0000001c.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a0000001c.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a0000001c.gdbtablx: -------------------------------------------------------------------------------- 1 | cf@VL -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/a0000001c.spx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/a0000001c.spx -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/gdb: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /Survey Configurations/DamageAssessmentTemplate.gdb/timestamps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/DamageAssessmentTemplate.gdb/timestamps -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000001.TablesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000001.TablesByName.atx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000001.freelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000001.freelist -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000001.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000001.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000001.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000001.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000001.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000001.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000002.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000002.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000002.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000002.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000003.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000003.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000003.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000003.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000003.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000003.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000004.CatItemsByPhysicalName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000004.CatItemsByPhysicalName.atx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000004.CatItemsByType.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000004.CatItemsByType.atx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000004.FDO_UUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000004.FDO_UUID.atx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000004.freelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000004.freelist -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000004.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000004.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000004.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000004.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000004.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000004.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000004.spx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000004.spx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000005.CatItemTypesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000005.CatItemTypesByName.atx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000005.CatItemTypesByParentTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000005.CatItemTypesByParentTypeID.atx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000005.CatItemTypesByUUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000005.CatItemTypesByUUID.atx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000005.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000005.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000005.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000005.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000005.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000005.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000006.CatRelsByDestinationID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000006.CatRelsByDestinationID.atx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000006.CatRelsByOriginID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000006.CatRelsByOriginID.atx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000006.CatRelsByType.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000006.CatRelsByType.atx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000006.FDO_UUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000006.FDO_UUID.atx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000006.freelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000006.freelist -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000006.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000006.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000006.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000006.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000006.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000006.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000007.CatRelTypesByBackwardLabel.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000007.CatRelTypesByBackwardLabel.atx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000007.CatRelTypesByDestItemTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000007.CatRelTypesByDestItemTypeID.atx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000007.CatRelTypesByForwardLabel.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000007.CatRelTypesByForwardLabel.atx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000007.CatRelTypesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000007.CatRelTypesByName.atx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000007.CatRelTypesByOriginItemTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000007.CatRelTypesByOriginItemTypeID.atx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000007.CatRelTypesByUUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000007.CatRelTypesByUUID.atx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000007.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000007.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000007.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000007.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000007.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000007.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000019.freelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000019.freelist -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000019.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000019.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000019.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000019.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a00000019.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a00000019.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a0000001d.freelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a0000001d.freelist -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a0000001d.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a0000001d.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a0000001d.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a0000001d.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a0000001d.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a0000001d.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/a0000001d.spx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/a0000001d.spx -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/gdb: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /Survey Configurations/PropertyConditionTemplate.gdb/timestamps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/PropertyConditionTemplate.gdb/timestamps -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000001.TablesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000001.TablesByName.atx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000001.freelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000001.freelist -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000001.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000001.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000001.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000001.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000001.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000001.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000002.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000002.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000002.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000002.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000003.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000003.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000003.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000003.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000003.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000003.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000004.CatItemsByPhysicalName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000004.CatItemsByPhysicalName.atx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000004.CatItemsByType.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000004.CatItemsByType.atx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000004.FDO_UUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000004.FDO_UUID.atx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000004.freelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000004.freelist -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000004.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000004.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000004.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000004.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000004.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000004.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000004.spx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000004.spx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000005.CatItemTypesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000005.CatItemTypesByName.atx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000005.CatItemTypesByParentTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000005.CatItemTypesByParentTypeID.atx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000005.CatItemTypesByUUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000005.CatItemTypesByUUID.atx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000005.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000005.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000005.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000005.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000005.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000005.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000006.CatRelsByDestinationID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000006.CatRelsByDestinationID.atx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000006.CatRelsByOriginID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000006.CatRelsByOriginID.atx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000006.CatRelsByType.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000006.CatRelsByType.atx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000006.FDO_UUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000006.FDO_UUID.atx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000006.freelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000006.freelist -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000006.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000006.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000006.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000006.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000006.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000006.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000007.CatRelTypesByBackwardLabel.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000007.CatRelTypesByBackwardLabel.atx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000007.CatRelTypesByDestItemTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000007.CatRelTypesByDestItemTypeID.atx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000007.CatRelTypesByForwardLabel.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000007.CatRelTypesByForwardLabel.atx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000007.CatRelTypesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000007.CatRelTypesByName.atx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000007.CatRelTypesByOriginItemTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000007.CatRelTypesByOriginItemTypeID.atx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000007.CatRelTypesByUUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000007.CatRelTypesByUUID.atx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000007.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000007.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000007.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000007.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000007.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000007.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000018.freelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000018.freelist -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000018.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000018.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000018.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000018.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a00000018.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a00000018.gdbtablx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a0000001b.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a0000001b.gdbindexes -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a0000001b.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a0000001b.gdbtable -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a0000001b.gdbtablx: -------------------------------------------------------------------------------- 1 | cf@VL -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/a0000001b.spx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/a0000001b.spx -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/gdb: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /Survey Configurations/WildlifeSurveyTemplate.gdb/timestamps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Survey Configurations/WildlifeSurveyTemplate.gdb/timestamps -------------------------------------------------------------------------------- /Validation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/Validation -------------------------------------------------------------------------------- /autodetectblight.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/autodetectblight.py -------------------------------------------------------------------------------- /images/noPhoto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/images/noPhoto.png -------------------------------------------------------------------------------- /images/splash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/images/splash.jpg -------------------------------------------------------------------------------- /images/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/images/sprites.png -------------------------------------------------------------------------------- /images/sprites_src/FB-f-Logo__blue_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/images/sprites_src/FB-f-Logo__blue_29.png -------------------------------------------------------------------------------- /images/sprites_src/Twitter_logo_blue_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/images/sprites_src/Twitter_logo_blue_29.png -------------------------------------------------------------------------------- /images/sprites_src/empty-heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/images/sprites_src/empty-heart.png -------------------------------------------------------------------------------- /images/sprites_src/empty-star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/images/sprites_src/empty-star.png -------------------------------------------------------------------------------- /images/sprites_src/filled-heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/images/sprites_src/filled-heart.png -------------------------------------------------------------------------------- /images/sprites_src/filled-star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/images/sprites_src/filled-star.png -------------------------------------------------------------------------------- /images/sprites_src/gp-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/images/sprites_src/gp-29.png -------------------------------------------------------------------------------- /images/sprites_src/guest-user_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/images/sprites_src/guest-user_29.png -------------------------------------------------------------------------------- /images/sprites_src/hideOverview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/images/sprites_src/hideOverview.png -------------------------------------------------------------------------------- /images/sprites_src/left-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/images/sprites_src/left-arrow.png -------------------------------------------------------------------------------- /images/sprites_src/question-sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/images/sprites_src/question-sign.png -------------------------------------------------------------------------------- /images/sprites_src/right-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/images/sprites_src/right-arrow.png -------------------------------------------------------------------------------- /images/sprites_src/showOverview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/images/sprites_src/showOverview.png -------------------------------------------------------------------------------- /images/sprites_src/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/images/sprites_src/star.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/index.html -------------------------------------------------------------------------------- /js/app/dataAccess.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/js/app/dataAccess.js -------------------------------------------------------------------------------- /js/app/diag.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/js/app/diag.js -------------------------------------------------------------------------------- /js/app/fetchConfigInfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/js/app/fetchConfigInfo.js -------------------------------------------------------------------------------- /js/app/handleUserSignin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/js/app/handleUserSignin.js -------------------------------------------------------------------------------- /js/app/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/js/app/main.js -------------------------------------------------------------------------------- /js/app/parseConfigInfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/js/app/parseConfigInfo.js -------------------------------------------------------------------------------- /js/app/prepareAppConfigInfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/js/app/prepareAppConfigInfo.js -------------------------------------------------------------------------------- /js/app/survey.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/js/app/survey.js -------------------------------------------------------------------------------- /js/configuration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/js/configuration.json -------------------------------------------------------------------------------- /js/configurationDamage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/js/configurationDamage.json -------------------------------------------------------------------------------- /js/configurationWildlife.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/js/configurationWildlife.json -------------------------------------------------------------------------------- /js/lib/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/js/lib/bootstrap.min.css -------------------------------------------------------------------------------- /js/lib/i18n.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/js/lib/i18n.min.js -------------------------------------------------------------------------------- /js/lib/leaflet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/js/lib/leaflet.css -------------------------------------------------------------------------------- /js/lib/libs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/js/lib/libs.js -------------------------------------------------------------------------------- /js/lib/sources.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/js/lib/sources.txt -------------------------------------------------------------------------------- /loadphotopoints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/loadphotopoints.py -------------------------------------------------------------------------------- /nls/de/resources.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/nls/de/resources.js -------------------------------------------------------------------------------- /nls/fr/resources.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/nls/fr/resources.js -------------------------------------------------------------------------------- /nls/resources.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/nls/resources.js -------------------------------------------------------------------------------- /oauth-callback-twitter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/oauth-callback-twitter.html -------------------------------------------------------------------------------- /photo-survey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/photo-survey.png -------------------------------------------------------------------------------- /preparephotos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/preparephotos.py -------------------------------------------------------------------------------- /preparephotoshelper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/preparephotoshelper.py -------------------------------------------------------------------------------- /resizeimagesindir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/resizeimagesindir.py -------------------------------------------------------------------------------- /styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/styles.css -------------------------------------------------------------------------------- /version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/version.txt -------------------------------------------------------------------------------- /web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/photo-survey/HEAD/web.config --------------------------------------------------------------------------------