Skip to content
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

Develop a tutorial using a polygon dataset #1 #12

Open
vrautenbach opened this issue Oct 5, 2022 · 1 comment
Open

Develop a tutorial using a polygon dataset #1 #12

vrautenbach opened this issue Oct 5, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation no code

Comments

@vrautenbach
Copy link

Create a new page (.md) in the repository that provides a step-by-step tutorial on how to use the library with a polygon dataset.

The following needs to be done:

  • Find a South Africa point dataset to be used
  • Create a step-by-step tutorial on how to generate report for the dataset using autoESDA
  • Document any issues you encountered

There are a few possible variations of this task, and you can only do one.

@vrautenbach vrautenbach added documentation Improvements or additions to documentation hacktoberfest no code labels Oct 5, 2022
@vrautenbach vrautenbach changed the title Develop a tutorial using a polygon dataset Develop a tutorial using a polygon dataset #1 Oct 5, 2022
@nombasamore
Copy link

Hi @vrautenbach, I would like to be assigned to this issue, however I am having problems with installing autoesda package.

This is the error I get when installing it using pip in my command prompt:

Microsoft Windows [Version 10.0.22000.1098]
(c) Microsoft Corporation. All rights reserved.

C:\Users\Nombasa More>pip install autoesda
Collecting autoesda
Using cached autoesda-0.0.6-py2.py3-none-any.whl (9.1 kB)
Collecting splot>=1.1.4
Using cached splot-1.1.5.post1-py3-none-any.whl (39 kB)
Collecting pysal==2.3.0
Using cached pysal-2.3.0.tar.gz (108 kB)
Preparing metadata (setup.py) ... done
Collecting seaborn==0.11.2
Using cached seaborn-0.11.2-py3-none-any.whl (292 kB)
Collecting geopandas==0.8.1
Using cached geopandas-0.8.1-py2.py3-none-any.whl (962 kB)
Collecting esda
Using cached esda-2.4.3.tar.gz (116 kB)
Preparing metadata (setup.py) ... done
Collecting matplotlib==3.4.2
Using cached matplotlib-3.4.2.tar.gz (37.3 MB)
Preparing metadata (setup.py) ... done
Collecting libpysal==4.4.0
Using cached libpysal-4.4.0-py3-none-any.whl (2.4 MB)
Collecting pandas>=0.23.0
Using cached pandas-1.5.0-cp310-cp310-win_amd64.whl (10.4 MB)
Collecting pyproj>=2.2.0
Using cached pyproj-3.4.0-cp310-cp310-win_amd64.whl (4.8 MB)
Collecting shapely
Using cached Shapely-1.8.5.post1-cp310-cp310-win_amd64.whl (1.3 MB)
Collecting fiona
Using cached Fiona-1.8.21.tar.gz (1.0 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

I then tried installing the package with conda and conda-forge. I have Anaconda on my PC and got this error when using the anaconda prompt:

(base) C:\Users\Nombasa More>conda install autoesda
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  • autoesda

Current channels:

To search for alternate channels that may provide the conda package you're
looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation no code
Projects
None yet
Development

No branches or pull requests

2 participants