diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-03-06 18:33:44 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-03-06 18:33:44 +0100 |
| commit | 5fff613d07c697040f67f97e40eddd995ec43958 (patch) | |
| tree | c854c55811466a608bd96b472d32bb6a62b3f2eb | |
| parent | 93da0bcaa0880b183b312e1ce7834c74357e5b0e (diff) | |
| download | PROJ-5fff613d07c697040f67f97e40eddd995ec43958.tar.gz PROJ-5fff613d07c697040f67f97e40eddd995ec43958.zip | |
Typo fixes identified by scripts/fix_typos.sh
| -rw-r--r-- | docs/source/community/rfc/rfc-4.rst | 6 | ||||
| -rw-r--r-- | docs/source/community/rfc/rfc-5.rst | 2 | ||||
| -rw-r--r-- | docs/source/faq.rst | 2 | ||||
| -rw-r--r-- | docs/source/resource_files.rst | 4 | ||||
| -rw-r--r-- | docs/source/specifications/geodetictiffgrids.rst | 4 | ||||
| -rw-r--r-- | docs/source/usage/differences.rst | 4 | ||||
| -rw-r--r-- | src/iso19111/datum.cpp | 2 | ||||
| -rw-r--r-- | src/iso19111/factory.cpp | 2 | ||||
| -rw-r--r-- | test/unit/test_operation.cpp | 2 |
9 files changed, 14 insertions, 14 deletions
diff --git a/docs/source/community/rfc/rfc-4.rst b/docs/source/community/rfc/rfc-4.rst index 5019a5f6..88abbe9e 100644 --- a/docs/source/community/rfc/rfc-4.rst +++ b/docs/source/community/rfc/rfc-4.rst @@ -103,7 +103,7 @@ environment variable. The rationale for putting proj.ini in that location is that it is a well-known place by PROJ users, with the existing PROJ_LIB mechanics -for systems like Windows where hardcoded paths at runtime aren't generaly usable. +for systems like Windows where hardcoded paths at runtime aren't generally usable. C API +++++ @@ -492,7 +492,7 @@ Limitations of current formats ++++++++++++++++++++++++++++++ Several formats exist depending on the ad-hoc needs and ideas of the original -data producer. It would be apropriate to converge on a common format able to +data producer. It would be appropriate to converge on a common format able to address the different use cases. - Not tiled. Tiling is a nice to have propery for cloud-friendly access to @@ -538,7 +538,7 @@ Strong points: geospatial field to store multi-resolution/pyramid rasters. So it can be used with sub-grids as in the NTv2 format. -* Extensive experience with the TIFF format, and its appropriatness for network +* Extensive experience with the TIFF format, and its appropriateness for network access, in particular through the `Cloud Optimized GeoTIFF initiative <https://www.cogeo.org/>`_ whose layout can make use of sub-grids efficient from a network access perspective, because grid headers can be put at the beginning of the file, and diff --git a/docs/source/community/rfc/rfc-5.rst b/docs/source/community/rfc/rfc-5.rst index cab4687f..99fec5f7 100644 --- a/docs/source/community/rfc/rfc-5.rst +++ b/docs/source/community/rfc/rfc-5.rst @@ -86,7 +86,7 @@ Summary of work planned by this RFC and related decisions - Obviously, all the above assumes PROJ builds to have libtiff enabled. Non-libtiff builds are not considered as nominal PROJ builds (if a PROJ master build is attempted and libtiff is not detected, it fails. The user has to - explictly ask to disable TIFF support), and users deciding to go through that + explicitly ask to disable TIFF support), and users deciding to go through that route will have to deal with the consequences (that is that grid-based transformations generated by PROJ will likely be non working) diff --git a/docs/source/faq.rst b/docs/source/faq.rst index d3cdb50f..cd545036 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -173,7 +173,7 @@ Note that if you're using conda, activating an environment sets :envvar:`PROJ_LIB` to a resource directory located in that environment. -What happend to PROJ.4? +What happened to PROJ.4? -------------------------------------------------------------------------------- The first incarnation of PROJ saw the light of day in 1983. Back then it diff --git a/docs/source/resource_files.rst b/docs/source/resource_files.rst index 48120982..39de6057 100644 --- a/docs/source/resource_files.rst +++ b/docs/source/resource_files.rst @@ -95,10 +95,10 @@ Its default content is: ; ; Network capabilities disabled by default. - ; Can be overriden with the PROJ_NETWORK=ON environment variable. + ; Can be overridden with the PROJ_NETWORK=ON environment variable. ; network = on - ; Can be overriden with the PROJ_NETWORK_ENDPOINT environment variable. + ; Can be overridden with the PROJ_NETWORK_ENDPOINT environment variable. cdn_endpoint = https://cdn.proj.org cache_enabled = on diff --git a/docs/source/specifications/geodetictiffgrids.rst b/docs/source/specifications/geodetictiffgrids.rst index 9e849074..479d6ca9 100644 --- a/docs/source/specifications/geodetictiffgrids.rst +++ b/docs/source/specifications/geodetictiffgrids.rst @@ -37,7 +37,7 @@ is an easy way to inspect such grid files: - Files hosted on the CDN will use a Geographic 2D CRS for the GeoTIFF GeoKeys. That CRS is intended to be the interpolation CRS as defined in `OGC Abstract Specification Topic 2 <http://docs.opengeospatial.org/as/18-005r4/18-005r4.html>`_, - that is the CRS to which grid values are refered to. + that is the CRS to which grid values are referred to. Given that they will nominally be related to the EPSG dataset, the `GeodeticCRSGeoKey <http://docs.opengeospatial.org/is/19-008r4/19-008r4.html#_requirements_class_geodeticcrsgeokey>`_ @@ -137,7 +137,7 @@ is an easy way to inspect such grid files: * SamplesPerPixel = 1 for vertical shift grids. - In the future, different values of SamplesPerPixel may be used to accomodate + In the future, different values of SamplesPerPixel may be used to accommodate for other needs. For example for deformation models, SamplesPerPixel = 3 to combine horizontal and vertical adjustments. And even for the current identified needs of horizontal or vertical shifts, diff --git a/docs/source/usage/differences.rst b/docs/source/usage/differences.rst index be163176..2a262232 100644 --- a/docs/source/usage/differences.rst +++ b/docs/source/usage/differences.rst @@ -132,13 +132,13 @@ proj -------- Removed ``-ld`` option from application, since it promoted use of deprecated -paramters like ``+towgs`` and ``+datum``. +parameters like ``+towgs`` and ``+datum``. cs2cs -------- Removed ``-ld`` option from application, since it promoted use of deprecated -paramters like ``+towgs`` and ``+datum``. +parameters like ``+towgs`` and ``+datum``. UTF-8 adoption -------------- diff --git a/src/iso19111/datum.cpp b/src/iso19111/datum.cpp index ad287e73..1dbe2cab 100644 --- a/src/iso19111/datum.cpp +++ b/src/iso19111/datum.cpp @@ -1247,7 +1247,7 @@ void GeodeticReferenceFrame::_exportToWKT( if (dbContext) { auto factory = io::AuthorityFactory::create( NN_NO_CHECK(dbContext), std::string()); - // We use anonymous autority and approximate matching, so + // We use anonymous authority and approximate matching, so // as to trigger the caching done in createObjectsFromName() // in that case. auto matches = factory->createObjectsFromName( diff --git a/src/iso19111/factory.cpp b/src/iso19111/factory.cpp index a4529c9f..1c836367 100644 --- a/src/iso19111/factory.cpp +++ b/src/iso19111/factory.cpp @@ -4333,7 +4333,7 @@ AuthorityFactory::createBetweenGeodeticCRSWithDatumBasedIntermediates( "a2.south_lat, a2.west_lon, a2.north_lat, a2.east_lon) = 1 "; #if 0 - // While those additonal constraints are correct, they are found to + // While those additional constraints are correct, they are found to // kill performance. So enforce them as post-processing if (!allowedAuthorities.empty()) { diff --git a/test/unit/test_operation.cpp b/test/unit/test_operation.cpp index 19b71cee..076686b4 100644 --- a/test/unit/test_operation.cpp +++ b/test/unit/test_operation.cpp @@ -9895,7 +9895,7 @@ TEST(operation, auto obj = WKTParser().createFromWKT(wkt); auto crs = nn_dynamic_pointer_cast<Transformation>(obj); ASSERT_TRUE(crs != nullptr); - // Test that even if the .gtx file is unkown, we export in the correct + // Test that even if the .gtx file is unknown, we export in the correct // direction EXPECT_EQ(crs->exportToPROJString(PROJStringFormatter::create().get()), "+proj=pipeline +step +inv +proj=vgridshift +grids=foo.gtx " |
