QueueLab / QueueLab/QCX

Import map data formats into preview and chat context

Open
#80 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
19
Forks
7
Avg merge
59m
Merged PRs (30d)
16

Description

Data formats such as:
Vector Data Formats
GeoJSON - JSON format for encoding a variety of geographic data structures.
Shapefile (.shp) - A popular format for vector data, developed by ESRI.
KML (Keyhole Markup Language) - XML format used for geographic visualization, often with Google Earth.
GML (Geography Markup Language) - XML-based format by the Open Geospatial Consortium (OGC).
GPX (GPS Exchange Format) - For GPS data like waypoints, tracks, and routes.
WKT (Well-Known Text) - Textual format for representing vector geometry.
WKB (Well-Known Binary) - Binary equivalent of WKT.
TopoJSON - Extension of GeoJSON, representing topology.
CSV (with latitude and longitude) - Simple format for spatial data points.
Raster Data Formats
GeoTIFF - Tagged Image File Format with geospatial metadata.
JPEG 2000 - Supports geospatial metadata, often used for large images.
ECW (Enhanced Compression Wavelet) - High-compression raster format.
MrSID - Used for compressing large raster datasets.
PNG/JPEG with World File (.wld) - Image format with an auxiliary file for geospatial positioning.
NetCDF (Network Common Data Form) - Often used for scientific data.
3D Data Formats
LAS/LAZ - LIDAR data format.
3D Tiles - Optimized for streaming 3D geospatial data.
COLLADA (.dae) - 3D model format, sometimes used for geospatial models.
GLTF - Efficient format for 3D models and geospatial data.
Other Specialized Formats
MBTiles - SQLite database for storing map tiles.
PBF (Protocol Buffer Format) - Encoded vector tiles, commonly used with Mapbox.
GeoPackage (GPKG) - SQLite-based format for both vector and raster data.
SHPX - Shapefile variation for use with cloud services.
HDF (Hierarchical Data Format) - Often used for storing scientific data including geographic data.
Binary Flatgeobuf - High-performance flat binary encoding for spatial data.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue lists vector, raster, 3D, and specialized map formats but names no files, tests, or entry points. First locate the existing import paths for preview and chat context, then determine which formats are in scope; done should mean the agreed formats are imported into both destinations and covered by appropriate checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
data, frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.