Skip to content

Update All Dependence as a final version #411

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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

UrbanGISer
Copy link
Contributor

  • 1 Spatial heatmap and Spatial View: Eliminate Warning and Error messages

  • Add files to leaflet lib D:\GitHub\knime-geospatial-extension\knime_extension\libs\leaflet\1.9.3\ ├── jquery-3.7.1.min.js
    ├── bootstrap-glyphicons.css
    └── leaflet_heat.min.js

  • revise code gradient_map[1 / steps * i] = colormap.rgb_hex_str(1 / steps * i) to gradient_map[str(1 / steps * i)] = colormap.rgb_hex_str(1 / steps * i)

  • revise leaflet_heat.min.js ctx = canvas.getContext('2d') to
    ctx = canvas.getContext('2d', { willReadFrequently: true })

  • 2 Kepler.gl View:

  • Add files to kepler lib maplibre-gl.css
    maplibre-gl.js

  • revise code

        # html = replace_external_js_css_paths(
        #     r'\1./libs/kepler/2.5.5/\3"\4',
        #     html,
        # )
  • 3 EDSA nodes libpysal- loop importing issue while libpysal>=4.10

  • Comment out all code of libpysal in geospatial_ext.py

  • switch from import pysal.lib as lps to import libpysal as lps

  • 4 H3 Nodes

  • Create H3 nodes

  • PointToH3

  • 5 GWR and MGWR node

  • iloc issue in GWR

  • iloc issue in MGWR

  • 6 Road Network Isochrone

  • update osmnx

  • 7 Location Analysis nodes append to concat

  • LSCP

  • MCLP

  • 8 OSM Network nodes G = ox.graph.graph_from_polygon(gdf_union, network_type=self.networktype) edges = ox.convert.graph_to_gdfs(G, nodes=False)

  • 9 US TIGER Map Node base_url = "https://www2.census.gov/geo/tiger/TIGER2020PL/STATE/" to base_url = "ftp://ftp2.census.gov/geo/tiger/TIGER2020PL/STATE/"

  • 10 Update geospatial env yml

-  1 Spatial heatmap and Spatial View:
 Eliminate Warning and Error messages

- [x] Add files to leaflet lib
D:\GitHub\knime-geospatial-extension\knime_extension\libs\leaflet\1.9.3\
├── jquery-3.7.1.min.js
├── bootstrap-glyphicons.css
└── leaflet_heat.min.js
- [x] revise code
` gradient_map[1 / steps * i] = colormap.rgb_hex_str(1 / steps * i)` to
`gradient_map[str(1 / steps * i)] = colormap.rgb_hex_str(1 / steps * i)`
- [x] revise leaflet_heat.min.js
`ctx = canvas.getContext('2d')` to
`ctx = canvas.getContext('2d', { willReadFrequently: true })`

- 2  Kepler.gl View:
- [x] Add files to kepler lib
maplibre-gl.css
maplibre-gl.js
- [x] revise code
```
        # html = replace_external_js_css_paths(
        #     r'\1./libs/kepler/2.5.5/\3"\4',
        #     html,
        # )
```
-  3 EDSA nodes
libpysal- loop importing issue  while libpysal>=4.10
- [x] Comment out all code of libpysal in geospatial_ext.py
- [x] switch from  `import pysal.lib as lps` to `import libpysal as lps`

-  4 H3 Nodes
- [x] Create H3 nodes
- [x] PointToH3

-  5 GWR and MGWR node
- [x]  iloc issue in GWR
- [x] iloc issue in MGWR

-  6 Road Network Isochrone
- [x]  update osmnx

-  7 Location Analysis nodes
append to concat
- [x]  LSCP
- [x]  MCLP

-  8 OSM Network nodes
G = ox.graph.graph_from_polygon(gdf_union, network_type=self.networktype)
edges = ox.convert.graph_to_gdfs(G, nodes=False)

-  9 US TIGER Map Node
`base_url = "https://www2.census.gov/geo/tiger/TIGER2020PL/STATE/"` to
`base_url = "ftp://ftp2.census.gov/geo/tiger/TIGER2020PL/STATE/"`

- 10 Update geospatial env yml
@UrbanGISer UrbanGISer linked an issue Jun 4, 2025 that may be closed by this pull request
@UrbanGISer UrbanGISer requested a review from koettert June 4, 2025 18:30
@UrbanGISer UrbanGISer added the enhancement New feature or request label Jun 4, 2025
@UrbanGISer UrbanGISer added this to the Release 1.4 milestone Jun 4, 2025
koettert and others added 3 commits June 5, 2025 16:22
build function for spreg table extraction to simplify data; add more rows in the result table.
@koettert
Copy link
Contributor

Double check that the mock Libpysal Examples are no longer needed: #165

@koettert
Copy link
Contributor

Update extension version to 2.0 to reflect the major update in the Geopandas library which might cause slight behavior changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update dependencies to latest version
3 participants