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
I am following the tutorial and get an error when initializing the model. I tried this step after installing the stable release and from source.
>>> import spaceprime >>> from spaceprime import analysis >>> import spaceprime as sp >>> import geopandas as gpd >>> import rasterio >>> r = rasterio.open("projections.tif") >>> locs = gpd.read_file("https://raw.githubusercontent.com/connor-french/spaceprime/main/spaceprime/data/localities.geojson") >>> d = sp.raster_to_demes(r, transformation="linear", max_local_size=1000) >>> demo = sp.spDemography() Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: module 'spaceprime' has no attribute 'spDemography'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment Information
Description
I am following the tutorial and get an error when initializing the model. I tried this step after installing the stable release and from source.
What I Did
The text was updated successfully, but these errors were encountered: