gnaf icon indicating copy to clipboard operation
gnaf copied to clipboard

GNAF geocoder and more

Results 5 gnaf issues
Sort by recently updated
recently updated
newest added

Sometime in 2019 the data.gov.au started publishing multiple files, which broke the `dataURL=` assignment. ``` curl -sL 'http://www.data.gov.au/api/3/action/package_show?id=19432f89-dc3a-4ef3-b943-5326ef1dbecc' | jq -r '.result.resources[] | select(.format == "ZIP") | .url' https://data.gov.au/data/dataset/19...2f/download/may20_gnaf_pipeseparatedvalue.zip https://data.gov.au/data/dataset/19...2a/download/may20_gnaf_pipeseparatedvalue_gda2020.zip...

The Bintray service used for hosting the sbt packages was [shutdown](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/) on 2021-03-31. The [post](https://eed3si9n.com/bintray-to-jfrog-artifactory-migration-status-and-sbt-1.5.1) document a migration strategy for the project. The short version is the old location `https://dl.bintray.com/sbt/debian`...

on docker build . ``` Step 12/18 : RUN /bin/bash src/main/script/run.sh ---> Running in 8ee8fc68c320 ++ sed 's/.*"\(.*\)"/\1/' version.sbt + version=1.1-SNAPSHOT + scalaVersion=2.11 + [[ '' != \s\k\i\p ]] +...

### May 2020 ```sh $ unzip -l may20_gnaf_pipeseparatedvalue_gda2020.zip | grep Extras 0 2020-05-18 17:17 MAY20_GNAF_PipeSeparatedValue_GDA2020/G-NAF/Extras/ 0 2020-05-18 17:17 MAY20_GNAF_PipeSeparatedValue_GDA2020/G-NAF/Extras/GNAF_TableCreation_Scripts/ 10919 2020-05-18 02:40 MAY20_GNAF_PipeSeparatedValue_GDA2020/G-NAF/Extras/GNAF_TableCreation_Scripts/add_fk_constraints.sql 8714 2020-05-18 02:40 MAY20_GNAF_PipeSeparatedValue_GDA2020/G-NAF/Extras/GNAF_TableCreation_Scripts/create_tables_ansi.sql 8868 2020-05-18 02:40...

This is currently running the same query as the search (so as to handle typing errors), but consequently requires all but the last 2 chars ("maxEdits":2) to start matching a...