由买买提看人间百态

topics

全部话题 - 话题: basemap
1 (共1页)
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
来自主题: Outdoors版 - 求推荐手持GPS
希望有的功能是:记录速度,行程。
Garmin手表可以记录速度,但是屏幕看着并不舒服。所以想找一个手持的。
另外这种设备往往内置的地图是TOPO U.S. 100K maps, worldwide basemap,这个
basemap是啥?
m***r
发帖数: 359
6
来自主题: Programming版 - Python日报 2015年2月楼
Python日报 2015-02-24
@好东西传送门 出品, 过刊见
http://py.memect.com
订阅:给 [email protected]
/* */ 发封空信, 标题: 订阅Python日报
更好看的HTML版
http://py.memect.com/archive/2015-02-24/short.html
1) 【关于Python元类(Metaclasses)的详细讲解】 by @爱可可-爱生活
关键词:基础, 博客
[文章]《Understanding Python metaclasses》 [1] 关于Python元类(Metaclasses)的
详细讲解,深入浅出
[1] http://blog.ionelmc.ro/2015/02/09/understanding-python-metaclasses/
长微博图:http://ww2.sinaimg.cn/large/5396ee05jw1epk21k8yp9j20l3f63e83.jpg
2) 【Python软件包scholarNetwork可视化谷歌学术网络】 by @黠之大者
关键... 阅读全帖
n*****8
发帖数: 19630
7
安卓定位不需要地图的。每个手机里都有basemap
国内手机是有漫游,但是不一定每个人都开通。
你以为曾先生会开通吗。
况且,曾先生美华的可能性很大。
国内去欧洲玩,一般跟旅行社,不会自由行的。
:)
y*******o
发帖数: 1713
8
来自主题: LosAngeles版 - 牛人们,推荐一款户外GPS吧!
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
来自主题: SanFrancisco版 - 真心求教个GoogleMap如何使用的问题
请问这里有没有同学时常用google map,或者做google map的?
请问如果我想overlay一个图片(PNG)文件,或者一个.svg文件到basemap上,应该怎
么做呢? 我是文科大妈,编程只学过一点,有没有google map附带的设计好的tool可
以帮我完成这个任务呢?
谢谢
m******h
发帖数: 5753
10
来自主题: Fishing版 - 再谈深海钓鱼!
茫茫大海没有参照物, 无论 bottom fishing 或者deep sea fishing,鱼不是随便散
布的, 找钓点靠海图,marine 用的GPS+ fishfinder 配上local 海图( Marine
Basemap ), 海地深度,结构都在上边,GPS 带到大体位置,根据海底图找鱼,沙滩
底,石头底都知道, fish finder 可以看到有没有鱼,是game fish 还是bait fish,
或lure 或bait 随便了,这种钓鱼技术含量不在 presentation (或者说根本不需要
), 在于知道什么季节钓什么鱼,到哪钓。 海钓(船钓)是开山, 淡水是绣花,
路数不一样。
T******g
发帖数: 21328
11
来自主题: GunsAndGears版 - Garmin 新款 62S 评价非常高呀
Amazon上用户评价是全5星
http://www.amazon.com/Garmin-GPSMAP-2-6-Inch-Portable-Navigator/dp/B003IHV6YG/ref=sr_1_4?ie=UTF8&qid=1290471591&sr=8-4
Technical Details
Rugged handheld navigator 2.6-inch, sunlight-readable TFT display with 160 x
240 pixel resolution
Built-in worldwide basemap with shaded relief; download Garmin Connect
photos
for picture navigation
Built-in 3-axis tilt-compensated electronic compass and barometric altimeter
for bearing and altitude
Share your waypoints, tracks, routes and geoca... 阅读全帖
y*********e
发帖数: 7269
12
来自主题: Outdoors版 - 户外FAQ - GPS
好文
补充一下,对于感兴趣的朋友,
可以去www.esri.com下载一个类似Google Earth的免费软件:ArcGIS Explore,
并使用如下网页的中Open ready-to-use basemap for ArcGIS Explorer
便可以浏览所有目前公开的不同比例尺的USGS topo map,配合GPS非常好用。
http://resources.esri.com/arcgisonlineservices/index.cfm?fa=content_detail&contentID=C3D720F5-1422-2413-191604FA0A81D873
但是对于一般民用免费ArcGIS产品,仅能上网浏览。
y*********e
发帖数: 7269
13
来自主题: Outdoors版 - 推荐看免费Topo Map的iphone app
在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
来自主题: Outdoors版 - 推荐看免费Topo Map的iphone app
没钱可以下载ArcGIS Explore for desktop
basemap一样换成Topo,也可以获得全部免费的topo图
只是zoom in/out内容是定义好的,打印只能打印一小块,一天的trail大概打印7,8张图才能cover,而且内容不够丰富。
c*********v
发帖数: 589
15
来自主题: Running版 - 带map的sport GPS
多谢。可是只有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... 阅读全帖
1 (共1页)