We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@GJWeng 在使用者定義的捕捉回合(occasion)的時間單位(週、日、小時)以及空間單位(相機、樣區或其他可由GIS套疊獲得之空間單位)內,動物被偵測與否的指標(detection, d);若動物存在(被相機拍攝到,且不計頻率)則d為1,不存在則d為0。
例如,我想知道哪些相機曾拍過石虎,哪些相機沒拍過,就是需要這項功能。這時,我會選擇所有相機以及整個計畫的時間範圍,請系統顯示每個相機位置拍攝過石虎與否。我也可能需要知道每個月每台相機拍到石虎與否,則系統必須依照月份呈現每台相機拍到石虎與否。
@cjk-halodule 空間部分待評估。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@GJWeng 在使用者定義的捕捉回合(occasion)的時間單位(週、日、小時)以及空間單位(相機、樣區或其他可由GIS套疊獲得之空間單位)內,動物被偵測與否的指標(detection, d);若動物存在(被相機拍攝到,且不計頻率)則d為1,不存在則d為0。
例如,我想知道哪些相機曾拍過石虎,哪些相機沒拍過,就是需要這項功能。這時,我會選擇所有相機以及整個計畫的時間範圍,請系統顯示每個相機位置拍攝過石虎與否。我也可能需要知道每個月每台相機拍到石虎與否,則系統必須依照月份呈現每台相機拍到石虎與否。
@cjk-halodule 空間部分待評估。
The text was updated successfully, but these errors were encountered: