-
Notifications
You must be signed in to change notification settings - Fork 2k
[Docs] Add tutorial Spatial Data Analysis with Kepler.gl AI Assistant (part1) #3126
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
a04414a
update README; add tutorial for spatial analysis with kepler
lixun910 7e7f32c
Create get-started.md
lixun910 89e89e8
add more docs
lixun910 7defebb
update tools for tutorial
lixun910 d6846ba
add tutorials; update tools for tutorial;
lixun910 9d2c23d
update yarn.lock
lixun910 826d69e
fix lint
lixun910 c79f425
update spatial dissolve
lixun910 7813fc0
update spatial join tool; start basic mapping
lixun910 e5e6676
add basic mapping doc
lixun910 5cec2ff
update doc; update tools
lixun910 c5ba014
update docs to address comments; add rate mapping tutorial
lixun910 3d8ba78
fix ollama; update rate mapping doc
lixun910 c45e269
Update constants.ts
lixun910 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| # Tutorial: Spatial Data Analysis using Kepler.gl AI Assistant | ||
|
|
||
| This tutorial will guide you through the process of using Kepler.gl AI Assistant to perform spatial data analysis. | ||
|
|
||
| The spatial data analysis tools are powered by [Geoda](https://geodacenter.github.io/geoda-lib/), which is a free and open source software tool that serves as an introduction to spatial data science for students and researchers. To make it easier for users to go through the spatial data analysis features, we will try to replicate the [Geoda workbook](https://geodacenter.github.io/documentation.html) using Kepler.gl AI Assistant. | ||
|
|
||
| ## Table of Contents | ||
|
|
||
| #### [Get Started](./get-started.md) | ||
|
|
||
| #### [Spatial Data Wragling](./spatial-data-wragling.md) | ||
|
|
||
| #### [Basic Mapping](./basic-mapping.md) | ||
|
|
||
| #### [Rate Mapping](./rate-mapping.md) | ||
|
|
||
| #### [Exploratory Data Analysis](./exploratory-data-analysis.md) | ||
|
|
||
| - [Univariate and Bivariate Analysis](./univariate-and-bivariate-analysis.md) | ||
| - [Multivariate Analysis](./multivariate-analysis.md) | ||
|
|
||
| #### [Contiguity-Based Spatial Weights](./contiguity-based-spatial-weights.md) | ||
|
|
||
| #### [Distance-Based Spatial Weights](./distance-based-spatial-weights.md) | ||
|
|
||
| #### [Global Spatial Autocorrelation](./global-spatial-autocorrelation.md) | ||
|
|
||
| - [Moran Scatter Plot](./moran-scatter-plot.md) | ||
| - Correlogram | ||
|
lixun910 marked this conversation as resolved.
|
||
| - Bivariate, Differential and Empirical Bayes | ||
|
|
||
| #### [Local Spatial Autocorrelation](./local-spatial-autocorrelation.md) | ||
|
|
||
| - [LISA and Local Moran](./local-moran-i.md) | ||
| - Other Local Spatial Autorrelation | ||
| - Multivariate Local Spatial Autorrelation | ||
| - LISA for Discrete Variables | ||
|
|
||
| #### [Spatial Regression](./spatial-regression.md) | ||
|
|
||
| - [Ordinary Least Squares Regression](./ordinary-least-squares-regression.md) | ||
| - [Regression Diagnostics](./regression-diagnostics.md) | ||
| - [Spatial Lag Model](./spatial-lag-model.md) | ||
| - [Spatial Error Model](./spatial-error-model.md) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.