Welcome to SHAPEFILE_ENCODING! This tool helps you handle shapefiles that use the Shift JIS character encoding, common in shapefiles from Japanese government agencies. Using our easy scripts, you can ensure that your GIS software reads these shapefiles correctly.
To use SHAPEFILE_ENCODING, you will need:
To get started, visit this page to download: SHAPEFILE_ENCODING Releases.
After downloading the script, follow these steps to run it:
cd /path/to/downloaded/script
chmod +x your_script.sh
./your_script.sh /path/to/shapefile.shp
cd "C:\path\to\downloaded\script"
.\your_script.ps1 -ShapefilePath "C:\path\to\shapefile.shp"
./add-cpg.sh /path/to/your/shapefile.shp
This command processes your shapefile and fixes the encoding issue.
.\add-cpg.ps1 -ShapefilePath "C:\path\to\your\shapefile.shp"
This command does the same for PowerShell.
A shapefile is a popular geospatial vector data format used in GIS software.
Shapefiles from Japanese sources often use the Shift JIS encoding, which can lead to garbled text in GIS applications. This tool helps prevent that.
If you run into issues, check the common troubleshooting steps in our GitHub Issues page. You can also reach out to the community for help.
This project is licensed under the MIT License. Feel free to use and modify it as needed.
Donβt forget to visit this page to download: SHAPEFILE_ENCODING Releases.
Start fixing your shapefiles today with SHAPEFILE_ENCODING!