<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Data Toolbox</title>
        <link>https://app.dataviz.jp/en/post/</link>
        <description>Recent content on Data Toolbox</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <copyright>dataviz.jp</copyright>
        <lastBuildDate>Sun, 12 Apr 2026 19:32:01 +0900</lastBuildDate><atom:link href="https://app.dataviz.jp/en/post/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>(Geo) DataMerger</title>
        <link>https://app.dataviz.jp/en/geo-data-merger/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/geo-data-merger/</guid>
        <description>&lt;img src="https://app.dataviz.jp/geo-data-merger/images/cover_geo-data-merger.jpg" alt="Featured image of post (Geo) DataMerger" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://geo-data-merger.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/geo-data-merger/images/cover_geo-data-merger.jpg&#34; alt=&#34;(Geo) DataMerger&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;(Geo) DataMerger&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;地理データとテーマデータを手軽に結合&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;geo-data-merger.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based tool for easily merging geographic data (GeoJSON/TopoJSON) with attribute data (CSV/JSON). It is a convenient data processing tool for when you want to link thematic data (e.g., population, attribute values) to map data.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Load geographic and attribute data&amp;hellip;Read GeoJSON/TopoJSON, CSV, and JSON files, and preview their contents.&lt;/li&gt;
&lt;li&gt;Key-based join&amp;hellip;Join geographic data (Feature properties) with attribute data using a common key column (left join basis).&lt;/li&gt;
&lt;li&gt;Remove unnecessary columns&amp;hellip;After merging, select and remove unwanted columns from the output via the UI.&lt;/li&gt;
&lt;li&gt;Output format selection&amp;hellip;Save and download the merged data as GeoJSON/TopoJSON/CSV.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/geo-data-merger/images/cover_geo-data-merger.png&#34;
	width=&#34;3318&#34;
	height=&#34;2099&#34;
	srcset=&#34;https://app.dataviz.jp/geo-data-merger/images/cover_geo-data-merger_hu_94cc7f5573d28d59.png 480w, https://app.dataviz.jp/geo-data-merger/images/cover_geo-data-merger_hu_6628eda8ba907e87.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;158&#34;
		data-flex-basis=&#34;379px&#34;
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Load geographic and attribute data&amp;hellip;Load GeoJSON/TopoJSON on the left side and CSV/JSON on the right side.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Specify the join key&amp;hellip;Select the column (key) used for joining from each data preview, and verify that they match correctly.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Remove unnecessary columns&amp;hellip;Select and delete unneeded attribute columns after merging.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Export and save&amp;hellip;Export the merged data as GeoJSON/TopoJSON/CSV.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Input formats
&lt;ul&gt;
&lt;li&gt;GeoJSON: Geographic Features (points/lines/polygons) + attributes.&lt;/li&gt;
&lt;li&gt;TopoJSON: A geographic data format that preserves topology (an extension of GeoJSON).&lt;/li&gt;
&lt;li&gt;CSV/JSON: Thematic data to merge (tabular data containing region codes or key-value pairs).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Output formats
&lt;ul&gt;
&lt;li&gt;GeoJSON/TopoJSON: Merged geospatial data.&lt;/li&gt;
&lt;li&gt;CSV: Merged tabular data.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>3D Surface Chart</title>
        <link>https://app.dataviz.jp/en/3d-surface-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/3d-surface-chart/</guid>
        <description>&lt;img src="https://app.dataviz.jp/3d-surface-chart/images/cover_3d-surface-chart.png" alt="Featured image of post 3D Surface Chart" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://3d-surface-chart.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/3d-surface-chart/images/cover_3d-surface-chart.png&#34; alt=&#34;3D Surface Chart&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;3D Surface Chart&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Visualize 3D data of row × column × value as a color-mapped surface resembling a topographic map&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;3d-surface-chart.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A visualization tool that generates interactive 3D surface charts simply by loading CSV data. It lets you view data with a &amp;ldquo;row × column × value&amp;rdquo; structure — such as interest rate yield curves and regional statistics — as a three-dimensional landscape. Rotate and zoom freely with your mouse to intuitively grasp overall trends and local variations in your data.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/3d-surface-chart/images/example_01.png&#34;
	width=&#34;2320&#34;
	height=&#34;1450&#34;
	srcset=&#34;https://app.dataviz.jp/3d-surface-chart/images/example_01_hu_fe04292272fbe834.png 480w, https://app.dataviz.jp/3d-surface-chart/images/example_01_hu_27420da32e01e72e.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Interest rate trends in Japan over the past 50 years&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;160&#34;
		data-flex-basis=&#34;384px&#34;
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;3D surface rendering&lt;/strong&gt; — Automatically generates a color-mapped 3D surface from CSV data&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Camera presets&lt;/strong&gt; — Switch between four viewpoints (overview, front, top, side) with one click&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Color schemes&lt;/strong&gt; — Choose from 21 palettes (sequential and diverging). Diverging schemes support a zero-baseline mode&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Axis labels&lt;/strong&gt; — Toggle between horizontal and vertical text. Supports many categories such as Japanese prefecture names&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CSV import&lt;/strong&gt; — Load any CSV via file picker or drag-and-drop&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sample data&lt;/strong&gt; — Preloaded datasets including Japan Ministry of Finance interest rates (from 1974), U.S. Treasury bonds, and births by prefecture&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;PNG export&lt;/strong&gt; — Download high-resolution images with axis labels&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Share&lt;/strong&gt; — Share the current view (data, color scheme, camera position) via URL. OGP images for social media are generated automatically&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Project save/load&lt;/strong&gt; — Save your work to the cloud and restore it anytime&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Open the page to see Japan Ministry of Finance interest rate data (last 5 years) displayed by default&lt;/li&gt;
&lt;li&gt;Switch sample datasets from the dropdown, or load your own CSV&lt;/li&gt;
&lt;li&gt;Drag to rotate, scroll to zoom, and right-drag to pan&lt;/li&gt;
&lt;li&gt;Adjust the color scheme and camera position to create the best view&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Export&amp;rdquo; to download a PNG image, or &amp;ldquo;Share&amp;rdquo; to generate a shareable URL&lt;/li&gt;
&lt;li&gt;Shared URLs are viewable by anyone&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-format&#34;&gt;Data format
&lt;/h2&gt;&lt;p&gt;Use a pivot table (cross-tabulation) CSV file. Values are placed at the intersection of rows and columns — the same structure as an Excel pivot table.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;        col1   col2   col3   ...
row1    5.53   5.47   5.36   ...
row2    5.42   5.38   5.25   ...
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;In CSV format:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;label,col1,col2,col3,...
row1,5.53,5.47,5.36,...
row2,5.42,5.38,5.25,...
&lt;/code&gt;&lt;/pre&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;First column&lt;/strong&gt;: Row labels (dates in YYYY-MM-DD format, fiscal years, category names, etc.) — mapped to the depth axis&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Remaining columns&lt;/strong&gt;: Numeric data columns — mapped to the horizontal axis. If column names use duration formats like 1Y or 10M, axis spacing is calculated automatically; otherwise, columns are evenly spaced&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cell values&lt;/strong&gt;: Numbers — mapped to the height (vertical axis) and color map&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Example: Births by prefecture&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Year,Hokkaido,Aomori,Iwate,...,Okinawa
2011,39292,9532,9310,...,16918
2012,38686,9168,9277,...,17074
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/3d-surface-chart/images/example_02.png&#34;
	width=&#34;2320&#34;
	height=&#34;1450&#34;
	srcset=&#34;https://app.dataviz.jp/3d-surface-chart/images/example_02_hu_f981e74970ab5d82.png 480w, https://app.dataviz.jp/3d-surface-chart/images/example_02_hu_dae1db1deba5f168.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Births by prefecture&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;160&#34;
		data-flex-basis=&#34;384px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;If your data is in long format, convert it to a pivot table using Excel or Python&amp;rsquo;s &lt;code&gt;pivot()&lt;/code&gt; before loading.&lt;/p&gt;
&lt;h2 id=&#34;references&#34;&gt;References
&lt;/h2&gt;&lt;p&gt;The idea of using a 3D surface chart for time-series yield curves originated from The New York Times.&lt;/p&gt;
&lt;p&gt;A 3-D View of a Chart That Predicts The Economic Future: The Yield Curve - The New York Times &lt;a class=&#34;link&#34; href=&#34;https://www.nytimes.com/interactive/2015/03/19/upshot/3d-yield-curve-economic-growth.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.nytimes.com/interactive/2015/03/19/upshot/3d-yield-curve-economic-growth.html&lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Choosing the Right Data Visualization Tool</title>
        <link>https://app.dataviz.jp/en/how-to-use-data-viz/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/how-to-use-data-viz/</guid>
        <description>&lt;p&gt;Here is a guide to the data visualization tools available, organized by purpose.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#create-various-charts&#34; &gt;Create various charts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#exploratory-data-visualization&#34; &gt;Exploratory data visualization&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#3d-visualization&#34; &gt;3D visualization&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#3d-map-visualization&#34; &gt;3D map visualization&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#create-data-maps-by-prefecture-or-municipality&#34; &gt;Create data maps by prefecture or municipality&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#create-world-data-maps&#34; &gt;Create world data maps&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#network-visualization&#34; &gt;Network visualization&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#text-visualization&#34; &gt;Text visualization&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#code-based-quick-visualization&#34; &gt;Code-based quick visualization&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#animate-aircraft-and-ship-trajectories&#34; &gt;Animate aircraft and ship trajectories&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;create-various-charts&#34;&gt;Create various charts
&lt;/h2&gt;&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create diverse charts with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://data-illustrator.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_data-illustrator.jpg&#34; alt=&#34;Data Illustrator&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Data Illustrator&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create diverse charts with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;data-illustrator.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;h2 id=&#34;exploratory-data-visualization&#34;&gt;Exploratory data visualization
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://voyager2.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_voyager2.jpg&#34; alt=&#34;Voyager2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Voyager2&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;A visualization tool for Exploratory Data Analysis (EDA)&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;voyager2.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://parallel-coordinates.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_parallel-coordinates.png&#34; alt=&#34;Parallel Coordinates&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Parallel Coordinates&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;parallel-coordinates.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;3d-visualization&#34;&gt;3D visualization
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://3d-surface-chart.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_3d-surface-chart.png&#34; alt=&#34;3D Surface Chart&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;3D Surface Chart&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Display 3D data (row × column × value) as a colored surface, like a topographic map&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;3d-surface-chart.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;3d-map-visualization&#34;&gt;3D map visualization
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://kepler-gl.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_kepler-gl.jpg&#34; alt=&#34;kepler.gl&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;kepler.gl&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Visualization and exploration tool for large-scale geospatial data&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;kepler-gl.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;create-data-maps-by-prefecture-or-municipality&#34;&gt;Create data maps by prefecture or municipality
&lt;/h2&gt;&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://choropleth-japan.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_choropleth-japan.png&#34; alt=&#34;Japan Choropleth Map&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Japan Choropleth Map&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Easily create choropleth maps of Japan&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;choropleth-japan.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://cartogram-japan.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_cartogram-japan.png&#34; alt=&#34;Japan Cartogram&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Japan Cartogram&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Easily create cartograms of Japan&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;cartogram-japan.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://choropleth-prefectures.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_choropleth-prefectures.png&#34; alt=&#34;Prefecture Choropleth Map&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Prefecture Choropleth Map&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Easily create choropleth maps of prefectures&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;choropleth-prefectures.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://cartogram-prefectures.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_cartogram-prefectures.png&#34; alt=&#34;Prefecture Cartogram&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Prefecture Cartogram&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Easily create cartograms of prefectures&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;cartogram-prefectures.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;h2 id=&#34;create-world-data-maps&#34;&gt;Create world data maps
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://tilegrams.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_tilegrams.png&#34; alt=&#34;Tilegrams&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Tilegrams&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create tile maps&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;tilegrams.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;network-visualization&#34;&gt;Network visualization
&lt;/h2&gt;&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://sankeymatic.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_sankeymatic.png&#34; alt=&#34;Sankeymatic&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Sankeymatic&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create Sankey diagrams with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;sankeymatic.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://cytoscape.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_cytoscape.jpg&#34; alt=&#34;Cytoscape&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Cytoscape&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Web version of Cytoscape&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;cytoscape.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://gephi-lite.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_gephi-lite.jpg&#34; alt=&#34;Gephi Lite&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Gephi Lite&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create network graphs with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;gephi-lite.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;h2 id=&#34;text-visualization&#34;&gt;Text visualization
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://word-cloud.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_wordcloud.png&#34; alt=&#34;Word Cloud&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Word Cloud&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Word Cloud specialized for Japanese&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;word-cloud.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;code-based-quick-visualization&#34;&gt;Code-based quick visualization
&lt;/h2&gt;&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://quickchart.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover-quickchart.png&#34; alt=&#34;QuickChart UI&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;QuickChart UI&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Generate chart images with just a URL&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;quickchart.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://svg-gradient.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover-svg-gradient.png&#34; alt=&#34;SVG Gradient Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;SVG Gradient Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Design gradients for your charts&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;svg-gradient.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://svg-tectures.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover-svg-texture.jpg&#34; alt=&#34;SVG Texture Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;SVG Texture Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Design textures for your charts&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;svg-tectures.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://easings.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_easings.png&#34; alt=&#34;Easing Functions Cheat Sheet&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Easing Functions Cheat Sheet&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Visualize parameter changes over time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;easings.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;h2 id=&#34;animate-aircraft-and-ship-trajectories&#34;&gt;Animate aircraft and ship trajectories
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://bbts.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_broadcast-tracking-system.jpg&#34; alt=&#34;ADS-B / AIS Visualization&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;ADS-B / AIS Visualization&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Easily animate aircraft and ship movement data&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;bbts.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

</description>
        </item>
        <item>
        <title>Choosing the Right Data Wrangling Tool</title>
        <link>https://app.dataviz.jp/en/how-to-use-data-wrangling/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/how-to-use-data-wrangling/</guid>
        <description>&lt;p&gt;Here is a guide to the data wrangling tools available, organized by purpose.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#visually-cleanse-your-data&#34; &gt;Visually cleanse your data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#easily-merge-map-data-with-thematic-data&#34; &gt;Easily merge map data with thematic data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#quickly-understand-json-structure&#34; &gt;Quickly understand JSON structure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#fix-character-encoding-issues&#34; &gt;Fix character encoding issues&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#easily-convert-addresses-to-latitudelongitude&#34; &gt;Easily convert addresses to latitude/longitude&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#extract-table-data-from-pdfs&#34; &gt;Extract table data from PDFs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#remove-furigana-from-aozora-bunko-texts&#34; &gt;Remove furigana from Aozora Bunko texts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#use-mapbox-studio-base-maps-in-foursquare-studio-or-keplergl&#34; &gt;Use Mapbox Studio base maps in Foursquare Studio or Kepler.gl&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#reduce-map-data-file-size&#34; &gt;Reduce map data file size&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#quickly-create-buffer-zones-around-pois&#34; &gt;Quickly create buffer zones around POIs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#create-custom-map-data&#34; &gt;Create custom map data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#format-and-convert-map-data&#34; &gt;Format and convert map data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#convert-bus-route-data-to-network-data&#34; &gt;Convert bus route data to network data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#convert-svg-for-use-in-graphic-tools&#34; &gt;Convert SVG for use in graphic tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#easily-identify-map-tile-locations&#34; &gt;Easily identify map tile locations&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;visually-cleanse-your-data&#34;&gt;Visually cleanse your data
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://open-refine.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_open-refine.jpg&#34; alt=&#34;OpenRefine&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;OpenRefine&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Data cleansing and transformation tool for tabular data&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;open-refine.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;easily-merge-map-data-with-thematic-data&#34;&gt;Easily merge map data with thematic data
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://geo-data-merger.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_geo-data-merger.jpg&#34; alt=&#34;(Geo) DataMerger&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;(Geo) DataMerger&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Easily merge geographic data with thematic data&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;geo-data-merger.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;quickly-understand-json-structure&#34;&gt;Quickly understand JSON structure
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://jsoncrack.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_jsoncrack.png&#34; alt=&#34;JSON Crack&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;JSON Crack&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Visually understand JSON data structures in your browser&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;jsoncrack.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;fix-character-encoding-issues&#34;&gt;Fix character encoding issues
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://change-character-encoding.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover-change-character-encoding.png&#34; alt=&#34;Shift JIS ⇄ UTF-8 Converter&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Shift JIS ⇄ UTF-8 Converter&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Convert character encoding between Shift JIS and UTF-8&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;change-character-encoding.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;easily-convert-addresses-to-latitudelongitude&#34;&gt;Easily convert addresses to latitude/longitude
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://address-to-latlon.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_address-to-latlon.jpg&#34; alt=&#34;Address to Lat/Lon Converter&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Address to Lat/Lon Converter&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Geocoding tool&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;address-to-latlon.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;extract-table-data-from-pdfs&#34;&gt;Extract table data from PDFs
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://tabula-pdf.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_tabula-pdf.jpg&#34; alt=&#34;Tabula PDF&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Tabula PDF&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Extract table data from PDFs&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;tabula-pdf.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;remove-furigana-from-aozora-bunko-texts&#34;&gt;Remove furigana from Aozora Bunko texts
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://aozora-furigana.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_aozora-furigana.jpg&#34; alt=&#34;Aozora Furigana Remover&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Aozora Furigana Remover&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Remove furigana and metadata from Aozora Bunko novels&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;aozora-furigana.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;use-mapbox-studio-base-maps-in-foursquare-studio-or-keplergl&#34;&gt;Use Mapbox Studio base maps in Foursquare Studio or Kepler.gl
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://classic-mapbox-styles.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_classic-mapbox-styles.png&#34; alt=&#34;Mapbox Classic Styles&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Mapbox Classic Styles&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Mapbox map tiles for use with Kepler.gl and Foursquare Studio&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;classic-mapbox-styles.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;reduce-map-data-file-size&#34;&gt;Reduce map data file size
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;http://mapshaper.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_mapshaper.jpg&#34; alt=&#34;Mapshaper&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Mapshaper&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Process and convert map data&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;mapshaper.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;quickly-create-buffer-zones-around-pois&#34;&gt;Quickly create buffer zones around POIs
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://turf-buffer.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_turf-buffer.png&#34; alt=&#34;Turf Buffer&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Turf Buffer&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Easily create radius buffers in your browser&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;turf-buffer.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;create-custom-map-data&#34;&gt;Create custom map data
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://geojson.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_geojson.jpg&#34; alt=&#34;GeoJSON.io&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;GeoJSON.io&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Trace map tiles to create GeoJSON&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;geojson.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;format-and-convert-map-data&#34;&gt;Format and convert map data
&lt;/h2&gt;&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://latlon-formatter.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_latlon-formatter.png&#34; alt=&#34;Lat/Lon Formatter&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Lat/Lon Formatter&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Easily convert latitude/longitude decimal places&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;latlon-formatter.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://transform-coordinates.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_transform-coordinates.png&#34; alt=&#34;Transform Coordinates&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Transform Coordinates&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Convert coordinates of geographic feature files&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;transform-coordinates.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;h2 id=&#34;convert-bus-route-data-to-network-data&#34;&gt;Convert bus route data to network data
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://gtfs-to-network.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/gtfs-to-network.png&#34; alt=&#34;GTFS to Network&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;GTFS to Network&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Convert GTFS transit data to network data&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;gtfs-to-network.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;convert-svg-for-use-in-graphic-tools&#34;&gt;Convert SVG for use in graphic tools
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://geojson-and-svg.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_geojson-and-svg.jpg&#34; alt=&#34;SVG ⇄ GeoJSON Converter&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;SVG ⇄ GeoJSON Converter&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Convert between GeoJSON and SVG formats&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;geojson-and-svg.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;easily-identify-map-tile-locations&#34;&gt;Easily identify map tile locations
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://what-the-tile.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_what-the-tile.png&#34; alt=&#34;Map Tile Browser&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Map Tile Browser&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Browse multiple open map tile types and check XYZ tile coordinates&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;what-the-tile.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

</description>
        </item>
        <item>
        <title>Draw-to-Answer Line Chart</title>
        <link>https://app.dataviz.jp/en/drawing-line-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/drawing-line-chart/</guid>
        <description>&lt;img src="https://app.dataviz.jp/drawing-line-chart/images/cover_drawing-line-chart.png" alt="Featured image of post Draw-to-Answer Line Chart" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://drawing-line-chart.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/drawing-line-chart/images/cover_drawing-line-chart.png&#34; alt=&#34;Draw-to-Answer Line Chart&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Draw-to-Answer Line Chart&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;drawing-line-chart.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;&amp;ldquo;Draw-to-Answer Line Chart&amp;rdquo; is an interactive quiz builder based on time-series data. Quiz creators upload their data, and respondents predict upcoming trends by drawing directly on the chart. After submitting, the prediction is compared against the actual data and a score is displayed.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/drawing-line-chart/images/drawing-line-chart_01.png&#34;
	width=&#34;2080&#34;
	height=&#34;1496&#34;
	srcset=&#34;https://app.dataviz.jp/drawing-line-chart/images/drawing-line-chart_01_hu_b8531baef662214a.png 480w, https://app.dataviz.jp/drawing-line-chart/images/drawing-line-chart_01_hu_6e0ff833ba14d560.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;139&#34;
		data-flex-basis=&#34;333px&#34;
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;CSV upload&lt;/strong&gt;: Create quizzes from your own time-series data&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sample data&lt;/strong&gt;: Try it instantly with built-in datasets — U.S. unemployment rate, Japan&amp;rsquo;s population, inbound tourists to Japan, and USD/JPY exchange rate&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Date range selection&lt;/strong&gt;: Select a portion of the data to define the quiz scope&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Period annotations&lt;/strong&gt;: Overlay contextual labels on the chart, such as political transitions or economic events&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Hand-drawn style&lt;/strong&gt;: Choose between a standard style and a hand-drawn sketch style&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Publish &amp;amp; share&lt;/strong&gt;: Share your quiz via URL or on social media&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Project save &amp;amp; load&lt;/strong&gt;: Save work-in-progress quizzes and resume editing later&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Upload data&lt;/strong&gt; — Drag &amp;amp; drop a CSV file or select a sample dataset&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Set the date range&lt;/strong&gt; — Specify the start and end of the data range&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Configure the quiz&lt;/strong&gt; — Enter a title (question), the prediction start point, units, and style&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Add annotations (optional)&lt;/strong&gt; — Set period labels to display as background context&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Preview&lt;/strong&gt; — Check the chart in real time on the right panel&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Publish&lt;/strong&gt; — Generate a URL and share it with respondents&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;data-format&#34;&gt;Data format
&lt;/h2&gt;&lt;p&gt;CSV files with a header row are supported.&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Column&lt;/th&gt;
          &lt;th&gt;Content&lt;/th&gt;
          &lt;th&gt;Example&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;X-axis (time series)&lt;/td&gt;
          &lt;td&gt;Year or year-month&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;2000&lt;/code&gt;, &lt;code&gt;2020/04&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Y-axis (numeric)&lt;/td&gt;
          &lt;td&gt;Any numeric value&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;4.9&lt;/code&gt;, &lt;code&gt;12615&lt;/code&gt;, &lt;code&gt;105.21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-csv&#34; data-lang=&#34;csv&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;date&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;value&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;2000&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;4.0&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;2001&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;4.7&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;2002&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;5.8&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;
&lt;li&gt;X-axis supports YYYY (year) or YYYY/MM (year-month) formats&lt;/li&gt;
&lt;li&gt;For multi-column CSVs, you can select the X-axis and Y-axis columns after uploading&lt;/li&gt;
&lt;li&gt;JSON format is also supported ([{&amp;ldquo;x&amp;rdquo;: 2000, &amp;ldquo;y&amp;rdquo;: 4.0}, &amp;hellip;])&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>GeoJSON.io</title>
        <link>https://app.dataviz.jp/en/geojson/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/geojson/</guid>
        <description>&lt;img src="https://app.dataviz.jp/geojson/images/cover_geojson.jpg" alt="Featured image of post GeoJSON.io" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://geojson.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/geojson/images/cover_geojson.jpg&#34; alt=&#34;GeoJSON.io&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;GeoJSON.io&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;地図タイルをトレースしてGeoJSON作成&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;geojson.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A simple browser-based tool for creating, viewing, and sharing spatial data (such as GeoJSON). You can draw and edit geographic data on a map, and the corresponding GeoJSON is generated instantly, making it ideal for prototyping and verifying spatial data.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Draw and edit data on a map&amp;hellip;Draw markers (points), polylines (lines), and polygons (areas) on the map and freely edit them.&lt;/li&gt;
&lt;li&gt;Real-time code editing and preview&amp;hellip;Drawn shapes are instantly updated and displayed as GeoJSON code, and attribute editing is also supported.&lt;/li&gt;
&lt;li&gt;Multi-format import&amp;hellip;Import and edit spatial data including GeoJSON, TopoJSON, CSV, KML, and more (historically supported by the tool).&lt;/li&gt;
&lt;li&gt;Simple attribute editing&amp;hellip;Edit and delete field values in table view to adjust Feature properties.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/geojson/images/cover_geojson.png&#34;
	width=&#34;3314&#34;
	height=&#34;1864&#34;
	srcset=&#34;https://app.dataviz.jp/geojson/images/cover_geojson_hu_cf5210c214b6ff33.png 480w, https://app.dataviz.jp/geojson/images/cover_geojson_hu_b9260c953e56c1eb.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;ext&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;177&#34;
		data-flex-basis=&#34;426px&#34;
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Load data or create new drawings&amp;hellip;Upload existing GeoJSON, or draw points, lines, and polygons on the map.&lt;/li&gt;
&lt;li&gt;Edit attributes and code&amp;hellip;Interactively edit drawings and attribute information.&lt;/li&gt;
&lt;li&gt;Save and share&amp;hellip;Download the completed GeoJSON as a file or share via URL parameters.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Input formats
&lt;ul&gt;
&lt;li&gt;GeoJSON: A JSON format centered on geographic Features (points, lines, areas).&lt;/li&gt;
&lt;li&gt;TopoJSON / CSV / KML / GPX, etc.: Multiple geographic data formats can be loaded and converted to GeoJSON for editing.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Output formats
&lt;ul&gt;
&lt;li&gt;GeoJSON, TopoJSON, CSV, KML, WKT, Shapefile&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>GTFSネットワークデータ変換</title>
        <link>https://app.dataviz.jp/en/gtfs-to-network/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/gtfs-to-network/</guid>
        <description>&lt;img src="https://app.dataviz.jp/gtfs-to-network/images/gtfs-to-network.png" alt="Featured image of post GTFSネットワークデータ変換" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://gtfs-to-network.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/gtfs-to-network/images/gtfs-to-network.png&#34; alt=&#34;GTFSネットワークデータ変換&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;GTFSネットワークデータ変換&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;交通データGTFSをネットワーク・データに変換します&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;gtfs-to-network.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;Converts GTFS data, a common format for transit information, into network data.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;p&gt;Uses stop information (stops.txt) and stop time information (stop_times.txt) to generate network data in CSV format.&lt;/p&gt;
&lt;h3 id=&#34;1-stopstxt-used-as-node-information&#34;&gt;1. stops.txt (used as node information)
&lt;/h3&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Variable&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Description&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Required&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Usage&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;stop_id&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Stop ID&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Used as node ID (source/target).&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;stop_name&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Stop name&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Node name attribute. Also assigned as origin/destination names for links.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;stop_lat&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Latitude&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Node coordinates.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;stop_lon&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Longitude&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Node coordinates.&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;2-stop_timestxt-used-for-link-aggregation&#34;&gt;2. stop_times.txt (used for link aggregation)
&lt;/h3&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Variable&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Description&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Required&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Usage&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;trip_id&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Trip ID&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Used for grouping to identify movements (A to B) within the same trip.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;stop_id&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Stop ID&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Identifies the source and target of each link.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;stop_sequence&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Stop sequence&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Determines travel order within a trip (used for sorting).&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;arrival_time&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Arrival time&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Calculates link travel time (next stop arrival - current stop departure).&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;departure_time&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Departure time&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Calculates link travel time.&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;output-data-attributes-aggregatedcalculated-values&#34;&gt;Output data attributes (aggregated/calculated values)
&lt;/h3&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;CSV Header&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Description&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Calculation Method&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;frequency&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Number of trips&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Count of &lt;code&gt;trip_id&lt;/code&gt;s traversing the same segment (source to target).&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;avg_duration_sec&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Average travel time (seconds)&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Average travel time for the same segment.&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Upload GTFS files&amp;hellip;Load the target files via drag-and-drop or file selection.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Specify the current format&amp;hellip;Select whether it is 1 file or 2 files.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Press the convert button&amp;hellip;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;After conversion, the file is automatically downloaded.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Input formats
&lt;ul&gt;
&lt;li&gt;GTFS: Stop information (stops.txt)&lt;/li&gt;
&lt;li&gt;GTFS: Stop time information (stop_times.txt)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Output formats
&lt;ul&gt;
&lt;li&gt;CSV (single-file format): Nodes and links combined in a single file&lt;/li&gt;
&lt;li&gt;CSV (two-file format): Nodes and links in separate files&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>i want hue</title>
        <link>https://app.dataviz.jp/en/iwanthue/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/iwanthue/</guid>
        <description>&lt;img src="https://app.dataviz.jp/iwanthue/images/cover_iwanthue.png" alt="Featured image of post i want hue" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://iwanthue.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/iwanthue/images/cover_iwanthue.png&#34; alt=&#34;i want hue&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;i want hue&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;区別しやすいカラーパレットを生成&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;iwanthue.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web tool for generating and adjusting distinguishable color palettes for data visualization. It creates highly distinguishable color sets by taking human color perception (hue, saturation, lightness, etc.) into account.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Color palette generation&amp;hellip;Automatically generates easy-to-distinguish color combinations based on the specified number of colors.&lt;/li&gt;
&lt;li&gt;Color property adjustments&amp;hellip;Design custom palettes by specifying ranges for hue, chroma (saturation), and lightness.&lt;/li&gt;
&lt;li&gt;Color vision deficiency support&amp;hellip;Capable of generating palettes that accommodate color vision diversity (color vision deficiency).&lt;/li&gt;
&lt;li&gt;Diverse output formats&amp;hellip;Retrieve generated palettes as JSON, CSS, RGB/HEX lists, JavaScript code, and more.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Set generation parameters&amp;hellip;Specify the number of colors, hue range, and saturation/lightness constraints for the palette.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Generate the palette&amp;hellip;Colors are listed based on your settings.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Customize and adjust&amp;hellip;Fine-tune individual colors or overall distribution to optimize visibility and color balance.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Export and use&amp;hellip;Export in JSON, CSS, JavaScript, and other formats for use in data visualizations.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Japanese-Western Calendar Converter</title>
        <link>https://app.dataviz.jp/en/calendar-converter/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/calendar-converter/</guid>
        <description>&lt;img src="https://app.dataviz.jp/calendar-converter/images/cover_calendar-converter.png" alt="Featured image of post Japanese-Western Calendar Converter" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://calendar-converter.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/calendar-converter/images/cover_calendar-converter.png&#34; alt=&#34;Japanese-Western Calendar Converter&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Japanese-Western Calendar Converter&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Convert between Japanese era dates and Western dates&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;calendar-converter.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A browser-based tool for converting between Japanese era dates (Showa, Heisei, Reiwa) and Western calendar dates. You can type a date and see the conversion in real time, or drop a CSV file to auto-detect date columns and batch-convert them for download. All processing runs entirely in your browser — no data is ever sent to a server.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Real-time conversion&lt;/strong&gt; — Type in either the Japanese era or Western date field, and the other field updates instantly&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CSV batch conversion&lt;/strong&gt; — Drag &amp;amp; drop a CSV file to auto-detect date columns and batch-convert them. Preview the results before downloading&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Auto character encoding detection&lt;/strong&gt; — Automatically detects UTF-8 and Shift_JIS, so CSV files created in Excel can be loaded as-is&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Multiple date formats supported&lt;/strong&gt; — Accepts commonly used formats such as &lt;code&gt;R6.3.22&lt;/code&gt;, &lt;code&gt;令和6年3月22日&lt;/code&gt;, &lt;code&gt;2024/03/22&lt;/code&gt;, &lt;code&gt;2024-03-22&lt;/code&gt;, and more&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Output format options&lt;/strong&gt; — When converting to Japanese era dates, choose between alphabetic notation (R6.3.22) or kanji notation (令和6年3月22日)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bilingual UI&lt;/strong&gt; — The interface displays in Japanese or English based on your browser&amp;rsquo;s language setting&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;h3 id=&#34;manual-conversion&#34;&gt;Manual conversion
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Enter a date in either the &amp;ldquo;Japanese era&amp;rdquo; or &amp;ldquo;Western&amp;rdquo; input field at the top of the page&lt;/li&gt;
&lt;li&gt;The converted result appears automatically in the other field&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;batch-file-conversion&#34;&gt;Batch file conversion
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Drag &amp;amp; drop a CSV file onto the drop area (or click to select a file)&lt;/li&gt;
&lt;li&gt;Date columns are auto-detected and a before/after preview is displayed&lt;/li&gt;
&lt;li&gt;Select the conversion direction (Japanese era → Western / Western → Japanese era) and format as needed&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Convert and Download&amp;rdquo; to download the converted CSV&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;h3 id=&#34;supported-input-formats&#34;&gt;Supported input formats
&lt;/h3&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Type&lt;/th&gt;
          &lt;th&gt;Example formats&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Japanese era (alphabetic)&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;S49.9.24&lt;/code&gt;, &lt;code&gt;H1-1-8&lt;/code&gt;, &lt;code&gt;R6/3/22&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Japanese era (kanji)&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;昭和49年9月24日&lt;/code&gt;, &lt;code&gt;令和元年5月1日&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Western&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;2024/03/22&lt;/code&gt;, &lt;code&gt;2024-03-22&lt;/code&gt;, &lt;code&gt;2024.3.22&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;supported-eras&#34;&gt;Supported eras
&lt;/h3&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Era&lt;/th&gt;
          &lt;th&gt;Abbreviation&lt;/th&gt;
          &lt;th&gt;Period&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Showa (昭和)&lt;/td&gt;
          &lt;td&gt;S&lt;/td&gt;
          &lt;td&gt;1926/12/25 – 1989/01/07&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Heisei (平成)&lt;/td&gt;
          &lt;td&gt;H&lt;/td&gt;
          &lt;td&gt;1989/01/08 – 2019/04/30&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Reiwa (令和)&lt;/td&gt;
          &lt;td&gt;R&lt;/td&gt;
          &lt;td&gt;2019/05/01 –&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;batch-file-conversion-1&#34;&gt;Batch file conversion
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Supported file formats: CSV, TSV, TXT&lt;/li&gt;
&lt;li&gt;Delimiters (comma, tab) are auto-detected&lt;/li&gt;
&lt;li&gt;Character encoding (UTF-8, Shift_JIS) is auto-detected&lt;/li&gt;
&lt;li&gt;Output is UTF-8 (with BOM) CSV, which opens directly in Excel&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>JSON Crack</title>
        <link>https://app.dataviz.jp/en/jsoncrack/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/jsoncrack/</guid>
        <description>&lt;img src="https://app.dataviz.jp/jsoncrack/images/cover_jsoncrack.png" alt="Featured image of post JSON Crack" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://jsoncrack.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/jsoncrack/images/cover_jsoncrack.png&#34; alt=&#34;JSON Crack&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;JSON Crack&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;ブラウザ上で JSON データ構造を視覚的に理解する&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;jsoncrack.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;JSON Crack is a web-based data visualization tool. It is designed to help you visually understand JSON data structures in your browser.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Visualizes JSON and structured data as node-and-edge graphs or trees, with expand and collapse capabilities.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Input data&amp;hellip;Paste JSON or upload from a file.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;An interactive node diagram or tree is rendered based on the input content.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Expand/collapse, search, zoom, and other operations as needed.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;JSON&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>kepler.gl</title>
        <link>https://app.dataviz.jp/en/kepler-gl/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/kepler-gl/</guid>
        <description>&lt;img src="https://app.dataviz.jp/kepler-gl/images/cover_kepler-gl.jpg" alt="Featured image of post kepler.gl" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://kepler-gl.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/kepler-gl/images/cover_kepler-gl.jpg&#34; alt=&#34;大規模地理空間データの可視化・探索ツール&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;大規模地理空間データの可視化・探索ツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;kepler-gl.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A browser-based tool for visualizing and exploring large-scale geospatial data. It leverages WebGL to produce high-performance map visualizations that enable intuitive analysis of location data. Originally developed by Uber as an open-source GIS tool, it allows data exploration without any programming.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Diverse layer types: Supports multiple layers including points, lines, polygons, heatmaps, hexbin aggregation, arcs, and more.&lt;/li&gt;
&lt;li&gt;Interactive operations: Explore data through filtering, zooming, panning, and time-axis animations.&lt;/li&gt;
&lt;li&gt;High-performance rendering: Uses WebGL to smoothly render millions of data points at high speed.&lt;/li&gt;
&lt;li&gt;Style settings and customization: Adjust color coding, scale settings, 3D representation (height/extrude), and many other display options.&lt;/li&gt;
&lt;li&gt;Export: Save and share completed maps as PNG images or interactive HTML, as well as CSV file output.&lt;/li&gt;
&lt;li&gt;Save and load created projects&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Add data: Drag and drop CSV or GeoJSON files to load them.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Configure layers: Select a type (point/polygon, etc.) from the layer panel and assign columns such as latitude and longitude.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Customize: Adjust colors, sizes, filters, and scales to optimize the visualization.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Save and share: Save settings and maps (locally/export) for reuse.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;CSV&lt;/li&gt;
&lt;li&gt;Json&lt;/li&gt;
&lt;li&gt;GeoJSON&lt;/li&gt;
&lt;li&gt;Arrow&lt;/li&gt;
&lt;li&gt;Parquet&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Leonardo</title>
        <link>https://app.dataviz.jp/en/leonardo/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/leonardo/</guid>
        <description>&lt;img src="https://app.dataviz.jp/leonardo/images/cover_leonardo.jpg" alt="Featured image of post Leonardo" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://leonardo.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/leonardo/images/cover_leonardo.jpg&#34; alt=&#34;Leonardo&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Leonardo&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Adobe がオープンソースとして提供しているツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;leonardo.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;Leonardo is a web-based color tool that generates and designs colors based on target contrast ratios. It functions as a support tool for building accessible (visibility- and color-vision-friendly) color schemes for design systems and data visualization, and for managing overall color systems for themes. It is fundamentally built on a color module that Adobe provides as open source.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Contrast ratio-based color generation&amp;hellip;Automatically generates colors that match a specified target contrast ratio, producing palettes that meet accessibility standards (WCAG) requirements.&lt;/li&gt;
&lt;li&gt;Color theme design and management&amp;hellip;Create and adjust color scales and overall theme structures to build accessible themes for design systems.&lt;/li&gt;
&lt;li&gt;Visual evaluation and export&amp;hellip;Visually evaluate contrast between colors, color differences, and positions in color space, with export options as SVG or code (CSS custom properties, design tokens) as needed.&lt;/li&gt;
&lt;li&gt;Adaptive (dark/light) theme support&amp;hellip;Generate color schemes that adapt to light mode and dark mode by adjusting brightness, saturation, and contrast.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Set base colors&amp;hellip;Specify the base color, background color, and target contrast ratio.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Generate and adjust palettes&amp;hellip;Review the automatically generated color swatches, and adjust the color space and ratios as needed.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Export results&amp;hellip;Export in your preferred format such as SVG, color code lists, CSS/JS/design tokens, and use them in your project.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Mapbox Classic スタイル生成</title>
        <link>https://app.dataviz.jp/en/classic-mapbox-styles/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/classic-mapbox-styles/</guid>
        <description>&lt;img src="https://app.dataviz.jp/classic-mapbox-styles/images/cover_classic-mapbox-styles.png" alt="Featured image of post Mapbox Classic スタイル生成" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://classic-mapbox-styles.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/classic-mapbox-styles/images/cover_classic-mapbox-styles.png&#34; alt=&#34;Mapbox Classic スタイル生成&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Mapbox Classic スタイル生成&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Kepler.gl や Foursquare Studio で利用可能な Mapbox 地図タイル&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;classic-mapbox-styles.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web tool for generating and managing style definitions (JSON) for legacy Mapbox Classic styles. Mapbox Classic was a set of classic map style templates provided by Mapbox, used to generate and serve map styles compatible with map tools such as Kepler.gl and Foursquare Studio.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Mapbox Classic style generation&amp;hellip;Generate and reference Classic style JSON files (e.g., Streets, Light, Dark, etc.).&lt;/li&gt;
&lt;li&gt;Compatible with Kepler.gl and similar tools&amp;hellip;Use the generated styles as base maps in map visualization tools like Kepler.gl.&lt;/li&gt;
&lt;li&gt;Template management&amp;hellip;Organizes Mapbox Classic standard templates for easy access, with features to retrieve and edit JSON as needed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Obtain a Mapbox token&lt;/li&gt;
&lt;li&gt;Enter your Mapbox token&lt;/li&gt;
&lt;li&gt;Select a style template&amp;hellip;Choose a Classic style (e.g., Light / Dark / Streets, etc.).&lt;/li&gt;
&lt;li&gt;Generate JSON&amp;hellip;Generate the Mapbox Classic style JSON based on your selection and edits.&lt;/li&gt;
&lt;li&gt;Import&amp;hellip;Import the generated style JSON into Mapbox Studio.&lt;/li&gt;
&lt;li&gt;Base maps created in Mapbox Studio can be used in Kepler.gl and Foursquare Studio.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;p&gt;Mapbox token&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Mapshaper</title>
        <link>https://app.dataviz.jp/en/mapshaper/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/mapshaper/</guid>
        <description>&lt;img src="https://app.dataviz.jp/mapshaper/images/cover_mapshaper.jpg" alt="Featured image of post Mapshaper" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;http://mapshaper.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/mapshaper/images/cover_mapshaper.jpg&#34; alt=&#34;Mapshaper&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Mapshaper&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;mapshaper.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based tool for editing, converting, and simplifying geospatial vector data (GIS). It loads map data and lets you intuitively perform operations such as shape simplification, attribute editing, and format conversion. Its key advantage is the ability to process data in the browser without relying on desktop GIS software.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Load and display geographic data: Import and display vector data such as Shapefile, GeoJSON, and TopoJSON.&lt;/li&gt;
&lt;li&gt;Shape simplification: Reduce polygon/line vertices to shrink file size while preserving topology.&lt;/li&gt;
&lt;li&gt;Attribute data editing: Modify and join attribute table contents, or delete unnecessary fields.&lt;/li&gt;
&lt;li&gt;Conversion and export: Convert and export to multiple formats (Shapefile, GeoJSON, TopoJSON, CSV, TSV, SVG, etc.).&lt;/li&gt;
&lt;li&gt;Clipping and dissolving: GIS processing such as clipping, merging, splitting, and dropping data.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Load and display data&amp;hellip;Imported geographic data is displayed in map view, where you can review attributes and shapes.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Edit and process&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Simplification: Run tools for vertex reduction and topology preservation.&lt;/li&gt;
&lt;li&gt;Attribute editing: Add, delete, or join fields.&lt;/li&gt;
&lt;li&gt;Merge and clip: Merge multiple datasets or clip to a specified area.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Export&amp;hellip;Save and download in the desired format from the Export menu.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Mapshaper handles the following major GIS vector data formats for input and output:&lt;/li&gt;
&lt;li&gt;Shapefile (ESRI&amp;rsquo;s standard GIS format; a set of .shp/.dbf/.shx files, etc.)&lt;/li&gt;
&lt;li&gt;GeoJSON (JSON-based geographic information format)&lt;/li&gt;
&lt;li&gt;TopoJSON (topology-compressed format based on GeoJSON)&lt;/li&gt;
&lt;li&gt;CSV / TSV (as tabular data containing coordinates and attributes)&lt;/li&gt;
&lt;li&gt;SVG (as vector image output for geographic shapes)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mapshaper/images/screen_01.png&#34;
	width=&#34;2683&#34;
	height=&#34;1631&#34;
	srcset=&#34;https://app.dataviz.jp/mapshaper/images/screen_01_hu_eefa00aa9b9f5bad.png 480w, https://app.dataviz.jp/mapshaper/images/screen_01_hu_e1037805da47f2ec.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;164&#34;
		data-flex-basis=&#34;394px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mapshaper/images/screen_02.png&#34;
	width=&#34;2682&#34;
	height=&#34;1628&#34;
	srcset=&#34;https://app.dataviz.jp/mapshaper/images/screen_02_hu_39ee00ed388222cb.png 480w, https://app.dataviz.jp/mapshaper/images/screen_02_hu_76b1f310f48cca92.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;164&#34;
		data-flex-basis=&#34;395px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mapshaper/images/screen_03.png&#34;
	width=&#34;2679&#34;
	height=&#34;1629&#34;
	srcset=&#34;https://app.dataviz.jp/mapshaper/images/screen_03_hu_73daee41a166a49b.png 480w, https://app.dataviz.jp/mapshaper/images/screen_03_hu_3f5988b0252a5be6.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;164&#34;
		data-flex-basis=&#34;394px&#34;
	
&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>OpenRefine</title>
        <link>https://app.dataviz.jp/en/openrefine/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/openrefine/</guid>
        <description>&lt;img src="https://app.dataviz.jp/openrefine/images/cover_open-refine.jpg" alt="Featured image of post OpenRefine" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://open-refine.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/openrefine/images/cover_open-refine.jpg&#34; alt=&#34;OpenRefine&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;OpenRefine&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;表データのクレンジング・ツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;open-refine.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;OpenRefine is a tool for cleaning (deduplication, inconsistency correction, formatting) and transforming tabular data in the browser.
It can process large volumes of data in batch, significantly reducing the need for manual corrections.&lt;/p&gt;
&lt;p&gt;It can save the state of your cleansing work on the server side, and also record cleansing procedures for reapplication to similar files.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Filtering and faceting for narrowing down and reviewing values&lt;/li&gt;
&lt;li&gt;Column splitting/merging, value replacement, whitespace and symbol normalization&lt;/li&gt;
&lt;li&gt;Duplicate detection and clustering for inconsistency correction&lt;/li&gt;
&lt;li&gt;Batch transformation using expressions (GREL)&lt;/li&gt;
&lt;li&gt;Reconciliation with external data sources&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Load data in CSV / TSV / Excel / JSON or other formats&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Use Facets and filters to identify problematic values&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Clean up data using transformations, replacements, and clustering&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Export in the desired format&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Input: CSV, TSV, Excel (xls/xlsx), Google Sheets, JSON, XML, OpenDocument, etc.&lt;/li&gt;
&lt;li&gt;Output: CSV, TSV, Excel, JSON, etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;official-documentation-site&#34;&gt;Official documentation site
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://open-refine-doc.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/openrefine/images/cover_openrefine-doc.png&#34; alt=&#34;OpenRefineの公式解説サイト&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;OpenRefineの公式解説サイト&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;OpenRefine解説&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;open-refine-doc.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

</description>
        </item>
        <item>
        <title>RAWGraphs2</title>
        <link>https://app.dataviz.jp/en/rawgraphs-db/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/rawgraphs-db/</guid>
        <description>&lt;img src="https://app.dataviz.jp/rawgraphs-db/images/cover_rawgraphs-db.jpg" alt="Featured image of post RAWGraphs2" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/rawgraphs-db/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A tool that lets you create a wide variety of charts with an intuitive interface.
While it is not designed for fine-tuning charts on its own, it excels as a drafting tool for exporting in SVG format and refining in graphic tools (such as Figma or Adobe Illustrator) or PowerPoint.&lt;/p&gt;
&lt;p&gt;A missing link tool that bridges the gap between Excel and graphic applications like Adobe Illustrator.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;32 diverse chart templates across 8 categories&lt;/li&gt;
&lt;li&gt;Export as PNG, JPEG, or SVG images&lt;/li&gt;
&lt;li&gt;Style adjustments&lt;/li&gt;
&lt;li&gt;No interactive content creation capabilities&lt;/li&gt;
&lt;li&gt;Save and load created projects&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Load your data&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Choose a chart&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Map the data&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Customize&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Tabular data (CSV, TSV, DSV)&lt;/li&gt;
&lt;li&gt;JSON&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;note&#34;&gt;Note
&lt;/h2&gt;&lt;p&gt;Drag operations may not work properly when using Microsoft Edge.
In that case, please use another browser such as Chrome.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/rawgraphs-db/images/screen01.png&#34;
	width=&#34;1200&#34;
	height=&#34;800&#34;
	srcset=&#34;https://app.dataviz.jp/rawgraphs-db/images/screen01_hu_434b796b6f5da7d6.png 480w, https://app.dataviz.jp/rawgraphs-db/images/screen01_hu_ec5e52d61561b1a4.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;150&#34;
		data-flex-basis=&#34;360px&#34;
	
&gt;
&lt;img src=&#34;https://app.dataviz.jp/rawgraphs-db/images/screen02.png&#34;
	width=&#34;800&#34;
	height=&#34;800&#34;
	srcset=&#34;https://app.dataviz.jp/rawgraphs-db/images/screen02_hu_431ffd39d843f396.png 480w, https://app.dataviz.jp/rawgraphs-db/images/screen02_hu_febe79ab1d1f7811.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;100&#34;
		data-flex-basis=&#34;240px&#34;
	
&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Sankeymatic</title>
        <link>https://app.dataviz.jp/en/sankeymatic/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/sankeymatic/</guid>
        <description>&lt;img src="https://app.dataviz.jp/sankeymatic/images/cover_sankeymatic.png" alt="Featured image of post Sankeymatic" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://sankeymatic.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/sankeymatic/images/cover_sankeymatic.png&#34; alt=&#34;Sankeymatic&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Sankeymatic&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;sankeymatic.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A tool specialized for creating Sankey diagrams. Because the data format is simple, anyone can easily create Sankey diagrams using data prepared in spreadsheet tools.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Create beautiful Sankey diagrams&lt;/li&gt;
&lt;li&gt;Export as PNG or SVG images&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Load data from the &amp;ldquo;Input&amp;rdquo; section&lt;/li&gt;
&lt;li&gt;Adjust styles&lt;/li&gt;
&lt;li&gt;Export the result&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Proprietary notation for this tool&lt;/li&gt;
&lt;li&gt;source [value] target&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/sankeymatic/images/screen_01.png&#34;
	width=&#34;1600&#34;
	height=&#34;1600&#34;
	srcset=&#34;https://app.dataviz.jp/sankeymatic/images/screen_01_hu_e02f9881b850d6c2.png 480w, https://app.dataviz.jp/sankeymatic/images/screen_01_hu_978b7b0ce99c1531.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;100&#34;
		data-flex-basis=&#34;240px&#34;
	
&gt;
&lt;img src=&#34;https://app.dataviz.jp/sankeymatic/images/screen_02.png&#34;
	width=&#34;1600&#34;
	height=&#34;1600&#34;
	srcset=&#34;https://app.dataviz.jp/sankeymatic/images/screen_02_hu_c9ef2c776231608d.png 480w, https://app.dataviz.jp/sankeymatic/images/screen_02_hu_ba09925b10aea14c.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;100&#34;
		data-flex-basis=&#34;240px&#34;
	
&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Shift JIS ⇄ UTF-8 文字コード変換ツール</title>
        <link>https://app.dataviz.jp/en/change-character-encoding/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/change-character-encoding/</guid>
        <description>&lt;img src="https://app.dataviz.jp/change-character-encoding/images/cover-change-character-encoding.png" alt="Featured image of post Shift JIS ⇄ UTF-8 文字コード変換ツール" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://change-character-encoding.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/change-character-encoding/images/cover-change-character-encoding.png&#34; alt=&#34;Shift JIS ⇄ UTF-8 文字コード変換ツール&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Shift JIS ⇄ UTF-8 文字コード変換ツール&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;文字コードを、Shift JIS ⇄ UTF-8 間で相互に変換&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;change-character-encoding.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A tool that converts text file character encodings between Shift JIS and UTF-8 in both directions.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Files intended for use with Excel are often distributed in Shift JIS encoding.&lt;/li&gt;
&lt;li&gt;Most modern tools assume UTF-8 encoding.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is a simple utility to bridge that gap.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Shift JIS to UTF-8 conversion: Converts text in the Shift JIS character encoding, commonly used by legacy systems and Excel, to UTF-8.&lt;/li&gt;
&lt;li&gt;UTF-8 to Shift JIS conversion: Converts text in UTF-8 format to Shift JIS, making it usable with legacy software and older systems.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Enter or upload the text you want to convert.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Copy or download the converted text.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The tool automatically detects whether the file is Shift JIS or UTF-8.&lt;/p&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Tabular data (CSV, TSV, DSV)&lt;/li&gt;
&lt;li&gt;JSON&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>SVG ⇄ GeoJSON 変換ツール</title>
        <link>https://app.dataviz.jp/en/geojson-and-svg/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/geojson-and-svg/</guid>
        <description>&lt;img src="https://app.dataviz.jp/geojson-and-svg/images/cover_geojson-and-svg.jpg" alt="Featured image of post SVG ⇄ GeoJSON 変換ツール" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://geojson-and-svg.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/geojson-and-svg/images/cover_geojson-and-svg.jpg&#34; alt=&#34;SVG ⇄ GeoJSON 変換ツール&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;SVG ⇄ GeoJSON 変換ツール&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;GeoJSON と SVG の相互変換を支援&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;geojson-and-svg.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based tool that assists with converting and visualizing between geospatial data (GeoJSON) and SVG (vector image format).&lt;/p&gt;
&lt;p&gt;It is designed to convert geographic information such as map data and polygons into the SVG format, which is convenient for web display and print use, or to help work with SVG as GeoJSON format.&lt;/p&gt;
&lt;p&gt;GeoJSON is a standard JSON-based format for location data, widely used for web mapping and GIS integration.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;p&gt;Bi-directional conversion between geospatial data (GeoJSON) and SVG (vector image format)&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/geojson-and-svg/images/cover_geojson-and-svg.png&#34;
	width=&#34;3320&#34;
	height=&#34;1894&#34;
	srcset=&#34;https://app.dataviz.jp/geojson-and-svg/images/cover_geojson-and-svg_hu_37fb3f45a7c036b9.png 480w, https://app.dataviz.jp/geojson-and-svg/images/cover_geojson-and-svg_hu_59ed395e799da9a1.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;175&#34;
		data-flex-basis=&#34;420px&#34;
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Load a file&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Download&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;No special operations are required.&lt;/p&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;SVG&lt;/li&gt;
&lt;li&gt;GeoJSON&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Tabula PDF</title>
        <link>https://app.dataviz.jp/en/tabula-pdf/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/tabula-pdf/</guid>
        <description>&lt;img src="https://app.dataviz.jp/tabula-pdf/images/cover_tabula-pdf.jpg" alt="Featured image of post Tabula PDF" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://tabula-pdf.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/tabula-pdf/images/cover_tabula-pdf.jpg&#34; alt=&#34;Tabula PDF&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Tabula PDF&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;PDFから表データを取り出す&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;tabula-pdf.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;Tabula PDF is a tool for extracting tables from PDFs and converting them into reusable formats.
It is useful when you want to use tables from PDFs published as government documents, survey reports, handouts, and similar materials as data.&lt;/p&gt;
&lt;p&gt;You can specify the area of the table to extract on the page, and export it as CSV / JSON / Excel format.
It helps you create a starting point for data processing in situations where &amp;ldquo;you have the PDF but not the original data.&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Table extraction from PDF (page-by-page and multi-page support)&lt;/li&gt;
&lt;li&gt;Manual selection of table regions (drag) with extraction preview&lt;/li&gt;
&lt;li&gt;Switching extraction modes (rule-based / whitespace-based)&lt;/li&gt;
&lt;li&gt;Batch output of multiple tables&lt;/li&gt;
&lt;li&gt;Download in CSV / JSON / Excel formats&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Upload a PDF file&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Open the target page and select the table area to extract&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Choose the extraction mode and review the preview&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;If everything looks correct, export as CSV / JSON / Excel&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Input: PDF&lt;/li&gt;
&lt;li&gt;Output: CSV, JSON, Excel&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;notes&#34;&gt;Notes
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;This tool is intended for use with PDFs that contain text data.&lt;/li&gt;
&lt;li&gt;For PDFs consisting primarily of scanned images, running OCR beforehand will improve extraction accuracy.&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Text Entity Extraction Tool</title>
        <link>https://app.dataviz.jp/en/text-entity/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/text-entity/</guid>
        <description>&lt;img src="https://app.dataviz.jp/text-entity/images/cover_text-entity.jpg" alt="Featured image of post Text Entity Extraction Tool" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://text-entity.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/text-entity/images/cover_text-entity.jpg&#34; alt=&#34;Text Entity Extraction Tool&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Text Entity Extraction Tool&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;text-entity.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A browser-based tool that uses regular expressions to batch-extract hashtags, mentions, URLs, email addresses, and phone numbers from text in CSV/TSV tabular data. All data is processed in your browser and never sent to a server.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/text-entity/images/text-entity_01.png&#34;
	width=&#34;2378&#34;
	height=&#34;1279&#34;
	srcset=&#34;https://app.dataviz.jp/text-entity/images/text-entity_01_hu_e32d30da9debdeaf.png 480w, https://app.dataviz.jp/text-entity/images/text-entity_01_hu_8b85076a9637898e.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;185&#34;
		data-flex-basis=&#34;446px&#34;
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;5 entity types&lt;/strong&gt;: Hashtags (#), mentions (@), URLs, email addresses, phone numbers&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CSV/TSV support&lt;/strong&gt;: Load data via file upload or paste into the text area&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Column selection&lt;/strong&gt;: Choose the target column with sample values displayed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Preview&lt;/strong&gt;: Review loaded data before extraction&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CSV export&lt;/strong&gt;: Download results as CSV with extracted columns appended to the original data (UTF-8 with BOM)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Japanese/English support&lt;/strong&gt;: Auto-switches based on browser language; manual switching also available&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Input data&lt;/strong&gt; — Drag &amp;amp; drop a CSV file, or paste CSV/TSV data into the text area&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Preview&lt;/strong&gt; — Check the number of columns and rows (first 100 rows displayed)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Configure &amp;amp; extract&lt;/strong&gt; — Select the target column and entity type (hashtag / mention / URL / email / phone number), then click &amp;ldquo;Extract&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Review &amp;amp; download&lt;/strong&gt; — Check the extraction count and click &amp;ldquo;Download CSV&amp;rdquo; to save the results&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;data-format&#34;&gt;Data format
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Input&lt;/strong&gt;: CSV (comma-separated), TSV (tab-separated), TXT&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Header&lt;/strong&gt;: Option to treat the first row as column names (if no header, columns are auto-named &amp;ldquo;Column 1, Column 2, &amp;hellip;&amp;rdquo;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Output&lt;/strong&gt;: CSV (UTF-8 with BOM) containing all original columns plus an appended extraction result column. Multiple entities in a single cell are joined with commas&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>イージング関数チートシート</title>
        <link>https://app.dataviz.jp/en/easings/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/easings/</guid>
        <description>&lt;img src="https://app.dataviz.jp/easings/images/cover_easings.png" alt="Featured image of post イージング関数チートシート" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://easings.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/easings/images/cover_easings.png&#34; alt=&#34;イージング関数チートシート&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;イージング関数チートシート&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;時間の経過に伴うパラメーターの変化を可視化&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;easings.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A reference site that catalogs &amp;ldquo;easing functions&amp;rdquo; &amp;ndash; which describe how values change over time in animations and transitions. You can visually compare and select various easing behaviors (acceleration, deceleration, bounce, etc.). Easing functions define the rate of change that gives animations a natural feel.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Easing function catalog&amp;hellip;Browse a wide range of easing functions (e.g., easeInSine, easeOutBounce) in a list view.&lt;/li&gt;
&lt;li&gt;Visual comparison with graphs&amp;hellip;See how each function changes over time (t) displayed as a graph.&lt;/li&gt;
&lt;li&gt;CSS and code examples&amp;hellip;Includes information showing how to use each function as CSS Transition / Animation or in code.&lt;/li&gt;
&lt;li&gt;Real-time preview&amp;hellip;A UI that lets you visually confirm the motion of your selected function.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Select a function&amp;hellip;Click or select the desired easing function from the list.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Review the behavior&amp;hellip;Compare how values change using the graph and preview of the selected function.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Apply to your project&amp;hellip;Copy the function name or code and paste it into your animation library or CSS Timing Function.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>バッファ生成ツール</title>
        <link>https://app.dataviz.jp/en/turf-buffer/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/turf-buffer/</guid>
        <description>&lt;img src="https://app.dataviz.jp/turf-buffer/images/cover_turf-buffer.png" alt="Featured image of post バッファ生成ツール" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://turf-buffer.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/turf-buffer/images/cover_turf-buffer.png&#34; alt=&#34;バッファ生成ツール&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;バッファ生成ツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;turf-buffer.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based spatial analysis tool that generates &amp;ldquo;buffers (buffer zones)&amp;rdquo; at a specified distance around geospatial data (points, lines, polygons).&lt;/p&gt;
&lt;p&gt;A buffer is a polygon area that expands a specified distance around a given feature, and is a technique commonly used in GIS spatial analysis.&lt;/p&gt;
&lt;p&gt;When creating data maps with buffers such as &amp;ldquo;within a 10-minute walk from a certain point,&amp;rdquo; using the desktop application QGIS requires the following steps:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Convert the data file from a geographic coordinate system to a projected coordinate system that varies by region&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Perform the buffering operation&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Convert back to the geographic coordinate system for output&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This tool eliminates this complex workflow, enabling completion in just a few clicks within the browser.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Buffer generation
Creates a buffer zone at a specified distance (radius) around the input points, lines, or polygons.&lt;/li&gt;
&lt;li&gt;Map preview
View the loaded data and generated buffer areas on a web map.&lt;/li&gt;
&lt;li&gt;Output format
Download buffer results as GeoJSON or SVG.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Upload CSV data&amp;hellip;Select a CSV file containing latitude and longitude columns.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Specify buffer parameters&amp;hellip;Enter the buffer radius (in meters).&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Generate and review the buffer&amp;hellip;Press the create button, and the buffer areas are drawn on the map.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Download&amp;hellip;Download the results in GeoJSON or SVG format.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Input formats
&lt;ul&gt;
&lt;li&gt;CSV (tabular data containing latitude and longitude) is loaded for processing.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Output formats
&lt;ul&gt;
&lt;li&gt;GeoJSON: Retrieve the generated buffer areas in GeoJSON format.&lt;/li&gt;
&lt;li&gt;SVG: Download as an SVG vector image.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>住所 → 緯度経度 変換ツール</title>
        <link>https://app.dataviz.jp/en/address-to-latlon/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/address-to-latlon/</guid>
        <description>&lt;img src="https://app.dataviz.jp/address-to-latlon/images/cover_address-to-latlon.jpg" alt="Featured image of post 住所 → 緯度経度 変換ツール" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://address-to-latlon.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/address-to-latlon/images/cover_address-to-latlon.jpg&#34; alt=&#34;住所 → 緯度経度 変換ツール&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;住所 → 緯度経度 変換ツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;address-to-latlon.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based tool that converts Japanese address data into latitude and longitude (coordinates) through geocoding. It can batch-convert multiple addresses into GPS coordinates for use in map creation and location analysis.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Batch conversion (CSV support)&amp;hellip;Upload a CSV file containing multiple addresses, and retrieve latitude and longitude for each address.&lt;/li&gt;
&lt;li&gt;High-accuracy geocoding&amp;hellip;Uses Geolonia&amp;rsquo;s community geocoder (based on the Ministry of Land, Infrastructure, Transport and Tourism&amp;rsquo;s Address Reference Information), achieving conversion accuracy specialized for Japanese addresses.&lt;/li&gt;
&lt;li&gt;Character encoding support&amp;hellip;You can specify the character encoding of the input file (UTF-8 / Shift_JIS).&lt;/li&gt;
&lt;li&gt;Browser-only processing&amp;hellip;Data is processed entirely within the browser and is never sent to a server (privacy protection).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/address-to-latlon/images/cover_address-to-latlon.png&#34;
	width=&#34;1458&#34;
	height=&#34;1424&#34;
	srcset=&#34;https://app.dataviz.jp/address-to-latlon/images/cover_address-to-latlon_hu_1972028f3a648932.png 480w, https://app.dataviz.jp/address-to-latlon/images/cover_address-to-latlon_hu_fdc2998cda9ff82a.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;102&#34;
		data-flex-basis=&#34;245px&#34;
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Upload a CSV file&amp;hellip;Load address data by clicking or drag-and-dropping a CSV file.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Specify the character encoding&amp;hellip;Select the appropriate encoding from UTF-8 / Shift_JIS.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Run the conversion&amp;hellip;A CSV file with automatically added latitude and longitude columns is generated.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Download / Use&amp;hellip;Download the output CSV and import it into map rendering or analysis tools.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Tabular data (CSV)&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>地図タイル・ブラウザー</title>
        <link>https://app.dataviz.jp/en/what-the-tile/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/what-the-tile/</guid>
        <description>&lt;img src="https://app.dataviz.jp/what-the-tile/images/cover_what-the-tile.png" alt="Featured image of post 地図タイル・ブラウザー" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://what-the-tile.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/what-the-tile/images/cover_what-the-tile.png&#34; alt=&#34;地図タイル・ブラウザー&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;地図タイル・ブラウザー&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;what-the-tile.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

</description>
        </item>
        <item>
        <title>座標系 変換ツール</title>
        <link>https://app.dataviz.jp/en/transform-coordinates/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/transform-coordinates/</guid>
        <description>&lt;img src="https://app.dataviz.jp/transform-coordinates/images/cover_transform-coordinates.png" alt="Featured image of post 座標系 変換ツール" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://transform-coordinates.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/transform-coordinates/images/cover_transform-coordinates.png&#34; alt=&#34;座標系 変換ツール&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;座標系 変換ツール&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;地物ファイルの座標を変換&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;transform-coordinates.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

</description>
        </item>
        <item>
        <title>日本地図カルトグラム</title>
        <link>https://app.dataviz.jp/en/cartogram-japan/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/cartogram-japan/</guid>
        <description>&lt;img src="https://app.dataviz.jp/cartogram-japan/images/cover_cartogram-japan.png" alt="Featured image of post 日本地図カルトグラム" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://cartogram-japan.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/cartogram-japan/images/cover_cartogram-japan.png&#34; alt=&#34;日本地図カルトグラム&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;日本地図カルトグラム&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;日本地図カルトグラムを手軽に作成できるツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;cartogram-japan.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based tool that lets you easily create cartograms reflecting statistical data for each prefecture of Japan. A cartogram is a type of thematic map that distorts the area and shape of regions on a map according to statistical values (such as population, votes, or other indicators). It visually highlights regional differences and disparities that are hard to see on a standard map.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Japan map cartogram generation: Displays regions such as prefectures with their areas distorted according to statistical values.&lt;/li&gt;
&lt;li&gt;Data value reflection: Map shapes change based on the data you input.&lt;/li&gt;
&lt;li&gt;Ranking mode: Automatically generates ranking data sorted by value in descending order. Ranking data can be used for color coding.&lt;/li&gt;
&lt;li&gt;Interactive display: Browse and interact with the map on the web.&lt;/li&gt;
&lt;li&gt;Export as PNG or SVG images&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Specify your data&amp;hellip;Upload or enter numerical data by region in CSV format (e.g., population, GDP, vote counts).&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Generate the cartogram&amp;hellip;Based on the specified statistical values, a distorted cartogram of the Japan map is generated and displayed on screen.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Adjust and review&amp;hellip;Adjust parameters (color, degree of distortion, region label display, etc.) as needed and review the results.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Tabular data (CSV)&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>日本地図コロプレス</title>
        <link>https://app.dataviz.jp/en/choropleth-japan/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/choropleth-japan/</guid>
        <description>&lt;img src="https://app.dataviz.jp/choropleth-japan/images/cover_choropleth-japan.png" alt="Featured image of post 日本地図コロプレス" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://choropleth-japan.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-japan/images/cover_choropleth-japan.png&#34; alt=&#34;日本地図コロプレス&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;日本地図コロプレス&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;日本地図コロプレスを手軽に作成できるツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;choropleth-japan.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;</description>
        </item>
        <item>
        <title>緯度経度フォーマッター</title>
        <link>https://app.dataviz.jp/en/latlon-formatter/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/latlon-formatter/</guid>
        <description>&lt;img src="https://app.dataviz.jp/latlon-formatter/images/cover_latlon-formatter.png" alt="Featured image of post 緯度経度フォーマッター" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://latlon-formatter.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/latlon-formatter/images/cover_latlon-formatter.png&#34; alt=&#34;緯度経度フォーマッター&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;緯度経度フォーマッター&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;緯度経度データの桁数を簡単に変換&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;latlon-formatter.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web tool for easily converting the format of latitude and longitude data within CSV files. It is useful when you need to organize and standardize coordinate notation formats when working with geographic data.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Format conversion&lt;/li&gt;
&lt;li&gt;Bi-directional conversion between single-column format (latitude and longitude in one cell, e.g., &amp;ldquo;35.6762,139.6503&amp;rdquo;) and two-column format (separate latitude and longitude columns).&lt;/li&gt;
&lt;li&gt;Auto-detection
Automatically detects latitude and longitude columns in the input CSV.&lt;/li&gt;
&lt;li&gt;Data preview
View the CSV before and after conversion on the spot.&lt;/li&gt;
&lt;li&gt;Decimal precision adjustment
Adjust the number of decimal places for latitude and longitude values.&lt;/li&gt;
&lt;li&gt;Download
Download the converted CSV as a file.&lt;/li&gt;
&lt;li&gt;Browser-only processing
All processing is completed within the browser with no server communication required.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Upload a CSV&amp;hellip;Load the target CSV via drag-and-drop or file selection.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Specify the current format&amp;hellip;Select whether latitude and longitude are in single-column or two-column format.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Choose the output format&amp;hellip;Select the desired single-column or two-column format.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Adjust precision (optional)&amp;hellip;Set the number of decimal places for latitude and longitude.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;5&#34;&gt;
&lt;li&gt;Convert and download&amp;hellip;After running the conversion, review the preview and download the CSV.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Input formats
&lt;ul&gt;
&lt;li&gt;CSV: Tabular data with latitude and longitude in either single-column or two-column notation.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Output formats
&lt;ul&gt;
&lt;li&gt;CSV (single-column format): Latitude and longitude combined in a single field as &amp;ldquo;latitude,longitude&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;CSV (two-column format): Standard format with separate latitude and longitude columns.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>都道府県地図カルトグラム</title>
        <link>https://app.dataviz.jp/en/cartogram-prefectures/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/cartogram-prefectures/</guid>
        <description>&lt;img src="https://app.dataviz.jp/cartogram-prefectures/images/cover_cartogram-prefectures.png" alt="Featured image of post 都道府県地図カルトグラム" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://cartogram-prefectures.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/cartogram-prefectures/images/cover_cartogram-prefectures.png&#34; alt=&#34;都道府県地図カルトグラム&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;都道府県地図カルトグラム&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;都道府県地図カルトグラムを手軽に作成できるツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;cartogram-prefectures.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based tool that lets you easily create cartograms reflecting statistical data for each municipality within a selected prefecture. A cartogram is a type of thematic map that distorts the area and shape of regions on a map according to statistical values (such as population, votes, or other indicators). It visually highlights regional differences and disparities that are hard to see on a standard map.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Prefecture map cartogram generation: Displays regions such as municipalities with their areas distorted according to statistical values.&lt;/li&gt;
&lt;li&gt;Data value reflection: Map shapes change based on the data you input.&lt;/li&gt;
&lt;li&gt;Ranking mode: Automatically generates ranking data sorted by value in descending order. Ranking data can be used for color coding.&lt;/li&gt;
&lt;li&gt;Interactive display: Browse and interact with the map on the web.&lt;/li&gt;
&lt;li&gt;Export as PNG or SVG images&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Specify your data&amp;hellip;Upload or enter numerical data by region in CSV format (e.g., population, GDP, vote counts).&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Generate the cartogram&amp;hellip;Based on the specified statistical values, a distorted cartogram of the prefecture map is generated and displayed on screen.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Adjust and review&amp;hellip;Adjust parameters (color, degree of distortion, region label display, etc.) as needed and review the results.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Tabular data (CSV)&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>都道府県地図コロプレス</title>
        <link>https://app.dataviz.jp/en/choropleth-prefectures/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/choropleth-prefectures/</guid>
        <description>&lt;img src="https://app.dataviz.jp/choropleth-prefectures/images/cover_choropleth-prefectures.png" alt="Featured image of post 都道府県地図コロプレス" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://choropleth-prefectures.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-prefectures/images/cover_choropleth-prefectures.png&#34; alt=&#34;都道府県地図コロプレス&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;都道府県地図コロプレス&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;都道府県地図コロプレスを手軽に作成できるツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;choropleth-prefectures.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;</description>
        </item>
        <item>
        <title>青空文庫ルビ削除ツール</title>
        <link>https://app.dataviz.jp/en/aozora-furigana/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/aozora-furigana/</guid>
        <description>&lt;img src="https://app.dataviz.jp/aozora-furigana/images/cover_aozora-furigana.jpg" alt="Featured image of post 青空文庫ルビ削除ツール" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://aozora-furigana.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/aozora-furigana/images/cover_aozora-furigana.jpg&#34; alt=&#34;青空文庫ルビ削除ツール&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;青空文庫ルビ削除ツール&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;青空文庫の小説からルビとメタデータを削除&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;aozora-furigana.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/aozora-furigana/images/cover_aozora-furigana.png&#34;
	width=&#34;3330&#34;
	height=&#34;1894&#34;
	srcset=&#34;https://app.dataviz.jp/aozora-furigana/images/cover_aozora-furigana_hu_13a1982011595049.png 480w, https://app.dataviz.jp/aozora-furigana/images/cover_aozora-furigana_hu_c0aea6979cba6517.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;175&#34;
		data-flex-basis=&#34;421px&#34;
	
&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Color Brewer</title>
        <link>https://app.dataviz.jp/en/colorbrewer/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/colorbrewer/</guid>
        <description>&lt;img src="https://app.dataviz.jp/colorbrewer/images/cover_colorbrewer.jpg" alt="Featured image of post Color Brewer" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://colorbrewer.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/colorbrewer/images/cover_colorbrewer.jpg&#34; alt=&#34;Color Brewer&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Color Brewer&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;カラースキーム選びを地図上でシミュレーション&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;colorbrewer.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;ColorBrewer is an online tool for selecting optimal color palettes for data visualization and maps. Its purpose is to suggest color schemes suited to color visibility and the nature of categorical or numerical data.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Color scheme selection assistance&amp;hellip;Presents color schemes for sequential data, diverging data, qualitative data, and more based on data characteristics.&lt;/li&gt;
&lt;li&gt;Usage considerations&amp;hellip;Filter options for colorblind safety, print friendliness, and photocopy safety.&lt;/li&gt;
&lt;li&gt;Number of classes&amp;hellip;Adjust the number of colors (e.g., 3 to 12) to select the optimal palette.&lt;/li&gt;
&lt;li&gt;Color output formats&amp;hellip;Export selected palettes in HEX/RGB/CMYK formats, CSS, JavaScript arrays, and more.&lt;/li&gt;
&lt;li&gt;Save and load created projects.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Select data nature&amp;hellip;Choose from sequential (ordered), diverging (bipolar around a center value), or categorical (unordered).&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Specify number of colors (classes)&amp;hellip;Select the desired number of data classes (e.g., 3, 4, &amp;hellip;).&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Review and adjust the palette&amp;hellip;Check how the selected palette looks on maps or charts.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Export&amp;hellip;Export as CSS, JavaScript, Adobe Swatch, etc. as needed.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/colorbrewer/images/screen_01.png&#34;
	width=&#34;2046&#34;
	height=&#34;1302&#34;
	srcset=&#34;https://app.dataviz.jp/colorbrewer/images/screen_01_hu_f31672f6a80f4f53.png 480w, https://app.dataviz.jp/colorbrewer/images/screen_01_hu_19859231fbf38447.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;157&#34;
		data-flex-basis=&#34;377px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/colorbrewer/images/screen_02.png&#34;
	width=&#34;2045&#34;
	height=&#34;1302&#34;
	srcset=&#34;https://app.dataviz.jp/colorbrewer/images/screen_02_hu_25bc718cfc8e3b45.png 480w, https://app.dataviz.jp/colorbrewer/images/screen_02_hu_ae09515bc4ea817e.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;157&#34;
		data-flex-basis=&#34;376px&#34;
	
&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Cytoscape</title>
        <link>https://app.dataviz.jp/en/cytoscape/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/cytoscape/</guid>
        <description>&lt;img src="https://app.dataviz.jp/cytoscape/images/cover_cytoscape.jpg" alt="Featured image of post Cytoscape" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://cytoscape.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/cytoscape/images/cover_cytoscape.jpg&#34; alt=&#34;Cytoscape&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Cytoscape&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;cytoscape.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A browser-based implementation of Cytoscape, which is popular as a desktop application.&lt;/p&gt;
&lt;p&gt;It is a tool for interactively visualizing network (graph) data in your browser. You can load relationship data composed of nodes (points) and edges (lines), and intuitively change layouts, apply styling based on attributes, and more.&lt;/p&gt;
&lt;p&gt;Cytoscape is an open-source platform for visualizing and analyzing network (graph) data. Originally developed for visualizing and analyzing biological networks (molecular interaction networks), it is also widely used for social network analysis and general complex network visualization.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Data Import&lt;/strong&gt; — Upload and visualize files in GEXF, GraphML, and CSV formats&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sample Datasets&lt;/strong&gt; — Load one of 9 sample datasets with a single click, including Les Misérables, Game of Thrones, and Marvel Universe&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Layout Switching&lt;/strong&gt; — 6 layout types: Grid, Circle, Concentric, Breadthfirst, Cose (physics simulation), and Random&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Node Styling&lt;/strong&gt; — Dynamically change colors (qualitative color scheme), sizes, and labels based on attributes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Edge Styling&lt;/strong&gt; — Dynamically change colors (quantitative color scheme), thickness, and labels based on attributes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SVG Export&lt;/strong&gt; — Download the current graph in SVG format&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Project Save/Load&lt;/strong&gt; — Save projects to the server and restore them later&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Select a file from the &amp;ldquo;Load Data File&amp;rdquo; button, or choose from &amp;ldquo;Load Sample Data&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Adjust the graph arrangement by changing the layout and easing in the control panel&lt;/li&gt;
&lt;li&gt;Select the attribute to use for node color, size, and label from the dropdowns in the &amp;ldquo;Node&amp;rdquo; row&lt;/li&gt;
&lt;li&gt;Select the attribute to use for edge color, thickness, and label from the dropdowns in the &amp;ldquo;Edge&amp;rdquo; row&lt;/li&gt;
&lt;li&gt;If needed, save as an SVG image using &amp;ldquo;Export&amp;rdquo;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;h3 id=&#34;gexf--graphml&#34;&gt;GEXF / GraphML
&lt;/h3&gt;&lt;p&gt;XML formats designed for graphs. They can richly describe node and edge attributes (categories, weights, coordinates, etc.). They can be exported from many tools such as Gephi and NetworkX.&lt;/p&gt;
&lt;h3 id=&#34;csv-edge-list-format&#34;&gt;CSV (Edge List Format)
&lt;/h3&gt;&lt;p&gt;A format that can be easily created from spreadsheets or Excel.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;A header row is required&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Specify the endpoints of edges using &lt;code&gt;source&lt;/code&gt; and &lt;code&gt;target&lt;/code&gt; columns (or &lt;code&gt;from&lt;/code&gt; and &lt;code&gt;to&lt;/code&gt;) — case-insensitive&lt;/li&gt;
&lt;li&gt;All other columns are imported as edge attributes&lt;/li&gt;
&lt;li&gt;Nodes are automatically generated from the edge information&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-csv&#34; data-lang=&#34;csv&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;source&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;target&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;weight&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;type&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;Alice&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;Bob&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;1.0&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;friends&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;Bob&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;Carol&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;2.5&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;colleagues&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;Alice&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;Dave&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;0.8&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;family&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
        </item>
        <item>
        <title>Tilegrams</title>
        <link>https://app.dataviz.jp/en/tilegrams/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/tilegrams/</guid>
        <description>&lt;img src="https://app.dataviz.jp/tilegrams/images/cover_tilegrams.png" alt="Featured image of post Tilegrams" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://tilegrams.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/tilegrams/images/cover_tilegrams.png&#34; alt=&#34;Tilegrams&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Tilegrams&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;タイル地図を作成できるツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;tilegrams.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based map creation tool that generates &amp;ldquo;tilegrams (tiled cartograms)&amp;rdquo; &amp;ndash; representations of geographic regions using hexagonal tiles, with region sizes visually adjusted according to data values. Region areas are expressed proportionally to population or other indicators through the number of tiles, while maintaining an approximate resemblance to the original geographic shape.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Hexagonal tile cartogram generation&amp;hellip;Represents geographic areas as uniform hexagonal tiles, varying the number of tiles per region according to data values.&lt;/li&gt;
&lt;li&gt;Built-in maps and custom data support&amp;hellip;In addition to standard map templates for the United States, Europe, and other regions, you can load custom data to generate tilegrams.&lt;/li&gt;
&lt;li&gt;Interactive adjustment&amp;hellip;Drag tiles to adjust placement, or change the resolution (the value each tile represents) to optimize the appearance.&lt;/li&gt;
&lt;li&gt;Export&amp;hellip;Export the created tilegram in SVG or TopoJSON format for use and further editing in other tools.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Select a base map&amp;hellip;Start from a prepared geographic region (e.g., US states, French regions, etc.).&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Specify and load data&amp;hellip;Upload regional values (such as population or vote counts) in CSV format.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Set resolution and adjust&amp;hellip;Set the value each tile represents (e.g., 1 tile = 1 million people), and optionally drag tiles for fine-tuning.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Generate and export&amp;hellip;Download the completed tilegram as PNG / SVG / TopoJSON for analysis and sharing.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;p&gt;CSV (comma-separated) format containing geographic identifiers (Geo ID, etc.) and values (e.g., population, vote counts).&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/tilegrams/images/screen01.png&#34;
	width=&#34;2530&#34;
	height=&#34;1541&#34;
	srcset=&#34;https://app.dataviz.jp/tilegrams/images/screen01_hu_a75b1daef7f3623e.png 480w, https://app.dataviz.jp/tilegrams/images/screen01_hu_3a0d95321d8205cf.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Screenshot&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;164&#34;
		data-flex-basis=&#34;394px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/tilegrams/images/screen02.png&#34;
	width=&#34;2534&#34;
	height=&#34;1540&#34;
	srcset=&#34;https://app.dataviz.jp/tilegrams/images/screen02_hu_cc29341ea5fa6639.png 480w, https://app.dataviz.jp/tilegrams/images/screen02_hu_19b032adaf51efb5.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Screenshot&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;164&#34;
		data-flex-basis=&#34;394px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/tilegrams/images/screen03.png&#34;
	width=&#34;2530&#34;
	height=&#34;1543&#34;
	srcset=&#34;https://app.dataviz.jp/tilegrams/images/screen03_hu_149b6a2a313df11f.png 480w, https://app.dataviz.jp/tilegrams/images/screen03_hu_7cca068c4167a5ed.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Screenshot&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;163&#34;
		data-flex-basis=&#34;393px&#34;
	
&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>SVGグラデーションエディタ</title>
        <link>https://app.dataviz.jp/en/svg-gradient/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/svg-gradient/</guid>
        <description>&lt;img src="https://app.dataviz.jp/svg-gradient/images/cover-svg-gradient.png" alt="Featured image of post SVGグラデーションエディタ" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://svg-gradient.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/svg-gradient/images/cover-svg-gradient.png&#34; alt=&#34;SVGグラデーションエディタ&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;SVGグラデーションエディタ&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;チャートのグラデーションをデザイン&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;svg-gradient.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based tool for visually creating and adjusting gradients (smooth color transitions) in SVG (Scalable Vector Graphics). It can be used to design color gradients for chart and shape backgrounds and fills.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Gradient design&amp;hellip;Visually edit linear and radial gradients for use in SVG.&lt;/li&gt;
&lt;li&gt;Color stop settings&amp;hellip;Add and adjust colors (stops) and positions along the gradient to create custom color schemes.&lt;/li&gt;
&lt;li&gt;Real-time preview&amp;hellip;Instantly review editing results and make adjustments while seeing the final appearance.&lt;/li&gt;
&lt;li&gt;SVG generation&amp;hellip;Output the completed gradient definition directly as SVG code.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Create a gradient&amp;hellip;Design the gradient by manipulating color stops, angles, and positions.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Preview&amp;hellip;Check how the configured gradient renders in real time.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Retrieve the generated SVG&amp;hellip;Copy or save the final gradient definition as SVG code and incorporate it into your designs or visualizations.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>SVGテクスチャエディタ</title>
        <link>https://app.dataviz.jp/en/svg-texture/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/svg-texture/</guid>
        <description>&lt;img src="https://app.dataviz.jp/svg-texture/images/cover-svg-texture.jpg" alt="Featured image of post SVGテクスチャエディタ" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://svg-tectures.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/svg-texture/images/cover-svg-texture.jpg&#34; alt=&#34;SVGテクスチャエディタ&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;SVGテクスチャエディタ&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;チャートのテクスチャをデザイン&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;svg-tectures.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based editor for designing texture patterns and surface effects used in SVG (Scalable Vector Graphics). You can visually edit and create repeating patterns (textures) for chart and shape backgrounds and fills, and use them as SVG.
This tool is primarily intended to support the design of texture expressions in data visualization and graphic design.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Texture pattern generation and editing&amp;hellip;Visually create and adjust repeating patterns (stripes, dots, etc.) and texture patterns for embedding in SVG.&lt;/li&gt;
&lt;li&gt;Preview display&amp;hellip;Evaluate the appearance of patterns in real time as you edit.&lt;/li&gt;
&lt;li&gt;SVG output&amp;hellip;Retrieve the designed textures as SVG code or pattern definitions.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Design a texture&amp;hellip;Create a texture by configuring pattern type, spacing, direction, color, and other settings (via GUI).&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Real-time preview&amp;hellip;Review the appearance of the edited texture on the spot.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Retrieve as SVG&amp;hellip;Copy or save the finished pattern as SVG XML (such as &lt;code&gt;&amp;lt;pattern&amp;gt;&lt;/code&gt;) and apply it to other SVG shapes or charts.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>ADS-B / AIS Visualization</title>
        <link>https://app.dataviz.jp/en/broadcast-tracking-system/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/broadcast-tracking-system/</guid>
        <description>&lt;img src="https://app.dataviz.jp/broadcast-tracking-system/images/cover_broadcast-tracking-system.jpg" alt="Featured image of post ADS-B / AIS Visualization" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://bbts.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/broadcast-tracking-system/images/cover_broadcast-tracking-system.jpg&#34; alt=&#34;ADS-B / AIS Visualization&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;ADS-B / AIS Visualization&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Easily create videos from aircraft and ship movement data&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;bbts.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web tool that visualizes tracks on a map with animation simply by uploading a CSV file containing latitude and longitude data. It supports visualization of broadcast-type positioning data such as ADS-B (aircraft tracking) and AIS (ship tracking).&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;CSV Upload: Load CSV files via drag &amp;amp; drop or file selection&lt;/li&gt;
&lt;li&gt;Track Visualization: Animate movement paths on a map based on time-series data&lt;/li&gt;
&lt;li&gt;Multiple Track Support: Automatically groups and displays multiple aircraft or vessels from a single CSV&lt;/li&gt;
&lt;li&gt;Auto Column Detection: Automatically recognizes column names like lat/lon, latitude/longitude regardless of case&lt;/li&gt;
&lt;li&gt;Sample Data: Ready-to-use sample data available for quick testing&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Prepare a CSV file (containing latitude, longitude, and timestamp)&lt;/li&gt;
&lt;li&gt;Drag &amp;amp; drop or click to select a file from the sidebar on the left&lt;/li&gt;
&lt;li&gt;Sample data is also available&lt;/li&gt;
&lt;li&gt;Tracks are automatically drawn on the map&lt;/li&gt;
&lt;li&gt;Export as GIF animation, sequential still images, or video files&lt;/li&gt;
&lt;li&gt;Customize base map style, date/time display, and other options&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;p&gt;Include the following variables in your CSV:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Position (required): lat / lon, latitude / longitude, or Position (&amp;ldquo;lat,lon&amp;rdquo; combined format)&lt;/li&gt;
&lt;li&gt;Time (required): Timestamp (Unix epoch seconds), etc.&lt;/li&gt;
&lt;li&gt;Identifier: Callsign (aircraft), MMSI / VesselName (vessel)&lt;/li&gt;
&lt;li&gt;Optional: Altitude, Speed, Direction / Course&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;supported-position-data-formats&#34;&gt;Supported position data formats
&lt;/h3&gt;&lt;p&gt;Column names are case-insensitive (e.g., LAT, Lat, lat are all accepted).&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Column Name&lt;/th&gt;
          &lt;th&gt;Description&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;lat&lt;/code&gt; / &lt;code&gt;lon&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Latitude / Longitude (abbreviated)&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;latitude&lt;/code&gt; / &lt;code&gt;longitude&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Latitude / Longitude (full name)&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;Position&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Combined lat/lon format (&lt;code&gt;&amp;quot;35.68,139.76&amp;quot;&lt;/code&gt;)&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;supported-time-data-formats&#34;&gt;Supported time data formats
&lt;/h3&gt;&lt;p&gt;Time data is automatically detected in the following formats. Supported column names include timestamp, time, datetime, date, etc.&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Format&lt;/th&gt;
          &lt;th&gt;Example&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;ISO 8601&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;2023-05-20T10:30:00Z&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Date-time string&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;2023-05-20 10:30:00&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Compact format&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;20230520_103000&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Unix timestamp (seconds)&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;1684567890&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Unix timestamp (milliseconds)&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;1684567890123&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;When a single CSV contains multiple aircraft or vessels, they are automatically grouped and displayed.&lt;/p&gt;
&lt;h2 id=&#34;reference&#34;&gt;Reference
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://visualizing.jp/ads-b/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;What is ADS-B?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://visualizing.jp/ais/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;What is AIS?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Data Illustrator</title>
        <link>https://app.dataviz.jp/en/data-illustrator/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/data-illustrator/</guid>
        <description>&lt;img src="https://app.dataviz.jp/data-illustrator/images/cover_data-illustrator.jpg" alt="Featured image of post Data Illustrator" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://data-illustrator.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/data-illustrator/images/cover_data-illustrator.jpg&#34; alt=&#34;Data Illustrator&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Data Illustrator&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;data-illustrator.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;Data Illustrator is a web application that lets you create data visualizations visually without programming.
It aims to generate charts with the feel of drawing graphics using vector design operations, similar to Figma or Adobe Illustrator.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;An intuitive, vector-design-like interface for drawing, selecting, and manipulating.&lt;/li&gt;
&lt;li&gt;Supports data binding (linking data to graphics).&lt;/li&gt;
&lt;li&gt;Automatic visual encoding: Assign data columns to visual attributes such as color, shape, and position for instant rendering.&lt;/li&gt;
&lt;li&gt;UI components including Canvas, Data Panel, Layers Panel, and Property Inspector enable editing and structuring.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Import data and display the data table.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Draw, select, and edit shapes.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Bind data columns to shape attributes such as position, color, and size. Updates are reflected immediately.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Export or save the created visualization.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Tabular data (CSV)&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Gephi Lite</title>
        <link>https://app.dataviz.jp/en/gephi-lite/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/gephi-lite/</guid>
        <description>&lt;img src="https://app.dataviz.jp/gephi-lite/images/cover_gephi-lite.jpg" alt="Featured image of post Gephi Lite" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://gephi-lite.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/gephi-lite/images/cover_gephi-lite.jpg&#34; alt=&#34;Gephi Lite&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Gephi Lite&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;gephi-lite.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;Gephi Lite is a web application that allows you to easily create network graphs (relationship visualizations) in your browser. You can load data composed of nodes (points) and edges (lines), and intuitively perform layout calculations, color coding, filtering, and more.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Graph Visualization&lt;/strong&gt;: Interactively display relationships between nodes and edges. Zoom, pan, and node selection are supported&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Layout Calculation&lt;/strong&gt;: Multiple layout algorithms including ForceAtlas2, Force Directed, Circular, and CirclePack&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Appearance Settings&lt;/strong&gt;: Automatically assign colors, sizes, and labels to nodes and edges based on attribute values&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Filtering&lt;/strong&gt;: Narrow down the display of nodes and edges by attribute values or range specifications&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Metrics Calculation&lt;/strong&gt;: Compute network analysis metrics such as degree, PageRank, betweenness centrality, and Louvain community detection&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data Table&lt;/strong&gt;: View and edit node and edge attributes in a list format&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Export&lt;/strong&gt;: Export as graph images (PNG) or graph data (GEXF)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Japanese/English Auto-Switch&lt;/strong&gt;: The UI automatically switches based on your browser&amp;rsquo;s language settings&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;When you access the page, a sample graph or an empty workspace will be displayed&lt;/li&gt;
&lt;li&gt;Load data using the &amp;ldquo;Open Data File&amp;rdquo; button at the top of the screen, or by dragging and dropping a file&lt;/li&gt;
&lt;li&gt;Select &amp;ldquo;Layout&amp;rdquo; from the left side menu and run an algorithm to automatically arrange the nodes&lt;/li&gt;
&lt;li&gt;In the &amp;ldquo;Appearance&amp;rdquo; menu, set colors and sizes based on attributes to make the graph easier to read&lt;/li&gt;
&lt;li&gt;Deepen your analysis using &amp;ldquo;Filters&amp;rdquo; and &amp;ldquo;Metrics&amp;rdquo;&lt;/li&gt;
&lt;li&gt;The completed graph can be exported as an image (PNG) or data file (GEXF)&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;p&gt;The following file formats are supported.&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Format&lt;/th&gt;
          &lt;th&gt;Extension&lt;/th&gt;
          &lt;th&gt;Description&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;CSV&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;.csv&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Edge list format. The first row contains headers (Source, Target, etc.), and subsequent rows contain the data for each edge. The simplest format&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;GEXF&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;.gexf&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Gephi&amp;rsquo;s standard XML format. Retains rich node/edge attributes and visual information&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;GraphML&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;.graphml&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;A standard XML-based graph description format&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Graphology JSON&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;.json&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;JSON format for the Graphology library&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;CSV file format example:&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-csv&#34; data-lang=&#34;csv&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;Source&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;Target&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;Weight&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;Alice&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;Bob&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;1.0&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;Bob&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;Charlie&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;2.0&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;Alice&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;Charlie&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;1.5&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;
&lt;li&gt;The first row is the header (required)&lt;/li&gt;
&lt;li&gt;The &lt;code&gt;Source&lt;/code&gt; (or &lt;code&gt;From&lt;/code&gt;, &lt;code&gt;Src&lt;/code&gt;) and &lt;code&gt;Target&lt;/code&gt; (or &lt;code&gt;To&lt;/code&gt;, &lt;code&gt;Dst&lt;/code&gt;) columns are automatically detected&lt;/li&gt;
&lt;li&gt;Other columns (such as Weight) are imported as edge attributes&lt;/li&gt;
&lt;li&gt;Nodes are automatically generated from the Source / Target values&lt;/li&gt;
&lt;li&gt;Character encoding supports both &lt;strong&gt;UTF-8&lt;/strong&gt; and &lt;strong&gt;Shift_JIS&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Parallel Coordinates</title>
        <link>https://app.dataviz.jp/en/parallel-coordinates/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/parallel-coordinates/</guid>
        <description>&lt;img src="https://app.dataviz.jp/parallel-coordinates/images/cover_parallel-coordinates.png" alt="Featured image of post Parallel Coordinates" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://parallel-coordinates.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/parallel-coordinates/images/cover_parallel-coordinates.png&#34; alt=&#34;Parallel Coordinates&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Parallel Coordinates&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;parallel-coordinates.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;An interactive chart specialized for comparing and exploring multidimensional data. Simply upload a CSV file, and numeric columns are displayed as parallel axes with each row drawn as a polyline crossing them. Brushing on each axis lets you filter data matching specific conditions, making it easy to discover patterns and outliers intuitively.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Brushing&lt;/strong&gt;: Drag vertically on each axis to specify a range and filter data matching the conditions&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Axis reordering&lt;/strong&gt;: Drag column names horizontally to rearrange axis order. Place related metrics side by side for comparison&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Scale switching&lt;/strong&gt;: Toggle between three modes — Original (raw values), Min-Max (0–1 normalization), and Z-Score (standardization)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Table synchronization&lt;/strong&gt;: The data table below syncs with brushing results. Hovering over a row highlights the corresponding line on the chart&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Export&lt;/strong&gt;: Export filtered results as CSV and chart images as SVG/PNG&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Share&lt;/strong&gt; — Share the current view via URL. OGP images for social media are generated automatically&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Project saving&lt;/strong&gt;: Save and restore data and settings (scale, axis order, brush ranges) to the cloud with thumbnails&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Click &amp;ldquo;CSV Upload&amp;rdquo; to load your data (or try &amp;ldquo;Sample&amp;rdquo; to use yogurt nutrition data)&lt;/li&gt;
&lt;li&gt;Drag vertically on an axis to narrow down a range of interest&lt;/li&gt;
&lt;li&gt;Switch the Scale to Min-Max or Z-Score as needed to compare metrics with different units&lt;/li&gt;
&lt;li&gt;Drag axis names horizontally to place items you want to compare next to each other&lt;/li&gt;
&lt;li&gt;Hover over a table row to highlight the corresponding line on the chart&lt;/li&gt;
&lt;li&gt;Export results as CSV/SVG/PNG, or save as a project to the cloud&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-format&#34;&gt;Data format
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;File format&lt;/strong&gt;: CSV (comma-separated, UTF-8)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Structure&lt;/strong&gt;: First row as header (column names), subsequent rows as data&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Numeric columns&lt;/strong&gt;: Automatically detected and displayed as chart axes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;String columns&lt;/strong&gt;: Shown in the table but not included as chart axes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Missing values&lt;/strong&gt;: Empty cells are treated as missing&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Vega Editor</title>
        <link>https://app.dataviz.jp/en/vega-editor/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/vega-editor/</guid>
        <description>&lt;img src="https://app.dataviz.jp/vega-editor/images/cover_vega-editor.jpg" alt="Featured image of post Vega Editor" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/vega-editor/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;JSON 形式で可視化仕様を書くことで、インタラクティブなグラフやチャートをリアルタイムにレンダリング&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;Vega Editor is a web-based IDE (editor) for writing, editing, and previewing Vega and Vega-Lite visualization specifications. By writing visualization specifications in JSON format, you can render interactive graphs and charts in real time. Vega and Vega-Lite are declarative visualization grammars that generate charts by defining data and display rules in JSON.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Text editor / code view&amp;hellip;Provides an editor for entering and editing Vega/Vega-Lite JSON.&lt;/li&gt;
&lt;li&gt;Real-time preview&amp;hellip;Instantly displays the edited specification as a visualization in the browser.&lt;/li&gt;
&lt;li&gt;Samples and templates&amp;hellip;Load example specs for learning and experimentation (a feature of the official version).&lt;/li&gt;
&lt;li&gt;Vega / Vega-Lite mode switching&amp;hellip;Edit and preview in both specification formats (a standard feature of the official tool).&lt;/li&gt;
&lt;li&gt;Sharing / Export&amp;hellip;Save and share specifications via GitHub Gist and other backend integrations (an official version feature).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Write specifications in JSON format&amp;hellip;Enter Vega or Vega-Lite specifications into the editor.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;View the preview&amp;hellip;The specification is rendered in real time so you can review the results.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Save and share as needed&amp;hellip;Save specifications to Gist or similar services for sharing with others (when backend integration is available).&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;JSON (Vega / Vega-Lite specification)&amp;hellip;Describes the visualization definition (data references, transforms, encodings, marks, etc.) in JSON.&lt;/li&gt;
&lt;li&gt;Tabular data as data sources&amp;hellip;Vega/Vega-Lite can load external data either by embedding it directly within the JSON or by referencing CSV/TSV file URLs (as part of the specification standard).&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Voyager2</title>
        <link>https://app.dataviz.jp/en/voyager2/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/voyager2/</guid>
        <description>&lt;img src="https://app.dataviz.jp/voyager2/images/cover_voyager2.jpg" alt="Featured image of post Voyager2" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://voyager2.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/voyager2/images/cover_voyager2.jpg&#34; alt=&#34;Voyager2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Voyager2&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;データ探索（Exploratory Data Analysis, EDA）を支援するビジュアライゼーションツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;voyager2.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;Voyager 2 is a visualization tool that supports Exploratory Data Analysis (EDA). It lets you load data in the browser and interactively explore and generate visualizations. The original project is a fork/derivative of Voyager developed on the Vega ecosystem, characterized by its combination of manual chart specification and automatic recommendations for exploration support.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Data exploration interface&amp;hellip;Load data and interact through panels for field lists, chart encodings, filtering, and more.&lt;/li&gt;
&lt;li&gt;Visualization recommendation&amp;hellip;Automatically generate related charts (related views) and multiple chart candidates using wildcards, displaying them alongside the current visualization (focus view).&lt;/li&gt;
&lt;li&gt;Partial specification with multiple chart generation&amp;hellip;Use wildcards to simultaneously generate and compare multiple visualization specifications.&lt;/li&gt;
&lt;li&gt;Interactive operations&amp;hellip;Drag and drop fields onto encoding channels and update visualizations in real time.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Load data&amp;hellip;Load tabular data such as CSV and review the field list.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Specify the visualization&amp;hellip;Drag fields to encoding channels (e.g., x-axis, y-axis, color) to create a visualization.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Use exploration support&amp;hellip;Simultaneously generate multiple views using wildcards, or use recommended views to broadly explore data.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Adjust and compare results&amp;hellip;Compare recommended visualizations and generated charts while deepening your analysis.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Tabular data (CSV, TSV)&lt;/li&gt;
&lt;li&gt;JSON&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Word Cloud</title>
        <link>https://app.dataviz.jp/en/word-cloud/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/word-cloud/</guid>
        <description>&lt;img src="https://app.dataviz.jp/word-cloud/images/cover_wordcloud.png" alt="Featured image of post Word Cloud" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://word-cloud.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/word-cloud/images/cover_wordcloud.png&#34; alt=&#34;Word Cloud&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Word Cloud&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;日本語に特化したWord Cloud&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;word-cloud.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;Word Cloud is a web tool that visualizes word frequency in text data by displaying more frequent words in larger sizes, creating a &amp;ldquo;word cloud&amp;rdquo; directly in the browser.&lt;/p&gt;
&lt;p&gt;Word clouds are a visualization technique used to intuitively grasp key words in text data at a glance. Word size and color represent frequency trends.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Text input / upload&amp;hellip;Enter text files or text data to generate a word cloud.&lt;/li&gt;
&lt;li&gt;Frequency analysis&amp;hellip;Counts word occurrences and adjusts word sizes according to their frequency.&lt;/li&gt;
&lt;li&gt;Word cloud display&amp;hellip;Renders the word cloud with sizes and arrangements corresponding to word frequency.&lt;/li&gt;
&lt;li&gt;Customization&amp;hellip;Adjust maximum/minimum font sizes, colors, layout, and more.&lt;/li&gt;
&lt;li&gt;Export / save&amp;hellip;Provides an interface to save generated results as images or SVG.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Input / upload text data&amp;hellip;Load text data using the text area or file upload.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Generate the word cloud&amp;hellip;Click the &amp;ldquo;Generate&amp;rdquo; button, and a word cloud based on word frequency within the text is displayed.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Customize&amp;hellip;Adjust parameters for font size, color, layout settings, etc.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Save results&amp;hellip;Download the generated word cloud as PNG / SVG or CSV.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Input formats
&lt;ul&gt;
&lt;li&gt;Text (TXT) or copy-and-paste strings: Input directly into the tool.&lt;/li&gt;
&lt;li&gt;CSV / TXT files: Upload files containing word lists or text data.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Output formats
&lt;ul&gt;
&lt;li&gt;Images (PNG / SVG): Save the visualized word cloud as an image.&lt;/li&gt;
&lt;li&gt;CSV: Save the morphologically analyzed tokens (words) and their frequency data.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>QuickChart UI</title>
        <link>https://app.dataviz.jp/en/quickchart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/quickchart/</guid>
        <description>&lt;img src="https://app.dataviz.jp/quickchart/images/cover-quickchart.png" alt="Featured image of post QuickChart UI" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://quickchart.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/quickchart/images/cover-quickchart.png&#34; alt=&#34;QuickChart UI&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;QuickChart UI&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;URLだけでチャート画像生成&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;quickchart.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;QuickChart is a tool that instantly generates static chart images (PNG, etc.) from specified data and chart definitions (Chart.js format) using only a URL.&lt;/p&gt;
&lt;p&gt;Its distinctive feature is the ability to create embeddable chart images for server-side applications, emails, reports, documents, and other environments where JavaScript cannot be executed.&lt;/p&gt;
&lt;p&gt;This tool provides a GUI for conveniently configuring those URL parameters.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Chart image generation&amp;hellip;Generate static chart images such as bar charts, line charts, and pie charts from settings specified via URL parameters or query strings.&lt;/li&gt;
&lt;li&gt;URL-only workflow&amp;hellip;Create charts using just the URL query, with no need to install complex libraries.&lt;/li&gt;
&lt;li&gt;Usable as images&amp;hellip;Generated charts are output as PNG or other image formats, making them easy to embed in web pages, reports, and emails.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Specify the chart configuration in JSON format via URL query parameters.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Use the generated image URL directly or download it.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Tabular data (CSV)&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        
    </channel>
</rss>
