검색

상세정보

  • HOME
  • 검색상세정보

Learning D3.js 4 Mapping [electronic resource]

Newton, Thomas

책이미지
서평쓰기
서평쓰기
책이미지

QRcode

QR Code
QRcode 사용방법
QRcode 사용방법
QR코드 정의
사각형의 가로세로 격자무늬에 다양한 정보를 담고 있는 2차원(매트릭스)형식의 코드로 스마트폰으로 QR코드를 스캔하면 각종 정보를 제공 받을 수 있습니다.
QR코드 인식프로그램
스마트폰 마켓에 들어가면 'QR코드 스캔 프로그램'을 검색해 무료 어플을 다운받아 사용하시면 됩니다.
도서정보 QR코드 이용하기
도서 상세정보에서 QR코드를 스캔하면, 모바일 웹페이지로 연결되어 해당 도서의 상세정보 및 소장정보 등을 확인 할 수 있습니다.
닫기
상세정보
자료유형E-BOOK
서명/저자사항Learning D3.js 4 Mapping [electronic resource].
개인저자Newton, Thomas.
판사항Second Edition.
발행사항Birmingham: Packt Publishing, 2017.
형태사항1 online resource (251 pages).
기타형태 저록Print version: Newton, Thomas. Learning D3.js 4 Mapping - Second Edition. Birmingham : Packt Publishing, ©2017
ISBN1787284255
9781787280175
1787280179
9781787284258
기타표준부호9781787280175
내용주기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.
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.
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.
요약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.
일반주제명Information visualization.
JavaScript (Computer program language)
COMPUTERS --Web --Web Programming.
COMPUTERS --Programming Languages --JavaScript.
COMPUTERS --Data Visualization.
Information visualization.
JavaScript (Computer program language)
언어영어
바로가기 URL

소장정보

서비스 이용안내
  • 서가에없는책서가에없는책
  • 도서배달서비스도서배달서비스
  • 인쇄인쇄
메세지가 없습니다
No. 등록번호 청구기호 소장처 도서상태 반납예정일 예약 서비스 매체정보
1 EB69856 URL 참조006.312 중앙도서관 대출가능
서가에없는책 도서배달서비스 인쇄 이미지
2 EB69857 URL 참조006.312 중앙도서관 대출가능
서가에없는책 도서배달서비스 인쇄 이미지
3 EB69861 URL 참조006.312 중앙도서관 대출가능
서가에없는책 도서배달서비스 인쇄 이미지
4 EB69859 URL 참조006.312 중앙도서관 대출가능
서가에없는책 도서배달서비스 인쇄 이미지
5 EB69860 URL 참조006.312 중앙도서관 대출가능
서가에없는책 도서배달서비스 인쇄 이미지
6 EB69858 URL 참조006.312 중앙도서관 대출가능
서가에없는책 도서배달서비스 인쇄 이미지

청구기호 Browsing

이 분야 인기자료

  • 표지이미지
    가짜뉴스의 사회학 = the sociology of f...
    박창호
    서울경제경영, 2024
  • 표지이미지
    비밀의 도서관 : 호메로스에서 케인스까지 99권으로 읽...
    티얼, 올리버
    생각정거장, 2017
  • 표지이미지
    그곳에 책이 있었다
    파이퍼, 앤드루
    책읽는수요일: 한국학술정보, 2014
  • 표지이미지
    부석사
    배병선
    대원사, 2000
  • 표지이미지
    우리가 사랑한 부전도서관 : 부전도서관 휴관 전말, 여...
    이양숙
    해피북미디어, 2024

서평 (0 건)

*주제와 무관한 내용의 서평은 삭제될 수 있습니다.

서평추가

서평추가
별점
별0점
  • 별5점
  • 별4.5점
  • 별4점
  • 별3.5점
  • 별3점
  • 별2.5점
  • 별2점
  • 별1.5점
  • 별1점
  • 별0.5점
  • 별0점
*서평 입력 시 선택한 별점은 전체 별점에 반영됩니다.
제목입력
본문입력

태그

태그추가

태그추가
태그입력
태그보기