darribas/gds_env

Changes for 5.0

darribas opened this issue · 4 comments

To add:

Addon's:

Consider removing:

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

Another idea is to add Vim to gds_dev. For this, here're some thoughts to consider:

Notes:

  • As of this, it is
    possible to dissable Ctr+V to paste, so visual block works on Vim in the
    terminal

Steps:

  1. Add vimrc file
  2. Install plug (see here
    for a start)
  3. Install plug packages

UPDATE: added on 5dd420c

Can we get kepler.gl Jupyter widget? I find it handy for interactive data exploration.

kpler.gl added!

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.