GeoWKTer

GeoWKTer is a JavaScript library designed to convert Well-Known Text (WKT) representations of geometries into GeoJSON format. This tool is useful for developers and GIS specialists who need to work with geographic data across different standards.

Tento skript by neměl být instalován přímo. Jedná se o knihovnu, kterou by měly jiné skripty využívat pomocí meta příkazu // @require https://update.greasyfork.dpdns.org/scripts/523986/1537670/GeoWKTer.js

Autor
JS55CT
Verze
2.1.0
Vytvořeno
16. 01. 2025
Aktualizováno
15. 02. 2025
Size
22,8 KB
Licence
MIT

GeoWKTer: WKT to GeoJSON Converter

GeoWKTer is a JavaScript library designed to facilitate the conversion of Well-Known Text (WKT) geometries into GeoJSON format. This library is especially beneficial for developers and GIS specialists working with geographic data across varying standards. By implementing robust methods for parsing and conversion, GeoWKTer ensures seamless transitions between WKT and GeoJSON representations.

Features

  • Support for Various WKT Types: Accurately converts diverse geometry types, including POINT, LINESTRING, POLYGON, MULTIPOINT, MULTILINESTRING, MULTIPOLYGON, and GEOMETRYCOLLECTION.
  • Streamlined API: Provides a simple and intuitive interface for converting WKT inputs into GeoJSON FeatureCollections.

Usage

Below is a basic example of how to use the GeoWKTer library:

// Initialize the GeoWKTer instance
let geoWKTer = new GeoWKTer();

// Example WKT input
let wktText = "GEOMETRYCOLLECTION(POINT(4 6), LINESTRING(4 6, 7 10))";

// Convert WKT to GeoJSON
let wktDataArray = geoWKTer.read(wktText, 'Example Label');
let geoJsonData = geoWKTer.toGeoJSON(wktDataArray);

// Output GeoJSON
console.log(JSON.stringify(geoJsonData, null, 2));

API

GeoWKTer

  • read(wktText, label):

    • Description: Parses a WKT string into an array of geometry objects. Assigns a specified label to each parsed geometry.
    • Parameters:
    • wktText (string): The Well-Known Text string representing the geometries.
    • label (string): An optional label to associate with the geometries for identification or classification.
  • toGeoJSON(dataArray):

    • Description: Converts an array of parsed WKT data into a GeoJSON FeatureCollection.
    • Parameters:
    • dataArray (Object[]): The internal data array produced by the read method, ready for transformation into GeoJSON format.

License

GeoWKTer is licensed under the MIT License. For more details, please see the LICENSE file.

Acknowledgments

GeoWKTer is also inspired by the work of Wicket.js and Terraformer.

长期地址
遇到问题?请前往 GitHub 提 Issues,或加Q群1031348184

赞助商

Fishcpy

广告

Rainyun

注册一下就行

Rainyun

一年攒够 12 元