File tree Expand file tree Collapse file tree 7 files changed +8
-9
lines changed Expand file tree Collapse file tree 7 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
- # OSM Tardis
2
-
1
+ # OSM Gr∆dient
3
2
Visualize statistics and browse OSM diffs over a map.
4
3
5
4
- [ Front-end app] ( web-vite/README.md )
Original file line number Diff line number Diff line change 3
3
Generate the past 10 minutes of OSM data starting at a sequence number (5652386 in this example)
4
4
5
5
```
6
- docker build osm-tardis .
7
- docker run osm-tardis 5652386 10
6
+ docker build -t osm-gradient .
7
+ docker run -t osm-gradient 5652386 10
8
8
docker run -it -v ./data:/tmp ghcr.io/osgeo/gdal:alpine-small-latest sh ogr2ogr -f "FlatGeobuf" /tmp/test.fgb /tmp/2023-09-01T01_00.geojsonld -skipfailures
9
9
```
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " osmtardis " ,
2
+ "name" : " osmgradient " ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Minutely metrics for OSM using FlatGeoBuff" ,
5
5
"main" : " index.js" ,
Original file line number Diff line number Diff line change 1
- # OSM Tardis Web
1
+ # OSM Gr∆dient Web
2
2
3
3
## Installation and Usage
4
4
Original file line number Diff line number Diff line change 8
8
< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
9
9
< link href ="
https://fonts.googleapis.com/css2?family=DM+Sans:opsz,[email protected] ,400;9..40,700&display=swap "
rel ="
stylesheet "
>
10
10
< link rel ='
stylesheet '
href ='
https://unpkg.com/[email protected] /dist/maplibre-gl.css '
/>
11
- < title > OSM Tardis </ title >
11
+ < title > OSM Gr∆dient </ title >
12
12
</ head >
13
13
< body >
14
14
< div id ="app "> </ div >
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " tardis-web " ,
2
+ "name" : " osm-gradient " ,
3
3
"private" : true ,
4
4
"version" : " 0.0.0" ,
5
5
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
export function Header ( ) {
2
2
return (
3
3
< div class = "page-header" >
4
- < h1 class = "page-header__headline" > T δrdis </ h1 >
4
+ < h1 class = "page-header__headline" > Gr δdient </ h1 >
5
5
</ div >
6
6
)
7
7
}
You can’t perform that action at this time.
0 commit comments