240 发简信
IP属地:上海
  • QGIS python 调用GIS功能

    QGIS 中文学习手册:https://www.osgeo.cn/qgisdoc/docs/user_manual/index.html[htt...

  • ortools 入门指南

    使用指南:https://developers.google.cn/optimization/introduction/python?hl=zh...

  • Resize,w 360,h 240
    典型运筹优化问题

    建模参考:https://docs.mosek.com/modeling-cookbook/linear.html#linear-modelin...

  • 数据基本情况之描述性统计分析python

    集中趋势:均值、中位数、众数 离散程度:方差(标准差),IQR=Q3-Q1 (中间 50%数据的范围) 分布形态描述:核密度分布图、改进箱图 以...

  • Presto/hive 一行转多行,多行合并成一行

    presto-多行变一行 array_agg将数据整合起来变成一个列表,array_join将列表以指定分隔符连接起来 结果 presto-一行...

  • 【python】http和终端请求

    http 请求: response = requests.get(url)dat = json.loads(response.text) 终端请...

  • 【python】使用wkt格式的数据

    wkt数据格式 wkt是以文本形式描述的地理数据存储格式,常用的WKT数据格式如下: point ( 10.05 10.28 ) multipo...