From c18f293017e6190b59692c74a1d2566743410d1a Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Tue, 1 Oct 2024 07:01:30 +0000 Subject: [PATCH 1/2] Update getstreetfromaddress("SADD")README.md --- README.md => "getstreetfromaddress(\"SADD\")README.md" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README.md => "getstreetfromaddress(\"SADD\")README.md" (100%) diff --git a/README.md "b/getstreetfromaddress(\"SADD\")README.md" similarity index 100% rename from README.md rename to "getstreetfromaddress(\"SADD\")README.md" From 8c6b2e80503963153167527ec049f16d3606c0ea Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Tue, 1 Oct 2024 07:21:21 +0000 Subject: [PATCH 2/2] Update README.md --- "getstreetfromaddress(\"SADD\")README.md" => README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename "getstreetfromaddress(\"SADD\")README.md" => README.md (98%) diff --git "a/getstreetfromaddress(\"SADD\")README.md" b/README.md similarity index 98% rename from "getstreetfromaddress(\"SADD\")README.md" rename to README.md index 60041e6..2907f25 100644 --- "a/getstreetfromaddress(\"SADD\")README.md" +++ b/README.md @@ -25,7 +25,7 @@ Sumter GIS is via emailing their GIS team and accessing their Dropbox. * The Addresses shapefile is recorded in the ESRI:102659 CRS, you may need to convert or reproject to/from the default EPSG:4326 - WGS 84 CRS that OSM uses. * `ADD_NUM` becomes the virtual `addr:housenumber` (or `addr:house` temporarily, avoiding addr:house which is a real tag) as an integer * `UNIT` becomes the virtual `addr:unit` (sometimes the LOT key is used for multiple units in a range, but mostly it's unrelated lot IDs and not useful) as a string - * `SADD` becomes the virtual `addr:street` (or `addr:stree` temporarily) via the `getformattedstreetnamefromaddress("SADD")` custom expression as a string + * `SADD` becomes the virtual `addr:street` (or `addr:stree` temporarily) via the `title(getstreetfromaddress("SADD"))` custom expression as a string * `POST_COMM` becomes the virual `addr:city` via the `title("POST_COMM")` expression (we care about postal community addresses not what municipality a place might be governed by) as a string * `POST_CODE` becomes `addr:postcode` (or `addr:postc` temporarily) as an integer * Manually add `addr:state` = `'FL'`