Context
Currently LinkSim uses Copernicus DEM (GLO-30/GLO-90) hosted on AWS S3, proxied through Cloudflare Workers. While Copernicus DEM provides excellent 30m global coverage, there are reasons to support alternative sources:
Why
- ToS concerns: Copernicus Data Space Ecosystem terms have ambiguous restrictions on commercial use and redistribution
- Data source diversity: Having alternatives provides resilience if Copernicus access changes
- User choice: Some users may prefer specific datasets for their region (e.g., NASADEM has better void-filling for certain areas)
- AWS Open Data: SRTM, NASADEM, and ALOS World 3D are Public Domain / freely usable with no commercial restrictions
Candidate Datasets (AWS Open Data)
| Dataset |
Resolution |
License |
Notes |
| SRTM |
30m/90m |
Public Domain |
60N-56S coverage |
| NASADEM |
30m |
Public Domain |
Improved SRTM reprocessing, global |
| ALOS AW3D30 |
30m |
JAXA Free Use |
Excellent global coverage |
| AWS Terrain Tiles |
Variable |
Attribution required |
XYZ tiled, widely used |
Research Needed
Out of Scope
- Replacing Copernicus as primary source in this iteration
- Self-hosting tiles
- UI changes for dataset selection
This is a research-only issue for now. Implementation to be scoped separately.
Context
Currently LinkSim uses Copernicus DEM (GLO-30/GLO-90) hosted on AWS S3, proxied through Cloudflare Workers. While Copernicus DEM provides excellent 30m global coverage, there are reasons to support alternative sources:
Why
Candidate Datasets (AWS Open Data)
Research Needed
Out of Scope
This is a research-only issue for now. Implementation to be scoped separately.