- 博客(11)
- 资源 (2)
- 问答 (1)
- 收藏
- 关注
原创 Python GDAL获取坐标系,转投影,重采样
安装好gdal后,直接在cmd中输入以下命令:gdalsrsinfo 01.tifPython代码:import gdalimport osrpath = r"C:\temp\01.tif"d = gdal.Open(path)proj = osr.SpatialReference(wkt=d.GetProjection())space = proj.GetAttrValue('AUTHORITY',1)print(space)转投影from osgeo imp.
2022-04-03 15:43:44
2681
原创 ARCMAP自定义色带
创建一个自定义的style文件:arcmap->Customize->Style Manager->Styles->Create New Style在style manager中选中刚刚创建的自定义style文件,开始准备添加自定义的style选择Color Ramps 双击在右侧空白处右键,New->Algorithmic Color Ramp我设置了一个绿条重新打开arcmap,就可以找到色带了...
2022-03-16 16:09:37
5072
原创 MODIS NDVI下载处理 MOD13A1, win10
下载链接:LP DAAC - Search以前是用MODIS Reprojection Tool (MRT) 进行处理,但是根据USGS网站, 以上工具已经退休:The downloadable MODIS Reprojection Tool (MRT) and MRTSwath tool have been retired. Users are encouraged to use NASA'sHDF-EOS to GeoTIFF (HEG)downloadable conversion...
2021-12-23 13:46:01
3705
原创 Warnings due to Matplotlib
Bad key text.latex.unicode in file C:\Anaconda3\lib\site-packages\matplotlib\mpl-data\stylelib\_classic_test.mplstyle, line 112 ('text.latex.unicode : False # use "ucs" and "inputenc" LaTeX packages for handling')You probably need to get an updated matpl.
2021-06-17 12:50:44
3930
2
原创 camelot pdf 转excel
Error:ImportError: cannot import name 'TableList' from 'camelot.core' (C:\Users\shres\AppData\Local\Programs\Python\Python38\lib\site-packages\camelot\core\__init__.py)pip uninstall camelotpip uninstall camelot-pypip install camelot-py[cv]or..
2021-05-26 14:50:59
734
原创 ArcGIS API for Javascript和GP服务调用
第一次使用ArcGIS API,也是第一次使用ArcGIS Server的GPServer的调用,
2021-04-12 10:36:35
3014
转载 WRF user guide v3: Chapter 4: WRF Initialization(转载)
原文链接:https://www2.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap4.htmChapter 4: WRF InitializationTable of Contents·Introduction·Initialization for Ideal Data Cases·Initialization for Real Data CasesIntroductionTheWRFmodel h...
2021-01-23 11:47:00
1522
原创 CentOS8部署WRF空气质量模型(step by step)
1、部署虚拟机和CentOS系统https://blog.youkuaiyun.com/babyxue/article/details/809705262、Compile WRFWRF online tutorial:https://www2.mmm.ucar.edu/wrf/OnLineTutorial/compilation_tutorial.php2.1 System Environment Tests①查看有没有gfortran, cpp, gcc# 查看有没有gfortran,cp.
2021-01-22 12:58:05
2431
原创 Anaconda Python 3.7和3.9 GDAL 安装方法, python3安装pyhdf
pip install pipwinpipwin install gdal检验:from osgeo import gdal
2020-11-16 16:44:57
6007
2
原创 pip install geopandas出错
错误代码:ERROR: Command errored out with exit status 1: command: 'c:\python37\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\11931\\AppData\\Local\\Temp\\pip-install-yy0nccti\\fiona\\setup.py'"'"'; __file__='"'"'C:\\User...
2020-10-30 16:09:37
3266
1
Anusplin软件入门操作说明书~~详解
2016-11-24
PAD和N-S(盒图)绘制模具和使用方法(软件工程流程图神器)
2014-05-12
安装vs2012后,vs2005、2010卸载会不会有问题
2014-12-31
TA创建的收藏夹 TA关注的收藏夹
TA关注的人