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
plot_local_autocorrelation(), spatial weights functionality and parts of via_functionality not building in docs.
plot_local_autocorrelation()
The text was updated successfully, but these errors were encountered:
Copied from #64
@slumnitz I took another look at the readthedocs building process. It seems that geopandas is not properly installed using pip. At first, it complains about descartes (ModuleNotFoundError: No module named 'descartes'). After I explicitly included descartes in requirements_dev.txt, it complains about Missing package rtree``.
geopandas
pip
descartes
ModuleNotFoundError: No module named 'descartes'
Missing package
Not sure about the best way to proceed since conda install geopandas will use a lot of resources and readthedocs might not allow it .
conda install geopandas
Sorry, something went wrong.
@weikang9009 I think we should just include pip installs of descartes and rtree as requirements.
requirements_dev.txt
Successfully merging a pull request may close this issue.
plot_local_autocorrelation()
, spatial weights functionality and parts of via_functionality not building in docs.The text was updated successfully, but these errors were encountered: