<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Data Prep Toolbox</title>
        <link>https://www.dataprep.jp/en/</link>
        <description>Recent content on Data Prep Toolbox</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <copyright>dataprep.jp</copyright><atom:link href="https://www.dataprep.jp/en/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>(Geo) DataMerger</title>
        <link>https://www.dataprep.jp/en/geo-data-merger/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/geo-data-merger/</guid>
        <description>&lt;img src="https://www.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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://www.dataprep.jp/geo-data-merger/images/cover_geo-data-merger.png&#34;
	width=&#34;3318&#34;
	height=&#34;2099&#34;
	srcset=&#34;https://www.dataprep.jp/geo-data-merger/images/cover_geo-data-merger_hu_94cc7f5573d28d59.png 480w, https://www.dataprep.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>Choosing the Right Data Wrangling Tool</title>
        <link>https://www.dataprep.jp/en/how-to-use-data-wrangling/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.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;/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.dataprep.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://www.dataprep.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.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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;https://mapshaper.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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>GeoJSON.io</title>
        <link>https://www.dataprep.jp/en/geojson/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/geojson/</guid>
        <description>&lt;img src="https://www.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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://www.dataprep.jp/geojson/images/cover_geojson.png&#34;
	width=&#34;3314&#34;
	height=&#34;1864&#34;
	srcset=&#34;https://www.dataprep.jp/geojson/images/cover_geojson_hu_cf5210c214b6ff33.png 480w, https://www.dataprep.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://www.dataprep.jp/en/gtfs-to-network/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/gtfs-to-network/</guid>
        <description>&lt;img src="https://www.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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>Japanese-Western Calendar Converter</title>
        <link>https://www.dataprep.jp/en/calendar-converter/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/calendar-converter/</guid>
        <description>&lt;img src="https://www.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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://www.dataprep.jp/en/jsoncrack/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/jsoncrack/</guid>
        <description>&lt;img src="https://www.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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>Mapbox Classic スタイル生成</title>
        <link>https://www.dataprep.jp/en/classic-mapbox-styles/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/classic-mapbox-styles/</guid>
        <description>&lt;img src="https://www.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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://www.dataprep.jp/en/mapshaper/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/mapshaper/</guid>
        <description>&lt;img src="https://www.dataprep.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;https://mapshaper.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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://www.dataprep.jp/mapshaper/images/screen_01.png&#34;
	width=&#34;2683&#34;
	height=&#34;1631&#34;
	srcset=&#34;https://www.dataprep.jp/mapshaper/images/screen_01_hu_eefa00aa9b9f5bad.png 480w, https://www.dataprep.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://www.dataprep.jp/mapshaper/images/screen_02.png&#34;
	width=&#34;2682&#34;
	height=&#34;1628&#34;
	srcset=&#34;https://www.dataprep.jp/mapshaper/images/screen_02_hu_39ee00ed388222cb.png 480w, https://www.dataprep.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://www.dataprep.jp/mapshaper/images/screen_03.png&#34;
	width=&#34;2679&#34;
	height=&#34;1629&#34;
	srcset=&#34;https://www.dataprep.jp/mapshaper/images/screen_03_hu_73daee41a166a49b.png 480w, https://www.dataprep.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://www.dataprep.jp/en/open-refine/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/open-refine/</guid>
        <description>&lt;img src="https://www.dataprep.jp/open-refine/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.dataprep.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://www.dataprep.jp/open-refine/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.dataprep.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://www.dataprep.jp/open-refine/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>Shift JIS ⇄ UTF-8 文字コード変換ツール</title>
        <link>https://www.dataprep.jp/en/change-character-encoding/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/change-character-encoding/</guid>
        <description>&lt;img src="https://www.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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://www.dataprep.jp/en/geojson-and-svg/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/geojson-and-svg/</guid>
        <description>&lt;img src="https://www.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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://www.dataprep.jp/geojson-and-svg/images/cover_geojson-and-svg.png&#34;
	width=&#34;3320&#34;
	height=&#34;1894&#34;
	srcset=&#34;https://www.dataprep.jp/geojson-and-svg/images/cover_geojson-and-svg_hu_37fb3f45a7c036b9.png 480w, https://www.dataprep.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://www.dataprep.jp/en/tabula-pdf/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/tabula-pdf/</guid>
        <description>&lt;img src="https://www.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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://www.dataprep.jp/en/text-entity/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/text-entity/</guid>
        <description>&lt;img src="https://www.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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://www.dataprep.jp/text-entity/images/text-entity_01.png&#34;
	width=&#34;2378&#34;
	height=&#34;1279&#34;
	srcset=&#34;https://www.dataprep.jp/text-entity/images/text-entity_01_hu_e32d30da9debdeaf.png 480w, https://www.dataprep.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>Visually cleanse your data</title>
        <link>https://www.dataprep.jp/en/pattern-visual-data-cleansing/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/pattern-visual-data-cleansing/</guid>
        <description>&lt;img src="https://visualizing.jp/gridded-cartogram/images/thumb_ph_vizjp_hu_982f6515b909acd4.png" alt="Featured image of post Visually cleanse your data" /&gt;&lt;p&gt;Use this pattern when you want to clean inconsistent labels, blanks, duplicate rows, or unnecessary columns in CSV or Excel data while visually checking the result.&lt;/p&gt;
&lt;h2 id=&#34;solution&#34;&gt;Solution
&lt;/h2&gt;&lt;p&gt;Choose a tool that lets you inspect value distributions, filter problem rows, and apply replacements step by step. If you also want to reuse the same preparation flow on other files, a tool with saved transformation history is a strong fit.&lt;/p&gt;
&lt;h2 id=&#34;tool&#34;&gt;Tool
&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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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;good-fit-for&#34;&gt;Good fit for
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Cleaning public datasets&lt;/li&gt;
&lt;li&gt;Preparing files before record matching&lt;/li&gt;
&lt;li&gt;Reducing manual find-and-replace work&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>バッファ生成ツール</title>
        <link>https://www.dataprep.jp/en/turf-buffer/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/turf-buffer/</guid>
        <description>&lt;img src="https://www.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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://www.dataprep.jp/en/address-to-latlon/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/address-to-latlon/</guid>
        <description>&lt;img src="https://www.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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://www.dataprep.jp/address-to-latlon/images/cover_address-to-latlon.png&#34;
	width=&#34;1458&#34;
	height=&#34;1424&#34;
	srcset=&#34;https://www.dataprep.jp/address-to-latlon/images/cover_address-to-latlon_hu_1972028f3a648932.png 480w, https://www.dataprep.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://www.dataprep.jp/en/transform-coordinates/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/transform-coordinates/</guid>
        <description>&lt;img src="https://www.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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://www.dataprep.jp/en/latlon-formatter/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/latlon-formatter/</guid>
        <description>&lt;img src="https://www.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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://www.dataprep.jp/en/aozora-furigana/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/aozora-furigana/</guid>
        <description>&lt;img src="https://www.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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://www.dataprep.jp/aozora-furigana/images/cover_aozora-furigana.png&#34;
	width=&#34;3330&#34;
	height=&#34;1894&#34;
	srcset=&#34;https://www.dataprep.jp/aozora-furigana/images/cover_aozora-furigana_hu_13a1982011595049.png 480w, https://www.dataprep.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>Easily merge map data with thematic data</title>
        <link>https://www.dataprep.jp/en/pattern-merge-map-and-data/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/pattern-merge-map-and-data/</guid>
        <description>&lt;img src="https://visualizing.jp/gridded-cartogram/images/thumb_ph_vizjp_hu_982f6515b909acd4.png" alt="Featured image of post Easily merge map data with thematic data" /&gt;&lt;p&gt;Use this pattern when you have geographic boundaries in one file and statistics in CSV or Excel, and want to combine them quickly for mapping.&lt;/p&gt;
&lt;h2 id=&#34;solution&#34;&gt;Solution
&lt;/h2&gt;&lt;p&gt;First align a shared key such as municipality code or place name. Then use a tool that accepts both geographic data and tabular data and lets you inspect the join result before exporting.&lt;/p&gt;
&lt;h2 id=&#34;tool&#34;&gt;Tool
&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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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;good-fit-for&#34;&gt;Good fit for
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Mapping statistics by municipality&lt;/li&gt;
&lt;li&gt;Testing multiple boundary datasets&lt;/li&gt;
&lt;li&gt;Checking join errors before visualization&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Quickly understand JSON structure</title>
        <link>https://www.dataprep.jp/en/pattern-understand-json-structure/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/pattern-understand-json-structure/</guid>
        <description>&lt;img src="https://visualizing.jp/gridded-cartogram/images/thumb_ph_vizjp_hu_982f6515b909acd4.png" alt="Featured image of post Quickly understand JSON structure" /&gt;&lt;p&gt;Use this pattern when an API response or configuration JSON is complex and you need to quickly see where the fields you need actually live.&lt;/p&gt;
&lt;h2 id=&#34;solution&#34;&gt;Solution
&lt;/h2&gt;&lt;p&gt;Instead of reading raw text, visualize the JSON as connected nodes. That makes parent-child relationships and nested arrays much easier to understand before you extract or transform anything.&lt;/p&gt;
&lt;h2 id=&#34;tool&#34;&gt;Tool
&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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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;good-fit-for&#34;&gt;Good fit for
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Inspecting API responses&lt;/li&gt;
&lt;li&gt;Understanding third-party data structures&lt;/li&gt;
&lt;li&gt;Preparing JSON for tabular conversion&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Fix character encoding issues</title>
        <link>https://www.dataprep.jp/en/pattern-fix-character-encoding/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/pattern-fix-character-encoding/</guid>
        <description>&lt;img src="https://visualizing.jp/gridded-cartogram/images/thumb_ph_vizjp_hu_982f6515b909acd4.png" alt="Featured image of post Fix character encoding issues" /&gt;&lt;p&gt;Use this pattern when Japanese text becomes garbled after opening a CSV, or when a GIS or spreadsheet app fails to read the file correctly.&lt;/p&gt;
&lt;h2 id=&#34;solution&#34;&gt;Solution
&lt;/h2&gt;&lt;p&gt;Identify the original encoding first, then convert the file into the encoding expected by the next tool. A fast converter makes it easy to validate both directions before sharing or importing the data.&lt;/p&gt;
&lt;h2 id=&#34;tool&#34;&gt;Tool
&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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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;good-fit-for&#34;&gt;Good fit for
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Preparing CSV files for distribution&lt;/li&gt;
&lt;li&gt;Fixing import errors in Japanese datasets&lt;/li&gt;
&lt;li&gt;Moving files between different systems&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Easily convert addresses to latitude/longitude</title>
        <link>https://www.dataprep.jp/en/pattern-address-to-latlon/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/pattern-address-to-latlon/</guid>
        <description>&lt;img src="https://visualizing.jp/gridded-cartogram/images/thumb_ph_vizjp_hu_982f6515b909acd4.png" alt="Featured image of post Easily convert addresses to latitude/longitude" /&gt;&lt;p&gt;Use this pattern when you have addresses for stores or facilities, but need latitude and longitude before you can map or analyze them.&lt;/p&gt;
&lt;h2 id=&#34;solution&#34;&gt;Solution
&lt;/h2&gt;&lt;p&gt;Convert addresses into coordinate columns first, then move on to visualization or spatial analysis. Batch geocoding is much more reliable and efficient than checking each point manually.&lt;/p&gt;
&lt;h2 id=&#34;tool&#34;&gt;Tool
&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.dataprep.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://www.dataprep.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;dataprep.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 for converting address lists into coordinates&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;address-to-latlon.dataprep.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;good-fit-for&#34;&gt;Good fit for
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Mapping store or facility locations&lt;/li&gt;
&lt;li&gt;Running spatial analysis on address-based data&lt;/li&gt;
&lt;li&gt;Avoiding manual coordinate lookup&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Extract table data from PDFs</title>
        <link>https://www.dataprep.jp/en/pattern-extract-tables-from-pdf/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/pattern-extract-tables-from-pdf/</guid>
        <description>&lt;img src="https://visualizing.jp/gridded-cartogram/images/thumb_ph_vizjp_hu_982f6515b909acd4.png" alt="Featured image of post Extract table data from PDFs" /&gt;&lt;p&gt;Use this pattern when a report or government document includes tables in PDF form and you want to extract them without manual re-entry.&lt;/p&gt;
&lt;h2 id=&#34;solution&#34;&gt;Solution
&lt;/h2&gt;&lt;p&gt;Select the tabular region first, then extract it while preserving rows and columns. Once the table is out, you can clean headers and blanks in a separate step.&lt;/p&gt;
&lt;h2 id=&#34;tool&#34;&gt;Tool
&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.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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;good-fit-for&#34;&gt;Good fit for
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Reusing tables from public documents&lt;/li&gt;
&lt;li&gt;Extracting figures from survey reports&lt;/li&gt;
&lt;li&gt;Reducing manual data entry&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Reduce map data file size</title>
        <link>https://www.dataprep.jp/en/pattern-reduce-map-data-file-size/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/pattern-reduce-map-data-file-size/</guid>
        <description>&lt;img src="https://visualizing.jp/gridded-cartogram/images/thumb_ph_vizjp_hu_982f6515b909acd4.png" alt="Featured image of post Reduce map data file size" /&gt;&lt;p&gt;Use this pattern when your map data is too heavy to load comfortably in the browser, share with others, or import into a visualization tool.&lt;/p&gt;
&lt;h2 id=&#34;solution&#34;&gt;Solution
&lt;/h2&gt;&lt;p&gt;Simplify geometry while preserving shape, and remove attributes you do not need. A tool that also handles conversion and merging helps keep the whole preprocessing flow in one place.&lt;/p&gt;
&lt;h2 id=&#34;tool&#34;&gt;Tool
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://mapshaper.dataprep.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://www.dataprep.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;dataprep.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.dataprep.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;good-fit-for&#34;&gt;Good fit for
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Making GeoJSON faster to render&lt;/li&gt;
&lt;li&gt;Preparing smaller map files for sharing&lt;/li&gt;
&lt;li&gt;Cleaning attributes while simplifying geometry&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Format and convert map data</title>
        <link>https://www.dataprep.jp/en/pattern-format-map-data/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/pattern-format-map-data/</guid>
        <description>&lt;img src="https://visualizing.jp/gridded-cartogram/images/thumb_ph_vizjp_hu_982f6515b909acd4.png" alt="Featured image of post Format and convert map data" /&gt;&lt;p&gt;Use this pattern when decimal precision or coordinate reference systems are inconsistent and your map data does not line up correctly in the next tool.&lt;/p&gt;
&lt;h2 id=&#34;solution&#34;&gt;Solution
&lt;/h2&gt;&lt;p&gt;Standardize latitude/longitude formatting first, then convert the coordinate system if needed. Splitting the work into formatting and projection changes makes it easier to isolate the source of location errors.&lt;/p&gt;
&lt;h2 id=&#34;tools&#34;&gt;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://latlon-formatter.dataprep.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://www.dataprep.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;dataprep.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;Standardize latitude/longitude format and precision&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;latlon-formatter.dataprep.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.dataprep.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://www.dataprep.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;dataprep.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 the coordinate system of geographic files&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;transform-coordinates.dataprep.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;good-fit-for&#34;&gt;Good fit for
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Mixing map data from different coordinate systems&lt;/li&gt;
&lt;li&gt;Normalizing latitude/longitude precision&lt;/li&gt;
&lt;li&gt;Troubleshooting positional offsets&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Create custom map data</title>
        <link>https://www.dataprep.jp/en/pattern-create-map-data/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/pattern-create-map-data/</guid>
        <description>&lt;img src="https://visualizing.jp/gridded-cartogram/images/thumb_ph_vizjp_hu_982f6515b909acd4.png" alt="Featured image of post Create custom map data" /&gt;&lt;p&gt;Use this pattern when the points, lines, or polygons you need are not available as ready-made data and you have to create them yourself.&lt;/p&gt;
&lt;h2 id=&#34;solution&#34;&gt;Solution
&lt;/h2&gt;&lt;p&gt;Use a tool that lets you draw points, lines, and polygons directly on top of a base map and export GeoJSON. Start with the minimum area or features you need, then add attributes afterward.&lt;/p&gt;
&lt;h2 id=&#34;tool&#34;&gt;Tool
&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.dataprep.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://www.dataprep.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;dataprep.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;Create GeoJSON while tracing over map tiles&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;geojson.dataprep.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;good-fit-for&#34;&gt;Good fit for
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Creating a small custom map dataset&lt;/li&gt;
&lt;li&gt;Drawing survey points or movement paths&lt;/li&gt;
&lt;li&gt;Building GeoJSON without a full GIS workflow&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Changelog</title>
        <link>https://www.dataprep.jp/en/changelog/</link>
        <pubDate>Tue, 10 Mar 2026 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/changelog/</guid>
        <description>&lt;h2 id=&#34;roadmap&#34;&gt;Roadmap
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;We will continue expanding the range of OpenRefine-compatible data preparation methods.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;changelog&#34;&gt;Changelog
&lt;/h2&gt;&lt;h3 id=&#34;may-4-2026&#34;&gt;May 4, 2026
&lt;/h3&gt;&lt;p&gt;We are temporarily suspending new paid service applications. We plan to resume within a few days after relaunching the service as separate offerings for data visualization and data processing. Thank you for your patience.&lt;/p&gt;
&lt;h3 id=&#34;april-21-2026&#34;&gt;April 21, 2026
&lt;/h3&gt;&lt;p&gt;Separated the authentication and account dashboard domains.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Sign-up and login&lt;/strong&gt; have moved to &lt;a class=&#34;link&#34; href=&#34;https://id.dataviz.jp/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://id.dataviz.jp/&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Your account dashboard&lt;/strong&gt; (data library, projects, account settings) remains at &lt;a class=&#34;link&#34; href=&#34;https://app.dataviz.jp/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://app.dataviz.jp/&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You will be redirected automatically, but please update your bookmarks.&lt;/p&gt;
&lt;h3 id=&#34;april-16-2026&#34;&gt;April 16, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Added new tool: &amp;ldquo;Bar Chart Cross-Filter.&amp;rdquo; Upload CSV or TSV data and click across multiple bar charts to cross-filter and explore your data — a BI-style capability now available as a standalone tool.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;april-12-2026&#34;&gt;April 12, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Localized checkout and sign-up flows for English users. The entire subscription experience — from pricing to payment — is now available in English.&lt;/li&gt;
&lt;li&gt;Introduced USD pricing for international users. Plans now start at $17/month for individuals and $72/month for small teams.&lt;/li&gt;
&lt;li&gt;Renamed &amp;ldquo;Enterprise Plan&amp;rdquo; to &amp;ldquo;Group Plan&amp;rdquo; for consistency across billing and pricing pages.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;april-9-2026&#34;&gt;April 9, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Launched multi-user plans for teams and departments. Choose from plans for 5, 10, or 30 members.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;april-8-2026&#34;&gt;April 8, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Fixed a display issue around the common header that occurred in some tools.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;april-5-2026&#34;&gt;April 5, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Added new tool: &amp;ldquo;Japanese-Western Calendar Converter&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;april-3-2026&#34;&gt;April 3, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Launched the &amp;ldquo;Data Library&amp;rdquo; page. Accessible from the navigation bar, it lets you browse and search sample datasets available across tools, then launch a compatible tool with the selected data.&lt;/li&gt;
&lt;li&gt;Added a &amp;ldquo;Sample Data&amp;rdquo; button to each tool&amp;rsquo;s toolbar. You can now browse and load compatible sample datasets directly from within the tool.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;april-2-2026&#34;&gt;April 2, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;The account dashboard domain has been changed from auth.dataviz.jp to app.dataviz.jp. You will be redirected automatically, but please update your bookmarks.&lt;/li&gt;
&lt;li&gt;The tools listing page has been moved from the public site &lt;code&gt;https://www.dataviz.jp/&lt;/code&gt; to the members-only page &lt;code&gt;https://app.dataviz.jp/&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;march-31-2026&#34;&gt;March 31, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Added a corporate number database that can be called from OpenRefine&amp;rsquo;s &amp;ldquo;Reconciliation&amp;rdquo; feature&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;march-24-2026&#34;&gt;March 24, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Added new tool: &amp;ldquo;Draw-to-Answer Line Chart&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;march-23-2026&#34;&gt;March 23, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Added new tool: &amp;ldquo;3D Surface Chart&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Added public sharing feature to Parallel Coordinates&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;march-18-2026&#34;&gt;March 18, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Added CSV format and Shift JIS data file support for Gephi and Cytoscape&lt;/li&gt;
&lt;li&gt;Added a spiral chart example using RawGraphs to the showcase&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;march-17-2026&#34;&gt;March 17, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Added Shift JIS data file support for RawGraphs, Parallel Coordinates, Voyager, Word Cloud, and Data Illustrator&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;march-14-2026&#34;&gt;March 14, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Added new tool: &amp;ldquo;Parallel Coordinates&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;march-12-2026&#34;&gt;March 12, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Removed unnecessary line breaks within cells in Tabula&lt;/li&gt;
&lt;li&gt;Added new tool: &amp;ldquo;Text Entity Extraction Tool&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;march-11-2026&#34;&gt;March 11, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;The service was officially launched.&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Privacy Policy</title>
        <link>https://www.dataprep.jp/en/privacy/</link>
        <pubDate>Tue, 10 Mar 2026 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/privacy/</guid>
        <description>&lt;p&gt;Version 1 - Enacted: March 10, 2026&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Data Toolbox&amp;rdquo; (hereinafter referred to as &amp;ldquo;the Service&amp;rdquo;) considers the protection of users&amp;rsquo; personal information to be an important responsibility, and hereby establishes the following Privacy Policy.&lt;/p&gt;
&lt;p&gt;This Policy describes how personal information is handled within the Service.&lt;/p&gt;
&lt;h2 id=&#34;1-information-we-collect&#34;&gt;1. Information We Collect
&lt;/h2&gt;&lt;p&gt;The Service may collect the following information.&lt;/p&gt;
&lt;h3 id=&#34;data-that-users-visualize-and-analyze&#34;&gt;Data That Users Visualize and Analyze
&lt;/h3&gt;&lt;p&gt;The Service provides tools primarily intended for data visualization and analysis.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Basic Operation&lt;/strong&gt;
Data uploaded or entered by users (file contents such as CSV, Excel, JSON, manually entered data, etc.) is processed &lt;strong&gt;on the client side (within the user&amp;rsquo;s browser)&lt;/strong&gt; for most features.
This data is not sent to or stored on the Service&amp;rsquo;s servers.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;When the Save Feature Is Used&lt;/strong&gt;
In certain visualization tools, only when the user &lt;strong&gt;explicitly selects &amp;ldquo;Save&amp;rdquo;&lt;/strong&gt;, the following data is stored on the server:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chart and configuration data that the user has instructed to save&lt;/li&gt;
&lt;li&gt;Data processing via OpenRefine (temporary storage to prevent loss of work data)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Saved data is handled as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It is linked to the user&amp;rsquo;s account and accessible only by the user.&lt;/li&gt;
&lt;li&gt;Purpose of storage: Re-display, editing, and sharing (when permitted by the user) of saved content&lt;/li&gt;
&lt;li&gt;Retention period: Until the user deletes it (or all data is deleted upon account deletion)&lt;/li&gt;
&lt;li&gt;Upon request for deletion, data will be promptly removed.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Note Regarding Data Containing Personal Information&lt;/strong&gt;
The Service &lt;strong&gt;does not review or screen the content&lt;/strong&gt; of data entered or uploaded by users in advance.
If you upload data containing personal information to the server using the save feature, please handle it &lt;strong&gt;under your own responsibility&lt;/strong&gt;.
Unless you use the save feature, no data, including any personal information, will remain on the server.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Unless the save feature is used, no data that has been entered or uploaded (including data containing personal information) will remain on the server. However, OpenRefine performs temporary storage to prevent loss of work state.&lt;/p&gt;
&lt;h3 id=&#34;retention-period&#34;&gt;Retention Period
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Data stored on the server using the save feature (charts, settings, source data, etc.) is retained &lt;strong&gt;until the user instructs its deletion&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;If an account deletion request is made, all associated saved data will be completely deleted &lt;strong&gt;without delay (typically within 7 days)&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;information-provided-by-users&#34;&gt;Information Provided by Users
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Name&lt;/li&gt;
&lt;li&gt;Email address&lt;/li&gt;
&lt;li&gt;Account information&lt;/li&gt;
&lt;li&gt;Inquiry details&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;information-collected-during-service-use&#34;&gt;Information Collected During Service Use
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Service usage history&lt;/li&gt;
&lt;li&gt;IP address&lt;/li&gt;
&lt;li&gt;Browser information&lt;/li&gt;
&lt;li&gt;Information obtained through cookies and similar technologies&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;payment-related-information&#34;&gt;Payment-Related Information
&lt;/h3&gt;&lt;p&gt;The Service uses the external payment service &lt;strong&gt;Stripe, Inc.&lt;/strong&gt; for processing payments for paid services.&lt;/p&gt;
&lt;p&gt;Credit card information entered by users is &lt;strong&gt;sent directly to Stripe&amp;rsquo;s system and is not stored on the Service&amp;rsquo;s servers.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The payment-related information that the Service may obtain is limited to non-sensitive information such as the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Payment status&lt;/li&gt;
&lt;li&gt;Card brand&lt;/li&gt;
&lt;li&gt;Last 4 digits of the card number&lt;/li&gt;
&lt;li&gt;Payment date and time&lt;/li&gt;
&lt;li&gt;Subscription status&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2-purpose-of-use-of-personal-information&#34;&gt;2. Purpose of Use of Personal Information
&lt;/h2&gt;&lt;p&gt;The information collected is used for the following purposes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Provision and operation of the Service&lt;/li&gt;
&lt;li&gt;Management of user accounts&lt;/li&gt;
&lt;li&gt;Improvement and development of the Service&lt;/li&gt;
&lt;li&gt;Responding to inquiries&lt;/li&gt;
&lt;li&gt;Prevention of unauthorized use&lt;/li&gt;
&lt;li&gt;Addressing violations of the Terms of Service&lt;/li&gt;
&lt;li&gt;Payment processing and contract management for paid services&lt;/li&gt;
&lt;li&gt;Notification of important announcements&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;3-provision-of-personal-information-to-third-parties&#34;&gt;3. Provision of Personal Information to Third Parties
&lt;/h2&gt;&lt;p&gt;The Service will not provide users&amp;rsquo; personal information to third parties except in the following cases:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;When the user has given consent&lt;/li&gt;
&lt;li&gt;When required by law&lt;/li&gt;
&lt;li&gt;When necessary for the protection of life, body, or property&lt;/li&gt;
&lt;li&gt;When requested by a public authority&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;4-use-of-external-services&#34;&gt;4. Use of External Services
&lt;/h2&gt;&lt;p&gt;The Service may use the following external services for its operation.&lt;/p&gt;
&lt;h3 id=&#34;stripe-payment-processing&#34;&gt;Stripe (Payment Processing)
&lt;/h3&gt;&lt;p&gt;Payment processing for paid services is handled by &lt;strong&gt;Stripe, Inc.&lt;/strong&gt;
Credit card information entered by users is securely processed by Stripe, and the Service does not obtain or store sensitive information such as card numbers. For information on how Stripe handles personal information, please refer to the following:&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://stripe.com/jp/privacy&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://stripe.com/jp/privacy&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;5-cookies-and-analytics&#34;&gt;5. Cookies and Analytics
&lt;/h2&gt;&lt;p&gt;The Service may use cookies and similar technologies for the purpose of improving the Service and analyzing usage patterns. Cookies are small pieces of data stored in the user&amp;rsquo;s browser and do not contain information that directly identifies an individual. Users may refuse cookies through their browser settings; however, doing so may result in some features of the Service becoming unavailable.&lt;/p&gt;
&lt;h2 id=&#34;6-security-of-personal-information&#34;&gt;6. Security of Personal Information
&lt;/h2&gt;&lt;p&gt;The Service implements reasonable security measures to prevent leakage, loss, and alteration of personal information. Regarding credit card information, the Service is designed not to retain card information on its side by using a PCI-DSS compliant payment service (Stripe).&lt;/p&gt;
&lt;h2 id=&#34;7-disclosure-correction-and-deletion-of-personal-information&#34;&gt;7. Disclosure, Correction, and Deletion of Personal Information
&lt;/h2&gt;&lt;p&gt;Users may request the disclosure, correction, or deletion of their personal information.&lt;/p&gt;
&lt;p&gt;If you wish to make such a request, please contact us at the address provided below.
After verifying your identity, we will respond within a reasonable scope.&lt;/p&gt;
&lt;h2 id=&#34;8-use-by-minors&#34;&gt;8. Use by Minors
&lt;/h2&gt;&lt;p&gt;If a minor wishes to use the Service, please obtain the consent of a parent or guardian before doing so.&lt;/p&gt;
&lt;h2 id=&#34;9-changes-to-the-privacy-policy&#34;&gt;9. Changes to the Privacy Policy
&lt;/h2&gt;&lt;p&gt;The contents of this Policy may be changed as necessary.&lt;/p&gt;
&lt;p&gt;In the event of significant changes, users will be notified through the Service.&lt;/p&gt;
&lt;h2 id=&#34;10-contact-us&#34;&gt;10. Contact Us
&lt;/h2&gt;&lt;p&gt;For inquiries regarding this Privacy Policy, please contact us at the following:&lt;/p&gt;
&lt;p&gt;Data Toolbox
Operator: Yuichi Yazaki&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://forms.gle/bgzzf6FGfQp5SVxz7&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media external-link-card__media--placeholder&#34;&gt;&lt;span class=&#34;external-link-card__media-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;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;Google Forms&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Pre-Contract Inquiry about &amp;#39;Data Toolbox&amp;#39;&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;forms.gle&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;hr&gt;
&lt;p&gt;Version 1 - Enacted: March 5, 2026&lt;/p&gt;
</description>
        </item>
        <item>
        <title>FAQ</title>
        <link>https://www.dataprep.jp/en/faq/</link>
        <pubDate>Sat, 07 Mar 2026 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/faq/</guid>
        <description>&lt;h2 id=&#34;about-this-service&#34;&gt;About This Service
&lt;/h2&gt;&lt;h3 id=&#34;what-is-data-prep-toolbox&#34;&gt;What is Data Prep Toolbox?
&lt;/h3&gt;&lt;p&gt;It is a browser-based service for data preparation and preprocessing, including character encoding conversion, PDF table extraction, GeoJSON processing, coordinate transformation, and other tasks before analysis or visualization.&lt;/p&gt;
&lt;h3 id=&#34;who-is-this-service-for&#34;&gt;Who is this service for?
&lt;/h3&gt;&lt;p&gt;This service is for anyone who works with data.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;People who want to streamline data formatting and cleansing&lt;/li&gt;
&lt;li&gt;People who want to fix character encoding issues&lt;/li&gt;
&lt;li&gt;People who need to prepare PDFs, JSON, or geospatial data&lt;/li&gt;
&lt;li&gt;People who want preprocessing workflows without writing Python or other code&lt;/li&gt;
&lt;li&gt;People working in marketing, government, research, data journalism, and related fields&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;what-kinds-of-data-wrangling-can-i-do&#34;&gt;What kinds of data wrangling can I do?
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Visually cleanse data&lt;/li&gt;
&lt;li&gt;Easily merge map data with thematic data&lt;/li&gt;
&lt;li&gt;Quickly understand JSON structure&lt;/li&gt;
&lt;li&gt;Fix character encoding issues&lt;/li&gt;
&lt;li&gt;Easily convert addresses to latitude/longitude&lt;/li&gt;
&lt;li&gt;Extract table data from PDFs&lt;/li&gt;
&lt;li&gt;Quickly create buffer zones around POIs&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;and more.&lt;/p&gt;
&lt;p&gt;See the &lt;a href=&#34;https://www.dataprep.jp/en/how-to-use-data-wrangling/&#34;&gt;Choosing the Right Data Wrangling Tool&lt;/a&gt; page for details.&lt;/p&gt;
&lt;h3 id=&#34;who-owns-the-copyright-of-outputs-created-with-these-tools&#34;&gt;Who owns the copyright of outputs created with these tools?
&lt;/h3&gt;&lt;p&gt;The rights to processed data and outputs belong to you. You are free to publish and use them as you wish.&lt;/p&gt;
&lt;h3 id=&#34;can-i-use-outputs-created-with-these-tools-commercially&#34;&gt;Can I use outputs created with these tools commercially?
&lt;/h3&gt;&lt;p&gt;Yes. You can freely use them in reports, presentations, papers, books, websites, and more.&lt;/p&gt;
&lt;h3 id=&#34;can-i-save-my-work&#34;&gt;Can I save my work?
&lt;/h3&gt;&lt;p&gt;Tools that support saving can store your work as a project. For tools without saving support, download the processed output and use it as needed.&lt;/p&gt;
&lt;h3 id=&#34;what-is-a-project&#34;&gt;What is a project?
&lt;/h3&gt;&lt;p&gt;We call the combination of &amp;ldquo;your data&amp;rdquo; and &amp;ldquo;your work in a tool&amp;rdquo; a &amp;ldquo;project.&amp;rdquo;&lt;/p&gt;
&lt;h3 id=&#34;can-i-start-using-it-right-away&#34;&gt;Can I start using it right away?
&lt;/h3&gt;&lt;p&gt;We are currently building and testing the service. We plan to launch around March 2026.&lt;/p&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to Use
&lt;/h2&gt;&lt;h3 id=&#34;do-i-need-to-install-anything&#34;&gt;Do I need to install anything?
&lt;/h3&gt;&lt;p&gt;No installation is required. All tools run in your browser.
You don&amp;rsquo;t need any special software — just an internet connection and a web browser.&lt;/p&gt;
&lt;h3 id=&#34;do-i-need-programming-skills&#34;&gt;Do I need programming skills?
&lt;/h3&gt;&lt;p&gt;No programming is required.
You can create charts and process data simply by uploading or entering your data.
We&amp;rsquo;ve designed professional tools to be as simple to use as possible.&lt;/p&gt;
&lt;h3 id=&#34;what-data-formats-are-supported&#34;&gt;What data formats are supported?
&lt;/h3&gt;&lt;p&gt;Most tools accept data in CSV format.
Some tools also support specific formats such as GeoJSON.
Each tool&amp;rsquo;s page lists supported data formats and provides sample data.&lt;/p&gt;
&lt;p&gt;Since Excel files can contain various data structures, we don&amp;rsquo;t support direct Excel uploads. Instead, we provide the versatile data cleansing tool &lt;a href=&#34;https://www.dataprep.jp/en/openrefine/&#34;&gt;OpenRefine&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;is-sample-data-available&#34;&gt;Is sample data available?
&lt;/h3&gt;&lt;p&gt;We offer two types of data portals: sample data bundled with each tool, and original datasets curated based on popular requests.&lt;/p&gt;
&lt;h2 id=&#34;pricing--subscriptions&#34;&gt;Pricing &amp;amp; Subscriptions
&lt;/h2&gt;&lt;h3 id=&#34;how-much-does-it-cost&#34;&gt;How much does it cost?
&lt;/h3&gt;&lt;p&gt;The most basic Standard Plan is $20/month.
Annual billing ($200/year) saves you $40 compared to monthly.&lt;/p&gt;
&lt;p&gt;See the &lt;a href=&#34;https://www.dataprep.jp/en/pricing/&#34;&gt;Pricing&lt;/a&gt; page for details.&lt;/p&gt;
&lt;h3 id=&#34;are-subscriptions-auto-renewed&#34;&gt;Are subscriptions auto-renewed?
&lt;/h3&gt;&lt;p&gt;Yes. Using Stripe&amp;rsquo;s subscription system, your subscription is automatically renewed one month or one year after your payment date, depending on your plan.&lt;/p&gt;
&lt;h3 id=&#34;can-i-cancel-at-any-time&#34;&gt;Can I cancel at any time?
&lt;/h3&gt;&lt;p&gt;Yes, you can cancel at any time. After cancellation, automatic payments will stop, and you can continue using the service until the end of your current billing period.&lt;/p&gt;
&lt;h2 id=&#34;data-security&#34;&gt;Data Security
&lt;/h2&gt;&lt;h3 id=&#34;can-i-use-personal-or-confidential-data&#34;&gt;Can I use personal or confidential data?
&lt;/h3&gt;&lt;p&gt;Data used in our tools is generally not stored on our servers, but processing methods vary by tool. Some data visualization tools have a feature to save your work-in-progress, and in those cases data is stored on the server. For all other tools, data is not retained on the server side.&lt;/p&gt;
&lt;h2 id=&#34;future-plans&#34;&gt;Future Plans
&lt;/h2&gt;&lt;h3 id=&#34;will-more-tools-be-added&#34;&gt;Will more tools be added?
&lt;/h3&gt;&lt;p&gt;We continuously add and improve tools in this service.
We plan to add new data visualization and data wrangling tools on an ongoing basis.
Some tools may be modified or discontinued.
We welcome requests for tools and datasets, and will accommodate them as much as possible.&lt;/p&gt;
&lt;h2 id=&#34;adoption--organizational-use&#34;&gt;Adoption &amp;amp; Organizational Use
&lt;/h2&gt;&lt;h3 id=&#34;can-teams-or-companies-use-this&#34;&gt;Can teams or companies use this?
&lt;/h3&gt;&lt;p&gt;Yes, teams and companies can use this service.
As a suite of tools for streamlining data visualization and data wrangling, it can be used by people in various roles such as analysts and planners.
It can also be adopted as a common data tool within a team.&lt;/p&gt;
&lt;p&gt;However, a license is required for each user.
We offer bulk account registration and volume discounts — please contact us via the &lt;a href=&#34;https://www.dataprep.jp/en/contact/&#34;&gt;Contact&lt;/a&gt; page.&lt;/p&gt;
&lt;h3 id=&#34;can-it-be-used-for-corporate-training-or-educational-purposes&#34;&gt;Can it be used for corporate training or educational purposes?
&lt;/h3&gt;&lt;p&gt;Yes, it can be used for educational purposes.
It can serve as a tool for learning data visualization and data literacy in university courses or corporate training.
Since many of the tools are single-function, they are well-suited as teaching materials for understanding data structures and visualization mechanisms.&lt;/p&gt;
&lt;p&gt;However, a license is required for each user.
We offer bulk account registration and volume discounts — please contact us via the &lt;a href=&#34;https://www.dataprep.jp/en/contact/&#34;&gt;Contact&lt;/a&gt; page.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>License</title>
        <link>https://www.dataprep.jp/en/license/</link>
        <pubDate>Wed, 04 Mar 2026 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/license/</guid>
        <description>&lt;p&gt;A list of licenses and credits for the tools provided by this service.&lt;/p&gt;
&lt;h2 id=&#34;open-source-software&#34;&gt;Open Source Software
&lt;/h2&gt;&lt;p&gt;The following tools are based on original open source projects. We are grateful to the developers of each project.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Color Brewer&lt;/strong&gt; — Apache-2.0 License (Cynthia Brewer, Mark Harrower, The Pennsylvania State University)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cytoscape&lt;/strong&gt; — MIT License (Cytoscape Consortium)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;D3.js&lt;/strong&gt; — ISC License (Mike Bostock)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data Illustrator&lt;/strong&gt; — MIT License (Georgia Tech)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;(Geo) Data Merger&lt;/strong&gt; — MIT License (Fabio Berta)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GeoJSON.io&lt;/strong&gt; — ISC License (Mapbox)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gephi Lite&lt;/strong&gt; — GPL-3.0 License (Gephi / OuestWare)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;iwanthue&lt;/strong&gt; — MIT License (Sciences Po médialab)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;JSON Crack&lt;/strong&gt; — Apache-2.0 License (Aykut Saraç)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;kepler.gl&lt;/strong&gt; — MIT License (Urban Computing Foundation)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Leonardo&lt;/strong&gt; — Apache-2.0 License (Adobe)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mapshaper&lt;/strong&gt; — Mozilla Public License 2.0 (Matthew Bloch)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;OpenRefine&lt;/strong&gt; — BSD-3-Clause License (OpenRefine contributors)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Parallel Coordinates&lt;/strong&gt; — BSD-3-Clause License (Kai Chang)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;RAWGraphs&lt;/strong&gt; — Apache-2.0 License (DensityDesign Lab, Politecnico di Milano)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sankeymatic&lt;/strong&gt; — ISC License (Steve Bogart)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tabula PDF&lt;/strong&gt; — MIT License (Manuel Aristarán, Mike Tigas, Jeremy B. Merrill)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tilegrams&lt;/strong&gt; — ISC License (Pitch Interactive)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vega Editor&lt;/strong&gt; — BSD-3-Clause License (UW Interactive Data Lab)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Voyager 2&lt;/strong&gt; — BSD-3-Clause License (UW Interactive Data Lab)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Easings Cheat Sheet&lt;/strong&gt; — GPL-3.0 License (Andrey Sitnik, Ivan Solovev)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;datavizjp-original-tools&#34;&gt;dataviz.jp Original Tools
&lt;/h2&gt;&lt;p&gt;The following tools are originally developed by dataviz.jp.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;ADS-B / AIS Visualization&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Aozora Bunko Ruby Remover&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Address to Lat/Lon Converter&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Buffer Generator&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cartogram Japan&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cartogram Prefectures&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Choropleth Japan&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Choropleth Prefectures&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Coordinate System Converter&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GTFS Network Data Converter&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Lat/Lon Formatter&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mapbox Classic Style Generator&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;QuickChart UI&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Shift JIS / UTF-8 Encoding Converter&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SVG / GeoJSON Converter&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SVG Gradient Editor&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SVG Texture Editor&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Word Cloud&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;site&#34;&gt;Site
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Built with &lt;a href=&#34;https://gohugo.io/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Hugo&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Theme &lt;a href=&#34;https://github.com/CaiJimmy/hugo-theme-stack&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Stack&lt;/a&gt; designed by &lt;a href=&#34;https://jimmycai.com&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Jimmy&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Specified Commercial Transaction Act</title>
        <link>https://www.dataprep.jp/en/transaction-law/</link>
        <pubDate>Mon, 02 Mar 2026 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/transaction-law/</guid>
        <description>&lt;h2 id=&#34;business-operator&#34;&gt;Business Operator
&lt;/h2&gt;&lt;p&gt;Notation LLC&lt;/p&gt;
&lt;h2 id=&#34;business-location&#34;&gt;Business Location
&lt;/h2&gt;&lt;p&gt;N&amp;amp;E BLD. 7F, 1-12-4 Ginza, Chuo-ku, Tokyo 104-0061, Japan&lt;/p&gt;
&lt;h2 id=&#34;contact&#34;&gt;Contact
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;mailto:info@notation.co.jp&#34; &gt;info@notation.co.jp&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;pricing&#34;&gt;Pricing
&lt;/h2&gt;&lt;p&gt;All prices are displayed inclusive of consumption tax.&lt;/p&gt;
&lt;h2 id=&#34;payment-method&#34;&gt;Payment Method
&lt;/h2&gt;&lt;p&gt;We use &lt;a class=&#34;link&#34; href=&#34;https://stripe.com/jp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Stripe&lt;/a&gt; for payment processing.&lt;/p&gt;
&lt;h2 id=&#34;handling-of-personal-information&#34;&gt;Handling of Personal Information
&lt;/h2&gt;&lt;p&gt;Please refer to our Privacy Policy.&lt;/p&gt;
&lt;h2 id=&#34;cancellations&#34;&gt;Cancellations
&lt;/h2&gt;&lt;p&gt;No returns, refunds, or cancellations are accepted at the customer&amp;rsquo;s convenience. Please be aware of this before purchasing.&lt;/p&gt;
&lt;h2 id=&#34;supported-browsers&#34;&gt;Supported Browsers
&lt;/h2&gt;&lt;p&gt;Latest versions of Chrome, Firefox, Safari, and Edge on desktop computers.
Tablets and smartphones are not guaranteed to be supported.&lt;/p&gt;
&lt;h2 id=&#34;delivery-of-products&#34;&gt;Delivery of Products
&lt;/h2&gt;&lt;p&gt;Upon purchasing paid content, access will be available immediately after the payment process is completed.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Terms of Service</title>
        <link>https://www.dataprep.jp/en/terms/</link>
        <pubDate>Mon, 02 Mar 2026 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/terms/</guid>
        <description>&lt;p&gt;Version 1 - Enacted: March 10, 2026&lt;/p&gt;
&lt;p&gt;These Terms of Service (hereinafter referred to as &amp;ldquo;these Terms&amp;rdquo;) set forth the conditions for using the data visualization and data processing tool suite service &amp;ldquo;Data Toolbox&amp;rdquo; (&lt;a class=&#34;link&#34; href=&#34;https://www.dataviz.jp/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.dataviz.jp/&lt;/a&gt;) (hereinafter referred to as &amp;ldquo;the Service&amp;rdquo;) provided by Notation LLC (hereinafter referred to as &amp;ldquo;the Company&amp;rdquo;). Users shall use the Service upon agreeing to these Terms.&lt;/p&gt;
&lt;h2 id=&#34;article-1-scope-of-application&#34;&gt;Article 1: Scope of Application
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;These Terms apply to all aspects of the relationship between users and the Company regarding the use of the Service.&lt;/li&gt;
&lt;li&gt;Any individual rules or guidelines posted by the Company within the Service shall constitute a part of these Terms.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-2-definitions&#34;&gt;Article 2: Definitions
&lt;/h2&gt;&lt;p&gt;The terms used in these Terms are defined as follows:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&amp;ldquo;User&amp;rdquo;
An individual or legal entity who uses the Service upon agreeing to these Terms.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&amp;ldquo;Account&amp;rdquo;
The identification information assigned to a user in order to use the Service.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&amp;ldquo;Content&amp;rdquo;
All information provided through the Service, including software, tools, programs, text, images, data, UI, and any other materials.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-3-service-description&#34;&gt;Article 3: Service Description
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;The Service is an online service that provides various tools for data visualization and data processing.&lt;/li&gt;
&lt;li&gt;The Service includes multiple tools, but the features and content of each tool are subject to change.&lt;/li&gt;
&lt;li&gt;The Company may add, modify, or remove features of the Service.&lt;/li&gt;
&lt;li&gt;The Company may impose reasonable limitations on usage volume, processing frequency, data size, access frequency, and other usage methods in order to ensure the stable provision of the Service.&lt;/li&gt;
&lt;li&gt;The Company may add, modify, or discontinue any tools, features, or content included in the Service.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-4-account-registration&#34;&gt;Article 4: Account Registration
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Users may be required to register an account in order to use the Service.&lt;/li&gt;
&lt;li&gt;Users shall keep their registration information accurate and up to date.&lt;/li&gt;
&lt;li&gt;Users shall manage their account information at their own responsibility.&lt;/li&gt;
&lt;li&gt;The Company shall not be liable for any damages arising from unauthorized use of an account.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-5-subscription&#34;&gt;Article 5: Subscription
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Part or all of the Service may be provided in a paid subscription format.&lt;/li&gt;
&lt;li&gt;Subscriptions will automatically renew unless cancelled by the user.&lt;/li&gt;
&lt;li&gt;Usage fees, payment methods, renewal cycles, and other details shall be in accordance with the information displayed on the Service.&lt;/li&gt;
&lt;li&gt;Payments may be processed through third-party payment services such as Stripe.&lt;/li&gt;
&lt;li&gt;Users shall also comply with the terms of service of the payment service.&lt;/li&gt;
&lt;li&gt;The Company may change the features, content, usage fees, or pricing structure of the Service. Such changes will be communicated by posting on the Service or by other means the Company deems appropriate.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-6-cancellation&#34;&gt;Article 6: Cancellation
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Users may cancel their subscription through the prescribed method.&lt;/li&gt;
&lt;li&gt;Once the cancellation procedure is completed, no charges will be incurred from the next renewal date onward.&lt;/li&gt;
&lt;li&gt;Fees already paid will not be refunded, except as required by law or as otherwise determined by the Company.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-7-handling-of-data&#34;&gt;Article 7: Handling of Data
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Users shall be responsible for the content, legality, and right to use any data entered or uploaded to the Service (hereinafter referred to as &amp;ldquo;User Data&amp;rdquo;).&lt;/li&gt;
&lt;li&gt;The Company has no obligation to monitor or guarantee the content of User Data.&lt;/li&gt;
&lt;li&gt;When handling personal information or confidential information, users shall manage it appropriately at their own responsibility.&lt;/li&gt;
&lt;li&gt;Even if User Data is stored or retained within the Service, the Company does not guarantee its storage, integrity, or continued retention. Users shall back up their data at their own responsibility as needed.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-8-visualization-and-analysis-results&#34;&gt;Article 8: Visualization and Analysis Results
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Visualization results, analysis results, processed data, and other outputs generated by the Service are provided as reference information.&lt;/li&gt;
&lt;li&gt;The Company does not guarantee the accuracy, completeness, or usefulness of such results.&lt;/li&gt;
&lt;li&gt;Users shall use the results at their own responsibility.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-9-prohibited-activities&#34;&gt;Article 9: Prohibited Activities
&lt;/h2&gt;&lt;p&gt;Users shall not engage in the following activities when using the Service:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Activities that violate laws, regulations, or public order and morals&lt;/li&gt;
&lt;li&gt;Activities that infringe upon the rights of the Company or third parties&lt;/li&gt;
&lt;li&gt;Activities that interfere with the operation of the Service&lt;/li&gt;
&lt;li&gt;Unauthorized access or attempts thereof&lt;/li&gt;
&lt;li&gt;Using bots, scraping tools, automation tools, or similar means to extract content from the Service&lt;/li&gt;
&lt;li&gt;Copying, reverse-engineering, or redistributing the software or features of the Service&lt;/li&gt;
&lt;li&gt;Using the Service for the purpose of developing a competing service&lt;/li&gt;
&lt;li&gt;Developing or providing a service that competes with the Company by utilizing the features of the Service&lt;/li&gt;
&lt;li&gt;Any other activities deemed inappropriate by the Company&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-10-intellectual-property-rights&#34;&gt;Article 10: Intellectual Property Rights
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Intellectual property rights related to the software, tools, designs, text, images, UI, programs, and other elements of the Service belong to the Company or their rightful owners.&lt;/li&gt;
&lt;li&gt;The copyright of visualizations, images, charts, processed data, and other outputs created by users using the Service (hereinafter referred to as &amp;ldquo;Generated Content&amp;rdquo;) belongs to the respective user, provided that such use does not infringe upon the rights of the Company or third parties, including software, templates, and design elements included in the Service.&lt;/li&gt;
&lt;li&gt;Users may use, publish, and distribute Generated Content at their own responsibility.&lt;/li&gt;
&lt;li&gt;Users hereby grant the Company a free-of-charge license to store, copy, process, display, distribute, embed, and otherwise handle Generated Content to the extent necessary for the provision and operation of the Service.&lt;/li&gt;
&lt;li&gt;The Company may introduce Generated Content created by users for the purpose of promoting or publicizing the Service, provided that such use does not unreasonably harm the rights of the user.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-11-third-party-software&#34;&gt;Article 11: Third-Party Software
&lt;/h2&gt;&lt;p&gt;The Service may include open-source software or third-party software. The use of such software may be subject to their respective license terms.&lt;/p&gt;
&lt;h2 id=&#34;article-12-changes-and-suspension-of-service&#34;&gt;Article 12: Changes and Suspension of Service
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;The Company may change, add, or remove the content of the Service without prior notice.&lt;/li&gt;
&lt;li&gt;The Company may suspend all or part of the Service in the following cases:&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;System maintenance&lt;/li&gt;
&lt;li&gt;Incident response&lt;/li&gt;
&lt;li&gt;Force majeure&lt;/li&gt;
&lt;li&gt;Other cases deemed necessary for operational purposes&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;article-13-suspension-of-use&#34;&gt;Article 13: Suspension of Use
&lt;/h2&gt;&lt;p&gt;The Company may suspend or delete a user&amp;rsquo;s account without prior notice if the Company determines that the user falls under any of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Violation of these Terms&lt;/li&gt;
&lt;li&gt;Unauthorized use&lt;/li&gt;
&lt;li&gt;Extended period of non-use&lt;/li&gt;
&lt;li&gt;Other cases deemed inappropriate by the Company&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;article-14-disclaimer&#34;&gt;Article 14: Disclaimer
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;The Company shall not be liable for any damages caused by system failures, data loss, service interruptions, or similar events in the course of providing the Service.&lt;/li&gt;
&lt;li&gt;Even if the Company is found to be liable, such liability shall be limited to the total amount of usage fees paid by the user to the Company.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-15-changes-to-the-terms&#34;&gt;Article 15: Changes to the Terms
&lt;/h2&gt;&lt;p&gt;The Company may change these Terms when deemed necessary. The revised Terms shall take effect upon being posted on the Service.&lt;/p&gt;
&lt;h2 id=&#34;article-16-governing-law-and-jurisdiction&#34;&gt;Article 16: Governing Law and Jurisdiction
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;These Terms shall be governed by the laws of Japan.&lt;/li&gt;
&lt;li&gt;In the event of any dispute arising in connection with the Service, the court having jurisdiction over the location of the Company&amp;rsquo;s head office shall have exclusive agreed jurisdiction as the court of first instance.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;End of Terms&lt;/p&gt;
</description>
        </item>
        <item>
        <title>About Us</title>
        <link>https://www.dataprep.jp/en/about/</link>
        <pubDate>Mon, 23 Feb 2026 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/about/</guid>
        <description>&lt;h2 id=&#34;operating-company&#34;&gt;Operating Company
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Notation LLC&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Based on the belief that &amp;ldquo;data visualization is the intersection of expressive communication and problem-solving,&amp;rdquo; we provide new forms of notation to the world.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://notation.co.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;../images/logo_notation.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;notation.co.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;notation.co.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;about-the-representative&#34;&gt;About the Representative
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Yuichi Yazaki&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After seven years of experience as a user interface designer and art director at Business Architects Inc., Yuichi Yazaki went independent. He is engaged in a wide range of activities related to the practice and promotion of data visualization, including lectures at corporations and educational institutions, information dissemination through the website Visualizing.JP, and community activities through Data Visualization Japan.&lt;/p&gt;
&lt;p&gt;He is the sole author of &amp;ldquo;The Complete Guide to Data Visualization Fundamentals&amp;rdquo; and co-author of &amp;ldquo;The RESAS Textbook&amp;rdquo; (Nikkei BP, 2016). He holds a Master&amp;rsquo;s degree in Design Science from Chiba Institute of Technology. He is the founder of Data Visualization Japan and a Yahoo! News Expert.&lt;/p&gt;
&lt;hr&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://all-about-book.visualizing.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;../images/book_all-about-dataviz.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;all-about-book.visualizing.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>Contact</title>
        <link>https://www.dataprep.jp/en/contact/</link>
        <pubDate>Mon, 23 Feb 2026 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/contact/</guid>
        <description>&lt;h2 id=&#34;pre-contract-inquiries&#34;&gt;Pre-Contract Inquiries
&lt;/h2&gt;&lt;p&gt;For inquiries before signing up, please use the form below.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://forms.gle/bgzzf6FGfQp5SVxz7&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media external-link-card__media--placeholder&#34;&gt;&lt;span class=&#34;external-link-card__media-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;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;Google Forms&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Pre-Contract Inquiry about “Data Toolbox”&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;forms.gle&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;post-contract-inquiries&#34;&gt;Post-Contract Inquiries
&lt;/h2&gt;&lt;p&gt;After logging in, please contact us through the &amp;ldquo;Account Information&amp;rdquo; page accessible from your dashboard.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Pricing Plans</title>
        <link>https://www.dataprep.jp/en/pricing/</link>
        <pubDate>Mon, 23 Feb 2026 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/pricing/</guid>
        <description></description>
        </item>
        <item>
        <title>Search</title>
        <link>https://www.dataprep.jp/en/search/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/search/</guid>
        <description></description>
        </item>
        <item>
        <title>Tools</title>
        <link>https://www.dataprep.jp/en/tools/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/en/tools/</guid>
        <description></description>
        </item>
        
    </channel>
</rss>
