- ArcGIS Pro 2.x Cookbook
- Tripp Corbin GISP
- 164字
- 2021-06-24 19:10:48
Plotting X,Y points from a table
It is not unusual to get data from outside sources that is nothing more than a table with some information that includes X and Y data. This may come from a surveyor, someone that collected data with their smartphone, or some other source. The data might be a spreadsheet, a text file, CSV file, or even a database table.
If the data includes coordinates for the location, you can turn these into points within a map. This is called an event layer. The coordinates can be in any known coordinate system as long as they are all the same, meaning that all coordinates for all the records in the table must be listed in the same coordinate system.
In this recipe, you will plot the locations of crimes from a standalone database table. This table has several records, each of which has a latitude and longitude coordinate. You will use that information to plot the location.
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- WebAssembly實戰
- Python for Secret Agents:Volume II
- PostgreSQL Cookbook
- ADI DSP應用技術集錦
- Modern JavaScript Applications
- 微信小程序全棧開發技術與實戰(微課版)
- Mastering Unity 2D Game Development(Second Edition)
- Learning Node.js for .NET Developers
- Android移動應用項目化教程
- SSH框架企業級應用實戰
- Mastering SciPy
- Learning Cocos2d-JS Game Development
- C++服務器開發精髓
- Web前端開發精品課:HTML5 Canvas開發詳解