Commit Graph

4 Commits

Author SHA1 Message Date
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [presubmit] Enforce language attribute in projectt.yaml to be always set.

* Update documentation, better presubmit check, new project template.

* add docstring to templates.py

* Add example values in the project.yaml template and remove python value for now

* Add "project: c++" to 256 projects

* format

* Add labels and selective_unpack sections to the presubmit check

* fix incorrect auto_ccs format in three projects

* fix nss emails after rebase
2020-03-10 11:08:01 -07:00
Even Rouault d56ec878e0 [PROJ4] Fix build / move build script to PROJ repository itself (#3294) 2020-01-26 12:45:01 -08:00
Abhishek Arya 247324f4d4 Update project.yaml 2017-05-22 09:20:35 -07:00
Even Rouault 10783accaf Add proj.4 project (#617)
proj.4 is standard UNIX filter function which converts
geographic longitude and latitude coordinates into cartesian
coordinates (and vice versa), and it is a C API for software
developers to include coordinate transformation in their own
software.

See http://proj4.org/

Note: it is used by the GDAL library, already in OSS-Fuzz.
2017-05-22 08:20:41 -07:00