Browser-native geo utilities
getlong.lat
Meet me at the coordinates.
Explore tools

Fast, browser-based geo utilities. Drop in your files, get results instantly. No complex software, no setup required.

Featured Tool
Professional-grade GeoJSON Converter.
Lotsof tools coming
100%client-side
fastno installs
/ utilities

All tools

Each tool is a single page — no complex setup, no dependencies on external servers.

🔄
Live
GeoJSON Converter
getlong.lat/converter

The master converter. Transform Shapefiles, GeoPackage, GDB, KML, and more into valid GeoJSON. Multi-layer support and coordinate reprojection included.

All-in-oneGDALVector
🗺️
Live
Merge GeoJSON
getlong.lat/merge-geojson.html

Combine two or more GeoJSON FeatureCollections into a single merged file. Validates each file, shows feature counts, and generates a ready-to-download result.

FeatureCollectionCombineGeoJSON
🧊
Live
Feature Dissolve
getlong.lat/dissolve.html

Dissolve internal borders of polygons to create a single outline. Combine states into a country or counties into a region.

DissolveMergeOutline
🔍
Soon
Inspect GeoJSON
getlong.lat/inspect.html

Explore a GeoJSON file's structure — feature types, property keys, bounding box, and coordinate counts. No map required.

InspectPropertiesBbox
📋
Soon
CSV → GeoJSON
getlong.lat/csv-to-geojson.html

Convert a CSV with latitude/longitude columns into a valid GeoJSON FeatureCollection. Map any column to a point property.

CSVConvertPoints
✂️
Soon
Simplify GeoJSON
getlong.lat/simplify.html

Reduce file size by simplifying polygon and line geometries using Ramer–Douglas–Peucker. Adjust tolerance visually.

SimplifyCompressRDP
🧹
Soon
Filter Properties
getlong.lat/filter-props.html

Strip unwanted property keys from every feature in a GeoJSON file. Keep only what you need and slim down bloated exports.

PropertiesStripClean
🌐
Soon
Reproject
getlong.lat/reproject.html

Convert GeoJSON between coordinate reference systems — e.g. OSGB36/BNG to WGS84 — entirely in the browser using proj4js.

CRSWGS84proj4
01 /
Built for speed

Every tool runs directly in the browser. No round-trips, no loading screens. Drop a file, get a result.

02 /
One page, one job

Each tool is focused and self-contained. No sprawling dashboards, no learning curve — just the utility you need, right now.

03 /
Made for geo people

Designed for analysts, developers, and data journalists who work with geographic data and need quick, trustworthy utilities.

Browser-native.
Zero friction.

We use the File API, Blob URLs, and modern JavaScript — no heavy dependencies for most tools.

📂
Drag, drop or clickAll tools accept files via drag-and-drop or file picker. Multiple files supported.
Instant resultsProcessing runs on your CPU. No round-trips. Results appear as soon as the file is read.
⬇️
Download in one clickOutput files are generated as Blob URLs — ready to save the moment processing is done.
us_states + ca_provinces → merged.geojson
// ← us_states.geojson (50 features)
// ← ca_provinces.geojson (13 features)
{
"type": "FeatureCollection",
"features": [
{ // Feature 1 of 63
"properties": {
"name": "California",
"country": "US", "abbr": "CA"
} },
// … 49 more US states, then:
{ // Feature 51 of 63
"name": "British Columbia",
"country": "CA", "abbr": "BC"
},
] // 63 features total ✓
}
/ made by

Built at
Good Omens Studio

getlong.lat is a project by Good Omens Studio — a small, independent studio building focused tools for people who work with data, geography, and the web.

We believe the best utilities are the ones that get out of your way. Fast, sharp, and built to last.

Visit goodomens.studio
Focused tools, built with care
Part of the Good Omens product suite
More tools shipping regularly
Good Omens WebStudio

An independent studio crafting digital products, tools, and experiences for curious, data-driven people.

WP PluginsData ToolsGeo UtilitiesSaaS
goodomens.studio ↗
/ wordpress products

Mapping for WordPress

Professional interactive mapping solutions for the world's most popular CMS. No complexity, just results.

🌍
Premium
WP Interactive Globes
wpinteractiveglobes.com

The ultimate interactive globe and map builder for WordPress. Effortlessly display your GeoJSON data, custom markers, and interactive routes in stunning 3D or 2D. Perfect for travel blogs, data visualizations, and business locations.

WordPress 3D Globes Interactive Maps GeoJSON

Try the first tools
right now →

Open the page, drop your files, download the result.

See all tools

More resources

Trusted third-party tools that pair well with getlong.lat for editing, inspecting, and testing GeoJSON files.