Changes for 5.0
darribas opened this issue · 4 comments
darribas commented
To add:
-
GeoJSON
LabExtension togds_py
(added in b4997e3) -
tippecanoe
togds_dev
(added in c43634f) -
cenpy
togds_py
(added in b4997e3) -
momepy
(added in 305c065) -
pytest-cov
togds_py
(added in 305c065) -
pygeos
togds_py
(added in 305c065) - Excel read/write functionality in python (added in 305c065)
-
(Removed in bb7dbec as it forces old version ofrio-glui
togds_py
(added in 305c065)tornado
) -
rio-cogeo
togds_py
(added in 305c065) -
rioxarray
togds_py
(added in 305c065) -
xarray-leaflet
(added in 305c065) -
xarray-spatial
(added in a9237fc) -
pyrosm
(implemented in 1387bb6) -
h3
(-py
) (available throughconda-forge
now) (added in cbbbdac) -
jupyter-server-proxy
-
netCDF4
-
Kepler.gl
Addon's:
- Variable inspector plugin (added in 305c065)
-
jupyterlab-toc
(added in 0807b0b)
Consider removing:
-
eo-learn
(added in 305c065) -
mplleaflet
(implemented in 1387bb6) -
urbanaccess
, at least termporarily as it's broken withgeopy
2.0 (see#63
) (implemented in 1387bb6)
Shift:
- Move jupyterbook/jupytext to
gds_py
(this relies on jupyterbook depending on Sphinx instead of Jekyll) (done in a96e953)
Before publishing:
- Update testing notebook for
gds_py
darribas commented
martinfleis commented
Can we get kepler.gl Jupyter widget? I find it handy for interactive data exploration.
darribas commented
kpler.gl
added!
martinfleis commented
For PostGIS connections, we'll need optional dependencies geopandas uses. Geoalchemy2, sqlalchemy and psycopg2 (I'll check tomorrow if these three are the correct ones).
edit:
GeoAlchemy2
from pip (conda version is outdated)
psycopg2
from conda
sqlalchemy should come with GeoAlchemy2.