-
Notifications
You must be signed in to change notification settings - Fork 310
Updated the documents #1361
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
base: main
Are you sure you want to change the base?
Updated the documents #1361
Conversation
Updated geovisualizatipn, REDA.md, installation.rst
README.md
Outdated
- [graph](https://pysal.org/libpysal/generated/libpysal.graph.Graph.html) : `graph` provides tools for creating, analyzing, and manipulating graph structures. It allows users to work with spatial networks, perform graph-based computations, and leverage graph algorithms to understand spatial relationships and patterns. This module enhances the capability of PySAL to handle complex spatial network analysis and supports various graph operations for spatial data. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Graph is a part of libpysal and as such is mentioned above. If anything, the line 30 should be updated to mention it. This does not belong here.
docs/api.rst
Outdated
@@ -40,4 +40,6 @@ API Reference | |||
================================== | |||
* `mapclassify: Choropleth Map Classification Schemes <https://pysal.org/mapclassify/api.html>`_ | |||
* `splot: Lightweight Visualization Interface for PySAL Analytics <https://splot.readthedocs.io/en/latest/api.html#>`_ | |||
* `legendgram: legendgrams legends that visualize the distribution of observations by color in a given map. <https://github.com/pysal/legendgram>`_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure this is worth doing given the ongoing work on merging legendgram with mapclassify.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should I remove it then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say so. Otherwise it'll stick here for another 5 years
Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
README.md
Outdated
@@ -27,6 +27,9 @@ PySAL is a family of packages for spatial data science and is divided into four | |||
|
|||
solve a wide variety of computational geometry problems including graph construction from polygonal lattices, lines, and points, construction and interactive editing of spatial weights matrices & graphs - computation of alpha shapes, spatial indices, and spatial-topological relationships, and reading and writing of sparse graph data, as well as pure python readers of spatial vector data. Unike other PySAL modules, these functions are exposed together as a single package. | |||
|
|||
- [graph](https://pysal.org/libpysal/generated/libpysal.graph.Graph.html) : `graph` provides tools for creating, analyzing, and manipulating graph structures. It allows users to work with spatial networks, perform graph-based computations, and leverage graph algorithms to understand spatial relationships and patterns. This module enhances the capability of PySAL to handle complex spatial network analysis and supports various graph operations for spatial data. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
graph is a part of libpysal on the same level as weights
or cg
.
docs/api.rst
Outdated
@@ -40,4 +40,6 @@ API Reference | |||
================================== | |||
* `mapclassify: Choropleth Map Classification Schemes <https://pysal.org/mapclassify/api.html>`_ | |||
* `splot: Lightweight Visualization Interface for PySAL Analytics <https://splot.readthedocs.io/en/latest/api.html#>`_ | |||
* `legendgram: legendgrams legends that visualize the distribution of observations by color in a given map. <https://github.com/pysal/legendgram>`_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say so. Otherwise it'll stick here for another 5 years
fixes #1324
Updated geovisualizatipn, READ.md, installation.rst
added legendgram to geovisualization, updated READ.md with graph module and added installation for graph in installation.rst
Hello! Please make sure to check all these boxes before submitting a Pull Request
(PR). Once you have checked the boxes, feel free to remove all text except the
justification in point 6.
pytest
(see example command in.github/workflows/testing.yml
).ruff
. Formatting & linting are done automatically if you have installed the.pre-commit-config.yaml
properly in a local environment.pysal/main
branch. This is important, as any PRs submitted against any other branches will be delayed.reviewer and added relevant labels (if possible)