- 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.
- Learning NServiceBus(Second Edition)
- Python金融數據分析
- Functional Programming in JavaScript
- Kotlin Standard Library Cookbook
- STM32F0實戰:基于HAL庫開發
- 3D少兒游戲編程(原書第2版)
- Teaching with Google Classroom
- FPGA Verilog開發實戰指南:基于Intel Cyclone IV(進階篇)
- Statistical Application Development with R and Python(Second Edition)
- 計算機應用基礎教程(Windows 7+Office 2010)
- Solutions Architect's Handbook
- 網絡數據采集技術:Java網絡爬蟲實戰
- Android Sensor Programming By Example
- HTML5移動前端開發基礎與實戰(微課版)
- 人人都能開發RPA機器人:UiPath從入門到實戰