aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-06Merge pull request #1590 from snowman2/sanitizeEven Rouault
BUG: add SANITIZE_CTX for coordoperation is_instantiable and has_ballpark_transformation
2019-09-06Merge pull request #1588 from urschrei/patch-1Kristian Evers
Add link to Rust bindings
2019-09-05BUG: add SANITIZE_CTX for coordoperation is_instantiable and ↵snowman2
has_ballpark_transformation
2019-09-05PROJStringParser::createFromPROJString(): avoid potential infinite recursion ↵Even Rouault
(fixes #1574) The exact circumstances are a bit difficult to explain, but they involve using a non-default context, enabling proj_context_use_proj4_init_rules() on it, using proj_create(ctxt, "+init=epsg:XXXX +type=crs"), whereas PROJ_LIB is defined to a directory that has a 'epsg' file in it.
2019-09-05Add link to Rust bindingsStephan Hügel
2019-09-05Merge pull request #1581 from jef-n/win-no-abi-libKristian Evers
stick with proj.lib on windows
2019-09-05Merge pull request #1584 from rouault/add_proj_create_ellipsoidal_3D_csEven Rouault
C API: add proj_create_ellipsoidal_3D_cs()
2019-09-05Merge pull request #1583 from rouault/constify_proj_create_crs_to_crs_from_pjEven Rouault
proj_create_crs_to_crs_from_pj(): make the PJ* arguments const PJ*
2019-09-04proj_create_crs_to_crs_from_pj(): make the PJ* arguments const PJ*Even Rouault
This will make the life of C++ users using the C API slightly easier. There's no ABI or API backward compatibility issue in doing that change as constness of arguments is not retained in the C ABI, and any non-const object passed as argument is implicitly converted as a const object if that is what is mentionned in the argument list.
2019-09-04C API: add proj_create_ellipsoidal_3D_cs()Even Rouault
2019-09-04proj_experimental.h: fix wrong comment forPJ_ELLIPSOIDAL_CS_2D_TYPE enumEven Rouault
2019-09-03Debug Bertin1953R. Schmunk
Northern hemisphere "warp" implemented incorrectly. See #1579
2019-09-03stick with proj.lib on windowsJuergen E. Fischer
2019-09-02Merge pull request #1570 from rouault/update_link_to_wkt2_2019Kristian Evers
Doc: add link to final WKT2:2019 document
2019-09-01Update grid_alternatives.sql (#1571)Pedro Venancio
grid_alternatives.sql: Add DLX_ETRS89_geo.gsb and D73_ETRS89_geo.gsb grids in grid_alternatives (added in proj-datumgrid-europe package per https://github.com/OSGeo/proj-datumgrid/pull/54)
2019-09-01Merge pull request #1573 from dg0yt/dg0yt-potsdamKristian Evers
Fix spelling of Potsdam datum
2019-09-01Update download links in the docsKristian Evers
2019-09-01Add release notes for 6.2.0 to websiteKristian Evers
2019-09-01Make sure that website is build from the 6.2 branchKristian Evers
2019-09-01Update version numbers in preparation for 7.0.0Kristian Evers
2019-08-30Fix spelling of potsdam datumKai Pastor
2019-08-27Doc: add link to final WKT2:2019 documentEven Rouault
2019-08-27Merge remote-tracking branch 'osgeo/master'6.2.0Kristian Evers
2019-08-27Merge pull request #1569 from rouault/proj_cleanupKristian Evers
Add a proj_cleanup() function to free global resources, typically at process termination
2019-08-27Update release notes for 6.2.0Kristian Evers
2019-08-26Add a proj_cleanup() function to free global resources, typically at process ↵Even Rouault
termination
2019-08-26Fix 6.0 regression regarding +init=epsg:4326 +over +to +init=epsg:3857 +over ↵Even Rouault
with longitudes outside of [-180,180]
2019-08-26createOperations(): follow-up of previous commit for +datum=NAD83 caseEven Rouault
2019-08-26createOperations(): fix pipeline generation when a CRS has terms like ↵Even Rouault
+datum=NAD27 and +over, where the datum was just replaced by its ellipsoid
2019-08-26Update man-pages from Sphinx-docsKristian Evers
2019-08-26Update API numbers in preparation for 6.2.0 releaseKristian Evers
2019-08-26Update ABI numbers in preparation for 6.2.0 releaseKristian Evers
2019-08-25Import WebMercator from PROJ string: make sure the WGS84 datum is setEven Rouault
2019-08-24Add osgeo community logo, part of incubation (#1568)Michael D. Smith
2019-08-24createFromUserInput(): speed-up instanciation with +init=epsg: prefix in ↵Even Rouault
lowercase. This showed in MapServer use cases
2019-08-23Add proj_create_crs_to_crs_from_pj() (#1567)Kristian Evers
Add proj_create_crs_to_crs_from_pj()
2019-08-23Add proj_create_crs_to_crs_from_pj()Even Rouault
I've been frustrated a number of times with proj_create_crs_to_crs() not accepting a PJ* object for the source and target CRS. And thus constraining to go back to WKT2 in a artificial way.
2019-08-22Merge pull request #1566 from rouault/add_proj_context_set_autoclose_databaseEven Rouault
C API: add proj_context_set_autoclose_database() to automatically close database (fixes #1565)
2019-08-20C API: add proj_context_set_autoclose_database() to automatically close ↵Even Rouault
database (fixes #1565)
2019-08-20Merge pull request #1547 from rouault/json_exportEven Rouault
Add CRS JSON export (refs #1545)
2019-08-17PROJJSON: rename file as projjson.schema.json, and add versionning to it and ↵Even Rouault
to exported PROJJSON strings
2019-08-12PROJJSON: add support for importing 'ids'Even Rouault
2019-08-10PROJJSON: a few fixes, and add import of DerivedCRS, EngineeringCRS, ↵Even Rouault
ParametricCRS and TemporalCRS
2019-08-10PROJJSON: add support for DatumEnsemble and ↵Even Rouault
Dynamic[Geodetic|Vertical]ReferenceFrame
2019-08-09Exclude include/proj/internal/nlohmann from coveralls analysisEven Rouault
2019-08-09Doxyfile: Remove obsolete options that Mac doesn't likeEven Rouault
2019-08-09C API: add proj_as_projjson()Even Rouault
2019-08-09projinfo: document PROJJSON output, and add single-line output capabilityEven Rouault
2019-08-09PROJSJON: add import/export of VerticalCRS, CompoundCRS, BoundCRS, ↵Even Rouault
Transformation and ConcatenatedOperation
2019-08-09createFromUserInput(): add capability to import PROJJSONEven Rouault