Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/postgis-workshop/spatial_relationships/en/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 42,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "Spatial Relationships"
            ],
            "previous_source": "",
            "target": [
                "Spatial Relationships"
            ],
            "id_hash": -3682503382005606760,
            "content_hash": -3682503382005606760,
            "location": "../../en/spatial_relationships.rst:4",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://weblate.osgeo.org/api/units/103720/?format=api",
            "priority": 100,
            "id": 103720,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=4ce51eaf4f619698",
            "url": "https://weblate.osgeo.org/api/units/103720/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.008455Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "So far we have only used spatial functions that measure (:command:`ST_Area`, :command:`ST_Length`), serialize (:command:`ST_GeomFromText`) or deserialize (:command:`ST_AsGML`) geometries. What these functions have in common is that they only work on one geometry at a time."
            ],
            "previous_source": "",
            "target": [
                "So far we have only used spatial functions that measure (:command:`ST_Area`, :command:`ST_Length`), serialize (:command:`ST_GeomFromText`) or deserialize (:command:`ST_AsGML`) geometries. What these functions have in common is that they only work on one geometry at a time."
            ],
            "id_hash": 575699112312005980,
            "content_hash": 575699112312005980,
            "location": "../../en/spatial_relationships.rst:6",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 35,
            "source_unit": "https://weblate.osgeo.org/api/units/103723/?format=api",
            "priority": 100,
            "id": 103723,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=87fd4b4adedd655c",
            "url": "https://weblate.osgeo.org/api/units/103723/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.041294Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "Spatial databases are powerful because they not only store geometry, they also have the ability to compare *relationships between geometries*."
            ],
            "previous_source": "",
            "target": [
                "Spatial databases are powerful because they not only store geometry, they also have the ability to compare *relationships between geometries*."
            ],
            "id_hash": 7740166513738788425,
            "content_hash": 7740166513738788425,
            "location": "../../en/spatial_relationships.rst:8",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://weblate.osgeo.org/api/units/103725/?format=api",
            "priority": 100,
            "id": 103725,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=eb6a986f61c62e49",
            "url": "https://weblate.osgeo.org/api/units/103725/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.064985Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "Questions like \"Which are the closest bike racks to a park?\" or \"Where are the intersections of subway lines and streets?\" can only be answered by comparing geometries representing the bike racks, streets, and subway lines."
            ],
            "previous_source": "",
            "target": [
                "Questions like \"Which are the closest bike racks to a park?\" or \"Where are the intersections of subway lines and streets?\" can only be answered by comparing geometries representing the bike racks, streets, and subway lines."
            ],
            "id_hash": -5147808336273521547,
            "content_hash": -5147808336273521547,
            "location": "../../en/spatial_relationships.rst:10",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 36,
            "source_unit": "https://weblate.osgeo.org/api/units/103727/?format=api",
            "priority": 100,
            "id": 103727,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=388f4f97a89f4475",
            "url": "https://weblate.osgeo.org/api/units/103727/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.087820Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "The OGC standard defines the following set of methods to compare geometries."
            ],
            "previous_source": "",
            "target": [
                "The OGC standard defines the following set of methods to compare geometries."
            ],
            "id_hash": 1219780553241201413,
            "content_hash": 1219780553241201413,
            "location": "../../en/spatial_relationships.rst:12",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 5,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://weblate.osgeo.org/api/units/103734/?format=api",
            "priority": 100,
            "id": 103734,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=90ed87f353df0b05",
            "url": "https://weblate.osgeo.org/api/units/103734/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.111010Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "ST_Equals"
            ],
            "previous_source": "",
            "target": [
                "ST_Equals"
            ],
            "id_hash": -2153492267536671300,
            "content_hash": -2153492267536671300,
            "location": "../../en/spatial_relationships.rst:15",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 6,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://weblate.osgeo.org/api/units/103749/?format=api",
            "priority": 100,
            "id": 103749,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=621d42313eed1dbc",
            "url": "https://weblate.osgeo.org/api/units/103749/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.133344Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                ":command:`ST_Equals(geometry A, geometry B)` tests the spatial equality of two geometries."
            ],
            "previous_source": "",
            "target": [
                ":command:`ST_Equals(geometry A, geometry B)` tests the spatial equality of two geometries."
            ],
            "id_hash": -4728265399377601303,
            "content_hash": -4728265399377601303,
            "location": "../../en/spatial_relationships.rst:17",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 7,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://weblate.osgeo.org/api/units/103764/?format=api",
            "priority": 100,
            "id": 103764,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=3e61d3abb253dce9",
            "url": "https://weblate.osgeo.org/api/units/103764/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.155883Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "ST_Equals returns TRUE if two geometries of the same type have identical x,y coordinate values, i.e. if the second shape is equal (identical) to the first shape."
            ],
            "previous_source": "",
            "target": [
                "ST_Equals returns TRUE if two geometries of the same type have identical x,y coordinate values, i.e. if the second shape is equal (identical) to the first shape."
            ],
            "id_hash": -9000638892889327209,
            "content_hash": -9000638892889327209,
            "location": "../../en/spatial_relationships.rst:22",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 8,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://weblate.osgeo.org/api/units/103789/?format=api",
            "priority": 100,
            "id": 103789,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=03174e9d45c43997",
            "url": "https://weblate.osgeo.org/api/units/103789/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.179723Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "First, let's retrieve a representation of a point from our ``nyc_subway_stations`` table. We'll take just the entry for 'Broad St'."
            ],
            "previous_source": "",
            "target": [
                "First, let's retrieve a representation of a point from our ``nyc_subway_stations`` table. We'll take just the entry for 'Broad St'."
            ],
            "id_hash": -2706488904915333398,
            "content_hash": -2706488904915333398,
            "location": "../../en/spatial_relationships.rst:24",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 9,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://weblate.osgeo.org/api/units/103814/?format=api",
            "priority": 100,
            "id": 103814,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=5a709eae39fc4eea",
            "url": "https://weblate.osgeo.org/api/units/103814/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.203411Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "Then, plug the geometry representation back into an :command:`ST_Equals` test:"
            ],
            "previous_source": "",
            "target": [
                "Then, plug the geometry representation back into an :command:`ST_Equals` test:"
            ],
            "id_hash": 6113875500910688611,
            "content_hash": 6113875500910688611,
            "location": "../../en/spatial_relationships.rst:38",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 10,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://weblate.osgeo.org/api/units/103840/?format=api",
            "priority": 100,
            "id": 103840,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=d4d8d96018beb963",
            "url": "https://weblate.osgeo.org/api/units/103840/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.226486Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "The representation of the point was not very human readable (``0101000020266900000EEBD4CF27CF2141BC17D69516315141``) but it was an exact representation of the coordinate values. For a test like equality, using the exact coordinates is necessary."
            ],
            "previous_source": "",
            "target": [
                "The representation of the point was not very human readable (``0101000020266900000EEBD4CF27CF2141BC17D69516315141``) but it was an exact representation of the coordinate values. For a test like equality, using the exact coordinates is necessary."
            ],
            "id_hash": 6513510459084777491,
            "content_hash": 6513510459084777491,
            "location": "../../en/spatial_relationships.rst:54",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 11,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 32,
            "source_unit": "https://weblate.osgeo.org/api/units/103872/?format=api",
            "priority": 100,
            "id": 103872,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=da64a340a28a2813",
            "url": "https://weblate.osgeo.org/api/units/103872/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.253856Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "ST_Intersects, ST_Disjoint, ST_Crosses and ST_Overlaps"
            ],
            "previous_source": "",
            "target": [
                "ST_Intersects, ST_Disjoint, ST_Crosses and ST_Overlaps"
            ],
            "id_hash": 2507957891929033192,
            "content_hash": 2507957891929033192,
            "location": "../../en/spatial_relationships.rst:58",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 12,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 5,
            "source_unit": "https://weblate.osgeo.org/api/units/103896/?format=api",
            "priority": 100,
            "id": 103896,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=a2ce0e6a3c1149e8",
            "url": "https://weblate.osgeo.org/api/units/103896/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.281567Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                ":command:`ST_Intersects`, :command:`ST_Crosses`, and :command:`ST_Overlaps` test whether the interiors of the geometries intersect."
            ],
            "previous_source": "",
            "target": [
                ":command:`ST_Intersects`, :command:`ST_Crosses`, and :command:`ST_Overlaps` test whether the interiors of the geometries intersect."
            ],
            "id_hash": 2271918539469126891,
            "content_hash": 2271918539469126891,
            "location": "../../en/spatial_relationships.rst:60",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 13,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://weblate.osgeo.org/api/units/103911/?format=api",
            "priority": 100,
            "id": 103911,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=9f8779dfdfae7ceb",
            "url": "https://weblate.osgeo.org/api/units/103911/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.307920Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                ":command:`ST_Intersects(geometry A, geometry B)` returns t (TRUE) if the two shapes have any space in common, i.e., if their boundaries or interiors intersect."
            ],
            "previous_source": "",
            "target": [
                ":command:`ST_Intersects(geometry A, geometry B)` returns t (TRUE) if the two shapes have any space in common, i.e., if their boundaries or interiors intersect."
            ],
            "id_hash": 1290995673440745105,
            "content_hash": 1290995673440745105,
            "location": "../../en/spatial_relationships.rst:65",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 14,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 23,
            "source_unit": "https://weblate.osgeo.org/api/units/103926/?format=api",
            "priority": 100,
            "id": 103926,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=91ea89b99a007691",
            "url": "https://weblate.osgeo.org/api/units/103926/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.329987Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "The opposite of ST_Intersects is :command:`ST_Disjoint(geometry A , geometry B)`. If two geometries are disjoint, they do not intersect, and vice-versa. In fact, it is often more efficient to test \"not intersects\" than to test \"disjoint\" because the intersects tests can be spatially indexed, while the disjoint test cannot."
            ],
            "previous_source": "",
            "target": [
                "The opposite of ST_Intersects is :command:`ST_Disjoint(geometry A , geometry B)`. If two geometries are disjoint, they do not intersect, and vice-versa. In fact, it is often more efficient to test \"not intersects\" than to test \"disjoint\" because the intersects tests can be spatially indexed, while the disjoint test cannot."
            ],
            "id_hash": -1295335048861536225,
            "content_hash": -1295335048861536225,
            "location": "../../en/spatial_relationships.rst:70",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 15,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 49,
            "source_unit": "https://weblate.osgeo.org/api/units/103939/?format=api",
            "priority": 100,
            "id": 103939,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=6e060ba2d37eb01f",
            "url": "https://weblate.osgeo.org/api/units/103939/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.349991Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "For multipoint/polygon, multipoint/linestring, linestring/linestring, linestring/polygon, and linestring/multipolygon comparisons, :command:`ST_Crosses(geometry A, geometry B)` returns t (TRUE) if the intersection results in a geometry whose dimension is one less than the maximum dimension of the two source geometries and the intersection set is interior to both source geometries."
            ],
            "previous_source": "",
            "target": [
                "For multipoint/polygon, multipoint/linestring, linestring/linestring, linestring/polygon, and linestring/multipolygon comparisons, :command:`ST_Crosses(geometry A, geometry B)` returns t (TRUE) if the intersection results in a geometry whose dimension is one less than the maximum dimension of the two source geometries and the intersection set is interior to both source geometries."
            ],
            "id_hash": 2697652725696407991,
            "content_hash": 2697652725696407991,
            "location": "../../en/spatial_relationships.rst:75",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 16,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 46,
            "source_unit": "https://weblate.osgeo.org/api/units/103942/?format=api",
            "priority": 100,
            "id": 103942,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=a56ffcdc7a7fa9b7",
            "url": "https://weblate.osgeo.org/api/units/103942/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.371064Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                ":command:`ST_Overlaps(geometry A, geometry B)` compares two geometries of the same dimension and returns TRUE if their intersection set results in a geometry different from both but of the same dimension."
            ],
            "previous_source": "",
            "target": [
                ":command:`ST_Overlaps(geometry A, geometry B)` compares two geometries of the same dimension and returns TRUE if their intersection set results in a geometry different from both but of the same dimension."
            ],
            "id_hash": -2139467344328094933,
            "content_hash": -2139467344328094933,
            "location": "../../en/spatial_relationships.rst:80",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 17,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 30,
            "source_unit": "https://weblate.osgeo.org/api/units/103944/?format=api",
            "priority": 100,
            "id": 103944,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=624f15c924c68b2b",
            "url": "https://weblate.osgeo.org/api/units/103944/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.392807Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "Let's take our Broad Street subway station and determine its neighborhood using the :command:`ST_Intersects` function:"
            ],
            "previous_source": "",
            "target": [
                "Let's take our Broad Street subway station and determine its neighborhood using the :command:`ST_Intersects` function:"
            ],
            "id_hash": -4607025346462180338,
            "content_hash": -4607025346462180338,
            "location": "../../en/spatial_relationships.rst:82",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 18,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://weblate.osgeo.org/api/units/103956/?format=api",
            "priority": 100,
            "id": 103956,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=40108edb40e69c0e",
            "url": "https://weblate.osgeo.org/api/units/103956/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.418015Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "ST_Touches"
            ],
            "previous_source": "",
            "target": [
                "ST_Touches"
            ],
            "id_hash": -6218594952739588527,
            "content_hash": -6218594952739588527,
            "location": "../../en/spatial_relationships.rst:109",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 19,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://weblate.osgeo.org/api/units/103972/?format=api",
            "priority": 100,
            "id": 103972,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=29b31cd687eb7651",
            "url": "https://weblate.osgeo.org/api/units/103972/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.443327Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                ":command:`ST_Touches` tests whether two geometries touch at their boundaries, but do not intersect in their interiors"
            ],
            "previous_source": "",
            "target": [
                ":command:`ST_Touches` tests whether two geometries touch at their boundaries, but do not intersect in their interiors"
            ],
            "id_hash": 8895872997164733495,
            "content_hash": 8895872997164733495,
            "location": "../../en/spatial_relationships.rst:111",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 20,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://weblate.osgeo.org/api/units/103988/?format=api",
            "priority": 100,
            "id": 103988,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=fb747d5bcafe5437",
            "url": "https://weblate.osgeo.org/api/units/103988/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.469448Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                ":command:`ST_Touches(geometry A, geometry B)` returns TRUE if either of the geometries' boundaries intersect or if only one of the geometry's interiors intersects the other's boundary."
            ],
            "previous_source": "",
            "target": [
                ":command:`ST_Touches(geometry A, geometry B)` returns TRUE if either of the geometries' boundaries intersect or if only one of the geometry's interiors intersects the other's boundary."
            ],
            "id_hash": -6739671441406964515,
            "content_hash": -6739671441406964515,
            "location": "../../en/spatial_relationships.rst:116",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 21,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 25,
            "source_unit": "https://weblate.osgeo.org/api/units/104003/?format=api",
            "priority": 100,
            "id": 104003,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=2277e0884817ccdd",
            "url": "https://weblate.osgeo.org/api/units/104003/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.493379Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "ST_Within and ST_Contains"
            ],
            "previous_source": "",
            "target": [
                "ST_Within and ST_Contains"
            ],
            "id_hash": 4677041381229702593,
            "content_hash": 4677041381229702593,
            "location": "../../en/spatial_relationships.rst:119",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 22,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://weblate.osgeo.org/api/units/104008/?format=api",
            "priority": 100,
            "id": 104008,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=c0e8305b2fffadc1",
            "url": "https://weblate.osgeo.org/api/units/104008/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.519874Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                ":command:`ST_Within` and :command:`ST_Contains` test whether one geometry is fully within the other."
            ],
            "previous_source": "",
            "target": [
                ":command:`ST_Within` and :command:`ST_Contains` test whether one geometry is fully within the other."
            ],
            "id_hash": -6001506719936006221,
            "content_hash": -6001506719936006221,
            "location": "../../en/spatial_relationships.rst:121",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 23,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://weblate.osgeo.org/api/units/104009/?format=api",
            "priority": 100,
            "id": 104009,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=2cb65d6f811837b3",
            "url": "https://weblate.osgeo.org/api/units/104009/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.547875Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                ":command:`ST_Within(geometry A , geometry B)` returns TRUE if the first geometry is completely within the second geometry. ST_Within tests for the exact opposite result of ST_Contains."
            ],
            "previous_source": "",
            "target": [
                ":command:`ST_Within(geometry A , geometry B)` returns TRUE if the first geometry is completely within the second geometry. ST_Within tests for the exact opposite result of ST_Contains."
            ],
            "id_hash": 363311406673729250,
            "content_hash": 363311406673729250,
            "location": "../../en/spatial_relationships.rst:126",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 24,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 26,
            "source_unit": "https://weblate.osgeo.org/api/units/104010/?format=api",
            "priority": 100,
            "id": 104010,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=850abdcca9a296e2",
            "url": "https://weblate.osgeo.org/api/units/104010/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.575845Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                ":command:`ST_Contains(geometry A, geometry B)` returns TRUE if the second geometry is completely contained by the first geometry."
            ],
            "previous_source": "",
            "target": [
                ":command:`ST_Contains(geometry A, geometry B)` returns TRUE if the second geometry is completely contained by the first geometry."
            ],
            "id_hash": -6399078986624136050,
            "content_hash": -6399078986624136050,
            "location": "../../en/spatial_relationships.rst:128",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 25,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://weblate.osgeo.org/api/units/104011/?format=api",
            "priority": 100,
            "id": 104011,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=2731e790c09a0c8e",
            "url": "https://weblate.osgeo.org/api/units/104011/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.603184Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "ST_Distance and ST_DWithin"
            ],
            "previous_source": "",
            "target": [
                "ST_Distance and ST_DWithin"
            ],
            "id_hash": 2862965448685629615,
            "content_hash": 2862965448685629615,
            "location": "../../en/spatial_relationships.rst:132",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 26,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://weblate.osgeo.org/api/units/104012/?format=api",
            "priority": 100,
            "id": 104012,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=a7bb4be82d1fb0af",
            "url": "https://weblate.osgeo.org/api/units/104012/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.628482Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "An extremely common GIS question is \"find all the stuff within distance X of this other stuff\"."
            ],
            "previous_source": "",
            "target": [
                "An extremely common GIS question is \"find all the stuff within distance X of this other stuff\"."
            ],
            "id_hash": -8258368900568833146,
            "content_hash": -8258368900568833146,
            "location": "../../en/spatial_relationships.rst:134",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 27,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://weblate.osgeo.org/api/units/104027/?format=api",
            "priority": 100,
            "id": 104027,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=0d64613d59762386",
            "url": "https://weblate.osgeo.org/api/units/104027/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.651900Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "The :command:`ST_Distance(geometry A, geometry B)` calculates the *shortest* distance between two geometries and returns it as a float. This is useful for actually reporting back the distance between objects."
            ],
            "previous_source": "",
            "target": [
                "The :command:`ST_Distance(geometry A, geometry B)` calculates the *shortest* distance between two geometries and returns it as a float. This is useful for actually reporting back the distance between objects."
            ],
            "id_hash": 6839062046309515450,
            "content_hash": 6839062046309515450,
            "location": "../../en/spatial_relationships.rst:136",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 28,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "source_unit": "https://weblate.osgeo.org/api/units/104055/?format=api",
            "priority": 100,
            "id": 104055,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=dee93ab23b2280ba",
            "url": "https://weblate.osgeo.org/api/units/104055/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.676217Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "For testing whether two objects are within a distance of one another, the :command:`ST_DWithin` function provides an index-accelerated true/false test. This is useful for questions like \"how many trees are within a 500 meter buffer of the road?\". You don't have to calculate an actual buffer, you just have to test the distance relationship."
            ],
            "previous_source": "",
            "target": [
                "For testing whether two objects are within a distance of one another, the :command:`ST_DWithin` function provides an index-accelerated true/false test. This is useful for questions like \"how many trees are within a 500 meter buffer of the road?\". You don't have to calculate an actual buffer, you just have to test the distance relationship."
            ],
            "id_hash": -2288201678907143400,
            "content_hash": -2288201678907143400,
            "location": "../../en/spatial_relationships.rst:148",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 29,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 54,
            "source_unit": "https://weblate.osgeo.org/api/units/104071/?format=api",
            "priority": 100,
            "id": 104071,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=603eacb24a498b18",
            "url": "https://weblate.osgeo.org/api/units/104071/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.703289Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "Using our Broad Street subway station again, we can find the streets nearby (within 10 meters of) the subway stop:"
            ],
            "previous_source": "",
            "target": [
                "Using our Broad Street subway station again, we can find the streets nearby (within 10 meters of) the subway stop:"
            ],
            "id_hash": 5046427256774516291,
            "content_hash": 5046427256774516291,
            "location": "../../en/spatial_relationships.rst:153",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 30,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://weblate.osgeo.org/api/units/104086/?format=api",
            "priority": 100,
            "id": 104086,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=c60882da58e4de43",
            "url": "https://weblate.osgeo.org/api/units/104086/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.727493Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "And we can verify the answer on a map. The Broad St station is actually at the intersection of Wall, Broad and Nassau Streets."
            ],
            "previous_source": "",
            "target": [
                "And we can verify the answer on a map. The Broad St station is actually at the intersection of Wall, Broad and Nassau Streets."
            ],
            "id_hash": -987920637391944359,
            "content_hash": -987920637391944359,
            "location": "../../en/spatial_relationships.rst:173",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 31,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "source_unit": "https://weblate.osgeo.org/api/units/104098/?format=api",
            "priority": 100,
            "id": 104098,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=724a336a1df9c559",
            "url": "https://weblate.osgeo.org/api/units/104098/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.750811Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "Function List"
            ],
            "previous_source": "",
            "target": [
                "Function List"
            ],
            "id_hash": 2815949782297668712,
            "content_hash": 2815949782297668712,
            "location": "../../en/spatial_relationships.rst:178",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 32,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://weblate.osgeo.org/api/units/104099/?format=api",
            "priority": 100,
            "id": 104099,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=a71443684f30ec68",
            "url": "https://weblate.osgeo.org/api/units/104099/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.775519Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "`ST_Contains(geometry A, geometry B) <http://postgis.net/docs/ST_Contains.html>`_: Returns true if and only if no points of B lie in the exterior of A, and at least one point of the interior of B lies in the interior of A."
            ],
            "previous_source": "",
            "target": [
                "`ST_Contains(geometry A, geometry B) <http://postgis.net/docs/ST_Contains.html>`_: Returns true if and only if no points of B lie in the exterior of A, and at least one point of the interior of B lies in the interior of A."
            ],
            "id_hash": -3461741183843462030,
            "content_hash": -3461741183843462030,
            "location": "../../en/spatial_relationships.rst:180",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 33,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 37,
            "source_unit": "https://weblate.osgeo.org/api/units/104100/?format=api",
            "priority": 100,
            "id": 104100,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=4ff56cbc00ab9472",
            "url": "https://weblate.osgeo.org/api/units/104100/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.801783Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "`ST_Crosses(geometry A, geometry B)  <http://postgis.net/docs/ST_Crosses.html>`_: Returns TRUE if the supplied geometries have some, but not all, interior points in common."
            ],
            "previous_source": "",
            "target": [
                "`ST_Crosses(geometry A, geometry B)  <http://postgis.net/docs/ST_Crosses.html>`_: Returns TRUE if the supplied geometries have some, but not all, interior points in common."
            ],
            "id_hash": 3117745397433383448,
            "content_hash": 3117745397433383448,
            "location": "../../en/spatial_relationships.rst:182",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 34,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://weblate.osgeo.org/api/units/104112/?format=api",
            "priority": 100,
            "id": 104112,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=ab4474eba2203a18",
            "url": "https://weblate.osgeo.org/api/units/104112/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.826494Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "`ST_Disjoint(geometry A , geometry B) <http://postgis.net/docs/ST_Disjoint.html>`_: Returns TRUE if the Geometries do not \"spatially intersect\" - if they do not share any space together."
            ],
            "previous_source": "",
            "target": [
                "`ST_Disjoint(geometry A , geometry B) <http://postgis.net/docs/ST_Disjoint.html>`_: Returns TRUE if the Geometries do not \"spatially intersect\" - if they do not share any space together."
            ],
            "id_hash": 7320516661643009687,
            "content_hash": 7320516661643009687,
            "location": "../../en/spatial_relationships.rst:184",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 35,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "source_unit": "https://weblate.osgeo.org/api/units/104126/?format=api",
            "priority": 100,
            "id": 104126,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=e597b31e358f5e97",
            "url": "https://weblate.osgeo.org/api/units/104126/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.851743Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "`ST_Distance(geometry A, geometry B)  <http://postgis.net/docs/ST_Distance.html>`_: Returns the 2-dimensional cartesian minimum distance (based on spatial ref) between two geometries in projected units."
            ],
            "previous_source": "",
            "target": [
                "`ST_Distance(geometry A, geometry B)  <http://postgis.net/docs/ST_Distance.html>`_: Returns the 2-dimensional cartesian minimum distance (based on spatial ref) between two geometries in projected units."
            ],
            "id_hash": -4159531077349761363,
            "content_hash": -4159531077349761363,
            "location": "../../en/spatial_relationships.rst:186",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 36,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://weblate.osgeo.org/api/units/104128/?format=api",
            "priority": 100,
            "id": 104128,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=46466085f65e9ead",
            "url": "https://weblate.osgeo.org/api/units/104128/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.876721Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "`ST_DWithin(geometry A, geometry B, radius) <http://postgis.net/docs/ST_DWithin.html>`_: Returns true if the geometries are within the specified distance (radius) of one another."
            ],
            "previous_source": "",
            "target": [
                "`ST_DWithin(geometry A, geometry B, radius) <http://postgis.net/docs/ST_DWithin.html>`_: Returns true if the geometries are within the specified distance (radius) of one another."
            ],
            "id_hash": 4997229550721088991,
            "content_hash": 4997229550721088991,
            "location": "../../en/spatial_relationships.rst:188",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 37,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://weblate.osgeo.org/api/units/104130/?format=api",
            "priority": 100,
            "id": 104130,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=c559b9ccc7d0bddf",
            "url": "https://weblate.osgeo.org/api/units/104130/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.901098Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "`ST_Equals(geometry A, geometry B) <http://postgis.net/docs/ST_Equals.html>`_: Returns true if the given geometries represent the same geometry. Directionality is ignored."
            ],
            "previous_source": "",
            "target": [
                "`ST_Equals(geometry A, geometry B) <http://postgis.net/docs/ST_Equals.html>`_: Returns true if the given geometries represent the same geometry. Directionality is ignored."
            ],
            "id_hash": 5054974047395772614,
            "content_hash": 5054974047395772614,
            "location": "../../en/spatial_relationships.rst:190",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 38,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://weblate.osgeo.org/api/units/104132/?format=api",
            "priority": 100,
            "id": 104132,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=c626e01d1bd7f8c6",
            "url": "https://weblate.osgeo.org/api/units/104132/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.925342Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "`ST_Intersects(geometry A, geometry B) <http://postgis.net/docs/ST_Intersects.html>`_: Returns TRUE if the Geometries/Geography \"spatially intersect\" - (share any portion of space) and FALSE if they don't (they are Disjoint)."
            ],
            "previous_source": "",
            "target": [
                "`ST_Intersects(geometry A, geometry B) <http://postgis.net/docs/ST_Intersects.html>`_: Returns TRUE if the Geometries/Geography \"spatially intersect\" - (share any portion of space) and FALSE if they don't (they are Disjoint)."
            ],
            "id_hash": -1853455483272913415,
            "content_hash": -1853455483272913415,
            "location": "../../en/spatial_relationships.rst:192",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 39,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 26,
            "source_unit": "https://weblate.osgeo.org/api/units/104134/?format=api",
            "priority": 100,
            "id": 104134,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=6647340ed8849df9",
            "url": "https://weblate.osgeo.org/api/units/104134/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.950775Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "`ST_Overlaps(geometry A, geometry B) <http://postgis.net/docs/ST_Overlaps.html>`_: Returns TRUE if the Geometries share space, are of the same dimension, but are not completely contained by each other."
            ],
            "previous_source": "",
            "target": [
                "`ST_Overlaps(geometry A, geometry B) <http://postgis.net/docs/ST_Overlaps.html>`_: Returns TRUE if the Geometries share space, are of the same dimension, but are not completely contained by each other."
            ],
            "id_hash": 4673491669834817282,
            "content_hash": 4673491669834817282,
            "location": "../../en/spatial_relationships.rst:194",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 40,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 25,
            "source_unit": "https://weblate.osgeo.org/api/units/104136/?format=api",
            "priority": 100,
            "id": 104136,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=c0db93e999405f02",
            "url": "https://weblate.osgeo.org/api/units/104136/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:56.976436Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "`ST_Touches(geometry A, geometry B)  <http://postgis.net/docs/ST_Touches.html>`_: Returns TRUE if the geometries have at least one point in common, but their interiors do not intersect."
            ],
            "previous_source": "",
            "target": [
                "`ST_Touches(geometry A, geometry B)  <http://postgis.net/docs/ST_Touches.html>`_: Returns TRUE if the geometries have at least one point in common, but their interiors do not intersect."
            ],
            "id_hash": -1578804970946648091,
            "content_hash": -1578804970946648091,
            "location": "../../en/spatial_relationships.rst:196",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 41,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 23,
            "source_unit": "https://weblate.osgeo.org/api/units/104138/?format=api",
            "priority": 100,
            "id": 104138,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=6a16f53e691aa7e5",
            "url": "https://weblate.osgeo.org/api/units/104138/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:57.001259Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/en/?format=api",
            "source": [
                "`ST_Within(geometry A , geometry B) <http://postgis.net/docs/ST_Within.html>`_: Returns true if the geometry A is completely inside geometry B"
            ],
            "previous_source": "",
            "target": [
                "`ST_Within(geometry A , geometry B) <http://postgis.net/docs/ST_Within.html>`_: Returns true if the geometry A is completely inside geometry B"
            ],
            "id_hash": 6178548069624803042,
            "content_hash": 6178548069624803042,
            "location": "../../en/spatial_relationships.rst:198",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 42,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://weblate.osgeo.org/api/units/104140/?format=api",
            "priority": 100,
            "id": 104140,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/spatial_relationships/en/?checksum=d5be9cbbe5a96ee2",
            "url": "https://weblate.osgeo.org/api/units/104140/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:57.026532Z"
        }
    ]
}