- Practical GIS
- Gábor Farkas
- 296字
- 2021-07-02 22:49:10
Getting basic data
The first data we will download is the administrative boundaries of our country of choice. Open data for administrative divisions are easy to find for the first two levels, but it becomes more and more scarce for higher levels. The first level is always the countries' boundaries, while higher levels depend on the given country. There is a great source for acquiring the first three levels for every country in a fine resolution: GADM or Global Administrative Areas. We will talk about administration levels in more details in a later chapter. Let's download some data from http://www.gadm.org/country by selecting our study area, and the file format as Shapefile:

In the zipped archive, we will need the administrative boundaries, which contain our division of choice. If you aren't sure about the correct dataset, just extract everything and we will choose the correct one later.
The second vector dataset we download is the GeoNames archive for the country encasing our study area. GeoNames is a great place for finding data points. Every record in the database is a single point with a pair of coordinates and a lot of attribute data. Its most instinctive use case is for geocoding (linking names to locations). However, it can be a real treasure box for those who can link the rich attribute data to more meaningful objects. The country-level data dumps can be reached at http://download.geonames.org/export/dump/ through the countries' two-letter ISO codes.
- 大學(xué)計(jì)算機(jī)基礎(chǔ)(第三版)
- Oracle 11g從入門到精通(第2版) (軟件開發(fā)視頻大講堂)
- Blender 3D Incredible Machines
- Python高效開發(fā)實(shí)戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- 軟件工程
- PySide GUI Application Development(Second Edition)
- Python數(shù)據(jù)分析從0到1
- Visual Basic程序設(shè)計(jì)實(shí)踐教程
- 案例式C語(yǔ)言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)
- SQL Server 2016 從入門到實(shí)戰(zhàn)(視頻教學(xué)版)
- Java Web開發(fā)實(shí)例大全(基礎(chǔ)卷) (軟件工程師開發(fā)大系)
- Java EE 7 with GlassFish 4 Application Server
- 嵌入式C編程實(shí)戰(zhàn)
- DevOps 精要:業(yè)務(wù)視角
- 高質(zhì)量程序設(shè)計(jì)指南:C++/C語(yǔ)言