Web-GIS using open source software and ArcPy for ArcGIS Pro

Learn manage and display data on Internet using GeoServer, PostGIS, Openlayers, includes ArcPy for ArcGIS Pro

Ratings: 4.34 / 5.00




Description

This is a course focused on development and interaction of spatial data for internet deployment. For this we use three free code tools:

PostgreSQL, for data management.

  • Download, installation, configuration of spatial component (PostGIS) and insertion of spatial data.

GeoServer, for data stylization.

  • Download, installation, creation of data stores, layers and deployment styles.

OpenLayers, for web deployment.

  • Includes code development in an HTML page to add data layers, wms services, map extension, timeline.

Python programming in ArcGIS Pro

  • ArcPy for geospatial analysis.

#AulaGEO

The course is from scratch, step by step with example cases and data according the AulaGEO methodology.

For this course was used, and the download steps are included in the lessons:

  • Geoserver                 : 2.15.1

  • PostgreSQL (Postgres) : 12.1 (64 bit)

  • Postgis                 : 3.0

  • Openlayers                 : 6.1.1

  • ArcGIS Pro                              :2.4

Conent

Section 1: PostgreSQL - PostGIS

  • 1. Downloading and installing PostGIS


  • 2. Creating Database in PostgreSQL


  • 3. Adding GIS data in PostgreSQL

Section 2: GeoServer

  • 4. Download And Install GeoServer


  • 5. Creating Workspace and Store in GeoServer


  • 6. Adding Style to Shapefile

Section 3: Open Layers

  • 7. Publishing GIS layers from GeoServer


  • 8. Displaying map using OpenLayers


  • 9. Adding GeoServer Layer to OpenLayers


  • 10. Adding Map Rotation


  • 11. Adding code for Default extent


  • 12. Adding Scale line to map

Section 4: ArcPy - Python programming in ArcGIS Pro

  • 13. Run python script from outside ArcGIS Pro


  • 14. Introduction to python window


  • 15. Run buffer analysis tool


  • 16. Field management tool & Length Calculation


  • 17. Use Arcpy for Get result form tool, wo…ta properties


  • 18. Import Arcpy and modules


  • 19. Describe properties of data


  • 20. Create a field list and loop through the contents


  • 21. Geo processing and select by location tools


  • 22. List unique values from attribute table ordered by name


  • 23. Map document to pdf map conversion


  • 24. Split Line to Multiple Parts

What You Will Learn!

  • Develop web content using open source
  • Geoserver - instalation, configuration and interaction with open layers
  • PostGIS - instalation and interaction with geoserver
  • Open Layers - front desk using code

Who Should Attend!

  • gis users
  • developers interested in data analysis