Preface 1 Chapter 1: GIS Fundamentals 7 What is GIS about? 7 The foundation of any GIS – spatial data 8 Measuring the world 9 Projecting a sphere on a plane 10 Understanding coordinate systems 12 Commonly used coordinate systems 12 Universal Transverse Mercator system 12 Web Mercator 13 Spatial Reference Identifier (SRID) 13 Representing geometrical shapes 14 Modeling the real world with raster data 16 Representing the world 17 Time for action – exploring OpenStreetMap 20 Adding more colors to your maps 23 Choropleth maps 23 Proportional maps 25 Time for action – making your thematic map 26 Summary 29 Chapter 2: Getting Started with GeoServer 31 Installing Java 32 Time for action – checking the presence of Java on Windows 32 Time for action – checking the presence of Java on Ubuntu 34 Time for action – installing JRE on Windows 35 Time for action – installing JRE on Ubuntu 36 Installing Apache Tomcat 38 Time for action – installing Apache Tomcat on Windows 38 Table of Contents [ ii ] Time for action – installing Apache Tomcat on Ubuntu 42 Time for action – configuring Tomcat as a service on Ubuntu 45 Installing GeoServer 48 Time for action – deploying GeoServer on Tomcat 49 Implementing basic security 51 Time for action – improving security settings 52 Summary 53 Chapter 3: Exploring the Administrative Interface 55 Understanding the interface 55 About & Status 57 Server Status 57 Locks 58 Connections 58 Memory Usage 58 JVM Version and fonts 58 JAI usage and configurations 58 Update Sequence 58 Resource Cache 59 Configuration and catalog 59 GeoServer Logs 59 Contact Information 59 About 60 Time for action – manually reloading configuration 60 Data 61 Layer Preview 61 Time for action – OpenLayers preview 62 Time for action – KML preview 63 Workspaces 64 Time for action – creating a workspace 65 Stores 66 Layers 68 Layer groups 69 Styles 69 Services 70 WMS 71 Time for action – limiting the SRS list from WMS 71 WFS 73 WCS 73 Settings 73 Global 73 Verbose Reporting 73 En
2021-10-13 16:57:06 8.81MB Geoserver 入门教程
1
本书共包括五部分: Oracle 体系概述:本章主要介绍 Oracle 的安装、配置、体系结构的初步认识。通过阅读本章内容,你可以自己安装并配置数据库,搭建自己的 Oracle 开发环境。并能处理一些常见的 Oracle 问题。 Oracle 开发概述:本章主要介绍 Oracle 开发应具备的知识。主要介绍 PL/SQL 的基本语法、、以及我在 Oracle 开发中的一些经验。我们还会提及一个 Oracle 数据库的第三方开发工具—— PL/SQL Developer,我们工作中会经常用到它。最后,我们会介绍一些 PL/SQL 编码规范,如果遵守它们,你会发现你们项目组内的代码变得更加容易管理。 SQL 概述:本章主要介绍一些开发中常用的基本 SQL。 SQL 常用函数:本章内容翻译自 Oracle9i 的《SQL Reference》。当然,只翻译了一些我们常用的 SQL 函数。 数据库常见问题:本章内容介绍了一些现场实施过程中经常遇到的问题,希望对你的实施工作有所帮助。 在第二部分《Oracle 开发概述》中,我参考了Steven Feuerstein 和 Bill Pribyl 写的《Oracle PL/SQL Programming》第四版的部分章节。这是一本优秀的 PL/SQL 指导书籍,如果你想继续深入地学习Oracle开发的知识,这是一本不错的参考书。 以下内容会员跟帖回复才能看到
2021-10-12 11:58:53 1.05MB Oracle 开发 chm SQL 代码
1
nlp-初学者完成 此项目是为了完成复旦大学邱锡鹏老师的NLP入门练习 此项目的5个任务完成了很多网上的相关资源以及结合自己的理解而完成,在此对所有相关的作者表示感谢。如果造成了争议,相关作者可联系我进行协商。
2021-09-22 13:32:20 75.09MB python Python
1
很好的Latex 入门教材,作者Stefan Kottwitz。pdf格式,非扫描版本,文字转化版。经典的东西都是可遇不可求,不可失之交臂。
2021-09-06 21:49:44 4.48MB Latex, Guide
1
NumPy Beginner’s Guide - Second Edition.zip
2021-08-09 11:09:13 60KB NumPy Beginner Guide
1
Python初级项目 这个存储库将包含我自从开始学习 Python 以来创建的所有 Python 项目。 在本地运行 克隆项目 git clone https://github.com/gaurtvin/python-project 先决条件 确保在运行代码文件之前安装了这些东西。 • • Tkinter pip install tk • 夹子 pip install plyer • Pyshorteners pip install pyshorteners 贡献 总是欢迎贡献! 作者 • Gaurav Pandey 回馈 如果您有任何反馈,请通过与我 执照 该项目是在 MIT 许可下获得许可的 - 有关详细信息,请参阅文件 代码 所有来源都将在此处提供 :backhand_index_pointing_down: 1. 缩略词 def fxn ( stng ): # add first lette
2021-08-05 12:03:44 14KB python code beginner-project projects
1
This book is written for high school and college students learning about probability for the first time. It will appeal to the reader who has a healthy level of enthusiasm for understanding how and why the various results of probability come about.All of the standard introductory topics in probability are covered: combinatorics, the rules of probability, Bayes’ theorem, expectation value, variance, probability density, common distributions, the law of large numbers, the central limit theorem, correlation, and regression. Calculus is not a prerequisite, although a few of the problems do involve calculus. These are marked clearly. The book features 150 worked-out problems in the form of examples in the text and solved problems at the end of each chapter. These problems, along with the discussions in the text, will be a valuable resource in any introductory probability course, either as the main text or as a helpful supplement.
2021-07-11 20:38:05 2.34MB 人工智能 随机过程 马尔可夫 概率论
1
CVAE-GAN-ZOOS-PyTorch-初学者 首先先感谢给小透明点赞的几个朋友。 中文讲解: 如果你是第一次接触AE自编码器和GAN生成对抗网络,那这将会是一个非常有用且效率的学习资源。所有的内容使用PyTorch编写,编写格式清晰,非常适合PyTorch新手作为学习资源。本项目的所有模型当前都是基于MNIST数据库进行图片生成。MNIST数据集是一个比较小,一个光CPU可以运行起来的小数据库。新人友好数据库。 本项目包含以下模型:AE(自编码器),DAE(降噪自编码器),VAE(变分自编码器),GAN(对抗生成网络),CGAN(条件对抗生成网络),DCGAN(深度)卷积对抗生成网络),WGAN(Wasserstain对抗生成网络),WGAN-GP(基于渐变惩罚的WGAN),VAE-GAN(变分自编码对抗生成网络),CVAE-GAN(条件变分自编码对抗生成)网络)PS:部分英文翻译的
2021-05-12 17:22:58 42.61MB Python
1
Python 2.6 Text Processing - Beginner Guide
2021-04-02 12:05:18 5.71MB Python2.6Text BeginnerGuide PythonBeginner
我将向您展示如何使用便宜的零件(例如IR LED和光电二极管)制造一个简单的障碍物感应系统。
2021-03-30 21:08:49 968KB beginner proximity sensor
1