Changes between Version 1 and Version 2 of gpd_misc


Ignore:
Timestamp:
Dec 29, 2019, 8:14:45 PM (4 years ago)
Author:
darkblueb
Comment:

jupyter notebook info

Legend:

Unmodified
Added
Removed
Modified
  • gpd_misc

    v1 v2  
    3737
    3838}}}
     39
     40however, from Jupyter Notebook server v5.2.2 / Python3
     41{{{
     42
     43In [2]: gpd.show_versions()
     44
     45SYSTEM INFO
     46-----------
     47python     : 3.6.8 (default, Jan 14 2019, 11:02:34)  [GCC 8.0.1 20180414 (experimental) [trunk revision 259383]]
     48executable : /usr/bin/python3
     49machine    : Linux-5.0.0-23-generic-x86_64-with-Ubuntu-18.04-bionic
     50
     51GEOS, GDAL, PROJ INFO
     52---------------------
     53GEOS       : 3.7.1
     54GEOS lib   : /usr/lib/x86_64-linux-gnu/libgeos_c.so
     55GDAL       : 2.4.2
     56GDAL data dir: /usr/share/gdal
     57PROJ       : None
     58PROJ data dir: /usr/share/proj/
     59
     60PYTHON DEPENDENCIES
     61-------------------
     62geopandas  : 0.6.2
     63pandas     : 0.23.3
     64fiona      : 1.8.6
     65numpy      : 1.13.3
     66shapely    : 1.6.4
     67rtree      : 0.8.3
     68pyproj     : 1.9.5.1
     69matplotlib : 2.1.1
     70mapclassify: None
     71pysal      : None
     72geopy      : None
     73psycopg2   : 2.7.4 (dt dec pq3 ext lo64)
     74
     75}}}