Skip to content

Commit 5e53d32

Browse files
authored
Merge pull request #4418 from jjimenezshaw/doc-all-images
[doc] Add 'List of all projection images' page to documentation
2 parents c47596f + c131eb0 commit 5e53d32

7 files changed

Lines changed: 1771 additions & 0 deletions

File tree

docs/docbuild/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ From the base PROJ repository directory:
66
cd docs
77
docker run -i -t -v $PWD/..:/io -w /io/docs/ ghcr.io/osgeo/proj-docs make html
88
```
9+
10+
When a projection image is added or deleted run
11+
12+
```bash
13+
python3 docs/source/operations/projections/generate_all_images.py
14+
```

docs/plot/plotdefs.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,18 @@
556556
"res": "low",
557557
"type": "poly"
558558
},
559+
{
560+
"filename": "healpix.png",
561+
"latmax": 90,
562+
"latmin": -90,
563+
"lonmax": 180,
564+
"lonmin": -180,
565+
"name": "healpix",
566+
"projstring": "+proj=healpix",
567+
"res": "low",
568+
"type": "line",
569+
"delta_cut": 1e6
570+
},
559571
{
560572
"filename": "igh.png",
561573
"latmax": 90,
@@ -1278,6 +1290,18 @@
12781290
"res": "low",
12791291
"type": "poly"
12801292
},
1293+
{
1294+
"filename": "rhealpix.png",
1295+
"latmax": 90,
1296+
"latmin": -90,
1297+
"lonmax": 180,
1298+
"lonmin": -180,
1299+
"name": "rhealpix",
1300+
"projstring": "+proj=rhealpix",
1301+
"res": "low",
1302+
"type": "line",
1303+
"delta_cut": 1e6
1304+
},
12811305
{
12821306
"filename": "robin.png",
12831307
"latmax": 90,

0 commit comments

Comments
 (0)