-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rewrite geometry to vector; finished interpolators; dataStructures us…
…e BigInt; cluster and index simplified and support grids now; tests updated
- Loading branch information
Mr Martian
committed
Jan 14, 2025
1 parent
eaf48a9
commit 35e020f
Showing
103 changed files
with
2,685 additions
and
1,528 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,16 @@ | ||
# LIST OF TODOs | ||
|
||
[ ] - reimagine the pointIndex system, its too slow for javascript (but perfect for lower langauges | ||
[ ] - reimagine the point(Index|Cluster) system, its too slow for javascript (but perfect for lower langauges | ||
that have u64 support) | ||
[ ] - bin -> toS2JSON, toRasterTiles, & toVectorTiles | ||
[ ] - toVectorTiles | ||
[ ] - bin -> toRasterTiles, & toVectorTiles | ||
[ ] - readers | ||
[ ] - - KML, KMZ, GML, & GPX | ||
[ ] - - LAS/LAZ | ||
[ ] - - image -> png | ||
[ ] - geometry tools (lookup readme in geometry folder) | ||
[ ] - support missing projections in proj4 found in c++ implementation | ||
[ ] - grib 2 has missing templates | ||
|
||
[ ] - interpolation tools | ||
[ ] - Grib2 has missing templates | ||
|
||
[ ] - translations [BCP-47 language code] [ISO 639-1 language code] | ||
|
||
[ ] - fix all enums (search "enum not emitted esbuild" in ChatGPT for the answer on the build fix) | ||
[ ] Tile readers should support a 'lon-lat' lookup where it finds the RGBA or elevation at said lon-lat. Maybe take an input VectorGeometry, so all points will get the Elevation interface injected. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.