-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
Plotting occurrence distributions on map #95
Comments
Yes, I didn't code it because I thought the occurrence plot have much more details which will interfere with map details. I am not sure if that will be useful. Also the homerange are just polygons and easy to overlay on map, I am not sure about occurrence plot which looks much more complicated. |
We have students requesting this feature. The home-range objects and occurrence objects should export the same way. |
We also have some managers using this functionality on the command line too. |
This feature would be very useful, so thanks for considering it. It would also be useful to be able to save the occurrence distributions as a shapefile. Thank you. |
I would also be interested in having the occurrence objects export as a shapefile. Is this a feature that could be available in the ctmmweb app within the next few months? |
@chfleming , So the exported occurrence only have some polygons, spdf <- SpatialPolygonsDataFrame.UD(occur_list_sub2[[2]])
plot(spdf) and the details in plot are not available in export, right? plot(occur_list_sub2[[2]]) Should I use some more confidence intervals, or just default option is enough? |
AKDEs have 3 polygons for the CIs. Occurrence distributions are themselves CIs and by default there is only one polygon exported. People are probably more interested in the raster export. |
If both options (raster and shapefile) could be available that would be great! I would like to identify the land cover types within the polygons. |
Export occurrence to shapefile, raster, tiff (same with home range) is added. To add occurrence to map need more changes. I probably need to change how each layers are named as there will be points/home range/occurrence layers in the map. Previously single model was renamed by individual names without model postfix, but that might need to change as this will cause too much problems in naming. |
It appears that you can plot the home-range distribution atop the map layer, but not the occurrence distributions.
The text was updated successfully, but these errors were encountered: