l******9 发帖数: 579 | 1 【 以下文字转载自 Programming 讨论区 】
发信人: light009 (light009), 信区: Programming
标 题: error draw map from shape file Python 3.2 basemap
发信站: BBS 未名空间站 (Sat Feb 14 13:51:37 2015, 美东)
I am working on drawing map from shape file in Python 3.2 basemap.
But, the longitude values at the bottom axis are only shown partially. Also,
all latitude values are missing.
Here is my python code.
import shapefile as sf
import sys
import numpy as np
import matplotlib.pylab as plt
from mpl_toolkits.basemap import Basemap
ma... 阅读全帖 |
|
l******9 发帖数: 579 | 2 【 以下文字转载自 Programming 讨论区 】
发信人: light009 (light009), 信区: Programming
标 题: error draw map from shape file Python 3.2 basemap
发信站: BBS 未名空间站 (Sat Feb 14 13:51:37 2015, 美东)
I am working on drawing map from shape file in Python 3.2 basemap.
But, the longitude values at the bottom axis are only shown partially. Also,
all latitude values are missing.
Here is my python code.
import shapefile as sf
import sys
import numpy as np
import matplotlib.pylab as plt
from mpl_toolkits.basemap import Basemap
ma... 阅读全帖 |
|
l******9 发帖数: 579 | 3 【 以下文字转载自 Programming 讨论区 】
发信人: light009 (light009), 信区: Programming
标 题: error draw map from shape file Python 3.2 basemap
发信站: BBS 未名空间站 (Sat Feb 14 13:51:37 2015, 美东)
I am working on drawing map from shape file in Python 3.2 basemap.
But, the longitude values at the bottom axis are only shown partially. Also,
all latitude values are missing.
Here is my python code.
import shapefile as sf
import sys
import numpy as np
import matplotlib.pylab as plt
from mpl_toolkits.basemap import Basemap
ma... 阅读全帖 |
|
l******9 发帖数: 579 | 4 I am working on drawing map from shape file in Python 3.2 basemap.
But, the longitude values at the bottom axis are only shown partially. Also,
all latitude values are missing.
Here is my python code.
import shapefile as sf
import sys
import numpy as np
import matplotlib.pylab as plt
from mpl_toolkits.basemap import Basemap
map = Basemap(projection='stere', lon_0=-106.4, lat_0= 31.9, lat_ts = 31.9
,
llcrnrlat=31.7, urcrnrlat= 31.85,
llcrnrlon=-106.5 , urcrnrlon= -1... 阅读全帖 |
|
i****1 发帖数: 168 | 5 希望有的功能是:记录速度,行程。
Garmin手表可以记录速度,但是屏幕看着并不舒服。所以想找一个手持的。
另外这种设备往往内置的地图是TOPO U.S. 100K maps, worldwide basemap,这个
basemap是啥? |
|
|
n*****8 发帖数: 19630 | 7 安卓定位不需要地图的。每个手机里都有basemap
国内手机是有漫游,但是不一定每个人都开通。
你以为曾先生会开通吗。
况且,曾先生美华的可能性很大。
国内去欧洲玩,一般跟旅行社,不会自由行的。
:) |
|
y*******o 发帖数: 1713 | 8 amazon today's gold box deal:
Garmin eTrex Venture HC GPS Receiver
The eTrex Venture HC is an essential for any outdoor excursion. It features
a high-sensitivity GPS receiver for peak performance in any environment and
includes 24 MB of internal memory, a detailed basemap and crisp color screen.
List Price: $169.99
Yesterday's Price: $121.10
Today's Discount: - $21.11
Gold Box Price: $99.99 (41% off) |
|
b********o 发帖数: 1241 | 9 请问这里有没有同学时常用google map,或者做google map的?
请问如果我想overlay一个图片(PNG)文件,或者一个.svg文件到basemap上,应该怎
么做呢? 我是文科大妈,编程只学过一点,有没有google map附带的设计好的tool可
以帮我完成这个任务呢?
谢谢 |
|
m******h 发帖数: 5753 | 10 茫茫大海没有参照物, 无论 bottom fishing 或者deep sea fishing,鱼不是随便散
布的, 找钓点靠海图,marine 用的GPS+ fishfinder 配上local 海图( Marine
Basemap ), 海地深度,结构都在上边,GPS 带到大体位置,根据海底图找鱼,沙滩
底,石头底都知道, fish finder 可以看到有没有鱼,是game fish 还是bait fish,
或lure 或bait 随便了,这种钓鱼技术含量不在 presentation (或者说根本不需要
), 在于知道什么季节钓什么鱼,到哪钓。 海钓(船钓)是开山, 淡水是绣花,
路数不一样。 |
|
|
|
y*********e 发帖数: 7269 | 13 在App store里面找ArcGIS,
ESRI公司为iphone做的ArcGIS版本,然后在Basemap选项里面,选择US topo Map,就可
以获得全美所有比例尺的地形图。但是它是读取服务器上面的image cache。
如果Hiking的时候,大部分时候是没有数据服务,甚至手机信号的。
好在这个App能存下上一次浏览的image Cache。
所以,在出发前,先把地图放大到最详细的1:24K,在这个比例尺下,沿着预定的trail
路线在屏幕上走一遍,这样就把所有的image tile都存下了。出于方便,可以可以再把
地图缩小,把小比例尺的地图image tile也存下。这样即使offline的时候,可以方便
的放大缩小浏览了。
地图位置非常准确。上周末走了一条trail,不小心走到了一条因为雨季积水太多而被
封闭的小路上,走了一半实在走不下去了才意识到可能走错了。及时用这个App指引,
就找到了旁边另外一条小路,山谷密林里面iphone的GPS和地图都非常准确。
当然,如果真是荒郊野岭的trail,纸质的Topo map是不能省的。 |
|
y*********e 发帖数: 7269 | 14 没钱可以下载ArcGIS Explore for desktop
basemap一样换成Topo,也可以获得全部免费的topo图
只是zoom in/out内容是定义好的,打印只能打印一小块,一天的trail大概打印7,8张图才能cover,而且内容不够丰富。 |
|
c*********v 发帖数: 589 | 15 多谢。可是只有basemap,没有street map。 |
|
p**o 发帖数: 3409 | 16 不知道版上有没有用Python做科学计算的同好,
本人近日在带Lion的新MBA上安装Python科学计算包遇到了困难,
现把失败经历小结如下,希望后来人不要重走弯路,
如果能为本人指出一条“正路”就更感谢。
尝试1. MacPorts
macports是我第一个试的,下面这些包可以通过编译:gnuplot libsvm py27-numpy
py27-scipy py27-matplotlib python27-doc py27-sympy py27-ipython py27-
networkx py27-pymc py27-django py27-libdnet py27-lint py27-mysql py27-pip
py27-ply py27-pygraphviz py27-pyrex py27-rpy2 py27-scientific py27-sqlite
py27-svn py27-tables py27-tornado igraph py27-igraph py27-numexpr py27-pp
py27-cython py27-psyco py27-twisted... 阅读全帖 |
|