Cargando…

Learning D3.js 4 Mapping

Crisp and concise guide on building impressive maps as well as visualizations with D3 a JavaScript library About This Book Dive into D3.js and apply its powerful data binding ability in order to create stunning visualizations Learn the key concepts of SVG, JavaScript, CSS and the DOM to bring data a...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Newton, Thomas
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2017.
Edición:Second edition.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ma 4500
001 EBSCO_on1014375586
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|||||||||
008 171208s2017 enk o 000 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d EBLCP  |d NLE  |d MERUC  |d UIU  |d OCLCF  |d IDB  |d YDX  |d COO  |d OCLCQ  |d OCLCO  |d VT2  |d OCLCQ  |d WYU  |d LVT  |d C6I  |d CNCEN  |d OCLCQ  |d OCLCO  |d ERF  |d UHL  |d UKBTH  |d OCLCQ  |d N$T  |d OCLCQ  |d OCLCO  |d OCLCQ  |d K6U  |d OCLCQ 
019 |a 1013936617  |a 1014458452  |a 1019733789  |a 1031327761  |a 1048246181  |a 1066425480  |a 1076647331  |a 1078954887  |a 1103271067  |a 1105782573  |a 1105794464  |a 1107341906  |a 1112558606  |a 1112947626  |a 1113102329  |a 1152980401 
020 |a 1787284255  |q (ebk) 
020 |a 9781787280175 
020 |a 1787280179 
020 |a 9781787284258  |q (electronic bk.) 
024 3 |a 9781787280175 
029 1 |a AU@  |b 000067023589 
029 1 |a CHNEW  |b 000981663 
029 1 |a CHVBK  |b 50749640X 
035 |a (OCoLC)1014375586  |z (OCoLC)1013936617  |z (OCoLC)1014458452  |z (OCoLC)1019733789  |z (OCoLC)1031327761  |z (OCoLC)1048246181  |z (OCoLC)1066425480  |z (OCoLC)1076647331  |z (OCoLC)1078954887  |z (OCoLC)1103271067  |z (OCoLC)1105782573  |z (OCoLC)1105794464  |z (OCoLC)1107341906  |z (OCoLC)1112558606  |z (OCoLC)1112947626  |z (OCoLC)1113102329  |z (OCoLC)1152980401 
037 |a 1054077  |b MIL 
050 4 |a T55.4-60.8 
082 0 4 |a 006.312  |2 23 
049 |a UAMI 
100 1 |a Newton, Thomas. 
245 1 0 |a Learning D3.js 4 Mapping 
250 |a Second edition. 
260 |a Birmingham :  |b Packt Publishing,  |c 2017. 
300 |a 1 online resource (251 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
588 0 |a Print version record. 
520 |a Crisp and concise guide on building impressive maps as well as visualizations with D3 a JavaScript library About This Book Dive into D3.js and apply its powerful data binding ability in order to create stunning visualizations Learn the key concepts of SVG, JavaScript, CSS and the DOM to bring data and shapes to live in the browser Solve common problems faced while building interactive maps Acquire key web development skills from the creating your interactive to testing and finally publishing it. Who This Book Is For This book is for people with at least a basic knowledge of of web development (basic HTML/CSS/JavaScript). You don't need to have worked with D3.js before. What You Will Learn Work with SVG geometric shapes Learn to manage map data and plot it with D3.js Add interactivity and points of interest to your maps Compress and manipulate geoJSON files with the use of topoJSON Learn how to write testable D3.js visualizations Build a globe with D3.js and Canvas and add interactivity to it. Create a hexbin map with D3.js In Detail D3.js is a visualization library used for the creation and control of dynamic and interactive graphical forms. It is a library used to manipulate HTML and SVG documents as well as the Canvas element based on data. Using D3.js, developers can create interactive maps for the web, that look and feel beautiful. This book will show you how build and design maps with D3.js and gives you great insight into projections, colors, and the most appropriate types of map. The book begins by helping you set up all the tools necessary to build visualizations and maps. Then it covers obtaining geographic data, modifying it to your specific needs, visualizing it with augmented data using D3.js. It will further show you how to draw and map with the Canvas API and how to publish your visualization. By the end of this book, you'll be creating maps like the election maps and the kind of infographics you'll find on sites like the New York Times. Style and approach This step by step guide with pragmatic examples will help you create maps and amazing visualizations. Downloading the example code for this book. You can download the example code files for all Packt books you have purchased from your account at http://www.PacktPub.com. If you purchased this book elsewhere, you can visit http://www.PacktPub.com/support and register to have the code file. 
505 0 |a Cover -- Title Page -- Copyright -- Credits -- Foreword -- About the Authors -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Gathering Your Cartography Toolbox -- Quick bootstrap -- Step-by-step bootstrap -- A lightweight web server -- Using the web browser as a development tool -- Installing the sample code -- Working with the developer tools -- Summary -- Chapter 2: Creating Images from Simple Text -- The SVG coordinate system -- Line -- Rectangle -- Circle -- Polygon -- Path -- Experiment -- Paths with curves -- Transform -- Translate -- Scale -- Grouping -- Text -- Summary -- Chapter 3: Producing Graphics from Data -- the Foundations of D3 -- Creating basic SVG elements -- The enter() function -- The update function -- The exit() function -- Fetch -- Summary -- Chapter 4: Creating a Map -- Foundation -- creating your basic map -- Including the dataset -- Experiment 1 -- adjusting the bounding box -- Experiment 2 -- creating choropleths -- Experiment 3 -- adding click events to our visualization -- Experiment 4 -- using updates and transitions to enhance our visualization -- Experiment 5 -- adding points of interest -- Experiment 6 -- adding visualizations as a point of interest -- Summary -- Chapter 5: Click-Click Boom! Applying Interactivity to Your Map -- Events and how they occur -- Experiment 1 -- hover events and tooltips -- Experiment 2 -- tooltips with visualizations -- Experiment 3 -- panning and zooming -- Experiment 4 -- orthographic projections -- Experiment 5 -- rotating orthographic projections -- Experiment 6 -- dragging orthographic projections -- Summary -- Chapter 6: Finding and Working with Geographic Data -- Geodata file types -- What are shapefiles and how do I get them? -- Acquiring shapefiles for a specific country -- GeoJSON -- A quick map in D3 with only GeoJSON. 
505 8 |a TopoJSON basics -- TopoJSON command-line tips -- Simplification -- Merging files -- Summary -- Chapter 7: Testing -- Code organization and reusable assets -- Project structure -- Exploring the code directory -- Other administrative files -- Writing testable code -- Keeping methods/functions small -- Preventing side effects -- An example with viz.js -- Unit testing -- Creating resilient visualization code -- Adding a new test case -- Summary -- Chapter 8: Drawing with Canvas and D3 -- Introducing Canvas -- Drawing with Canvas -- The three drawing steps of every Canvas visual -- Drawing various shapes with Canvas -- Animating the Canvas -- Animating the Canvas way -- Getting a general overview -- Preparing the rain data -- Updating each drop -- Drawing frame by frame -- Canvas and D3 -- Getting an overview of our experiment -- The data -- Updating each drop -- Binding the data -- Drawing the data -- Running the app -- Summary -- Chapter 9: Mapping with Canvas and D3 -- Choosing Canvas or SVG -- Reasons to choose SVG -- Reasons to choose Canvas -- Visualizing flight paths with Canvas and D3 -- The data -- Building the flight path map in SVG -- Measuring the performance -- Building the flight path map in Canvas -- Setting up the map -- Drawing the map and listening for user input -- Preparing and drawing with Canvas -- Drawing the background scene -- Defining the planes -- Calculating the plane's positions -- Animating the plane -- Measuring the performance -- Optimizing performance -- Continuing with measuring performance -- Summary -- Chapter 10: Adding Interactivity to Your Canvas Map -- Why Canvas interaction is different -- Drawing the world on a Canvas -- Setting up -- Drawing the world -- Making the world move -- Setting up the behavior -- Handling zoom and rotation -- Finding the Canvas object under the mouse -- Picking -- Picking, the theory. 
505 8 |a Creating all things hidden -- Drawing the hidden Canvas -- Picking the values -- Storing more data and using a lookup array -- Highlighting the country on mouse over -- Visualizing data per country and adding a tooltip -- Adding new data to our old globe -- Coloring the globe -- Adding a tooltip -- The HTML -- Building the static parts of the tooltip -- Showing and hiding the tooltip -- Summary -- Chapter 11: Shaping Maps with Data -- Hexbin Maps -- Reviewing map visualization techniques -- Choropleth maps -- Cartograms -- Dot density maps -- Value and use of the hexagon -- Making a hexbin map -- Reviewing the hexbin algorithm -- Setting it up -- Drawing the map -- Drawing a point grid for our hexagons -- Keeping only the points within the map -- Making the hex tile -- Retrieving the hexagon center points -- Drawing the hex tiles -- Joining data points to the layout points -- Dressing our data for the final act -- Turning our visual into an interactive app -- Adding additional information on hover and click -- Changing the hexagon size -- Changing the color scale interpolator -- Browsing different datasets -- Encoding data as hexagon size -- Summary -- Chapter 12: Publishing Your Visualization with GitHub Pages -- What we will publish -- Understanding the type of content you can publish -- Hosting your code on GitHub -- Making sense of some key terms and concepts -- Tracking historic changes of your files -- Collaborating on a project -- Working on project branches -- Setting up a GitHub account -- Creating a repository -- Editing a file on GitHub -- Uploading files to the repository -- Publishing your project on GitHub Pages -- Preparing the files for publishing -- Keeping your paths absolute -- Changing the main HTML filename to index.html -- Publishing your project -- Summary -- Index. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Information visualization. 
650 0 |a JavaScript (Computer program language) 
650 6 |a Visualisation de l'information. 
650 6 |a JavaScript (Langage de programmation) 
650 7 |a COMPUTERS  |x Web  |x Web Programming.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x JavaScript.  |2 bisacsh 
650 7 |a COMPUTERS  |x Data Visualization.  |2 bisacsh 
650 7 |a Information visualization.  |2 fast  |0 (OCoLC)fst00973185 
650 7 |a JavaScript (Computer program language)  |2 fast  |0 (OCoLC)fst00982071 
776 0 8 |i Print version:  |a Newton, Thomas.  |t Learning D3.js 4 Mapping - Second Edition.  |d Birmingham : Packt Publishing, ©2017 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1643007  |z Texto completo 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5167284 
938 |a EBSCOhost  |b EBSC  |n 1643007 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis39397470 
938 |a YBP Library Services  |b YANK  |n 15024936 
994 |a 92  |b IZTAP