Cantitate/Preț
Produs

Introduction to Web Mapping

Autor Michael Dorman
en Limba Engleză Paperback – 4 feb 2020
A web map is an interactive display of geographic information, in the form of a web page, that you can use to tell stories and answer questions. Web maps have numerous advantages over traditional mapping techniques, such as the ability to display up-to-date or even real-time information, easy distribution to end users, and highly customized interactive content. Introduction to Web Mapping teaches you how to develop online interactive web maps and web mapping applications, using standard web technologies: HTML, CSS and JavaScript. The core technologies are introduced in Chapters 1-5, focusing on the specific aspects which are most relevant to web mapping. Chapters 6-13 then implement the material and demonstrate key concepts for building and publishing interactive web maps.
The book:
  • Gives an introduction to fundamental web technologies: HTML, CSS and JavaScript
  • Covers Leaflet, the popular open-source JavaScript library for building web maps
  • Describes the GeoJSON vector layer format and the Ajax technique for loading data
  • Shows how spatial database APIs, such as the CARTO platform, can be combined with a web map to query and display large amounts of data
  • Introduces client-side geoprocessing with the Turf.js JavaScript library, for applying spatial operators in the browser
  • Demonstrates a complex web mapping application for collecting crowdsourced data, combining Leaflet, CARTO and the Leaflet.draw plugin
  • Goes over 69 complete code examples and includes 9 solved exercises for building web maps and web pages (downloadable code is provided in the online supplement)
The book is intended for beginners with no background in web technologies or programming. Nevertheless, some prior experience with computers and programming is beneficial. The book can be used for self-study, or as a textbook in a standard undergraduate "Web mapping" course in a Geography department, intended for students specializing in Geographic Information Systems (GIS).
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 35673 lei  6-8 săpt.
  CRC Press – 4 feb 2020 35673 lei  6-8 săpt.
Hardback (1) 98966 lei  6-8 săpt.
  CRC Press – 4 feb 2020 98966 lei  6-8 săpt.

Preț: 35673 lei

Preț vechi: 45791 lei
-22% Nou

Puncte Express: 535

Preț estimativ în valută:
6827 7202$ 5706£

Carte tipărită la comandă

Livrare economică 31 decembrie 24 - 14 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780367861186
ISBN-10: 0367861186
Pagini: 366
Ilustrații: 135
Dimensiuni: 178 x 254 x 18 mm
Greutate: 0.77 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC

Public țintă

Postgraduate

Cuprins

I Introduction to Web Technologies
II Web Mapping with Leaflet
III Databases
IV Advanced Topics
V Appendices
A Associated files
B List of examples
C List of exercise solutions
Bibliography
Index

Notă biografică

Michael Dorman is a programmer (since 2016) and lecturer (since 2013) at the Department of Geography and Environmental Development, Ben-Gurion University of the Negev. He is working with researchers and students of the Department in developing computational workflows such as data processing, spatial analysis, geostatistics, development of web applications and web maps, etc., mostly through programming in R, JavaScript and Python. In 2018, he developed and taught a course named Intruduction to JavaScript for Web Mapping, introducing web technologies and web mapping to undergraduate Geography students specializing in Geographic Information Systems (GIS). The course materials served as a foundation for this book. Michael holds a Ph.D. in Geography and a M.Sc. in Life Sciences from the Ben-Gurion University of the Negev, and a B.Sc. in Plant Sciences in Agriculture from The Hebrew University of Jerusalem. He previously published the book Learning R for Geospatial Analysis (Packt Publishing, 2014) and authored or coauthored 24 papers in the scientific literature.

Descriere

A web map is an interactive display of geographic information, in the form of a web page, that you can use to tell stories and answer questions. Introduction to Web Mapping teaches you how to develop online interactive web maps and web mapping applications, using standard web technologies: HTML, CSS and JavaScript.