Results 29 issues of Xun Li

The function """ def sur_dictxy(db,y_vars,x_vars,space_id=None,time_id=None): """ in sur_utils.py doesn't use the space_id at all to create splm format panel data. It doesn't work on the data organized like in nat_st_time.dbf:

The Spatial Lag Dialog doesn't check input, so invalid input (e.g. no weights) will raise exception and may crash the program.

When select a variable in "Variables"-> W*[ ], the new row of the spatial lag variable is not positioned correctly. See screenshot:

Just took another round of tests and noticed the demo samples with CSV data are not correctly loaded. This is caused by switching to use loaders.gl to load csv, geojson...

REF https://github.com/keplergl/kepler.gl/pull/2459 Based on the previous PR to add progressive rendering of GeoArrow data. This PR is trying to utilize parallel web workers in loader.gl to speed up the parsing...

This WIP PR is trying to add functions to convert GeoJson Features to GeoArrow. These functions could be used as: - [ ] support write GeoArrow file format - [...

Work in progress: - add new WebView wxWidgets component - add kepler map as a JS bundle page - pass OGRLayer or Shapefile::Main to kepler - pass map style to...

I've tried to install the GeoDa package on a clean Ubuntu 22.04 Jammy. The original control file works fine: ``` Depends: libgdal33, zlib1g, libexpat1, freeglut3, libreadline8, libgtk-3-0, libssl3, libwebkit2gtk-4.1-0 ```...