加载中
Accumulo入门手册

1。介绍 Apache Accumulo的是一个高度可扩展的结构化存储,基于谷歌的BigTable。Accumulo是用Java编写的,并在Hadoop分布式文件系统 (HDFS),这是流行的Apache Hadoop项目的一部分工作。A...

2016/01/25 11:22
2.8K
Statsmodel,基于Pandas的统计模型库

Statsmodels 是Python的统计建模和计量经济学工具包,包括一些描述统计、统计模型估计和推断。 主页:http://www.statsmodels.org/stable/index.html 源代码:https://github.com/statsmodel...

python中List添加元素的几种方法

List 是 Python 中常用的数据类型,它一个有序集合,即其中的元素始终保持着初始时的定义的顺序(除非你对它们进行排序或其他修改操作)。 在Python中,向List添加元素,方法有如下4种方法(...

2016/01/20 20:59
1.3K
Fiona地理数据引擎,使用手册

1 The Fiona User Manual Author: Sean Gillies, <sean.gillies@gmail.com> Version: 1.4.0 Date: September 22, 2014 Copyright: This work is licensed under a Creative Commons Attribut...

Shapely地理空间几何对象库的安装与使用

Shapely 1.5.13 Downloads ↓ Geometric objects, predicates, and operations Manipulation and analysis of geometric objects in the Cartesian plane. Shapely is a BSD-licensed Pytho...

Shapely地理空间几何库,使用手册(英)

The Shapely User Manual Author: Sean Gillies, <sean.gillies@gmail.com> Version: 1.2 and 1.3 Date: December 31, 2013 Copyright: This work is licensed under a Creative Commons Att...

CGAL Python Bindings

CGAL Python Bindings WARNING: This project(http://cgal-python.gforge.inria.fr/) is no longer maintained. Please try CGAL-bindings that provides similar functionalities. The goal...

2016/01/12 11:15
2.5K
Fiona地理数据引擎Python库

Fiona地理空间几何对象Python读取库,是基于OGR的,支持GeoPandas。除此之外,GDAL库也直接支持Python接口了,里面内置包含了OGR库。具体的还没有仔细研究。...

geopy使用详解

一些地理信息处理的python封装库,主要是地理编码的一些操作。不过,地理编码有很多库,准确度、易用性、稳定性差别不小,需要自己去测试,看那个更适合自己、更易于扩展和维护。

GeoPandas官方中文文档--译著

GeoPandas是基于Pandas的扩展,增加了地理空间几何对象的处理,本文翻译来自于http://www.cnblogs.com/giserliu/p/4988615.html。原文和工程在http://geopandas.org/。...

PyThor- Python meets R,R的封装库

R的Python封装库,基于Rpy2进行了再次封装,直接封装成R的函数。

2016/01/12 09:02
187
Matplotlib的三维可视化,mplot3d教程

Matplotlib的三维可视化,mplot3d教程

使用SciPy插值,Interpolation (scipy.interpolate)

插值是进行数据处理和可视化分析的常见操作,基于Python的SciPy支持一维和二维的插值运算。这里是SciPy的官方文档。

Numexpr: Fast numerical expression evaluator

Numexpr: Fast numerical expression evaluator for NumPy Author: David M. Cooke, Francesc Alted and others Contact: faltet@gmail.com URL: https://github.com/pydata/numexpr Travis ...

python数据持久存储:pickle模块的基本使用

python的pickle模块实现了基本的数据序列和反序列化。

MXNet设计和实现简介

Docs » MXNet设计和实现简介 Edit on GitHub The following is an overview of MXNet in Chinese. For english readers, please refer to our NIPS learnsys paper MXNet设计和实现简介 神经...

机器学习框架:MXNet Python Overview Tutorial

Docs » MXNet Python Package » MXNet Python Overview Tutorial Edit on GitHub MXNet Python Overview Tutorial This page gives a general overview of MXNet’s python package. MXNet...

没有更多内容

加载失败,请刷新页面

返回顶部
顶部