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

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

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

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

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

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

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

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

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

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

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

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

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web tool for easily converting the format of latitude and longitude data within CSV files. It is useful when you need to organize and standardize coordinate notation formats when working with geographic data.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Format conversion&lt;/li&gt;
&lt;li&gt;Bi-directional conversion between single-column format (latitude and longitude in one cell, e.g., &amp;ldquo;35.6762,139.6503&amp;rdquo;) and two-column format (separate latitude and longitude columns).&lt;/li&gt;
&lt;li&gt;Auto-detection
Automatically detects latitude and longitude columns in the input CSV.&lt;/li&gt;
&lt;li&gt;Data preview
View the CSV before and after conversion on the spot.&lt;/li&gt;
&lt;li&gt;Decimal precision adjustment
Adjust the number of decimal places for latitude and longitude values.&lt;/li&gt;
&lt;li&gt;Download
Download the converted CSV as a file.&lt;/li&gt;
&lt;li&gt;Browser-only processing
All processing is completed within the browser with no server communication required.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Upload a CSV&amp;hellip;Load the target CSV via drag-and-drop or file selection.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Specify the current format&amp;hellip;Select whether latitude and longitude are in single-column or two-column format.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Choose the output format&amp;hellip;Select the desired single-column or two-column format.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Adjust precision (optional)&amp;hellip;Set the number of decimal places for latitude and longitude.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;5&#34;&gt;
&lt;li&gt;Convert and download&amp;hellip;After running the conversion, review the preview and download the CSV.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Input formats
&lt;ul&gt;
&lt;li&gt;CSV: Tabular data with latitude and longitude in either single-column or two-column notation.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Output formats
&lt;ul&gt;
&lt;li&gt;CSV (single-column format): Latitude and longitude combined in a single field as &amp;ldquo;latitude,longitude&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;CSV (two-column format): Standard format with separate latitude and longitude columns.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        
    </channel>
</rss>
