@@ -277,6 +277,9 @@ description=A data description language
277277[db.py]
278278description =a db package that doesn' t suck
279279
280+ [descartes]
281+ description=Use geometric objects as matplotlib paths and patches
282+
280283[dill]
281284description=serialize all of python (almost)
282285
@@ -404,6 +407,9 @@ description=Python Geocoding Toolbox
404407[geographiclib]
405408description =The geodesic routines from GeographicLib
406409
410+ [geopandas]
411+ description =Geographic pandas extensions
412+
407413[geoviews]
408414description =Stop plotting your data - annotate your data and let it visualize itself... on a map!
409415
@@ -500,6 +506,9 @@ description=Library for reading and writing a wide range of image, video, scient
500506[imagesize]
501507description =Getting image size from png/jpeg/jpeg2000/gif file
502508
509+ [intake]
510+ description =Data input plugin and catalog system
511+
503512[ipykernel]
504513description =IPython Kernel for Jupyter
505514
@@ -1238,6 +1247,9 @@ description=PyUtilib: A collection of Python utilities
12381247[pyvisa]
12391248description=Control all kinds of measurement equipment through various busses (GPIB, RS232, USB)
12401249
1250+ [pyviz_comms]
1251+ description=Launch jobs, organize the output, and dissect the results
1252+
12411253[pywavelets]
12421254description=Wavelet transforms module
12431255
@@ -1415,6 +1427,9 @@ description=SFrame is an scalable, out-of-core dataframe, which allows you to wo
14151427[sgp4]
14161428description=Track earth satellite TLE orbits using up-to-date 2010 version of SGP4
14171429
1430+ [shapely]
1431+ description=Geometric objects, predicates, and operations
1432+
14181433[simplegeneric]
14191434description=Simple generic functions (similar to Python' s own len(), pickle.dump(), etc.)
14201435
0 commit comments