Skip to content

made changes to upgrade to java 17#119

Open
3rdmike wants to merge 23 commits intomainfrom
java17
Open

made changes to upgrade to java 17#119
3rdmike wants to merge 23 commits intomainfrom
java17

Conversation

@3rdmike
Copy link

@3rdmike 3rdmike commented Jan 8, 2024

upgrade to java 17

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Concurrent Processing Framework [pom]
[INFO] Concurrent Processing Framework Business Application Plugin API [jar]
[INFO] Concurrent Processing Framework Client Java API [jar]
[INFO] Concurrent Processing Framework Application Java API [jar]
[INFO] Concurrent Processing Framework API Worker [jar]
[INFO] Concurrent Processing Framework Base WAR Web Application [war]
[INFO] Concurrent Processing Framework Base WAR Worker [war]
[INFO] CPF Plug-in Maven Arechtype [maven-archetype]
[INFO] Concurrent Processing Framework Archetype Web [maven-archetype]
[INFO] CPF Test Plugins [jar]
[INFO] Digest Plug-in [jar]
[INFO] Geometry Validation Plug-in [jar]
[INFO] Mandelbrot Plug-in [jar]
[INFO] Map Tile Plug-in [jar]
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-parent >--------------------
[INFO] Building Concurrent Processing Framework 7b72f92 [1/14]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-parent ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-parent ---
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-parent ---
[INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/target/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-plugin >------------------
[INFO] Building Concurrent Processing Framework Business Application Plugin API 7b72f92 [2/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-plugin/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 37 source files to /workspace/source/cpf-api-plugin/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-plugin ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-plugin ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-plugin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-plugin ---
[ERROR] Error fetching link: /workspace/source/cpf-api-plugin/target/javadoc-bundle-options. Ignored it.
[WARNING] Unable to derive module descriptor for /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[ERROR] MavenReportException: Error while generating Javadoc:
Exit code: 1 - /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/security/AbstractCachingSecurityService.java:29: warning: no comment
public abstract class AbstractCachingSecurityService implements SecurityService {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/security/AbstractCachingSecurityService.java:47: warning: no comment
public AbstractCachingSecurityService(final Module module, final String username) {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/security/AbstractCachingSecurityService.java:51: warning: no comment
public AbstractCachingSecurityService(final Module module, final String consumerKey,
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/security/AbstractCachingSecurityService.java:100: warning: no comment
public void close() {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/security/AbstractCachingSecurityService.java:119: warning: no comment
public String getModuleName() {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/security/AbstractSecurityServiceFactory.java:26: warning: no comment
public abstract class AbstractSecurityServiceFactory implements SecurityServiceFactory {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/security/SecurityServiceFactory.java:25: warning: no comment
SecurityService getSecurityService(Module module, String consumerKey);
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/module/ModuleEventListener.java:21: warning: no comment
void moduleChanged(ModuleEvent event);
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/log/AppLog.java:101: warning: no @param for exception
public void error(final String message, final Throwable exception) {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/log/AppLog.java:61: warning: no comment
public AppLog(final String name) {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/log/AppLog.java:65: warning: no comment
public AppLog(final String name, final String logLevel) {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/log/AppLog.java:71: warning: no comment
public AppLog(final String moduleName, final String businessApplicationName, final String groupId,
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/log/AppLogUtil.java:24: warning: no comment
public final class AppLogUtil {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/log/AppLogUtil.java:25: warning: no comment
public static void info(final AppLog log, final String message, final StopWatch stopWatch) {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/log/AppLogUtil.java:38: warning: no comment
public static void infoAfterCommit(final AppLog log, final String message) {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/log/AppLogUtil.java:44: warning: no comment
public static void infoAfterCommit(final AppLog log, final String message,
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:467: warning: no description for @param

  • @param businessApplication
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:69: warning: no comment
    public static final String CORE_PARAMETER = BusinessApplication.class.getName()
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:72: warning: no comment
    public static final String JOB_PARAMETER = BusinessApplication.class.getName() + "/JOB_PARAMETER";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:74: warning: no comment
    public static final String REQUEST_PARAMETER = BusinessApplication.class.getName()
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:79: warning: no comment
    public static final String SEQUENCE_NUMBER = "\u039D";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:245: warning: no comment
    public BusinessApplication(final BusinessApplicationPlugin pluginAnnotation, final Module module,
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:259: warning: no comment
    public BusinessApplication(final String name) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:375: warning: no comment
    public void addInputDataContentType(final String contentType) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:379: warning: no comment
    public void addInputDataContentType(final String contentType, final String description,
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:396: warning: no comment
    public void addRequestField(int index, final FieldDefinition field, final Method method) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:421: warning: no comment
    public void addResultDataContentType(final String contentType) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:425: warning: no comment
    public void addResultDataContentType(final String contentType, final String fileExtension,
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:440: warning: no comment
    public void addResultField(int index, final FieldDefinition field, final Method method) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:459: warning: no comment
    public void addStandardMethod(final String parameterName, final Method method) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:483: warning: no comment
    public Expression getBatchModeExpression() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:487: warning: no comment
    public String getBatchModePermission() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:491: warning: no comment
    public List getCoordinateSystems() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:81: warning: no comment
    public static String getDefaultFileExtension(final Map<String, ?> fileExtensionMap) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:495: warning: no comment
    public String getDefaultInputDataContentType() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:499: warning: no comment
    public String getDefaultInputDataFileExtension() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:94: warning: no comment
    public static String getDefaultMimeType(final Collection mimeTypes) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:503: warning: no comment
    public String getDefaultResultDataContentType() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:507: warning: no comment
    public String getDefaultResultDataFileExtension() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:511: warning: no comment
    public String getDescription() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:515: warning: no comment
    public String getDescriptionUrl() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:519: warning: no comment
    public String getDetailedDescription() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:523: warning: no comment
    public GeometryFactory getGeometryFactory() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:527: warning: no comment
    public String getId() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:531: warning: no comment
    public String getInputContentType(final String fileExtension) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:539: warning: no comment
    public Set getInputDataContentTypes() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:543: warning: no comment
    public Map<String, String> getInputDataFileExetensions() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:547: warning: no comment
    public Map<String, String> getInputFileExtensionToContentType() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:551: warning: no comment
    public Map<String, String> getInputFileExtensionToMediaType() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:555: warning: no comment
    public Expression getInstantModeExpression() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:559: warning: no comment
    public String getInstantModePermission() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:563: warning: no comment
    public synchronized RecordDefinitionImpl getInternalRequestRecordDefinition() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:582: warning: no comment
    public AppLog getLog() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:586: warning: no comment
    public String getLogLevel() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:590: warning: no comment
    public int getMaxConcurrentRequests() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:594: warning: no comment
    public int getMaxRequestsPerJob() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:598: warning: no comment
    public Module getModule() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:602: warning: no comment
    public String getModuleName() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:606: warning: no comment
    public String getName() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:610: warning: no comment
    public int getNumRequestsPerWorker() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:614: warning: no comment
    public String getPackageName() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:618: warning: no comment
    public BusinessApplicationPlugin getPluginAnnotation() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:622: warning: no comment
    public synchronized RecordDefinitionImpl getRequestRecordDefinition() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:656: warning: no comment
    public String getResultContentType(final String fileExtension) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:664: warning: no comment
    public Set getResultDataContentTypes() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:668: warning: no comment
    public Map<String, String> getResultDataFileExtensions() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:672: warning: no comment
    public List getResultFieldNames() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:676: warning: no comment
    public String getResultListProperty() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:680: warning: no comment
    public synchronized RecordDefinition getResultRecordDefinition() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:716: warning: no comment
    public String getTitle() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:732: warning: no comment
    public boolean isCoreParameter(final String fieldName) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:741: warning: no comment
    public boolean isEnabled() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:745: warning: no comment
    public boolean isHasCustomizationProperties() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:749: warning: no comment
    public boolean isHasGeometryRequestAttribute() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:753: warning: no comment
    public boolean isHasGeometryResultAttribute() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:757: warning: no comment
    public boolean isHasNonGeometryRequestAttribute() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:761: warning: no comment
    public boolean isHasResultListCustomizationProperties() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:765: warning: no comment
    public boolean isHasResultListProperty() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:769: warning: no comment
    public boolean isInfoLogEnabled() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:773: warning: no comment
    public boolean isInputContentTypeSupported(final String contentType) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:777: warning: no comment
    public boolean isJobParameter(final String fieldName) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:786: warning: no comment
    public boolean isPerRequestInputData() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:790: warning: no comment
    public boolean isPerRequestResultData() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:794: warning: no comment
    public boolean isRequestFieldMapInitialized() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:798: warning: no comment
    public boolean isRequestParameter(final String fieldName) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:807: warning: no comment
    public boolean isResultContentTypeSupported(final String contentType) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:811: warning: no comment
    public boolean isSecurityServiceRequired() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:815: warning: no comment
    public boolean isTestModeEnabled() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:819: warning: no comment
    public boolean isValidateGeometry() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:823: warning: no comment
    public void pluginExecute(final Object plugin) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:840: warning: no comment
    public Object pluginGetResultFieldValue(final Object plugin, final String fieldName) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:862: warning: no comment
    public void pluginSetParameters(final Object plugin,
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:910: warning: no comment
    public void pluginTestExecute(final Object plugin) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:929: warning: no comment
    public void setBatchModePermission(final String batchModePermission) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:938: warning: no comment
    public void setCoordinateSystems(final List coordinateSystems) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:942: warning: no comment
    public void setDescription(final String description) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:946: warning: no comment
    public void setDescriptionUrl(final String descriptionUrl) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:950: warning: no comment
    public void setDetailedDescription(final String detailedDescription) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:954: warning: no comment
    public void setExecuteMethod(final Method method) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:958: warning: no comment
    public void setGeometryFactory(final GeometryFactory geometryFactory) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:64: error: invalid entity &anp;
  • Get a GeometryFactory with no coordinate system, 3D axis (x, y & z) and a fixed x, y &anp; floating z precision models.

    ^

/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:250: error: unexpected end tag:

Command line was: /usr/local/openjdk-17/bin/javadoc @options @packages

Refer to the generated Javadoc files in '/workspace/source/cpf-api-plugin/target/apidocs' dir.

org.apache.maven.reporting.MavenReportException:
Exit code: 1 - /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/security/AbstractCachingSecurityService.java:29: warning: no comment
public abstract class AbstractCachingSecurityService implements SecurityService {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/security/AbstractCachingSecurityService.java:47: warning: no comment
public AbstractCachingSecurityService(final Module module, final String username) {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/security/AbstractCachingSecurityService.java:51: warning: no comment
public AbstractCachingSecurityService(final Module module, final String consumerKey,
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/security/AbstractCachingSecurityService.java:100: warning: no comment
public void close() {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/security/AbstractCachingSecurityService.java:119: warning: no comment
public String getModuleName() {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/security/AbstractSecurityServiceFactory.java:26: warning: no comment
public abstract class AbstractSecurityServiceFactory implements SecurityServiceFactory {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/security/SecurityServiceFactory.java:25: warning: no comment
SecurityService getSecurityService(Module module, String consumerKey);
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/module/ModuleEventListener.java:21: warning: no comment
void moduleChanged(ModuleEvent event);
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/log/AppLog.java:101: warning: no @param for exception
public void error(final String message, final Throwable exception) {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/log/AppLog.java:61: warning: no comment
public AppLog(final String name) {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/log/AppLog.java:65: warning: no comment
public AppLog(final String name, final String logLevel) {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/log/AppLog.java:71: warning: no comment
public AppLog(final String moduleName, final String businessApplicationName, final String groupId,
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/log/AppLogUtil.java:24: warning: no comment
public final class AppLogUtil {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/log/AppLogUtil.java:25: warning: no comment
public static void info(final AppLog log, final String message, final StopWatch stopWatch) {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/log/AppLogUtil.java:38: warning: no comment
public static void infoAfterCommit(final AppLog log, final String message) {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/log/AppLogUtil.java:44: warning: no comment
public static void infoAfterCommit(final AppLog log, final String message,
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:467: warning: no description for @param

  • @param businessApplication
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:69: warning: no comment
    public static final String CORE_PARAMETER = BusinessApplication.class.getName()
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:72: warning: no comment
    public static final String JOB_PARAMETER = BusinessApplication.class.getName() + "/JOB_PARAMETER";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:74: warning: no comment
    public static final String REQUEST_PARAMETER = BusinessApplication.class.getName()
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:79: warning: no comment
    public static final String SEQUENCE_NUMBER = "\u039D";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:245: warning: no comment
    public BusinessApplication(final BusinessApplicationPlugin pluginAnnotation, final Module module,
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:259: warning: no comment
    public BusinessApplication(final String name) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:375: warning: no comment
    public void addInputDataContentType(final String contentType) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:379: warning: no comment
    public void addInputDataContentType(final String contentType, final String description,
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:396: warning: no comment
    public void addRequestField(int index, final FieldDefinition field, final Method method) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:421: warning: no comment
    public void addResultDataContentType(final String contentType) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:425: warning: no comment
    public void addResultDataContentType(final String contentType, final String fileExtension,
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:440: warning: no comment
    public void addResultField(int index, final FieldDefinition field, final Method method) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:459: warning: no comment
    public void addStandardMethod(final String parameterName, final Method method) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:483: warning: no comment
    public Expression getBatchModeExpression() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:487: warning: no comment
    public String getBatchModePermission() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:491: warning: no comment
    public List getCoordinateSystems() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:81: warning: no comment
    public static String getDefaultFileExtension(final Map<String, ?> fileExtensionMap) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:495: warning: no comment
    public String getDefaultInputDataContentType() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:499: warning: no comment
    public String getDefaultInputDataFileExtension() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:94: warning: no comment
    public static String getDefaultMimeType(final Collection mimeTypes) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:503: warning: no comment
    public String getDefaultResultDataContentType() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:507: warning: no comment
    public String getDefaultResultDataFileExtension() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:511: warning: no comment
    public String getDescription() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:515: warning: no comment
    public String getDescriptionUrl() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:519: warning: no comment
    public String getDetailedDescription() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:523: warning: no comment
    public GeometryFactory getGeometryFactory() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:527: warning: no comment
    public String getId() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:531: warning: no comment
    public String getInputContentType(final String fileExtension) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:539: warning: no comment
    public Set getInputDataContentTypes() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:543: warning: no comment
    public Map<String, String> getInputDataFileExetensions() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:547: warning: no comment
    public Map<String, String> getInputFileExtensionToContentType() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:551: warning: no comment
    public Map<String, String> getInputFileExtensionToMediaType() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:555: warning: no comment
    public Expression getInstantModeExpression() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:559: warning: no comment
    public String getInstantModePermission() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:563: warning: no comment
    public synchronized RecordDefinitionImpl getInternalRequestRecordDefinition() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:582: warning: no comment
    public AppLog getLog() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:586: warning: no comment
    public String getLogLevel() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:590: warning: no comment
    public int getMaxConcurrentRequests() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:594: warning: no comment
    public int getMaxRequestsPerJob() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:598: warning: no comment
    public Module getModule() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:602: warning: no comment
    public String getModuleName() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:606: warning: no comment
    public String getName() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:610: warning: no comment
    public int getNumRequestsPerWorker() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:614: warning: no comment
    public String getPackageName() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:618: warning: no comment
    public BusinessApplicationPlugin getPluginAnnotation() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:622: warning: no comment
    public synchronized RecordDefinitionImpl getRequestRecordDefinition() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:656: warning: no comment
    public String getResultContentType(final String fileExtension) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:664: warning: no comment
    public Set getResultDataContentTypes() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:668: warning: no comment
    public Map<String, String> getResultDataFileExtensions() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:672: warning: no comment
    public List getResultFieldNames() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:676: warning: no comment
    public String getResultListProperty() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:680: warning: no comment
    public synchronized RecordDefinition getResultRecordDefinition() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:716: warning: no comment
    public String getTitle() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:732: warning: no comment
    public boolean isCoreParameter(final String fieldName) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:741: warning: no comment
    public boolean isEnabled() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:745: warning: no comment
    public boolean isHasCustomizationProperties() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:749: warning: no comment
    public boolean isHasGeometryRequestAttribute() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:753: warning: no comment
    public boolean isHasGeometryResultAttribute() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:757: warning: no comment
    public boolean isHasNonGeometryRequestAttribute() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:761: warning: no comment
    public boolean isHasResultListCustomizationProperties() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:765: warning: no comment
    public boolean isHasResultListProperty() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:769: warning: no comment
    public boolean isInfoLogEnabled() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:773: warning: no comment
    public boolean isInputContentTypeSupported(final String contentType) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:777: warning: no comment
    public boolean isJobParameter(final String fieldName) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:786: warning: no comment
    public boolean isPerRequestInputData() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:790: warning: no comment
    public boolean isPerRequestResultData() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:794: warning: no comment
    public boolean isRequestFieldMapInitialized() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:798: warning: no comment
    public boolean isRequestParameter(final String fieldName) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:807: warning: no comment
    public boolean isResultContentTypeSupported(final String contentType) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:811: warning: no comment
    public boolean isSecurityServiceRequired() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:815: warning: no comment
    public boolean isTestModeEnabled() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:819: warning: no comment
    public boolean isValidateGeometry() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:823: warning: no comment
    public void pluginExecute(final Object plugin) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:840: warning: no comment
    public Object pluginGetResultFieldValue(final Object plugin, final String fieldName) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:862: warning: no comment
    public void pluginSetParameters(final Object plugin,
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:910: warning: no comment
    public void pluginTestExecute(final Object plugin) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:929: warning: no comment
    public void setBatchModePermission(final String batchModePermission) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:938: warning: no comment
    public void setCoordinateSystems(final List coordinateSystems) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:942: warning: no comment
    public void setDescription(final String description) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:946: warning: no comment
    public void setDescriptionUrl(final String descriptionUrl) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:950: warning: no comment
    public void setDetailedDescription(final String detailedDescription) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:954: warning: no comment
    public void setExecuteMethod(final Method method) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/impl/BusinessApplication.java:958: warning: no comment
    public void setGeometryFactory(final GeometryFactory geometryFactory) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:64: error: invalid entity &anp;
  • Get a GeometryFactory with no coordinate system, 3D axis (x, y & z) and a fixed x, y &anp; floating z precision models.

    ^

/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:250: error: unexpected end tag:

Command line was: /usr/local/openjdk-17/bin/javadoc @options @packages

Refer to the generated Javadoc files in '/workspace/source/cpf-api-plugin/target/apidocs' dir.

at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5763)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2152)
at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:189)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1911)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:568)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)

[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-javadoc.jar
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-plugin ---
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-plugin/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-javadoc.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-javadoc.jar
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-plugin ---
[ERROR] Error fetching link: /workspace/source/cpf-api-plugin/target/javadoc-bundle-options. Ignored it.
[WARNING] Unable to derive module descriptor for /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[ERROR] Error while creating javadoc report:
Exit code: 1 - /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/log/AppLog.java:101: warning: no @param for exception
public void error(final String message, final Throwable exception) {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/log/AppLog.java:61: warning: no comment
public AppLog(final String name) {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/log/AppLog.java:65: warning: no comment
public AppLog(final String name, final String logLevel) {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/log/AppLog.java:71: warning: no comment
public AppLog(final String moduleName, final String businessApplicationName, final String groupId,
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:89: warning: no @return
String description() default "";
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:96: warning: no @return
String descriptionUrl() default "";
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:104: warning: no @return
String[] inputDataContentTypes() default {};
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:113: warning: no @return
String instantModePermission() default "denyAll";
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:147: warning: no @return
String logLevel() default "ERROR";
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:155: warning: no @return
int maxConcurrentRequests() default 100;
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:158: warning: no @return
int maxRequestsPerJob() default Integer.MAX_VALUE;
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:169: warning: no @return
String name() default "";
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:176: warning: no @return
int numRequestsPerWorker() default 1;
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:183: warning: no @return
String packageName() default "";
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:192: warning: no @return
boolean perRequestInputData() default false;
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:201: warning: no @return
boolean perRequestResultData() default false;
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:209: warning: no @return
String[] resultDataContentTypes() default {};
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:215: warning: no @return
String title() default "";
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/DefaultValue.java:50: warning: no @return
String value();
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:64: error: invalid entity &anp;

  • Get a GeometryFactory with no coordinate system, 3D axis (x, y & z) and a fixed x, y &anp; floating z precision models.

    ^

/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:250: error: unexpected end tag:

  • @param wkt The WKT or http://postgis.net/docs/manual-2.0/using_postgis_dbmanagement.html#EWKB_EWKT encoded geometry.
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:254: warning: no @param for
    public T createGeometry(final String wkt) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:344: warning: no comment
    public Point createPoint(final Object object) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:397: warning: no comment
    public int getAxisCount() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:444: warning: no comment
    public int getNumAxis() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:482: warning: no comment
    public Polygon[] getPolygonArray(final Collection<?> polygonList) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:504: warning: no comment
    public double getScaleXY() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:508: warning: no comment
    public double getScaleZ() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:512: warning: no comment
    public boolean hasM() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:532: warning: no comment
    public boolean hasZ() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:180: warning: no comment
    public static String toWkt(final Geometry geometry) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:184: warning: no comment
    public static String toWkt(final Geometry geometry, final boolean writeSrid) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/JobParameter.java:55: warning: no @return
    String description() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/JobParameter.java:61: warning: no @return
    String descriptionUrl() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/JobParameter.java:64: warning: no @return
    int index() default -1;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/JobParameter.java:71: warning: no @return
    int length() default -1;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/JobParameter.java:77: warning: no @return
    String maxValue() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/JobParameter.java:83: warning: no @return
    String minValue() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/JobParameter.java:88: warning: no @return
    int scale() default -1;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/JobParameter.java:94: warning: no @return
    String units() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/RequestParameter.java:55: warning: no @return
    String description() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/RequestParameter.java:61: warning: no @return
    String descriptionUrl() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/RequestParameter.java:64: warning: no @return
    int index() default -1;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/RequestParameter.java:71: warning: no @return
    int length() default -1;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/RequestParameter.java:77: warning: no @return
    String maxValue() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/RequestParameter.java:83: warning: no @return
    String minValue() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/RequestParameter.java:88: warning: no @return
    int scale() default -1;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/RequestParameter.java:94: warning: no @return
    String units() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/ResultAttribute.java:59: warning: no @return
    String description() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/ResultAttribute.java:62: warning: no @return
    int index() default -1;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/ResultAttribute.java:72: warning: no @return
    int length() default -1;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/ResultAttribute.java:82: warning: no @return
    int scale() default -1;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:188: warning: no comment
    private final int axisCount;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:190: warning: no comment
    private final double scaleXy;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:192: warning: no comment
    private final double scaleZ;
    ^
    2 errors
    53 warnings

Command line was: /usr/local/openjdk-17/bin/javadoc @options

Refer to the generated Javadoc files in '/workspace/source/cpf-api-plugin/target/site/apidocs' dir.

org.apache.maven.reporting.MavenReportException:
Exit code: 1 - /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/log/AppLog.java:101: warning: no @param for exception
public void error(final String message, final Throwable exception) {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/log/AppLog.java:61: warning: no comment
public AppLog(final String name) {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/log/AppLog.java:65: warning: no comment
public AppLog(final String name, final String logLevel) {
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/log/AppLog.java:71: warning: no comment
public AppLog(final String moduleName, final String businessApplicationName, final String groupId,
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:89: warning: no @return
String description() default "";
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:96: warning: no @return
String descriptionUrl() default "";
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:104: warning: no @return
String[] inputDataContentTypes() default {};
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:113: warning: no @return
String instantModePermission() default "denyAll";
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:147: warning: no @return
String logLevel() default "ERROR";
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:155: warning: no @return
int maxConcurrentRequests() default 100;
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:158: warning: no @return
int maxRequestsPerJob() default Integer.MAX_VALUE;
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:169: warning: no @return
String name() default "";
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:176: warning: no @return
int numRequestsPerWorker() default 1;
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:183: warning: no @return
String packageName() default "";
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:192: warning: no @return
boolean perRequestInputData() default false;
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:201: warning: no @return
boolean perRequestResultData() default false;
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:209: warning: no @return
String[] resultDataContentTypes() default {};
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/BusinessApplicationPlugin.java:215: warning: no @return
String title() default "";
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/DefaultValue.java:50: warning: no @return
String value();
^
/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:64: error: invalid entity &anp;

  • Get a GeometryFactory with no coordinate system, 3D axis (x, y & z) and a fixed x, y &anp; floating z precision models.

    ^

/workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:250: error: unexpected end tag:

  • @param wkt The WKT or http://postgis.net/docs/manual-2.0/using_postgis_dbmanagement.html#EWKB_EWKT encoded geometry.
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:254: warning: no @param for
    public T createGeometry(final String wkt) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:344: warning: no comment
    public Point createPoint(final Object object) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:397: warning: no comment
    public int getAxisCount() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:444: warning: no comment
    public int getNumAxis() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:482: warning: no comment
    public Polygon[] getPolygonArray(final Collection<?> polygonList) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:504: warning: no comment
    public double getScaleXY() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:508: warning: no comment
    public double getScaleZ() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:512: warning: no comment
    public boolean hasM() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:532: warning: no comment
    public boolean hasZ() {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:180: warning: no comment
    public static String toWkt(final Geometry geometry) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:184: warning: no comment
    public static String toWkt(final Geometry geometry, final boolean writeSrid) {
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/JobParameter.java:55: warning: no @return
    String description() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/JobParameter.java:61: warning: no @return
    String descriptionUrl() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/JobParameter.java:64: warning: no @return
    int index() default -1;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/JobParameter.java:71: warning: no @return
    int length() default -1;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/JobParameter.java:77: warning: no @return
    String maxValue() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/JobParameter.java:83: warning: no @return
    String minValue() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/JobParameter.java:88: warning: no @return
    int scale() default -1;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/JobParameter.java:94: warning: no @return
    String units() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/RequestParameter.java:55: warning: no @return
    String description() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/RequestParameter.java:61: warning: no @return
    String descriptionUrl() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/RequestParameter.java:64: warning: no @return
    int index() default -1;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/RequestParameter.java:71: warning: no @return
    int length() default -1;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/RequestParameter.java:77: warning: no @return
    String maxValue() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/RequestParameter.java:83: warning: no @return
    String minValue() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/RequestParameter.java:88: warning: no @return
    int scale() default -1;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/RequestParameter.java:94: warning: no @return
    String units() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/ResultAttribute.java:59: warning: no @return
    String description() default "";
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/ResultAttribute.java:62: warning: no @return
    int index() default -1;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/ResultAttribute.java:72: warning: no @return
    int length() default -1;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/ResultAttribute.java:82: warning: no @return
    int scale() default -1;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:188: warning: no comment
    private final int axisCount;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:190: warning: no comment
    private final double scaleXy;
    ^
    /workspace/source/cpf-api-plugin/src/main/java/ca/bc/gov/open/cpf/plugin/api/GeometryFactory.java:192: warning: no comment
    private final double scaleZ;
    ^
    2 errors
    53 warnings

Command line was: /usr/local/openjdk-17/bin/javadoc @options

Refer to the generated Javadoc files in '/workspace/source/cpf-api-plugin/target/site/apidocs' dir.

at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5763)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2152)
at org.apache.maven.plugins.javadoc.JavadocReport.generate (JavadocReport.java:134)
at org.apache.maven.plugins.javadoc.JavadocReport.doExecute (JavadocReport.java:321)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1911)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:568)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)

[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) @ cpf-api-plugin ---
[WARNING] Unable to derive module descriptor for /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
Downloading from central: https://repo.maven.apache.org/maven2/ca/bc/gov/open/cpf/cpf-doclet/7b72f92906639c53399a70af505c18082e9c198d/cpf-doclet-7b72f92906639c53399a70af505c18082e9c198d.pom
[WARNING] The POM for ca.bc.gov.open.cpf:cpf-doclet:jar:7b72f92906639c53399a70af505c18082e9c198d is missing, no dependency information available
Downloading from central: https://repo.maven.apache.org/maven2/ca/bc/gov/open/cpf/cpf-doclet/7b72f92906639c53399a70af505c18082e9c198d/cpf-doclet-7b72f92906639c53399a70af505c18082e9c198d.jar
[ERROR] Error while creating javadoc report: Unable to resolve artifact:groupId = 'ca.bc.gov.open.cpf'
artifactId = 'cpf-doclet'
version = '7b72f92906639c53399a70af505c18082e9c198d'
org.apache.maven.reporting.MavenReportException: Unable to resolve artifact:groupId = 'ca.bc.gov.open.cpf'
artifactId = 'cpf-doclet'
version = '7b72f92906639c53399a70af505c18082e9c198d'
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.getArtifactsAbsolutePath (AbstractJavadocMojo.java:3595)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.getDocletPath (AbstractJavadocMojo.java:3098)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.addJavadocOptions (AbstractJavadocMojo.java:5208)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2081)
at org.apache.maven.plugins.javadoc.JavadocReport.generate (JavadocReport.java:134)
at org.apache.maven.plugins.javadoc.JavadocReport.doExecute (JavadocReport.java:321)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1911)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:568)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.shared.transfer.artifact.resolve.ArtifactResolverException: Could not find artifact ca.bc.gov.open.cpf:cpf-doclet:jar:7b72f92906639c53399a70af505c18082e9c198d in central (https://repo.maven.apache.org/maven2)
at org.apache.maven.shared.transfer.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact (Maven31ArtifactResolver.java:116)
at org.apache.maven.shared.transfer.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact (Maven31ArtifactResolver.java:80)
at org.apache.maven.shared.transfer.artifact.resolve.internal.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:75)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.createAndResolveArtifact (AbstractJavadocMojo.java:3618)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.getArtifactsAbsolutePath (AbstractJavadocMojo.java:3575)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.getDocletPath (AbstractJavadocMojo.java:3098)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.addJavadocOptions (AbstractJavadocMojo.java:5208)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2081)
at org.apache.maven.plugins.javadoc.JavadocReport.generate (JavadocReport.java:134)
at org.apache.maven.plugins.javadoc.JavadocReport.doExecute (JavadocReport.java:321)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1911)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:568)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact ca.bc.gov.open.cpf:cpf-doclet:jar:7b72f92906639c53399a70af505c18082e9c198d in central (https://repo.maven.apache.org/maven2)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:425)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262)
at org.apache.maven.shared.transfer.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact (Maven31ArtifactResolver.java:108)
at org.apache.maven.shared.transfer.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact (Maven31ArtifactResolver.java:80)
at org.apache.maven.shared.transfer.artifact.resolve.internal.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:75)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.createAndResolveArtifact (AbstractJavadocMojo.java:3618)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.getArtifactsAbsolutePath (AbstractJavadocMojo.java:3575)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.getDocletPath (AbstractJavadocMojo.java:3098)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.addJavadocOptions (AbstractJavadocMojo.java:5208)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2081)
at org.apache.maven.plugins.javadoc.JavadocReport.generate (JavadocReport.java:134)
at org.apache.maven.plugins.javadoc.JavadocReport.doExecute (JavadocReport.java:321)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1911)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:568)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact ca.bc.gov.open.cpf:cpf-doclet:jar:7b72f92906639c53399a70af505c18082e9c198d in central (https://repo.maven.apache.org/maven2)
at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed (ArtifactTransportListener.java:48)
at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:369)
at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute (BasicRepositoryConnector.java:628)
at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:262)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads (DefaultArtifactResolver.java:514)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:402)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262)
at org.apache.maven.shared.transfer.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact (Maven31ArtifactResolver.java:108)
at org.apache.maven.shared.transfer.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact (Maven31ArtifactResolver.java:80)
at org.apache.maven.shared.transfer.artifact.resolve.internal.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:75)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.createAndResolveArtifact (AbstractJavadocMojo.java:3618)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.getArtifactsAbsolutePath (AbstractJavadocMojo.java:3575)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.getDocletPath (AbstractJavadocMojo.java:3098)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.addJavadocOptions (AbstractJavadocMojo.java:5208)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2081)
at org.apache.maven.plugins.javadoc.JavadocReport.generate (JavadocReport.java:134)
at org.apache.maven.plugins.javadoc.JavadocReport.doExecute (JavadocReport.java:321)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1911)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:568)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-client >------------------
[INFO] Building Concurrent Processing Framework Client Java API 7b72f92 [3/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /workspace/source/cpf-api-client/target/classes
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cpf-api-client ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-client ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-client ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-client ---
[ERROR] Error fetching link: /workspace/source/cpf-api-client/target/javadoc-bundle-options. Ignored it.
[WARNING] Unable to derive module descriptor for /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[ERROR] MavenReportException: Error while generating Javadoc:
Exit code: 1 - /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/api/ErrorCode.java:19: warning: empty

tag

  • The ErrorCode enum describes the types of error that can be returned in an error file.

    ^

/workspace/source/cpf-api-client/src/main/java/net/oauth/signature/pem/PKCS1EncodedKeySpec.java:26: error: self-closing element not allowed

  • ^

/workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/api/CpfClient.java:187: warning: empty

tag

  • when the client is no longer needed to clean up resources.


    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/api/CpfClient.java:209: warning: empty

    tag

  • when the client is no longer needed to clean up resources.


    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/api/CpfClient.java:1466: warning: no @param for intermediate
    public int processJobErrorResults(final String jobIdUrl, final long maxWait,
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:69: warning: no comment
    public class CpfHttpClient {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:94: warning: no comment
    public CpfHttpClient(final CpfHttpClientPool pool, final String serviceUrl, final String username,
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:142: warning: no comment
    public void close() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:146: warning: no comment
    public void deleteUrl(final String url) throws IOException, ClientProtocolException {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:70: warning: no comment
    public static HttpHost determineTarget(final HttpUriRequest request)
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:153: warning: no comment
    public CloseableHttpClient getHttpClient() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:192: warning: no comment
    public Map<String, Object> getJsonResource(final String url) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:178: warning: no comment
    public Map<String, Object> getJsonResource(final HttpUriRequest request)
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:157: warning: no comment
    public Map<String, Object> getJsonResource(final HttpResponse response) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:202: warning: no comment
    public MapReader getMapReader(final String url) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:207: warning: no comment
    public MapReader getMapReader(final String fileName, final String url) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:237: warning: no comment
    public HttpResponse getResource(final String url) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:247: warning: no comment
    public String getUrl(final String path) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:262: warning: no comment
    public Map<String, Object> postJsonResource(final String url)
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:268: warning: no comment
    public Map<String, Object> postJsonResource(final String url,
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:278: warning: no comment
    public int postResource(final HttpMultipartPost post) throws IOException {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:282: warning: no comment
    public HttpResponse postResource(final String url) throws IOException, ClientProtocolException {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:295: warning: no comment
    public HttpResponse postResource(final String url, final String contentType, final File file)
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:308: warning: no comment
    public String postResourceRedirect(final HttpMultipartPost request) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:355: warning: no comment
    public String postResourceRedirect(final String url) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:22: warning: no comment
    public class CpfHttpClientPool {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:34: warning: no comment
    public CpfHttpClientPool() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:37: warning: no comment
    public CpfHttpClientPool(final String webServiceUrl, final String consumerKey,
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:45: warning: no comment
    public void close() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:56: warning: no comment
    public CpfHttpClient getClient() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:74: warning: no comment
    public String getConsumerKey() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:78: warning: no comment
    public String getConsumerSecret() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:82: warning: no comment
    public int getMaxConnections() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:86: warning: no comment
    public String getWebServiceUrl() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:90: warning: no comment
    public void releaseClient(final CpfHttpClient client) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:102: warning: no comment
    public void setConsumerKey(final String consumerKey) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:106: warning: no comment
    public void setConsumerSecret(final String consumerSecret) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:110: warning: no comment
    public void setMaxConnections(final int maxConnections) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:117: warning: no comment
    public void setWebServiceUrl(final String webServiceUrl) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/FunctionResponseHandler.java:26: warning: no comment
    public class FunctionResponseHandler implements ResponseHandler {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/FunctionResponseHandler.java:30: warning: no comment
    public FunctionResponseHandler(final Function<HttpResponse, T> function) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpConnectionManagerFactory.java:25: warning: no comment
    public class HttpConnectionManagerFactory implements ClientConnectionManagerFactory {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:38: warning: no comment
    public class HttpMultipartPost {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:56: warning: no comment
    public HttpMultipartPost(final CpfHttpClient httpclient, final String url) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:62: warning: no comment
    public HttpMultipartPost(final CpfHttpClient httpclient, final URL url) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:67: warning: no comment
    public void addHeader(final String name, final String value) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:85: warning: no comment
    public void addParameter(final String parameterName, final Resource resource,
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:71: warning: no comment
    public void addParameter(final String parameterName, final File file) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:75: warning: no comment
    public void addParameter(final String parameterName, final Object parameterValue) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:91: warning: no comment
    public void addParameter(final String parameterName, final String filename,
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:97: warning: no comment
    public void close() throws IOException {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:103: warning: no comment
    public HttpResponse getResponse() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:107: warning: no comment
    public InputStream getResponseContentStream() throws IOException {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:111: warning: no comment
    public HttpEntity getResponseEntity() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:115: warning: no comment
    public String getUrl() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:119: warning: no comment
    public int postRequest(final HttpContext context) throws IOException {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpStatusCodeException.java:18: warning: no comment
    public class HttpStatusCodeException extends RuntimeException {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpStatusCodeException.java:28: warning: no comment
    public HttpStatusCodeException(final int statusCode, final String statusMessage) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpStatusCodeException.java:34: warning: no comment
    public int getStatusCode() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpStatusCodeException.java:38: warning: no comment
    public String getStatusMessage() {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:254: warning: no @param for url
    public static String addParameters(final String url, final String... parameters)
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:254: warning: no @param for parameters
    public static String addParameters(final String url, final String... parameters)
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:254: warning: no @return
    public static String addParameters(final String url, final String... parameters)
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:254: warning: no @throws for java.io.IOException
    public static String addParameters(final String url, final String... parameters)
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:271: warning: no @param for form
    public static List decodeForm(final String form) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:271: warning: no @return
    public static List decodeForm(final String form) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:316: warning: no @param for parameters
    public static String formEncode(final Iterable<? extends Entry<String, String>> parameters)
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:316: warning: no @return
    public static String formEncode(final Iterable<? extends Entry<String, String>> parameters)
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:316: warning: no @throws for java.io.IOException
    public static String formEncode(final Iterable<? extends Entry<String, String>> parameters)
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:327: warning: no @param for parameters
    public static void formEncode(final Iterable<? extends Entry<String, String>> parameters,
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:327: warning: no @param for into
    public static void formEncode(final Iterable<? extends Entry<String, String>> parameters,
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:327: warning: no @throws for java.io.IOException
    public static void formEncode(final Iterable<? extends Entry<String, String>> parameters,
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:349: warning: no @param for contentType
    public static boolean isFormEncoded(String contentType) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:349: warning: no @return
    public static boolean isFormEncoded(String contentType) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:361: warning: no @param for parameters
    public static List newList(final String... parameters) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:361: warning: no @return
    public static List newList(final String... parameters) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:374: warning: no @param for from
    public static Map<String, String> newMap(final Iterable<? extends Entry<String, String>> from) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:374: warning: no @return
    public static Map<String, String> newMap(final Iterable<? extends Entry<String, String>> from) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:387: error: bad HTML entity
    /** Construct a &-separated list of the given values, percentEncoded. */
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:388: warning: no @param for values
    public static String percentEncode(final Iterable values) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:388: warning: no @return
    public static String percentEncode(final Iterable values) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:212: warning: no comment
    public static final String HMAC_SHA1 = "HMAC-SHA1";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:214: warning: no comment
    public static final String OAUTH_CALLBACK = "oauth_callback";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:216: warning: no comment
    public static final String OAUTH_CALLBACK_CONFIRMED = "oauth_callback_confirmed";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:218: warning: no comment
    public static final String OAUTH_CONSUMER_KEY = "oauth_consumer_key";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:220: warning: no comment
    public static final String OAUTH_NONCE = "oauth_nonce";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:222: warning: no comment
    public static final String OAUTH_SIGNATURE = "oauth_signature";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:224: warning: no comment
    public static final String OAUTH_SIGNATURE_METHOD = "oauth_signature_method";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:226: warning: no comment
    public static final String OAUTH_TIMESTAMP = "oauth_timestamp";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:228: warning: no comment
    public static final String OAUTH_TOKEN = "oauth_token";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:230: warning: no comment
    public static final String OAUTH_TOKEN_SECRET = "oauth_token_secret";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:232: warning: no comment
    public static final String OAUTH_VERIFIER = "oauth_verifier";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:234: warning: no comment
    public static final String OAUTH_VERSION = "oauth_version";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:236: warning: no comment
    public static final String RSA_SHA1 = "RSA-SHA1";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:238: warning: no comment
    public static final String VERSION_1_0 = "1.0";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:240: warning: no comment
    public static String addParameters(final String url,
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:259: warning: no comment
    public static String decodeCharacters(final byte[] from) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:291: warning: no comment
    public static String decodePercent(final String s) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:300: warning: no comment
    public static byte[] encodeCharacters(final String from) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:344: warning: no comment
    public static boolean isEmpty(final String str) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:399: warning: no comment
    public static String percentEncode(final String s) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:415: warning: no comment
    public static void setCharacterEncoding(final String encoding) {
    ^
    2 errors
    100 warnings

Command line was: /usr/local/openjdk-17/bin/javadoc @options @packages

Refer to the generated Javadoc files in '/workspace/source/cpf-api-client/target/apidocs' dir.

org.apache.maven.reporting.MavenReportException:
Exit code: 1 - /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/api/ErrorCode.java:19: warning: empty

tag

  • The ErrorCode enum describes the types of error that can be returned in an error file.

    ^

/workspace/source/cpf-api-client/src/main/java/net/oauth/signature/pem/PKCS1EncodedKeySpec.java:26: error: self-closing element not allowed

  • ^

/workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/api/CpfClient.java:187: warning: empty

tag

  • when the client is no longer needed to clean up resources.


    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/api/CpfClient.java:209: warning: empty

    tag

  • when the client is no longer needed to clean up resources.


    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/api/CpfClient.java:1466: warning: no @param for intermediate
    public int processJobErrorResults(final String jobIdUrl, final long maxWait,
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:69: warning: no comment
    public class CpfHttpClient {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:94: warning: no comment
    public CpfHttpClient(final CpfHttpClientPool pool, final String serviceUrl, final String username,
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:142: warning: no comment
    public void close() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:146: warning: no comment
    public void deleteUrl(final String url) throws IOException, ClientProtocolException {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:70: warning: no comment
    public static HttpHost determineTarget(final HttpUriRequest request)
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:153: warning: no comment
    public CloseableHttpClient getHttpClient() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:192: warning: no comment
    public Map<String, Object> getJsonResource(final String url) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:178: warning: no comment
    public Map<String, Object> getJsonResource(final HttpUriRequest request)
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:157: warning: no comment
    public Map<String, Object> getJsonResource(final HttpResponse response) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:202: warning: no comment
    public MapReader getMapReader(final String url) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:207: warning: no comment
    public MapReader getMapReader(final String fileName, final String url) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:237: warning: no comment
    public HttpResponse getResource(final String url) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:247: warning: no comment
    public String getUrl(final String path) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:262: warning: no comment
    public Map<String, Object> postJsonResource(final String url)
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:268: warning: no comment
    public Map<String, Object> postJsonResource(final String url,
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:278: warning: no comment
    public int postResource(final HttpMultipartPost post) throws IOException {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:282: warning: no comment
    public HttpResponse postResource(final String url) throws IOException, ClientProtocolException {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:295: warning: no comment
    public HttpResponse postResource(final String url, final String contentType, final File file)
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:308: warning: no comment
    public String postResourceRedirect(final HttpMultipartPost request) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClient.java:355: warning: no comment
    public String postResourceRedirect(final String url) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:22: warning: no comment
    public class CpfHttpClientPool {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:34: warning: no comment
    public CpfHttpClientPool() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:37: warning: no comment
    public CpfHttpClientPool(final String webServiceUrl, final String consumerKey,
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:45: warning: no comment
    public void close() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:56: warning: no comment
    public CpfHttpClient getClient() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:74: warning: no comment
    public String getConsumerKey() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:78: warning: no comment
    public String getConsumerSecret() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:82: warning: no comment
    public int getMaxConnections() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:86: warning: no comment
    public String getWebServiceUrl() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:90: warning: no comment
    public void releaseClient(final CpfHttpClient client) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:102: warning: no comment
    public void setConsumerKey(final String consumerKey) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:106: warning: no comment
    public void setConsumerSecret(final String consumerSecret) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:110: warning: no comment
    public void setMaxConnections(final int maxConnections) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/CpfHttpClientPool.java:117: warning: no comment
    public void setWebServiceUrl(final String webServiceUrl) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/FunctionResponseHandler.java:26: warning: no comment
    public class FunctionResponseHandler implements ResponseHandler {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/FunctionResponseHandler.java:30: warning: no comment
    public FunctionResponseHandler(final Function<HttpResponse, T> function) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpConnectionManagerFactory.java:25: warning: no comment
    public class HttpConnectionManagerFactory implements ClientConnectionManagerFactory {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:38: warning: no comment
    public class HttpMultipartPost {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:56: warning: no comment
    public HttpMultipartPost(final CpfHttpClient httpclient, final String url) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:62: warning: no comment
    public HttpMultipartPost(final CpfHttpClient httpclient, final URL url) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:67: warning: no comment
    public void addHeader(final String name, final String value) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:85: warning: no comment
    public void addParameter(final String parameterName, final Resource resource,
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:71: warning: no comment
    public void addParameter(final String parameterName, final File file) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:75: warning: no comment
    public void addParameter(final String parameterName, final Object parameterValue) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:91: warning: no comment
    public void addParameter(final String parameterName, final String filename,
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:97: warning: no comment
    public void close() throws IOException {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:103: warning: no comment
    public HttpResponse getResponse() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:107: warning: no comment
    public InputStream getResponseContentStream() throws IOException {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:111: warning: no comment
    public HttpEntity getResponseEntity() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:115: warning: no comment
    public String getUrl() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpMultipartPost.java:119: warning: no comment
    public int postRequest(final HttpContext context) throws IOException {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpStatusCodeException.java:18: warning: no comment
    public class HttpStatusCodeException extends RuntimeException {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpStatusCodeException.java:28: warning: no comment
    public HttpStatusCodeException(final int statusCode, final String statusMessage) {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpStatusCodeException.java:34: warning: no comment
    public int getStatusCode() {
    ^
    /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/httpclient/HttpStatusCodeException.java:38: warning: no comment
    public String getStatusMessage() {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:254: warning: no @param for url
    public static String addParameters(final String url, final String... parameters)
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:254: warning: no @param for parameters
    public static String addParameters(final String url, final String... parameters)
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:254: warning: no @return
    public static String addParameters(final String url, final String... parameters)
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:254: warning: no @throws for java.io.IOException
    public static String addParameters(final String url, final String... parameters)
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:271: warning: no @param for form
    public static List decodeForm(final String form) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:271: warning: no @return
    public static List decodeForm(final String form) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:316: warning: no @param for parameters
    public static String formEncode(final Iterable<? extends Entry<String, String>> parameters)
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:316: warning: no @return
    public static String formEncode(final Iterable<? extends Entry<String, String>> parameters)
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:316: warning: no @throws for java.io.IOException
    public static String formEncode(final Iterable<? extends Entry<String, String>> parameters)
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:327: warning: no @param for parameters
    public static void formEncode(final Iterable<? extends Entry<String, String>> parameters,
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:327: warning: no @param for into
    public static void formEncode(final Iterable<? extends Entry<String, String>> parameters,
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:327: warning: no @throws for java.io.IOException
    public static void formEncode(final Iterable<? extends Entry<String, String>> parameters,
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:349: warning: no @param for contentType
    public static boolean isFormEncoded(String contentType) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:349: warning: no @return
    public static boolean isFormEncoded(String contentType) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:361: warning: no @param for parameters
    public static List newList(final String... parameters) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:361: warning: no @return
    public static List newList(final String... parameters) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:374: warning: no @param for from
    public static Map<String, String> newMap(final Iterable<? extends Entry<String, String>> from) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:374: warning: no @return
    public static Map<String, String> newMap(final Iterable<? extends Entry<String, String>> from) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:387: error: bad HTML entity
    /** Construct a &-separated list of the given values, percentEncoded. */
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:388: warning: no @param for values
    public static String percentEncode(final Iterable values) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:388: warning: no @return
    public static String percentEncode(final Iterable values) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:212: warning: no comment
    public static final String HMAC_SHA1 = "HMAC-SHA1";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:214: warning: no comment
    public static final String OAUTH_CALLBACK = "oauth_callback";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:216: warning: no comment
    public static final String OAUTH_CALLBACK_CONFIRMED = "oauth_callback_confirmed";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:218: warning: no comment
    public static final String OAUTH_CONSUMER_KEY = "oauth_consumer_key";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:220: warning: no comment
    public static final String OAUTH_NONCE = "oauth_nonce";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:222: warning: no comment
    public static final String OAUTH_SIGNATURE = "oauth_signature";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:224: warning: no comment
    public static final String OAUTH_SIGNATURE_METHOD = "oauth_signature_method";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:226: warning: no comment
    public static final String OAUTH_TIMESTAMP = "oauth_timestamp";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:228: warning: no comment
    public static final String OAUTH_TOKEN = "oauth_token";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:230: warning: no comment
    public static final String OAUTH_TOKEN_SECRET = "oauth_token_secret";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:232: warning: no comment
    public static final String OAUTH_VERIFIER = "oauth_verifier";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:234: warning: no comment
    public static final String OAUTH_VERSION = "oauth_version";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:236: warning: no comment
    public static final String RSA_SHA1 = "RSA-SHA1";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:238: warning: no comment
    public static final String VERSION_1_0 = "1.0";
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:240: warning: no comment
    public static String addParameters(final String url,
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:259: warning: no comment
    public static String decodeCharacters(final byte[] from) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:291: warning: no comment
    public static String decodePercent(final String s) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:300: warning: no comment
    public static byte[] encodeCharacters(final String from) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:344: warning: no comment
    public static boolean isEmpty(final String str) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:399: warning: no comment
    public static String percentEncode(final String s) {
    ^
    /workspace/source/cpf-api-client/src/main/java/net/oauth/OAuth.java:415: warning: no comment
    public static void setCharacterEncoding(final String encoding) {
    ^
    2 errors
    100 warnings

Command line was: /usr/local/openjdk-17/bin/javadoc @options @packages

Refer to the generated Javadoc files in '/workspace/source/cpf-api-client/target/apidocs' dir.

at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5763)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2152)
at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:189)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1911)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:568)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)

[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-javadoc.jar
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-client ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-client ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-client ---
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-client/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-javadoc.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-javadoc.jar
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-client ---
[ERROR] Error fetching link: /workspace/source/cpf-api-client/target/javadoc-bundle-options. Ignored it.
[WARNING] Unable to derive module descriptor for /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[WARNING] Javadoc Warnings
[WARNING] /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/api/ErrorCode.java:19: warning: empty

tag
[WARNING] *

The ErrorCode enum describes the types of error that can be returned in an error file.


[WARNING] ^
[WARNING] /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/api/CpfClient.java:187: warning: empty

tag
[WARNING] * when the client is no longer needed to clean up resources.


[WARNING] ^
[WARNING] /workspace/source/cpf-api-client/src/main/java/ca/bc/gov/open/cpf/client/api/CpfClient.java:1466: warning: no @param for intermediate
[WARNING] public int processJobErrorResults(final String jobIdUrl, final long maxWait,
[WARNING] ^
[WARNING] 3 warnings
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) @ cpf-api-client ---
[WARNING] Unable to derive module descriptor for /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[WARNING] The POM for ca.bc.gov.open.cpf:cpf-doclet:jar:7b72f92906639c53399a70af505c18082e9c198d is missing, no dependency information available
[ERROR] Error while creating javadoc report: Unable to resolve artifact:groupId = 'ca.bc.gov.open.cpf'
artifactId = 'cpf-doclet'
version = '7b72f92906639c53399a70af505c18082e9c198d'
org.apache.maven.reporting.MavenReportException: Unable to resolve artifact:groupId = 'ca.bc.gov.open.cpf'
artifactId = 'cpf-doclet'
version = '7b72f92906639c53399a70af505c18082e9c198d'
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.getArtifactsAbsolutePath (AbstractJavadocMojo.java:3595)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.getDocletPath (AbstractJavadocMojo.java:3098)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.addJavadocOptions (AbstractJavadocMojo.java:5208)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2081)
at org.apache.maven.plugins.javadoc.JavadocReport.generate (JavadocReport.java:134)
at org.apache.maven.plugins.javadoc.JavadocReport.doExecute (JavadocReport.java:321)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1911)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:568)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.shared.transfer.artifact.resolve.ArtifactResolverException: ca.bc.gov.open.cpf:cpf-doclet:jar:7b72f92906639c53399a70af505c18082e9c198d was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced
at org.apache.maven.shared.transfer.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact (Maven31ArtifactResolver.java:116)
at org.apache.maven.shared.transfer.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact (Maven31ArtifactResolver.java:80)
at org.apache.maven.shared.transfer.artifact.resolve.internal.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:75)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.createAndResolveArtifact (AbstractJavadocMojo.java:3618)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.getArtifactsAbsolutePath (AbstractJavadocMojo.java:3575)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.getDocletPath (AbstractJavadocMojo.java:3098)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.addJavadocOptions (AbstractJavadocMojo.java:5208)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2081)
at org.apache.maven.plugins.javadoc.JavadocReport.generate (JavadocReport.java:134)
at org.apache.maven.plugins.javadoc.JavadocReport.doExecute (JavadocReport.java:321)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1911)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:568)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: ca.bc.gov.open.cpf:cpf-doclet:jar:7b72f92906639c53399a70af505c18082e9c198d was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:425)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262)
at org.apache.maven.shared.transfer.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact (Maven31ArtifactResolver.java:108)
at org.apache.maven.shared.transfer.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact (Maven31ArtifactResolver.java:80)
at org.apache.maven.shared.transfer.artifact.resolve.internal.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:75)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.createAndResolveArtifact (AbstractJavadocMojo.java:3618)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.getArtifactsAbsolutePath (AbstractJavadocMojo.java:3575)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.getDocletPath (AbstractJavadocMojo.java:3098)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.addJavadocOptions (AbstractJavadocMojo.java:5208)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2081)
at org.apache.maven.plugins.javadoc.JavadocReport.generate (JavadocReport.java:134)
at org.apache.maven.plugins.javadoc.JavadocReport.doExecute (JavadocReport.java:321)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1911)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:568)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: ca.bc.gov.open.cpf:cpf-doclet:jar:7b72f92906639c53399a70af505c18082e9c198d was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced
at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.newException (DefaultUpdateCheckManager.java:217)
at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.checkArtifact (DefaultUpdateCheckManager.java:169)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.gatherDownloads (DefaultArtifactResolver.java:574)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads (DefaultArtifactResolver.java:484)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:402)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262)
at org.apache.maven.shared.transfer.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact (Maven31ArtifactResolver.java:108)
at org.apache.maven.shared.transfer.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact (Maven31ArtifactResolver.java:80)
at org.apache.maven.shared.transfer.artifact.resolve.internal.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:75)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.createAndResolveArtifact (AbstractJavadocMojo.java:3618)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.getArtifactsAbsolutePath (AbstractJavadocMojo.java:3575)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.getDocletPath (AbstractJavadocMojo.java:3098)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.addJavadocOptions (AbstractJavadocMojo.java:5208)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2081)
at org.apache.maven.plugins.javadoc.JavadocReport.generate (JavadocReport.java:134)
at org.apache.maven.plugins.javadoc.JavadocReport.doExecute (JavadocReport.java:321)
at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1911)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:568)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/target/site/java-api
[INFO] Copying 2 resources to template
[INFO]
[INFO] --- jsdoctk-plugin:2.3.2:jsdoc (javascript-api) @ cpf-api-client ---
[INFO] Copying JSDoc Toolkit to temporary directory.
[INFO] JSDoc Toolkit copied to temporary directory, execution will commense shortly.
[INFO] Will be generating JSDoc for '/workspace/source/cpf-api-client/src/main/js'.
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-api-app >-------------------
[INFO] Building Concurrent Processing Framework Application Java API 7b72f92 [4/14]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/mail/jakarta.mail/1.6.7/jakarta.mail-1.6.7.pom
Progress (1): 2.8/5.7 kB
Progress (1): 5.5/5.7 kB
Progress (1): 5.7 kB

Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/mail/jakarta.mail/1.6.7/jakarta.mail-1.6.7.pom (5.7 kB at 97 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/mail/all/1.6.7/all-1.6.7.pom
Progress (1): 2.8/24 kB
Progress (1): 5.5/24 kB
Progress (1): 8.3/24 kB
Progress (1): 11/24 kB
Progress (1): 14/24 kB
Progress (1): 17/24 kB
Progress (1): 20/24 kB
Progress (1): 23/24 kB
Progress (1): 24 kB

Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/mail/all/1.6.7/all-1.6.7.pom (24 kB at 588 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
Progress (1): 2.8/13 kB
Progress (1): 5.5/13 kB
Progress (1): 8.3/13 kB
Progress (1): 11/13 kB
Progress (1): 13 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 252 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.pom
Progress (1): 2.8/4.9 kB
Progress (1): 4.9 kB

Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.pom (4.9 kB at 71 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.1/all-1.2.1.pom
Progress (1): 4.1/18 kB
Progress (1): 8.2/18 kB
Progress (1): 12/18 kB
Progress (1): 16/18 kB
Progress (1): 18 kB

Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.1/all-1.2.1.pom (18 kB at 317 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom
Progress (1): 4.1/12 kB
Progress (1): 8.2/12 kB
Progress (1): 12 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (12 kB at 197 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/mail/jakarta.mail-api/2.0.0/jakarta.mail-api-2.0.0.pom
Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB

Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/mail/jakarta.mail-api/2.0.0/jakarta.mail-api-2.0.0.pom (5.5 kB at 122 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/mail/all/2.0.0/all-2.0.0.pom
Progress (1): 4.1/22 kB
Progress (1): 8.2/22 kB
Progress (1): 12/22 kB
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB

Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/mail/all/2.0.0/all-2.0.0.pom (22 kB at 387 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/mail/jakarta.mail/1.6.7/jakarta.mail-1.6.7.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/mail/jakarta.mail-api/2.0.0/jakarta.mail-api-2.0.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar (0 B at 0 B/s)
Progress (1): 4.1/66 kB
Progress (1): 8.2/66 kB
Progress (1): 12/66 kB
Progress (1): 16/66 kB
Progress (1): 20/66 kB
Progress (1): 25/66 kB
Progress (1): 29/66 kB
Progress (1): 33/66 kB
Progress (2): 33/66 kB | 4.1/677 kB
Progress (2): 33/66 kB | 8.2/677 kB
Progress (2): 33/66 kB | 12/677 kB
Progress (2): 33/66 kB | 16/677 kB
Progress (2): 33/66 kB | 20/677 kB
Progress (2): 33/66 kB | 25/677 kB
Progress (2): 33/66 kB | 29/677 kB
Progress (2): 33/66 kB | 33/677 kB
Progress (2): 37/66 kB | 33/677 kB
Progress (2): 41/66 kB | 33/677 kB
Progress (2): 45/66 kB | 33/677 kB
Progress (2): 49/66 kB | 33/677 kB
Progress (2): 53/66 kB | 33/677 kB
Progress (2): 57/66 kB | 33/677 kB
Progress (2): 61/66 kB | 33/677 kB
Progress (2): 61/66 kB | 37/677 kB
Progress (2): 66/66 kB | 37/677 kB
Progress (2): 66/66 kB | 41/677 kB
Progress (2): 66 kB | 41/677 kB
Progress (2): 66 kB | 45/677 kB
Progress (2): 66 kB | 49/677 kB
Progress (2): 66 kB | 53/677 kB
Progress (2): 66 kB | 57/677 kB
Progress (2): 66 kB | 61/677 kB
Progress (2): 66 kB | 66/677 kB
Progress (2): 66 kB | 70/677 kB
Progress (2): 66 kB | 74/677 kB
Progress (2): 66 kB | 78/677 kB
Progress (2): 66 kB | 82/677 kB
Progress (3): 66 kB | 82/677 kB | 2.8/219 kB
Progress (3): 66 kB | 82/677 kB | 5.5/219 kB
Progress (3): 66 kB | 82/677 kB | 8.3/219 kB
Progress (3): 66 kB | 82/677 kB | 11/219 kB
Progress (3): 66 kB | 82/677 kB | 14/219 kB
Progress (3): 66 kB | 86/677 kB | 14/219 kB
Progress (3): 66 kB | 90/677 kB | 14/219 kB
Progress (3): 66 kB | 90/677 kB | 18/219 kB
Progress (3): 66 kB | 94/677 kB | 18/219 kB
Progress (3): 66 kB | 94/677 kB | 22/219 kB
Progress (3): 66 kB | 94/677 kB | 26/219 kB
Progress (3): 66 kB | 98/677 kB | 26/219 kB
Progress (3): 66 kB | 98/677 kB | 30/219 kB
Progress (3): 66 kB | 102/677 kB | 30/219 kB
Progress (3): 66 kB | 102/677 kB | 34/219 kB
Progress (3): 66 kB | 106/677 kB | 34/219 kB
Progress (3): 66 kB | 106/677 kB | 38/219 kB
Progress (3): 66 kB | 106/677 kB | 42/219 kB
Progress (3): 66 kB | 106/677 kB | 47/219 kB
Progress (3): 66 kB | 106/677 kB | 51/219 kB
Progress (3): 66 kB | 106/677 kB | 55/219 kB
Progress (3): 66 kB | 106/677 kB | 59/219 kB
Progress (3): 66 kB | 111/677 kB | 59/219 kB
Progress (3): 66 kB | 115/677 kB | 59/219 kB
Progress (3): 66 kB | 119/677 kB | 59/219 kB
Progress (3): 66 kB | 119/677 kB | 63/219 kB
Progress (3): 66 kB | 123/677 kB | 63/219 kB
Progress (3): 66 kB | 127/677 kB | 63/219 kB
Progress (3): 66 kB | 131/677 kB | 63/219 kB
Progress (3): 66 kB | 135/677 kB | 63/219 kB
Progress (3): 66 kB | 139/677 kB | 63/219 kB
Progress (3): 66 kB | 143/677 kB | 63/219 kB
Progress (3): 66 kB | 147/677 kB | 63/219 kB
Progress (3): 66 kB | 152/677 kB | 63/219 kB
Progress (3): 66 kB | 156/677 kB | 63/219 kB
Progress (3): 66 kB | 156/677 kB | 67/219 kB
Progress (3): 66 kB | 160/677 kB | 67/219 kB
Progress (3): 66 kB | 160/677 kB | 71/219 kB
Progress (3): 66 kB | 164/677 kB | 71/219 kB
Progress (3): 66 kB | 164/677 kB | 75/219 kB
Progress (3): 66 kB | 168/677 kB | 75/219 kB
Progress (3): 66 kB | 168/677 kB | 79/219 kB
Progress (3): 66 kB | 172/677 kB | 79/219 kB
Progress (3): 66 kB | 176/677 kB | 79/219 kB
Progress (3): 66 kB | 176/677 kB | 83/219 kB
Progress (3): 66 kB | 176/677 kB | 88/219 kB
Progress (3): 66 kB | 176/677 kB | 92/219 kB
Progress (3): 66 kB | 180/677 kB | 92/219 kB
Progress (3): 66 kB | 180/677 kB | 96/219 kB
Progress (3): 66 kB | 184/677 kB | 96/219 kB
Progress (3): 66 kB | 184/677 kB | 100/219 kB
Progress (3): 66 kB | 188/677 kB | 100/219 kB
Progress (3): 66 kB | 188/677 kB | 104/219 kB
Progress (3): 66 kB | 188/677 kB | 108/219 kB
Progress (3): 66 kB | 188/677 kB | 112/219 kB
Progress (3): 66 kB | 193/677 kB | 112/219 kB
Progress (3): 66 kB | 193/677 kB | 116/219 kB
Progress (3): 66 kB | 197/677 kB | 116/219 kB
Progress (3): 66 kB | 197/677 kB | 120/219 kB
Progress (3): 66 kB | 201/677 kB | 120/219 kB
Progress (3): 66 kB | 201/677 kB | 124/219 kB
Progress (3): 66 kB | 205/677 kB | 124/219 kB
Progress (3): 66 kB | 209/677 kB | 124/219 kB
Progress (3): 66 kB | 209/677 kB | 128/219 kB
Progress (3): 66 kB | 209/677 kB | 133/219 kB
Progress (3): 66 kB | 209/677 kB | 137/219 kB
Progress (3): 66 kB | 209/677 kB | 141/219 kB
Progress (3): 66 kB | 213/677 kB | 141/219 kB
Progress (3): 66 kB | 213/677 kB | 145/219 kB
Progress (3): 66 kB | 217/677 kB | 145/219 kB
Progress (3): 66 kB | 217/677 kB | 149/219 kB
Progress (3): 66 kB | 221/677 kB | 149/219 kB
Progress (3): 66 kB | 221/677 kB | 153/219 kB
Progress (3): 66 kB | 225/677 kB | 153/219 kB
Progress (3): 66 kB | 225/677 kB | 157/219 kB
Progress (3): 66 kB | 225/677 kB | 161/219 kB
Progress (3): 66 kB | 225/677 kB | 165/219 kB
Progress (3): 66 kB | 229/677 kB | 165/219 kB
Progress (3): 66 kB | 229/677 kB | 169/219 kB
Progress (3): 66 kB | 229/677 kB | 174/219 kB
Progress (3): 66 kB | 233/677 kB | 174/219 kB
Progress (3): 66 kB | 233/677 kB | 178/219 kB
Progress (3): 66 kB | 238/677 kB | 178/219 kB
Progress (3): 66 kB | 242/677 kB | 178/219 kB
Progress (3): 66 kB | 246/677 kB | 178/219 kB
Progress (3): 66 kB | 250/677 kB | 178/219 kB
Progress (3): 66 kB | 250/677 kB | 182/219 kB
Progress (3): 66 kB | 254/677 kB | 182/219 kB
Progress (3): 66 kB | 254/677 kB | 186/219 kB
Progress (3): 66 kB | 254/677 kB | 190/219 kB
Progress (3): 66 kB | 254/677 kB | 194/219 kB
Progress (3): 66 kB | 258/677 kB | 194/219 kB
Progress (3): 66 kB | 258/677 kB | 198/219 kB
Progress (3): 66 kB | 262/677 kB | 198/219 kB
Progress (3): 66 kB | 262/677 kB | 202/219 kB
Progress (3): 66 kB | 266/677 kB | 202/219 kB
Progress (3): 66 kB | 266/677 kB | 206/219 kB
Progress (3): 66 kB | 270/677 kB | 206/219 kB
Progress (3): 66 kB | 270/677 kB | 210/219 kB
Progress (3): 66 kB | 270/677 kB | 214/219 kB
Progress (3): 66 kB | 274/677 kB | 214/219 kB
Progress (3): 66 kB | 274/677 kB | 219/219 kB
Progress (3): 66 kB | 274/677 kB | 219 kB
Progress (3): 66 kB | 279/677 kB | 219 kB
Progress (3): 66 kB | 283/677 kB | 219 kB
Progress (3): 66 kB | 287/677 kB | 219 kB
Progress (3): 66 kB | 291/677 kB | 219 kB
Progress (3): 66 kB | 295/677 kB | 219 kB
Progress (3): 66 kB | 299/677 kB | 219 kB
Progress (3): 66 kB | 303/677 kB | 219 kB
Progress (3): 66 kB | 307/677 kB | 219 kB
Progress (3): 66 kB | 311/677 kB | 219 kB
Progress (3): 66 kB | 315/677 kB | 219 kB
Progress (3): 66 kB | 319/677 kB | 219 kB
Progress (3): 66 kB | 324/677 kB | 219 kB
Progress (3): 66 kB | 328/677 kB | 219 kB
Progress (3): 66 kB | 332/677 kB | 219 kB
Progress (3): 66 kB | 336/677 kB | 219 kB
Progress (3): 66 kB | 340/677 kB | 219 kB
Progress (3): 66 kB | 344/677 kB | 219 kB
Progress (3): 66 kB | 348/677 kB | 219 kB
Progress (3): 66 kB | 352/677 kB | 219 kB

Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar (66 kB at 912 kB/s)
Progress (2): 356/677 kB | 219 kB
Progress (2): 360/677 kB | 219 kB
Progress (2): 365/677 kB | 219 kB
Progress (2): 369/677 kB | 219 kB
Progress (2): 373/677 kB | 219 kB
Progress (2): 377/677 kB | 219 kB
Progress (2): 381/677 kB | 219 kB
Progress (2): 385/677 kB | 219 kB
Progress (2): 389/677 kB | 219 kB
Progress (2): 393/677 kB | 219 kB
Progress (2): 397/677 kB | 219 kB
Progress (2): 401/677 kB | 219 kB
Progress (2): 406/677 kB | 219 kB
Progress (2): 410/677 kB | 219 kB
Progress (2): 414/677 kB | 219 kB
Progress (2): 418/677 kB | 219 kB
Progress (2): 422/677 kB | 219 kB
Progress (2): 426/677 kB | 219 kB
Progress (2): 430/677 kB | 219 kB
Progress (2): 434/677 kB | 219 kB
Progress (2): 438/677 kB | 219 kB
Progress (2): 442/677 kB | 219 kB
Progress (2): 446/677 kB | 219 kB
Progress (2): 451/677 kB | 219 kB
Progress (2): 455/677 kB | 219 kB
Progress (2): 459/677 kB | 219 kB
Progress (2): 463/677 kB | 219 kB
Progress (2): 467/677 kB | 219 kB
Progress (2): 471/677 kB | 219 kB
Progress (2): 475/677 kB | 219 kB
Progress (2): 479/677 kB | 219 kB
Progress (2): 483/677 kB | 219 kB
Progress (2): 487/677 kB | 219 kB
Progress (2): 492/677 kB | 219 kB
Progress (2): 496/677 kB | 219 kB
Progress (2): 500/677 kB | 219 kB
Progress (2): 504/677 kB | 219 kB
Progress (2): 508/677 kB | 219 kB
Progress (2): 512/677 kB | 219 kB
Progress (2): 516/677 kB | 219 kB
Progress (2): 520/677 kB | 219 kB
Progress (2): 524/677 kB | 219 kB
Progress (2): 528/677 kB | 219 kB
Progress (2): 532/677 kB | 219 kB
Progress (2): 537/677 kB | 219 kB
Progress (2): 541/677 kB | 219 kB
Progress (2): 545/677 kB | 219 kB
Progress (2): 549/677 kB | 219 kB
Progress (2): 553/677 kB | 219 kB
Progress (2): 557/677 kB | 219 kB
Progress (2): 561/677 kB | 219 kB
Progress (2): 565/677 kB | 219 kB
Progress (2): 569/677 kB | 219 kB
Progress (2): 573/677 kB | 219 kB
Progress (2): 578/677 kB | 219 kB
Progress (2): 582/677 kB | 219 kB
Progress (2): 586/677 kB | 219 kB
Progress (2): 590/677 kB | 219 kB
Progress (2): 594/677 kB | 219 kB
Progress (2): 598/677 kB | 219 kB
Progress (2): 602/677 kB | 219 kB
Progress (2): 606/677 kB | 219 kB
Progress (2): 610/677 kB | 219 kB
Progress (2): 614/677 kB | 219 kB
Progress (2): 618/677 kB | 219 kB
Progress (2): 623/677 kB | 219 kB
Progress (2): 627/677 kB | 219 kB
Progress (2): 631/677 kB | 219 kB
Progress (2): 635/677 kB | 219 kB
Progress (2): 639/677 kB | 219 kB
Progress (2): 643/677 kB | 219 kB
Progress (2): 647/677 kB | 219 kB
Progress (2): 651/677 kB | 219 kB
Progress (2): 655/677 kB | 219 kB
Progress (2): 659/677 kB | 219 kB
Progress (2): 664/677 kB | 219 kB
Progress (2): 668/677 kB | 219 kB
Progress (2): 672/677 kB | 219 kB
Progress (2): 676/677 kB | 219 kB
Progress (2): 677 kB | 219 kB

Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/mail/jakarta.mail-api/2.0.0/jakarta.mail-api-2.0.0.jar (219 kB at 1.6 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/mail/jakarta.mail/1.6.7/jakarta.mail-1.6.7.jar (677 kB at 4.3 MB/s)
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 25 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 84 source files to /workspace/source/cpf-api-app/target/classes
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java uses or overrides a deprecated API.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Recompile with -Xlint:unchecked for details.
[INFO] Some messages have been simplified; recompile with -Xdiags:verbose to get full output
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/scheduler/BatchJobService.java:[1508,74] incompatible types: javax.mail.internet.MimeMessage cannot be converted to jakarta.mail.internet.MimeMessage
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/scheduler/BatchJobService.java:[1510,75] incompatible types: jakarta.mail.internet.MimeMessage cannot be converted to javax.mail.internet.MimeMessage
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/scheduler/BatchJobService.java:[1515,28] no suitable method found for send(jakarta.mail.internet.MimeMessage)
method org.springframework.mail.MailSender.send(org.springframework.mail.SimpleMailMessage) is not applicable
(argument mismatch; jakarta.mail.internet.MimeMessage cannot be converted to org.springframework.mail.SimpleMailMessage)
method org.springframework.mail.MailSender.send(org.springframework.mail.SimpleMailMessage...) is not applicable
(varargs mismatch; jakarta.mail.internet.MimeMessage cannot be converted to org.springframework.mail.SimpleMailMessage)
method org.springframework.mail.javamail.JavaMailSender.send(javax.mail.internet.MimeMessage) is not applicable
(argument mismatch; jakarta.mail.internet.MimeMessage cannot be converted to javax.mail.internet.MimeMessage)
method org.springframework.mail.javamail.JavaMailSender.send(javax.mail.internet.MimeMessage...) is not applicable
(varargs mismatch; jakarta.mail.internet.MimeMessage cannot be converted to javax.mail.internet.MimeMessage)
method org.springframework.mail.javamail.JavaMailSender.send(org.springframework.mail.javamail.MimeMessagePreparator) is not applicable
(argument mismatch; jakarta.mail.internet.MimeMessage cannot be converted to org.springframework.mail.javamail.MimeMessagePreparator)
method org.springframework.mail.javamail.JavaMailSender.send(org.springframework.mail.javamail.MimeMessagePreparator...) is not applicable
(varargs mismatch; jakarta.mail.internet.MimeMessage cannot be converted to org.springframework.mail.javamail.MimeMessagePreparator)
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java:[80,8] ca.bc.gov.open.cpf.api.security.digest.DigestAuthenticationFilter is not abstract and does not override abstract method doFilter(javax.servlet.ServletRequest,javax.servlet.ServletResponse,javax.servlet.FilterChain) in javax.servlet.Filter
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java:[110,3] method does not override or implement a method from a supertype
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java:[348,44] incompatible types: jakarta.servlet.http.HttpServletRequest cannot be converted to javax.servlet.http.HttpServletRequest
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/oauth/OAuthProcessingFilterEntryPoint.java:[49,8] ca.bc.gov.open.cpf.api.security.oauth.OAuthProcessingFilterEntryPoint is not abstract and does not override abstract method commence(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.security.core.AuthenticationException) in org.springframework.security.web.AuthenticationEntryPoint
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/oauth/OAuthProcessingFilterEntryPoint.java:[57,3] method does not override or implement a method from a supertype
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/web/controller/ResetOAuthCredentialsByUserAccountController.java:[30,8] ca.bc.gov.open.cpf.api.web.controller.ResetOAuthCredentialsByUserAccountController is not abstract and does not override abstract method handleRequest(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) in org.springframework.web.servlet.mvc.Controller
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/web/controller/ResetOAuthCredentialsByUserAccountController.java:[55,3] method does not override or implement a method from a supertype
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/web/service/WorkerSecurityFilter.java:[36,8] ca.bc.gov.open.cpf.api.web.service.WorkerSecurityFilter is not abstract and does not override abstract method doFilterInternal(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,javax.servlet.FilterChain) in org.springframework.web.filter.OncePerRequestFilter
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/web/service/WorkerSecurityFilter.java:[39,3] method does not override or implement a method from a supertype
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/oauth/OAuthProcessingFilter.java:[68,8] ca.bc.gov.open.cpf.api.security.oauth.OAuthProcessingFilter is not abstract and does not override abstract method attemptAuthentication(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) in org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/oauth/OAuthProcessingFilter.java:[95,3] method does not override or implement a method from a supertype
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/oauth/OAuthProcessingFilter.java:[140,3] method does not override or implement a method from a supertype
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/oauth/OAuthProcessingFilter.java:[167,48] incompatible types: jakarta.servlet.http.HttpServletRequest cannot be converted to javax.servlet.http.HttpServletRequest
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/interceptor/LoadUserByConsumerKeyInterceptor.java:[71,3] method does not override or implement a method from a supertype
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/web/controller/DocumentationController.java:[66,97] incompatible types: javax.servlet.ServletContext cannot be converted to jakarta.servlet.ServletContext
[INFO] 18 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Concurrent Processing Framework 7b72f92:
[INFO]
[INFO] Concurrent Processing Framework .................... SUCCESS [ 11.874 s]
[INFO] Concurrent Processing Framework Business Application Plugin API SUCCESS [ 24.968 s]
[INFO] Concurrent Processing Framework Client Java API .... SUCCESS [ 26.278 s]
[INFO] Concurrent Processing Framework Application Java API FAILURE [ 7.012 s]
[INFO] Concurrent Processing Framework API Worker ......... SKIPPED
[INFO] Concurrent Processing Framework Base WAR Web Application SKIPPED
[INFO] Concurrent Processing Framework Base WAR Worker .... SKIPPED
[INFO] CPF Plug-in Maven Arechtype ........................ SKIPPED
[INFO] Concurrent Processing Framework Archetype Web ...... SKIPPED
[INFO] CPF Test Plugins ................................... SKIPPED
[INFO] Digest Plug-in ..................................... SKIPPED
[INFO] Geometry Validation Plug-in ........................ SKIPPED
[INFO] Mandelbrot Plug-in ................................. SKIPPED
[INFO] Map Tile Plug-in ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:10 min
[INFO] Finished at: 2024-01-08T23:58:41Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cpf-api-app: Compilation failure: Compilation failure:
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/scheduler/BatchJobService.java:[1508,74] incompatible types: javax.mail.internet.MimeMessage cannot be converted to jakarta.mail.internet.MimeMessage
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/scheduler/BatchJobService.java:[1510,75] incompatible types: jakarta.mail.internet.MimeMessage cannot be converted to javax.mail.internet.MimeMessage
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/scheduler/BatchJobService.java:[1515,28] no suitable method found for send(jakarta.mail.internet.MimeMessage)
[ERROR] method org.springframework.mail.MailSender.send(org.springframework.mail.SimpleMailMessage) is not applicable
[ERROR] (argument mismatch; jakarta.mail.internet.MimeMessage cannot be converted to org.springframework.mail.SimpleMailMessage)
[ERROR] method org.springframework.mail.MailSender.send(org.springframework.mail.SimpleMailMessage...) is not applicable
[ERROR] (varargs mismatch; jakarta.mail.internet.MimeMessage cannot be converted to org.springframework.mail.SimpleMailMessage)
[ERROR] method org.springframework.mail.javamail.JavaMailSender.send(javax.mail.internet.MimeMessage) is not applicable
[ERROR] (argument mismatch; jakarta.mail.internet.MimeMessage cannot be converted to javax.mail.internet.MimeMessage)
[ERROR] method org.springframework.mail.javamail.JavaMailSender.send(javax.mail.internet.MimeMessage...) is not applicable
[ERROR] (varargs mismatch; jakarta.mail.internet.MimeMessage cannot be converted to javax.mail.internet.MimeMessage)
[ERROR] method org.springframework.mail.javamail.JavaMailSender.send(org.springframework.mail.javamail.MimeMessagePreparator) is not applicable
[ERROR] (argument mismatch; jakarta.mail.internet.MimeMessage cannot be converted to org.springframework.mail.javamail.MimeMessagePreparator)
[ERROR] method org.springframework.mail.javamail.JavaMailSender.send(org.springframework.mail.javamail.MimeMessagePreparator...) is not applicable
[ERROR] (varargs mismatch; jakarta.mail.internet.MimeMessage cannot be converted to org.springframework.mail.javamail.MimeMessagePreparator)
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java:[80,8] ca.bc.gov.open.cpf.api.security.digest.DigestAuthenticationFilter is not abstract and does not override abstract method doFilter(javax.servlet.ServletRequest,javax.servlet.ServletResponse,javax.servlet.FilterChain) in javax.servlet.Filter
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java:[110,3] method does not override or implement a method from a supertype
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java:[348,44] incompatible types: jakarta.servlet.http.HttpServletRequest cannot be converted to javax.servlet.http.HttpServletRequest
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/oauth/OAuthProcessingFilterEntryPoint.java:[49,8] ca.bc.gov.open.cpf.api.security.oauth.OAuthProcessingFilterEntryPoint is not abstract and does not override abstract method commence(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.security.core.AuthenticationException) in org.springframework.security.web.AuthenticationEntryPoint
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/oauth/OAuthProcessingFilterEntryPoint.java:[57,3] method does not override or implement a method from a supertype
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/web/controller/ResetOAuthCredentialsByUserAccountController.java:[30,8] ca.bc.gov.open.cpf.api.web.controller.ResetOAuthCredentialsByUserAccountController is not abstract and does not override abstract method handleRequest(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) in org.springframework.web.servlet.mvc.Controller
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/web/controller/ResetOAuthCredentialsByUserAccountController.java:[55,3] method does not override or implement a method from a supertype
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/web/service/WorkerSecurityFilter.java:[36,8] ca.bc.gov.open.cpf.api.web.service.WorkerSecurityFilter is not abstract and does not override abstract method doFilterInternal(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,javax.servlet.FilterChain) in org.springframework.web.filter.OncePerRequestFilter
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/web/service/WorkerSecurityFilter.java:[39,3] method does not override or implement a method from a supertype
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/oauth/OAuthProcessingFilter.java:[68,8] ca.bc.gov.open.cpf.api.security.oauth.OAuthProcessingFilter is not abstract and does not override abstract method attemptAuthentication(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) in org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/oauth/OAuthProcessingFilter.java:[95,3] method does not override or implement a method from a supertype
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/oauth/OAuthProcessingFilter.java:[140,3] method does not override or implement a method from a supertype
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/oauth/OAuthProcessingFilter.java:[167,48] incompatible types: jakarta.servlet.http.HttpServletRequest cannot be converted to javax.servlet.http.HttpServletRequest
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/interceptor/LoadUserByConsumerKeyInterceptor.java:[71,3] method does not override or implement a method from a supertype
[ERROR] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/web/controller/DocumentationController.java:[66,97] incompatible types: javax.servlet.ServletContext cannot be converted to jakarta.servlet.ServletContext
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :cpf-api-app

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

"sequenceNumber","resultNumber","yourId","fullAddress","intersectionName","score","matchPrecision","precisionPoints","faults","siteName","unitDesignator","unitNumber","unitNumberSuffix","civicNumber","civicNumberSuffix","streetName","streetType","isStreetTypePrefix","streetDirection","isStreetDirectionPrefix","streetQualifier","localityName","localityType","electoralArea","provinceCode","location","locationPositionalAccuracy","locationDescriptor","siteID","blockID","intersectionID","fullSiteDescriptor","accessNotes","siteStatus","siteRetireDate","changeDate","isOfficial","degree","executionTime","sid"
1,1,"00002-civicAddressWithCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.385,3570324
2,1,"00003-civicAddressWithCivicNumberSuffix","4251A Rockbank Pl, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4251","A","Rockbank","Pl","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2420986 49.3459404)","high","parcelPoint","6397230a-0569-43c8-855e-d84558230db4",342044,,,,"active","9999-12-31","2023-12-08","true",,0.346,2714851
3,1,"00004-civicAddressWithOrdinalCivicNumberSuffix","749E Lakeview Arrow Creek Rd, Wynndel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"749","E","Lakeview Arrow Creek","Rd","false",,"false",,"Wynndel","Community","RDCK Electoral Area C","BC","SRID=4326;POINT(-116.5097552 49.154316)","high","parcelPoint","4b6d3737-4ae6-437b-8a9e-2f209c86c996",2512792,,,,"active","9999-12-31","2023-12-08","true",,20.407,1073929
4,1,"00005-civicAddressWithStreetDirection","456 Gorge Rd E, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.196,3001643
5,1,"00006-civicAddressWithoutStreetDirection","1804 Cedar Dr, Squamish, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1804",,"Cedar","Dr","false",,"false",,"Squamish","District Municipality",,"BC","SRID=4326;POINT(-123.1352813 49.6988427)","high","parcelPoint","29f2655d-ddcb-453c-8f23-7618396a6580",173758,,,,"active","9999-12-31","2023-12-08","true",,0.286,1018699
6,1,"00007-civicAddressWithPrefixStreetDirection","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.243,4174579
7,1,"00008-civicAddressWithStreetNameContainingDirectionWord","947 North Park St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"947",,"North Park","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3566146 48.4293207)","high","parcelPoint","042f4847-e5e5-4c07-bbaf-6e75e43a8577",512719,,,,"active","9999-12-31","2023-12-08","true",,38.675,3897960
8,1,"00009-CivicAddressWithAbbreviatedStreetName","Stelly's Cross Rd, Central Saanich, BC",,78,"STREET",78,"[]",,,,,,,"Stelly's Cross","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4390875 48.579717)","coarse","streetPoint",,,,,,"active",,,"true",,0.352,
9,1,"00010-CivicAddressWithAbbreviatedStreetName","3928 Cedar Hill Cross Rd, Saanich, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3928",,"Cedar Hill Cross","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3477591 48.4659559)","high","parcelPoint","b767e6b4-5af5-428e-acb3-f39fe7a6b952",384645,,,,"active","9999-12-31","2023-12-08","true",,17.33,3290984
10,1,"00011-CivicAddressWithAbbreviatedLocalityName","7495 Columbia Ave, Radium Hot Springs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7495",,"Columbia","Ave","false",,"false",,"Radium Hot Springs","Village",,"BC","SRID=4326;POINT(-116.0777622 50.6205387)","high","parcelPoint","f2f7536d-dd71-46eb-8c1a-5c902035c8e5",338710,,,,"active","9999-12-31","2023-12-08","true",,1.165,4184338
11,1,"00012-civicAddressWithoutProvinceCode","2050 SW Marine Dr, Vancouver, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.129,4174579
12,1,"00013-civicAddressWithProvinceName","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.19,4174579
13,1,"00014-civicAddressWithoutUnit","10372 99 St, Taylor, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10372",,"99","St","false",,"false",,"Taylor","District Municipality",,"BC","SRID=4326;POINT(-120.6811336 56.1548566)","high","parcelPoint","2bb29d69-9d7c-4eac-ad9d-28c6528d63fd",238496,,,,"active","9999-12-31","2023-12-08","true",,1.701,3682455
14,1,"00015-civicAddressWithUnitWithoutUnitDesignator","UNIT 170 -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170",,"active","9999-12-31","2023-12-08","true",,6.394,4363977
15,1,"00016-civicAddressWithUnitAfterStreetType","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.395,2064187
16,1,"00017-civicAddressWithUnitBeforeCivicNumber","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.217,2064187
17,1,"00018-civicAddressWithUnitBeforeCivicNumberandWithoutFrontGate","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.09,2064187
18,1,"00019-civicAddressWithUnitandKnownSiteName","UNIT 170 DOUGLAS COLLEGE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOUGLAS COLLEGE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 DOUGLAS COLLEGE",,"active","9999-12-31","2023-12-08","true",,6.364,4363977
19,1,"00020-civicAddressWithSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,5.241,
20,1,"00021-civicAddressWithPartialSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,1.059,
21,1,"00022-civicAddressWithSiteNameAndMissingCivicNumber","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.103,
22,1,"00023-civicAddressWithNumberForStreetName","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","63359f5d-feb8-4078-a53d-cf7597dedf72",241168,,,,"active","9999-12-31","2023-12-08","true",,16.079,1453435
23,1,"00024-civicAddressWithUnitNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.114,
24,1,"00025-CivicNumberWithHighwayStreetName","4390 Hwy 33, Beaverdell, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4390",,"33","Hwy","true",,"false",,"Beaverdell","Community","RDKB Electoral Area E (West Boundary)","BC","SRID=4326;POINT(-119.0335607 49.3035999)","high","parcelPoint","f0dfb4fd-5be0-4df9-bdc1-f99acad96a10",571497,,,,"active","9999-12-31","2023-12-08","true",,1.364,4097984
25,1,"00026-CivicAddressWithoutProvinceCode","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.115,3570324
26,1,"00027-CivicAddressWithoutLocality","525 Superior St, Victoria, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY.missing:10]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.297,3570324
27,1,"00028-CivicAddressWithoutStreetName","Kamloops, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3391667 50.6755556)","coarse","localityPoint",,,,,,"active",,,"true",,0.619,
28,1,"00029-CivicAddressWithoutStreetType","661A Market Hill, Vancouver, BC",,94,"CIVIC_NUMBER",100,"[STREET_TYPE.missing:6]",,,,,"661","A","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","b2855281-bebf-45d1-9bfe-a451a77941ca",265705,,,,"active","9999-12-31","2023-12-08","true",,1.231,1154850
29,1,"00030-CivicAddressWithoutStreetDirection","456 Gorge Rd E, Victoria, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.931,3001643
30,1,"00031-CivicAddressWithoutCivicNumber","Superior St, Victoria, BC",,78,"STREET",78,"[]",,,,,,,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3742047 48.4187396)","coarse","streetPoint",,,,,,"active",,,"true",,0.073,
31,1,"00032-CivicAddressWithUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.173,1897827
32,1,"00033-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.301,1897827
33,1,"00034-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.266,1897827
34,1,"00035-CivicAddressWithoutUnitDesignator","850 Saucier Ave, Kelowna, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","ff8c0c0f-008d-4c64-b706-20b249dd9dfa",423686,,,,"active","9999-12-31","2023-12-08","true",,0.27,3801227
35,1,"00036-CivicAddressWithoutUnitNumber","UNIT -- 850 Saucier Ave, Kelowna, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"UNIT",,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","ff8c0c0f-008d-4c64-b706-20b249dd9dfa",423686,,"UNIT",,"active","9999-12-31","2023-12-08","true",,0.183,3801227
36,1,"00037-CivicAddressWithoutUnitNumber","APT -- 1359 Porlier Pass Rd, Galiano Island, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"APT",,,"1359",,"Porlier Pass","Rd","false",,"false",,"Galiano Island","Unknown","CAPRD Southern Gulf Islands Electoral Area","BC","SRID=4326;POINT(-123.3619085 48.8934868)","medium","parcelPoint","4932e455-d8e3-4068-8cee-b690c18ec3cd",2652387,,"APT",,"active","9999-12-31","2023-12-08","true",,1.031,8004937
37,1,"00038-CivicAddressWithoutLocalityProvinceCode","3520 Wentworth Ave, West Vancouver, BC",,89,"CIVIC_NUMBER",100,"[LOCALITY.missing:10, PROVINCE.missing:1]",,,,,"3520",,"Wentworth","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2152473 49.3466751)","high","parcelPoint","03afe195-9300-4685-a674-b5ec3293c0c1",570447,,,,"active","9999-12-31","2023-12-08","true",,3.179,2836372
38,1,"00039-CivicAddressWithUnitAttachedToCivicNumber","Lorne St, Kamloops, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lorne","St","false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3275514 50.6782177)","coarse","streetPoint",,,,,,"active",,,"true",,4.244,
39,1,"00040-CivicAddressWithNonNumeric CivicNumber","A-B Connector Rd, Richmond, BC",,70,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:1, STREET_TYPE.notMatched:3, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"A-B Connector","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1809151 49.1921731)","coarse","streetPoint",,,,,,"active",,,"true",,78.565,
40,1,"00041-CivicAddressSwappedCharactersInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,25.491,
41,1,"00042-CivicAddressSwappedCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,12.466,3286476
42,1,"00043-CivicAddressSwappedCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,71.376,3286476
43,1,"00044-CivicAddressSwappedCharactersInStreetNameLocality","30 Firth Cres, Mackenzie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2, STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,86.894,3286476
44,1,"00045-CivicAddressWrongCharacterInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,8.24,
45,1,"00046-CivicAddressWrongCharacterInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,101.837,3286476
46,1,"00047-CivicAddressWrongCharacterInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,44.532,3286476
47,1,"00048-CivicAddressMissingWordInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,2.471,
48,1,"00049-CivicAddressWrongWordInStreetName","6006 Happy Valley Rd, Summerland, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","3b59fae5-17dc-4f0b-a35d-7117840c75b6",61656,,,,"active","9999-12-31","2023-12-08","true",,0.629,2052236
49,1,"00050-CivicAddressMissingFirstWordInStreetName","Valleyview Rd, Penticton, BC",,72,"STREET",78,"[STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Valleyview","Rd","false",,"false",,"Penticton","City",,"BC","SRID=4326;POINT(-119.5742878 49.4516623)","coarse","streetPoint",,,,,,"active",,,"true",,85.309,
50,1,"00051-CivicAddressMissingFirstWordInLocalityName","UNIT 1323 -- 5 Gore Ave, Vancouver, BC",,86,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_NAME.spelledWrong:2, STREET_TYPE.notPrefix:0]",,"UNIT","1323",,"5",,"Gore","Ave","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0979684 49.2846438)","low","accessPoint",,105284,,"UNIT 1323",,"active",,,"true",,39.26,
51,1,"00052-CivicAddressMissingFirstWordInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,9.402,
52,1,"00053-CivicAddressMissingCharactersInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,11.684,
53,1,"00054-CivicAddressWrongWordInStreetName","Community Center Rd, Grand Forks, BC",,78,"STREET",78,"[]",,,,,,,"Community Center","Rd","false",,"false",,"Grand Forks","City",,"BC","SRID=4326;POINT(-118.4881692 49.0174056)","coarse","streetPoint",,,,,,"active",,,"true",,0.828,
54,1,"00055-CivicAddressMissingCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,73.004,3286476
55,1,"00056-CivicAddressMissingCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,74.774,3286476
56,1,"00057-CivicAddressWrongAbbreviationInLocality","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","0f5b74f4-dda0-44a7-b0e2-3473c17973df",484911,,,,"active","9999-12-31","2023-12-08","true",,11.002,1860086
57,1,"00058-CivicAddressWrongProvinceCode","30 Firth Cres, Mackenzie, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.notMatched:1]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,1.306,3286476
58,1,"00059-CivicAddressWrongLocality","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.partialMatch:1]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,3.246,3951760
59,1,"00060-CivicAddressWrongStreetType","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[STREET_TYPE.notMatched:3]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,4.512,3951760
60,1,"00061-CivicAddressWrongStreetDirection","456 Gorge Rd E, Victoria, BC",,97,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2, PROVINCE.missing:1]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,1.359,3001643
61,1,"00062-CivicAddressMispelledStreetName","952 Comox Ave, Prince Rupert, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,28.132,3951760
62,1,"00063-CivicAddressWithMisplacedStreetDirection","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","63359f5d-feb8-4078-a53d-cf7597dedf72",241168,,,,"active","9999-12-31","2023-12-08","true",,27.749,1453435
63,1,"00064-CivicAddressWithMisplacedStreetDirection","2186 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notSuffix:0]",,,,,"2186",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1585049 49.2182009)","high","parcelPoint","9edb997b-7f36-4dc7-833f-e568324b3d5f",104099,,,,"active","9999-12-31","2023-12-08","true",,8.506,2902304
64,1,"00065-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","881c3c68-0f07-4b07-b93a-f796d820e28d",2646210,,,,"active","9999-12-31","2023-12-08","true",,58.823,3393400
65,1,"00066-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","881c3c68-0f07-4b07-b93a-f796d820e28d",2646210,,,,"active","9999-12-31","2023-12-08","true",,28.753,3393400
66,1,"00067-CivicAddressWithMisplacedStreetType","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,3.24,2287750
67,1,"00069-CivicAddressWithUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,18.894,2287750
68,1,"00070-CivicAddressWithUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","0db17158-e0f2-48a4-8460-e70997a45283",323579,,,,"active","9999-12-31","2023-12-08","true",,17.005,1239002
69,1,"00071-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,27.752,2287750
70,1,"00072-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notPrefix:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","0db17158-e0f2-48a4-8460-e70997a45283",323579,,,,"active","9999-12-31","2023-12-08","true",,20.826,1239002
71,1,"00073-CivicAddressUnknownLocality","626 Lindley Dr, West Kelowna, BC",,93,"BLOCK",99,"[LOCALITY.spelledWrong:2, LOCALITY.isAlias:4]",,,,,"626",,"Lindley","Dr","false",,"false",,"West Kelowna","Unknown","RDCO Central Okanagan West Electoral Area","BC","SRID=4326;POINT(-119.5404528 49.8943439)","low","accessPoint",,571162,,,,"active",,,"true",,5.428,
72,1,"00074-CivicAddressUnknownStreetDirection","456 Gorge Rd E, Victoria, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.827,3001643
73,1,"00075-CivicAddressUnknownStreetType","561 Salmon Rd, Central Saanich, BC",,96,"BLOCK",99,"[STREET_TYPE.notMatched:3]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,5.86,
74,1,"00076-CivicAddressUnknownStreetName","561 Salmon Rd, Central Saanich, BC",,97,"BLOCK",99,"[STREET_NAME.spelledWrong:2]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,126.223,
75,1,"00077-CivicAddressUnknownCivicNumber","Hwy 97B SE, Salmon Arm, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"97B","Hwy","true","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2201925 50.6811245)","coarse","streetPoint",,,,,,"active",,,"true",,80.914,
76,1,"00078-CivicAddressUnknownUnitDescriptor","UNIT 128 ABODE -- 850 Saucier Ave, Kelowna, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]","ABODE","UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128 ABODE",,"active","9999-12-31","2023-12-08","true",,0.285,1897827
77,1,"00079-CivicAddressStreetDirectionForUndirectedStreet","109 Quarry Dr, Salt Spring Island, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2]",,,,,"109",,"Quarry","Dr","false",,"false",,"Salt Spring Island","Unknown","CAPRD Saltspring Island Electoral Area","BC","SRID=4326;POINT(-123.5626031 48.8754044)","high","parcelPoint","ed895675-3557-4f54-aebb-865fddb565d7",2402870,,,,"active","9999-12-31","2023-12-08","true",,7.695,2688433
78,1,"00080-CivicAddressWithMailBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.375,3570324
79,1,"00081-CivicAddressWithMailBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.328,3570324
80,1,"00082-CivicAddressWithBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.309,3570324
81,1,"00083-CivicAddressWithBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.315,3570324
82,1,"00084-CivicAddressWithCompAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.31,3570324
83,1,"00085-CivicAddressWithCompAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.316,3570324
84,1,"00086-CivicAddressWithLcdAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.297,3570324
85,1,"00087-CivicAddressWithLcdAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.314,3570324
86,1,"00088-CivicAddressWithPostalCodeAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.296,3570324
87,1,"00089-CivicAddressWithPostalCodeAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.291,3570324
88,1,"00090-CivicAddressWithRuralRouteAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.319,3570324
89,1,"00091-CivicAddressWithRuralRouteAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.302,3570324
90,1,"00092-CivicAddressWithRuralRouteStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.322,3570324
91,1,"00093-CivicAddressWithRuralRouteStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.307,3570324
92,1,"00094-CivicAddressWithUnabbreviatedRuralRoute","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.302,3570324
93,1,"00095-CivicAddresswithPostBoxStnNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.176,
94,1,"00096-CivicAddressWithPostBoxStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.392,3570324
95,1,"00097-CivicAddressWithPostBoxStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.331,3570324
96,1,"00098-CivicAddresswithPostBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.223,
97,1,"00099-CivicAddressWithPostBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.312,3570324
98,1,"00100-CivicAddressWithPostBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.329,3570324
99,1,"00101-CivicAddresswithBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.115,
100,1,"00102-CivicAddressWithBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.309,3570324
101,1,"00103-CivicAddressWithBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.326,3570324
102,1,"00104-CivicAddressWithFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,5.553,4260507
103,1,"00105-CivicAddressWithReverseFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,13.546,4260507
104,1,"00106-CivicAddressWithUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,5.524,4260507
105,1,"00107-CivicAddressWithReverseUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,13.602,4260507
106,1,"00108-SimpleInterpolatedCivicAddress","5742 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5742",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0134698 49.2299803)","low","accessPoint",,2586590,,,,"active",,,"true",,0.114,
107,1,"00109-AdaptiveInterpolatedCivicAddress","5686 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5686",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0168146 49.2298375)","low","accessPoint",,2586590,,,,"active",,,"true",,0.071,
108,1,"00110-CivicAddressWithKnownCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.076,3570324
109,1,"00111-CivicAddressWithKnownMainEntrance","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.075,3570324
110,1,"00112-CivicAddressWithKnownParcelPoint","5706 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5706",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0159456 49.2298132)","high","parcelPoint","d2458816-e87a-4835-ad7f-3da875eaf381",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.064,3914830
111,1,"00113-CivicAddressWithKnownFrontDoorAndUnknownParcelPoint","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.094,
112,1,"00114-CivicAddressWithUnKnownFrontDoorAndKnownParcelPoint","5712 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5712",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0156988 49.2298087)","high","parcelPoint","4ea88cf9-c8e1-44b2-8c0c-d238b5e91222",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.067,3530385
113,1,"00115-IntersectionAddressWithTwoStreetsInAscendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"8fdc9d21-1489-4470-81d8-91970f6bee19",,,"active",,,"true",4,24.148,
114,1,"00116-IntersectionAddressWithTwoStreetsInDescendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"8fdc9d21-1489-4470-81d8-91970f6bee19",,,"active",,,"true",4,24.091,
115,1,"00117-IntersectionAddressWithFourStreets","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,873.646,
116,1,"00118-IntersectionAddressWithStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"16938575-9d8c-42ab-a8f4-daac32a6014b",,,"active",,,"true",3,0.583,
117,1,"00119-IntersectionAddressWithMissingStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"16938575-9d8c-42ab-a8f4-daac32a6014b",,,"active",,,"true",3,0.234,
118,1,"00120-IntersectionAddressWithoutStreetDirection","Begbie St and Johnson St, Victoria, BC","Begbie St and Johnson St",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3419611 48.4272692)","high","intersectionPoint",,,"57828176-9618-4319-b851-d450f7355481",,,"active",,,"true",3,1.953,
119,1,"00121-IntersectionAddressWithPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"fb63e02a-7823-44d4-965c-3b7d3b538242",,,"active",,,"true",3,3.905,
120,1,"00122-IntersectionAddressWithMissingPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2, STREET_DIRECTION.notSuffix:0]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"fb63e02a-7823-44d4-965c-3b7d3b538242",,,"active",,,"true",3,1.81,
121,1,"00123-IntersectionAddressWithPrefixStreetDirectionAndStreetNameContainingDirectionWord","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.103,
122,1,"00124-IntersectionAddressWithoutProvinceCode","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",99,"INTERSECTION",100,"[PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.289,
123,1,"00125-IntersectionAddressWithProvinceName","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.542,
124,1,"00126-IntersectionAddressWrongLocality","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",93,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, LOCALITY.isAlias:4]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,3.241,
125,1,"00127-IntersectionAddressWrongStreetType","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",85,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,21.968,
126,1,"00128-IntersectionAddressWrongStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,21.678,
127,1,"00129-IntersectionAddressUnknownLocality","George Junction, Surrey, BC",,60,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_NAME.spelledWrong:2, FAULTS.tooMany:6]",,,,,,,"George Junction",,"false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8436983 49.1816386)","coarse","streetPoint",,,,,,"active",,,"true",,42.465,
128,1,"00130-IntersectionAddressUnknownStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,21.619,
129,1,"00131-IntersectionAddressStreetDirectionForUndirectedStreet","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.935,
130,1,"00132-CivicAddressNumberedStreetWithoutTH","955 13th Ave, Valemount, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"955",,"13th","Ave","false",,"false",,"Valemount","Village",,"BC","SRID=4326;POINT(-119.2562088 52.8244902)","high","parcelPoint","77bcbe45-e610-4136-bc6f-5e1ab44226f8",2657065,,,,"active","9999-12-31","2023-12-08","true",,3.645,3340468
131,1,"00133-Street","Wells Rd, Chilliwack, BC",,78,"STREET",78,"[]",,,,,,,"Wells","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9710217 49.1348039)","coarse","streetPoint",,,,,,"active",,,"true",,0.203,
132,1,"00134-CivicAddressFailedInPast","1090 Marine Dr, Port Alice, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1090",,"Marine","Dr","false",,"false",,"Port Alice","Village",,"BC","SRID=4326;POINT(-127.4882951 50.4256588)","high","parcelPoint","973ddaed-c28c-443c-98a4-f10cbbbad7bc",386923,,,,"active","9999-12-31","2023-12-08","true",,1.857,2035733
133,1,"00135-CivicAddressFailedInPast","1772 Hwy 97, 70 Mile House, BC",,100,"CIVIC_NUMBER",100,"[STREET_NAME.isHighwayAlias:0]",,,,,"1772",,"97","Hwy","true",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.388392 51.3175653)","high","parcelPoint","19c012dd-88c3-4337-99a6-63f932cc4d0c",485724,,,,"active","9999-12-31","2023-12-08","true",,9.92,3833822
134,1,"00136-CivicAddressFailedInPast","3545 Prince Edward St, Vancouver, BC",,99,"BLOCK",99,"[]",,,,,"3545",,"Prince Edward","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0966457 49.2534421)","low","accessPoint",,105930,,,,"active",,,"true",,3.01,
135,1,"00137-CivicAddressFailedInPast","671D Market Hill, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"671","D","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","b0c2f51d-cc2b-4684-a89f-968ce99f0677",265705,,,,"active","9999-12-31","2023-12-08","true",,0.09,2290321
136,1,"00138-CivicAddressFailedInPast","100 Mile House, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"100 Mile House","District Municipality",,"BC","SRID=4326;POINT(-121.2955555 51.6425)","coarse","localityPoint",,,,,,"active",,,"true",,1.198,
137,1,"00139-CivicAddressFailedInPast","Willow Dr, 70 Mile House, BC",,78,"STREET",78,"[]",,,,,,,"Willow","Dr","false",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3940095 51.3174337)","coarse","streetPoint",,,,,,"active",,,"true",,2.749,
138,1,"00140-CivicAddressFailedInPast","Gorge Bridge and Gorge Bridge, Esquimalt, BC","Gorge Bridge and Gorge Bridge",88,"INTERSECTION",100,"[STREET_QUALIFIER.missing:1, LOCALITY.missing:10, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.4003273 48.4462962)","high","intersectionPoint",,,"90f60e51-5e93-4924-bfda-d4e122f5e016",,,"active",,,"true",2,5.818,
139,1,"00141-CivicAddressFailedInPast","Vancouver, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1138889 49.2608333)","coarse","localityPoint",,,,,,"active",,,"true",,0.243,
140,1,"00142-CivicAddressNotInAnyAddressRange","Commercial Dr, Dease Lake, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Commercial","Dr","false",,"false",,"Dease Lake","Community","RDKS Electoral Area F","BC","SRID=4326;POINT(-129.9874801 58.4338875)","coarse","streetPoint",,,,,,"active",,,"true",,37.434,
141,1,"00143-CivicAddressStreetNameNotPrimary","1271 Winchester Rd, Qualicum Beach, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"1271",,"Winchester","Rd","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4501346 49.292)","high","parcelPoint","515b3a81-b009-4af6-b392-7ecd204d9861",1897789,,,,"active","9999-12-31","2023-12-08","true",,0.124,3631023
142,1,"00144-CivicAddressWithHashCharacter","UNIT 1 -- 2145 Phillips Rd, Sooke, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"2145",,"Phillips","Rd","false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7064698 48.3865487)","high","rooftopPoint","78759a60-dad5-4c25-93ff-5667adbcc26f",307630,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,7.195,2995850
143,1,"00145-CivicAddressWithProvinceCode","3010 Wood Ave, Armstrong, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3010",,"Wood","Ave","false",,"false",,"Armstrong","City",,"BC","SRID=4326;POINT(-119.1984008 50.4504501)","high","parcelPoint","87d3b050-9e79-4db2-9afc-c045cb2deeca",2638910,,,,"active","9999-12-31","2023-12-08","true",,0.15,2117684
144,1,"00146-InterpolatedAccessPtOnEmptyBlock","527 Superior St, Victoria, BC",,99,"BLOCK",99,"[]",,,,,"527",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708816 48.4180902)","low","accessPoint",,296337,,,,"active",,,"true",,0.082,
145,1,"00147-InterpolatedAccessPtOnBlockWithAccessPtSites","388 Campbell St, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"388",,"Campbell","St","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.6886073 48.7789468)","low","accessPoint",,279783,,,,"active",,,"true",,0.095,
146,1,"00148-InterpolatedAccessPtOnBlockWithParcelPtSites","3484 Auchinachie Rd, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"3484",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7462283 48.7957275)","low","accessPoint",,386280,,,,"active",,,"true",,0.073,
147,1,"00149-AccessPtForAccessPtSite","30 Firth Cres, Mackenzie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,0.071,3286476
148,1,"00150-AccessPtForHighAccuracyParcelPtSite","3482 Auchinachie Rd, Duncan, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3482",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.746139 48.7955143)","high","parcelPoint","79fc1453-8251-433a-9a09-82e2271f14e8",386280,,,,"active","9999-12-31","2023-12-08","true",,0.071,3403909
149,1,"00151-AccessPtForMediumAccuracyParcelPtSite","5670 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5670",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0166701 49.2295564)","high","parcelPoint","4b1627fa-b0eb-4fa0-a2df-2ae3b7624a0e",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.076,3278101
150,1,"00152-CivicAddressFailedInPast","6006 Happy Valley Rd, Summerland, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","3b59fae5-17dc-4f0b-a35d-7117840c75b6",61656,,,,"active","9999-12-31","2023-12-08","true",,0.75,2052236
151,1,"00153-CivicAddressFailedInPast","848 Esquimalt Rd, Esquimalt, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"848",,"Esquimalt","Rd","false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.39794 48.432112)","high","parcelPoint","646a6c30-71cd-4377-ba0d-c877c8ff77cc",296065,,,,"active","9999-12-31","2023-12-08","true",,0.077,3617740
152,1,"00156-CivicAddressInWrongLocation","4427 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4427",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4162969 49.8219851)","high","rooftopPoint","e812c88e-84c4-4d10-b234-94bb2095d329",345026,,,,"active","9999-12-31","2023-12-08","true",,0.068,3723542
153,1,"00157-CivicAddressInWrongLocation","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","9d003d88-50ea-481d-a2ff-6aceb05652a5",535086,,,,"active","9999-12-31","2023-12-08","true",,0.062,3492892
154,1,"00158-CivicAddressWithUnescapedSpecialCharacter","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","9d003d88-50ea-481d-a2ff-6aceb05652a5",535086,,,,"active","9999-12-31","2023-12-08","true",,0.155,3492892
155,1,"00159-CivicAddressWithNegativeScore","Sooke, BC",,48,"LOCALITY",68,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12, LOCALITY.isAlias:4, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7316667 48.3825)","coarse","localityPoint",,,,,,"active",,,"true",,13.462,
156,1,"00160-CivicAddressWithCivicNumberTreatedAsCivicNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.139,
157,1,"00161-NonCivicAddressWithKnownSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,5.447,
158,1,"00162-NonCivicAddressWithKnownSiteNameAndMissingStreet","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,3.482,
159,1,"00163-NonCivicAddressWithKnownSiteNameandProvince","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.77,
160,1,"00164-NonCivicAddressWithHwyNameAlias","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.104,
161,1,"00165-CivicAddressWithFractionalCivicNumberSuffix","535 1/2 Fisgard St, Victoria, BC",,98,"BLOCK",99,"[CIVIC_NUMBER_SUFFIX.notMatched:1]",,,,,"535","1/2","Fisgard","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3683677 48.4293144)","low","accessPoint",,310522,,,,"active",,,"true",,0.294,
162,1,"00167-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,1.974,3478532
163,1,"00168-NumberedStreetNameWithEmbeddedBlanks","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,2.174,3478532
164,1,"00169-StreetNameWithGluedWords","2845 Cedar Hill Rd, Victoria, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"2845",,"Cedar Hill","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3452603 48.4424106)","high","parcelPoint","5b4408ad-303c-405d-a31b-771e64b795e3",2660218,,,,"active","9999-12-31","2023-12-08","true",,0.658,3587951
165,1,"00170-LocalityNameWithGluedWords","1722 Elford Rd, Shawnigan Lake, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1722",,"Elford","Rd","false",,"false",,"Shawnigan Lake","Community","CVRD Electoral Area B (Shawnigan Lake)","BC","SRID=4326;POINT(-123.6193839 48.6458832)","high","parcelPoint","2cc67702-66f4-4207-ad97-67f5d539728b",556151,,,,"active","9999-12-31","2023-12-08","true",,0.276,3545213
166,1,"00171-SiteNameWithGluedWords","ANAHIMLAKE AIRPORT -- Anahim Lake, BC",,58,"LOCALITY",68,"[SITE_NAME.notMatched:10]","ANAHIMLAKE AIRPORT",,,,,,,,"false",,"false",,"Anahim Lake","Community","CRD Electoral Area J","BC","SRID=4326;POINT(-125.3180556 52.4663889)","coarse","localityPoint",,,,"ANAHIMLAKE AIRPORT",,"active",,,"true",,6.504,
167,1,"00172-StreetNameWithMultipleSpellingMistakes","Omenica St, Kitimat, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omenica","St","false",,"false",,"Kitimat","District Municipality",,"BC","SRID=4326;POINT(-128.6597836 54.0442719)","coarse","streetPoint",,,,,,"active",,,"true",,2.941,
168,1,"00173-LocalityNameWithMultipleSpellingMistakes","Spallumcheen, BC",,66,"LOCALITY",68,"[LOCALITY.spelledWrong:2]",,,,,,,,,"false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2174999 50.4022222)","coarse","localityPoint",,,,,,"active",,,"true",,2.345,
169,1,"00174-SiteNameWithMultipleSpellingMistakes","ANAHYME LAK ARPORT -- Anahim Lake, BC",,58,"LOCALITY",68,"[SITE_NAME.notMatched:10]","ANAHYME LAK ARPORT",,,,,,,,"false",,"false",,"Anahim Lake","Community","CRD Electoral Area J","BC","SRID=4326;POINT(-125.3180556 52.4663889)","coarse","localityPoint",,,,"ANAHYME LAK ARPORT",,"active",,,"true",,4.203,
170,1,"00175-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,2.033,3478532
171,1,"00178-StreetNameWithSplitWords","1985 Millstream Rd, Highlands, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,4.409,4153266
172,1,"00179-UnknownSiteNameWithFrontGate","OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,0.502,4153266
173,1,"00180-UnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,16.651,4153266
174,1,"00181-UnknownUnitwithUnknownSiteNameWithFrontGate","APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","APT 101 OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,1.304,4153266
175,1,"00182-UnknownUnitwithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,44.055,4153266
176,1,"00183-UnknownUnitAfterStreetWithUnknownSiteNameWithFrontGate","APT 101 APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,88,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]","APT 101 OLD MILL STREAM MANOR","APT","101",,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"APT 101 APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,111.961,4153266
177,1,"00184-UnknownUnitAfterStreetWithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,63.701,4153266
178,1,"00185-UnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,4.059,4153266
179,1,"00186-UnknownUnitWithUnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,39.973,4153266
180,1,"00187-SpelledOutProvinceName","8525 Terrace Dr, Delta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","fd8bad69-896b-4459-a7b3-759ef82c3f2e",131433,,,,"active","9999-12-31","2023-12-08","true",,0.164,2746401
181,1,"00188-RedundantSpelledOutProvinceNameAndAbbreviation","8525 Terrace Dr, Delta, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","fd8bad69-896b-4459-a7b3-759ef82c3f2e",131433,,,,"active","9999-12-31","2023-12-08","true",,1.242,2746401
182,1,"00189-WordUNKNOWNInAddress","975 Balmoral Rd, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"975",,"Balmoral","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.356382 48.4284131)","high","parcelPoint","fcf5e245-bca4-4f68-881f-be77c218a369",300538,,,,"active","9999-12-31","2023-12-08","true",,0.805,2863484
183,1,"00190-WordCANADAInAddress","5142 Manor St, Burnaby, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"5142",,"Manor","St","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9900276 49.2568325)","high","parcelPoint","40abf4f4-6eb2-45bd-9180-8b38fedd4467",116162,,,,"active","9999-12-31","2023-12-08","true",,3.226,2467917
184,1,"00191-GDPostalElementAfterStreet","400 Gower Point Rd, Gibsons, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"400",,"Gower Point","Rd","false",,"false",,"Gibsons","Town",,"BC","SRID=4326;POINT(-123.5092528 49.3994338)","high","parcelPoint","ed2a3a65-1f34-439c-9610-2b9004532659",178782,,,,"active","9999-12-31","2023-12-08","true",,0.937,2461748
185,1,"00192-DNCPostalElementAfterStreet","10631 Rochdale Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10631",,"Rochdale","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1093351 49.1345637)","high","parcelPoint","64e07569-1a0f-4ea1-b293-670c469e5a2a",126449,,,,"active","9999-12-31","2023-12-08","true",,0.149,2683087
186,1,"00193-RPOPostalElementAfterStreet","1751 Martini Way, Qualicum Beach, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1751",,"Martini","Way","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.5637356 49.3047857)","high","parcelPoint","f2f500b6-f619-464f-9e9a-acb9eff6893f",331400,,,,"active","9999-12-31","2023-12-08","true",,0.394,2958432
187,1,"00196-SiteNameAfterStreet","9020 Bridgeport Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9020",,"Bridgeport","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1251457 49.1915261)","high","parcelPoint","9ccbc888-a3c0-4246-aef2-5f42c847faec",349117,,,,"active","9999-12-31","2023-12-08","true",,1.054,1816251
188,1,"00197-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.281,3980238
189,1,"00198-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.32,3980238
190,1,"00199-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.359,3980238
191,1,"00200-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.471,3980238
192,1,"00201-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,19.03,3547420
193,1,"00202-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,19.064,3547420
194,1,"00203-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,19.342,3547420
195,1,"00204-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,19.501,3547420
196,1,"00205-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.35,1095815
197,1,"00206-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.225,1095815
198,1,"00207-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.214,1095815
199,1,"00208-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.21,1095815
200,1,"00209-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","2a5a82c3-ae53-47ef-8dfe-b1aef979d056",279569,,,,"active","9999-12-31","2023-12-08","true",,24.345,3815340
201,1,"00210-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","2a5a82c3-ae53-47ef-8dfe-b1aef979d056",279569,,,,"active","9999-12-31","2023-12-08","true",,29.263,3815340
202,1,"00211-RedundantStreetTypeInAddress","1168 Douglas Terr, Port Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1168",,"Douglas","Terr","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7811 49.2357097)","high","parcelPoint","5d3c3ff2-6dd0-4350-ad97-0f5c834cb235",147675,,,,"active","9999-12-31","2023-12-08","true",,20.246,3826511
203,1,"00212-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.292,2471690
204,1,"00213-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.229,2471690
205,1,"00214-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.122,2471690
206,1,"00215-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.729,2559518
207,1,"00216-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.754,2559518
208,1,"00217-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.778,2559518
209,1,"00218-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.842,2559518
210,1,"00219-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.574,3013340
211,1,"00220-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.496,3013340
212,1,"00221-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.043,3013340
213,1,"00222-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.455,3013340
214,1,"00223-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.511,3013340
215,1,"00224-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.464,3013340
216,1,"00225-RedundantStreetTypeInAddress","1065 Cinnamon Sedge Way, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1065",,"Cinnamon Sedge","Way","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2708609 49.2750462)","high","parcelPoint","4959de89-a240-4b2a-aa94-9a5b86a4cd7d",1864615,,,,"active","9999-12-31","2023-12-08","true",,1.069,4139213
217,1,"00226-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.68,2118865
218,1,"00227-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.654,2118865
219,1,"00228-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.657,2118865
220,1,"00229-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.658,2118865
221,1,"00230-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.645,2118865
222,1,"00231-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.633,2118865
223,1,"00232-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.646,2118865
224,1,"00233-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.655,2118865
225,1,"00234-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.637,2118865
226,1,"00235-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,11.65,1060061
227,1,"00236-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,11.489,1060061
228,1,"00237-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,11.541,1060061
229,1,"00238-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,39.967,1060061
230,1,"00239-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,12.432,1060061
231,1,"00240-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.363,3911239
232,1,"00241-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.87,3911239
233,1,"00242-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,14.916,3911239
234,1,"00243-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.143,3911239
235,1,"00244-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,16.653,3911239
236,1,"00245-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,13.65,3911239
237,1,"00246-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.996,3911239
238,1,"00247-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.842,3911239
239,1,"00248-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.111,3911239
240,1,"00249-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.224,3872694
241,1,"00250-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.191,3872694
242,1,"00251-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.242,3872694
243,1,"00252-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.271,3872694
244,1,"00253-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","4d942656-0704-4c43-879c-939cd257b8f5",580534,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,28.81,4280010
245,1,"00254-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","4d942656-0704-4c43-879c-939cd257b8f5",580534,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,27.943,4280010
246,1,"00255-UnknownSiteNameWithFrontGate","HOLLYBURN HOUSE -- 2095 Marine Dr, West Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","HOLLYBURN HOUSE",,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","cec50666-a78e-44c9-90ed-7cada1558784",165751,,"HOLLYBURN HOUSE",,"active","9999-12-31","2023-12-08","true",,8.893,2436253
247,1,"00256-UnknownSiteNameAfterStreetWithoutFrontGate","2095 Marine Dr, West Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","cec50666-a78e-44c9-90ed-7cada1558784",165751,,,,"active","9999-12-31","2023-12-08","true",,21.517,2436253
248,1,"00257-UnknownSiteNameWithFrontGate","BRG HOUSING -- 100 E Cordova St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, STREET_DIRECTION.notSuffix:0]","BRG HOUSING",,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","0359f4d1-2724-415c-8b69-3a7cd593d0d4",105944,,"BRG HOUSING",,"active","9999-12-31","2023-12-08","true",,3.425,3780707
249,1,"00258-UnknownSiteNameAfterStreetWithoutFrontGate","100 E Cordova St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.notSuffix:0]",,,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","0359f4d1-2724-415c-8b69-3a7cd593d0d4",105944,,,,"active","9999-12-31","2023-12-08","true",,10.828,3780707
250,1,"00259-GoodAddress","689 Abbott St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.105,8007681
251,1,"00260-WordRTDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.68,8007681
252,1,"00261-WordRETURNMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.682,8007681
253,1,"00262-WordRETURNEDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.616,8007681
254,1,"00263-WordMAILINGAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.619,8007681
255,1,"00264-GoodAddress","9695 Prest Rd, Chilliwack, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.08,1459224
256,1,"00265-WordPOSTALSTNAfterStreet","9695 Prest Rd, Chilliwack, BC",,89,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY.missing:10]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,3.475,1459224
257,1,"00266-WordPOSTALSTATIONAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.806,1459224
258,1,"00267-WordPOSTALAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.412,1459224
259,1,"00268-POBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.273,3496523
260,1,"00269-PspaceOBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.257,3496523
261,1,"00270-POAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.214,3496523
262,1,"00271-PspaceOAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.74,3496523
263,1,"00272-KnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.252,2104959
264,1,"00273-APARTMENTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.359,2104959
265,1,"00274-APARTMENTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.212,2104959
266,1,"00275-APTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.35,2104959
267,1,"00276-APTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.204,2104959
268,1,"00277-POBoxAtFrontOfUnitAddress","UNIT 105 -- 150 21st St, West Vancouver, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,53.797,1430226
269,1,"00278-POBoxAtFrontOfUnitAddresssWithBUZZERNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,60.455,1430226
270,1,"00279-POBoxAtFrontOfUnitAddressWithBUZZNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,60.432,1430226
271,1,"00280-POBoxAtFrontOfUnitAddressWithINTERCOMNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,60.825,1430226
272,1,"00281-StreetNameWithApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","7c73e9de-96f5-42b4-a315-954987ac6ab1",120417,,,,"active","9999-12-31","2023-12-08","true",,0.205,4018594
273,1,"00282-StreetNameWithSpaceInsteadOfApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,88,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","7c73e9de-96f5-42b4-a315-954987ac6ab1",120417,,,,"active","9999-12-31","2023-12-08","true",,13.554,4018594
274,1,"00283-GoodAddress","1110 Cardero St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.105,4187775
275,1,"00284-UnknownSiteNameWithFrontGate","PATRICIA APTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,"PATRICIA APTS",,"active","9999-12-31","2023-12-08","true",,0.209,4187775
276,1,"00285-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.487,4187775
277,1,"00286-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.281,4187775
278,1,"00287-UnknownSiteNameWithFrontGate","PATRICIA APARTMENTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APARTMENTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,"PATRICIA APARTMENTS",,"active","9999-12-31","2023-12-08","true",,0.206,4187775
279,1,"00288-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.469,4187775
280,1,"00289-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.288,4187775
281,1,"00290-UnknownSiteNameWithFrontGate","LILLOET BLDG -- 2016 Fullerton Ave, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1]","LILLOET BLDG",,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","c49735b4-3dba-4ea2-b764-20ebb5af9392",2602976,,"LILLOET BLDG",,"active","9999-12-31","2023-12-08","true",,91.88,8006509
282,1,"00291-UnknownSiteNameWithoutFrontGate","2016 Fullerton Ave, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","c49735b4-3dba-4ea2-b764-20ebb5af9392",2602976,,,,"active","9999-12-31","2023-12-08","true",,1.685,8006509
283,1,"00292-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 410 -- 2016 Fullerton Ave, District of North Vancouver, BC",,96,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, LOCALITY.isAlias:1]",,"UNIT","410",,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","high","parcelPoint","b708e505-9053-4608-807d-cb8ac63000ee",2602976,,"UNIT 410",,"active","9999-12-31","2023-12-08","true",,1.666,2616741
284,1,"00293-UnknownSiteNameWithFrontGate","UNIT 205 CONDOMINIUMS -- 7555 120A St, Surrey, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","UNIT 205 CONDOMINIUMS",,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205 CONDOMINIUMS",,"active","9999-12-31","2023-12-08","true",,4.895,3700539
285,1,"00294-UnknownSiteNameWithoutFrontGate","7555 120A St, Surrey, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,,,"active","9999-12-31","2023-12-08","true",,7.451,3700539
286,1,"00295-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205",,"active","9999-12-31","2023-12-08","true",,6.647,3700539
287,1,"00296-UnknownSiteNameWithFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"CONDO 205",,"active","9999-12-31","2023-12-08","true",,2.026,3700539
288,1,"00297-UnknownSiteNameWithoutFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"CONDO 205",,"active","9999-12-31","2023-12-08","true",,7.96,3700539
289,1,"00298-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205",,"active","9999-12-31","2023-12-08","true",,6.535,3700539
290,1,"00299-UnknownSiteNameWithFrontGate","FRASERVIEW CARE LODGE -- 9580 Williams Rd, Richmond, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","FRASERVIEW CARE LODGE",,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,"FRASERVIEW CARE LODGE",,"active","9999-12-31","2023-12-08","true",,1.657,2175388
291,1,"00300-UnknownSiteNameWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,,,"active","9999-12-31","2023-12-08","true",,1.255,2175388
292,1,"00301-UnknownSiteNameAfterStreetWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,,,"active","9999-12-31","2023-12-08","true",,4.669,2175388
293,1,"00302-UnknownSiteNameWithFrontGate","UNIT 1 LYNN VLY CARE CTR -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]","UNIT 1 LYNN VLY CARE CTR",,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 1 LYNN VLY CARE CTR",,"active","9999-12-31","2023-12-08","true",,11258.149,4123935
294,1,"00303-UnknownSiteNameWithoutFrontGate","1070 Lynn Valley Rd, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,,,"active","9999-12-31","2023-12-08","true",,23.283,4123935
295,1,"00304-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 1 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","1",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,68.71,4123935
296,1,"00305-UnknownSiteNameWithFrontGate","CERWYDDEN CARE HOME -- 3243 Cowichan Lake Rd, Duncan, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","CERWYDDEN CARE HOME",,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,"CERWYDDEN CARE HOME",,"active","9999-12-31","2023-12-08","true",,3.436,3905051
297,1,"00306-UnknownSiteNameWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,,,"active","9999-12-31","2023-12-08","true",,2.254,3905051
298,1,"00307-UnknownSiteNameAfterStreetWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,,,"active","9999-12-31","2023-12-08","true",,3.235,3905051
299,1,"00308-GoodAddress","10011 Simkin Pl, Sidney, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.084,3396062
300,1,"00309-DuplicateBCAfterStreetType","10011 Simkin Pl, Sidney, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.174,3396062
301,1,"00310-DuplicateBCAfterLocality","10011 Simkin Pl, Sidney, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.152,3396062
302,1,"00311-GoodAddress","1447 Rupert St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","af6b7277-d15e-49b1-9667-2d1789a5f9ca",108270,,,,"active","9999-12-31","2023-12-08","true",,0.092,3690174
303,1,"00312-DuplicateLocalityAfterLocality","1447 Rupert St, Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","af6b7277-d15e-49b1-9667-2d1789a5f9ca",108270,,,,"active","9999-12-31","2023-12-08","true",,2.065,3690174
304,1,"00313-GoodAddress","964 Lillooet Rd, District of North Vancouver, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","62b09be7-ce54-4bdf-a730-fefda642528f",1786503,,,,"active","9999-12-31","2023-12-08","true",,12.928,3844965
305,1,"00314-DuplicateLocalityAfterLocality","964 Lillooet Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","62b09be7-ce54-4bdf-a730-fefda642528f",1786503,,,,"active","9999-12-31","2023-12-08","true",,42.528,3844965
306,1,"00315-GoodAddress","1135 Jefferson Ave, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","ec40465d-5663-418c-ad94-f968c5029a87",163333,,,,"active","9999-12-31","2023-12-08","true",,0.345,2329721
307,1,"00316-DuplicateLocalityAfterLocality","1135 Jefferson Ave, West Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","ec40465d-5663-418c-ad94-f968c5029a87",163333,,,,"active","9999-12-31","2023-12-08","true",,5.333,2329721
308,1,"00317-GoodAddress","11048 157A St, Surrey, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","ebbfa41d-3678-4c19-b37d-52e1a69e2b84",139972,,,,"active","9999-12-31","2023-12-08","true",,3.565,3661022
309,1,"00318-DuplicateLocalityAfterLocality","11048 157A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","ebbfa41d-3678-4c19-b37d-52e1a69e2b84",139972,,,,"active","9999-12-31","2023-12-08","true",,15.633,3661022
310,1,"00319-GoodAddress","9917 Ashwood Dr, Richmond, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","a40b84ae-4593-410f-a25b-62a574d56bb5",128091,,,,"active","9999-12-31","2023-12-08","true",,0.096,2618789
311,1,"00320-DuplicateLocalityAfterLocality","9917 Ashwood Dr, Richmond, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","a40b84ae-4593-410f-a25b-62a574d56bb5",128091,,,,"active","9999-12-31","2023-12-08","true",,0.41,2618789
312,1,"00321-GoodAddress","1120 Foster Ave, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","cd1bdefc-e11d-4d40-a83f-a789b2fe6c7f",2612215,,,,"active","9999-12-31","2023-12-08","true",,0.083,1572531
313,1,"00322-DuplicateLocalityAfterLocality","1120 Foster Ave, Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","cd1bdefc-e11d-4d40-a83f-a789b2fe6c7f",2612215,,,,"active","9999-12-31","2023-12-08","true",,1.625,1572531
314,1,"00323-GoodAddress","1040 Fraserview St, Port Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","2b857fad-fe03-407d-b5da-59d225e8884e",147713,,,,"active","9999-12-31","2023-12-08","true",,0.372,3413505
315,1,"00324-DuplicateLocalityAfterLocality","1040 Fraserview St, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","2b857fad-fe03-407d-b5da-59d225e8884e",147713,,,,"active","9999-12-31","2023-12-08","true",,6.225,3413505
316,1,"00325-GoodAddress","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","10f931dc-7445-4019-b607-63cfbf08d197",2182546,,,,"active","9999-12-31","2023-12-08","true",,0.08,3964198
317,1,"00326-NonStandardStreetTypeAbbreviation","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","10f931dc-7445-4019-b607-63cfbf08d197",2182546,,,,"active","9999-12-31","2023-12-08","true",,0.066,3964198
318,1,"00327-AddressInSmallCommunity","6481 Savona Access Rd, Savona, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","db21cdc5-03bd-4ea9-8a33-2339f5ed48f3",209084,,,,"active","9999-12-31","2023-12-08","true",,0.307,4134342
319,1,"00328-AddressInSmallCommunityUsingLocalityAlias","6481 Savona Access Rd, Savona, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","db21cdc5-03bd-4ea9-8a33-2339f5ed48f3",209084,,,,"active","9999-12-31","2023-12-08","true",,0.709,4134342
320,1,"00329-AddressInSmallCommunity","2089 Errington Rd, Errington, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","19837d2a-4dde-4a8a-8f09-910b5a512bae",566371,,,,"active","9999-12-31","2023-12-08","true",,0.077,3183815
321,1,"00330-AddressInSmallCommunityUsingLocalityAlias","2089 Errington Rd, Errington, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","19837d2a-4dde-4a8a-8f09-910b5a512bae",566371,,,,"active","9999-12-31","2023-12-08","true",,0.382,3183815
322,1,"00331-AddressInSmallCommunity","1104 Deep Creek Rd, Deep Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","3f1e5a00-68a6-4ccb-8965-284b5e579f83",470193,,,,"active","9999-12-31","2023-12-08","true",,2.75,3852491
323,1,"00332-AddressInSmallCommunityUsingLocalityAlias","1104 Deep Creek Rd, Deep Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","3f1e5a00-68a6-4ccb-8965-284b5e579f83",470193,,,,"active","9999-12-31","2023-12-08","true",,2.723,3852491
324,1,"00333-AddressInSmallCommunity","4137 Spallumcheen Dr, Spallumcheen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3d305ee0-7b98-409f-ae77-53db4db9cae0",333510,,,,"active","9999-12-31","2023-12-08","true",,0.078,1118954
325,1,"00334-AddressInSmallCommunityUsingLocalityAlias","4137 Spallumcheen Dr, Spallumcheen, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3d305ee0-7b98-409f-ae77-53db4db9cae0",333510,,,,"active","9999-12-31","2023-12-08","true",,0.223,1118954
326,1,"00335-AddressInSmallCommunity","7380 Harrop-Procter Rd, Procter, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","53d68580-81e8-436d-9143-e5284205cab2",2487743,,,,"active","9999-12-31","2023-12-08","true",,0.35,3609081
327,1,"00336-AddressInSmallCommunityUsingLocalityAlias","7380 Harrop-Procter Rd, Procter, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","53d68580-81e8-436d-9143-e5284205cab2",2487743,,,,"active","9999-12-31","2023-12-08","true",,0.771,3609081
328,1,"00337-AddressInSmallCommunity","4260 Blewett Rd, Blewett, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","98e2005d-b55d-4b88-bab0-8afc042dc827",277711,,,,"active","9999-12-31","2023-12-08","true",,0.09,4174241
329,1,"00338-AddressInSmallCommunityUsingLocalityAlias","4260 Blewett Rd, Blewett, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","98e2005d-b55d-4b88-bab0-8afc042dc827",277711,,,,"active","9999-12-31","2023-12-08","true",,0.457,4174241
330,1,"00339-AddressInSmallCommunity","2067 White Lake Rd, White Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","dd70a4ac-d20a-48ac-b9bb-b973c5e551e3",470228,,,,"active","9999-12-31","2023-12-08","true",,18.238,3599301
331,1,"00340-AddressInSmallCommunityUsingLocalityAlias","2067 White Lake Rd, White Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","dd70a4ac-d20a-48ac-b9bb-b973c5e551e3",470228,,,,"active","9999-12-31","2023-12-08","true",,15.844,3599301
332,1,"00341-AddressInSmallCommunity","1754 Pass Creek Rd, Pass Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","8479284b-656d-4e49-89df-75059d184950",276697,,,,"active","9999-12-31","2023-12-08","true",,2.209,1735595
333,1,"00342-AddressInSmallCommunityUsingLocalityAlias","1754 Pass Creek Rd, Pass Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","8479284b-656d-4e49-89df-75059d184950",276697,,,,"active","9999-12-31","2023-12-08","true",,3.737,1735595
334,1,"00343-AddressInSmallCommunity","2928 Wycliffe Store Rd, Wycliffe, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","a62ac5d8-086a-418b-a2aa-f984783a9392",506509,,,,"active","9999-12-31","2023-12-08","true",,0.319,1240493
335,1,"00344-AddressInSmallCommunityUsingLocalityAlias","2928 Wycliffe Store Rd, Wycliffe, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","a62ac5d8-086a-418b-a2aa-f984783a9392",506509,,,,"active","9999-12-31","2023-12-08","true",,0.62,1240493
336,1,"00345-AddressInSmallCommunity","1514 Loon Lake Rd, Loon Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","6480177e-abca-44a7-b336-73fbbca5a182",587894,,,,"active","9999-12-31","2023-12-08","true",,2.16,2965993
337,1,"00346-AddressInSmallCommunityUsingLocalityAlias","1514 Loon Lake Rd, Loon Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","6480177e-abca-44a7-b336-73fbbca5a182",587894,,,,"active","9999-12-31","2023-12-08","true",,6.523,2965993
338,1,"00347-AddressInSmallCommunity","2048 Cambie-Solsqua Rd, Solsqua, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","f14d0e4c-6b0f-4d0d-a9d5-10990cf0cc91",2534370,,,,"active","9999-12-31","2023-12-08","true",,0.569,3347762
339,1,"00348-AddressInSmallCommunityUsingLocalityAlias","2048 Cambie-Solsqua Rd, Solsqua, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","f14d0e4c-6b0f-4d0d-a9d5-10990cf0cc91",2534370,,,,"active","9999-12-31","2023-12-08","true",,1.108,3347762
340,1,"00349-AddressInSmallCommunity","3492 Spokin Lake Rd, Spokin Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","115f9cb3-418d-481c-a8d9-eefb26f84d65",552355,,,,"active","9999-12-31","2023-12-08","true",,0.595,3399209
341,1,"00350-AddressInSmallCommunityUsingLocalityAlias","3492 Spokin Lake Rd, Spokin Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","115f9cb3-418d-481c-a8d9-eefb26f84d65",552355,,,,"active","9999-12-31","2023-12-08","true",,2.371,3399209
342,1,"00351-AddressInSmallCommunity","2582 Shoreacres Rd, Shoreacres, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","9949b2a3-013b-4148-89b9-2b3217874781",277597,,,,"active","9999-12-31","2023-12-08","true",,0.076,2766883
343,1,"00352-AddressInSmallCommunityUsingLocalityAlias","2582 Shoreacres Rd, Shoreacres, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","9949b2a3-013b-4148-89b9-2b3217874781",277597,,,,"active","9999-12-31","2023-12-08","true",,0.381,2766883
344,1,"00353-AddressInSmallCommunity","1679 Moran Rd, Thrums, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","40da3928-ffe2-4a7c-a9c7-8936a836b7e4",2524376,,,,"active","9999-12-31","2023-12-08","true",,0.068,3265781
345,1,"00354-AddressInSmallCommunityUsingLocalityAlias","1679 Moran Rd, Thrums, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","40da3928-ffe2-4a7c-a9c7-8936a836b7e4",2524376,,,,"active","9999-12-31","2023-12-08","true",,0.38,3265781
346,1,"00355-AddressInSmallCommunity","6010 Harrop-Procter Rd, Harrop, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","a508365a-3b22-4e9e-b0a1-5d638d8a3d68",2519145,,,,"active","9999-12-31","2023-12-08","true",,0.355,3746533
347,1,"00356-AddressInSmallCommunityUsingLocalityAlias","6010 Harrop-Procter Rd, Harrop, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","a508365a-3b22-4e9e-b0a1-5d638d8a3d68",2519145,,,,"active","9999-12-31","2023-12-08","true",,0.791,3746533
348,1,"00357-AddressInSmallCommunity","7136 Willis Point Rd, Willis Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","4ff039f5-bf40-4553-bfe1-77626d019405",304127,,,,"active","9999-12-31","2023-12-08","true",,1.427,2547093
349,1,"00358-AddressInSmallCommunityUsingLocalityAlias","7136 Willis Point Rd, Willis Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","4ff039f5-bf40-4553-bfe1-77626d019405",304127,,,,"active","9999-12-31","2023-12-08","true",,1.843,2547093
350,1,"00359-AddressInSmallCommunity","3918 Passmore Upper Rd, Passmore, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","3d545511-fd4c-42fb-8879-fd12a0171a99",339993,,,,"active","9999-12-31","2023-12-08","true",,0.423,2675059
351,1,"00360-AddressInSmallCommunityUsingLocalityAlias","3918 Passmore Upper Rd, Passmore, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","3d545511-fd4c-42fb-8879-fd12a0171a99",339993,,,,"active","9999-12-31","2023-12-08","true",,0.873,2675059
352,1,"00361-AddressInSmallCommunity","1954 Blaeberry School Rd, Blaeberry, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","b250a457-cfb7-4854-985b-a94523baa72d",539262,,,,"active","9999-12-31","2023-12-08","true",,0.607,2900731
353,1,"00362-AddressInSmallCommunityUsingLocalityAlias","1954 Blaeberry School Rd, Blaeberry, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","b250a457-cfb7-4854-985b-a94523baa72d",539262,,,,"active","9999-12-31","2023-12-08","true",,1.525,2900731
354,1,"00363-AddressInSmallCommunity","5199 Baker-Kersley Rd, Kersley, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","1da1b163-a663-462d-ac15-6653defd343d",547912,,,,"active","9999-12-31","2023-12-08","true",,1.85,4032233
355,1,"00364-AddressInSmallCommunityUsingLocalityAlias","5199 Baker-Kersley Rd, Kersley, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","1da1b163-a663-462d-ac15-6653defd343d",547912,,,,"active","9999-12-31","2023-12-08","true",,3.698,4032233
356,1,"00365-AddressInSmallCommunity","7330 Watch Lake Rd, Watch Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","19a8618d-92e6-4515-953a-38e047e1c632",568264,,,,"active","9999-12-31","2023-12-08","true",,1.692,3168378
357,1,"00366-AddressInSmallCommunityUsingLocalityAlias","7330 Watch Lake Rd, Watch Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","19a8618d-92e6-4515-953a-38e047e1c632",568264,,,,"active","9999-12-31","2023-12-08","true",,3.56,3168378
358,1,"00367-AddressInSmallCommunity","2270 Port Mellon Hwy, Port Mellon, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","b2482237-9b0f-460e-9976-e335f123d0b0",590070,,,,"active","9999-12-31","2023-12-08","true",,5.824,3017972
359,1,"00368-AddressInSmallCommunityUsingLocalityAlias","2270 Port Mellon Hwy, Port Mellon, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","b2482237-9b0f-460e-9976-e335f123d0b0",590070,,,,"active","9999-12-31","2023-12-08","true",,2.655,3017972
360,1,"00369-AddressInSmallCommunity","4570 Otter Point Pl, Otter Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","cfe43946-238c-4c40-9354-cdf419298840",1945400,,,,"active","9999-12-31","2023-12-08","true",,2.578,1196803
361,1,"00370-AddressInSmallCommunityUsingLocalityAlias","4570 Otter Point Pl, Otter Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","cfe43946-238c-4c40-9354-cdf419298840",1945400,,,,"active","9999-12-31","2023-12-08","true",,2.071,1196803
362,1,"00371-AddressInSmallCommunity","14187 Palling Rd E, Palling, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","d767cac9-02e0-427c-b5be-65cb1ea060c2",557443,,,,"active","9999-12-31","2023-12-08","true",,0.083,4005523
363,1,"00372-AddressInSmallCommunityUsingLocalityAlias","14187 Palling Rd E, Palling, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","d767cac9-02e0-427c-b5be-65cb1ea060c2",557443,,,,"active","9999-12-31","2023-12-08","true",,1.469,4005523
364,1,"00373-AddressInSmallCommunity","2525 Bouchie Lake Rd, Bouchie Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","466f408d-6b21-4ef3-97fc-bd9f229a77a8",586083,,,,"active","9999-12-31","2023-12-08","true",,0.888,2922408
365,1,"00374-AddressInSmallCommunityUsingLocalityAlias","2525 Bouchie Lake Rd, Bouchie Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","466f408d-6b21-4ef3-97fc-bd9f229a77a8",586083,,,,"active","9999-12-31","2023-12-08","true",,1.102,2922408
366,1,"00375-AddressInSmallCommunity","20010 Colleymount Rd, Colleymount, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","b055f93e-9bb2-41ae-95db-fe42eee54dd5",521096,,,,"active","9999-12-31","2023-12-08","true",,0.093,2910400
367,1,"00376-AddressInSmallCommunityUsingLocalityAlias","20010 Colleymount Rd, Colleymount, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","b055f93e-9bb2-41ae-95db-fe42eee54dd5",521096,,,,"active","9999-12-31","2023-12-08","true",,0.914,2910400
368,1,"00377-AddressInSmallCommunity","1117 Lone Prairie Rd, Lone Prairie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","1d7b36a5-8e1a-48c7-963b-7596465bd2ac",536603,,,,"active","9999-12-31","2023-12-08","true",,1.206,3298949
369,1,"00378-AddressInSmallCommunityUsingLocalityAlias","1117 Lone Prairie Rd, Lone Prairie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","1d7b36a5-8e1a-48c7-963b-7596465bd2ac",536603,,,,"active","9999-12-31","2023-12-08","true",,1.468,3298949
370,1,"00379-AddressInSmallCommunity","58051 Laidlaw Rd, Laidlaw, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","088a2a2b-a33a-49bd-a789-cac7657caa91",483449,,,,"active","9999-12-31","2023-12-08","true",,0.074,2725994
371,1,"00380-AddressInSmallCommunityUsingLocalityAlias","58051 Laidlaw Rd, Laidlaw, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","088a2a2b-a33a-49bd-a789-cac7657caa91",483449,,,,"active","9999-12-31","2023-12-08","true",,0.611,2725994
372,1,"00381-AddressInSmallCommunity","8041 Bridge Lake North Rd, Bridge Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","c99fd433-2ad1-4461-ac18-c7e506c0c833",1982774,,,,"active","9999-12-31","2023-12-08","true",,54.023,3541575
373,1,"00382-AddressInSmallCommunityUsingLocalityAlias","8041 Bridge Lake North Rd, Bridge Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","c99fd433-2ad1-4461-ac18-c7e506c0c833",1982774,,,,"active","9999-12-31","2023-12-08","true",,84.694,3541575
374,1,"00383-AddressInSmallCommunity","136 Grandview Bench Rd, Grandview Bench, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","707bfc34-1d08-469c-8f81-cc6735ca9f44",2342934,,,,"active","9999-12-31","2023-12-08","true",,1.972,3153652
375,1,"00384-AddressInSmallCommunityUsingLocalityAlias","136 Grandview Bench Rd, Grandview Bench, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","707bfc34-1d08-469c-8f81-cc6735ca9f44",2342934,,,,"active","9999-12-31","2023-12-08","true",,2.667,3153652
376,1,"00385-AddressInSmallCommunity","15351 Tatalrose Rd, Tatalrose, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","d20e6629-9b28-4151-97b7-2c764b18e2a7",2189084,,,,"active","9999-12-31","2023-12-08","true",,0.092,3845019
377,1,"00386-AddressInSmallCommunityUsingLocalityAlias","15351 Tatalrose Rd, Tatalrose, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","d20e6629-9b28-4151-97b7-2c764b18e2a7",2189084,,,,"active","9999-12-31","2023-12-08","true",,0.881,3845019
378,1,"00387-AddressInSmallCommunity","10167 Pinchi Lake Rd, Pinchi Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","0094c2bf-3dc3-4ec5-9a1b-8cc89c188f13",1858471,,,,"active","9999-12-31","2023-12-08","true",,0.636,3873966
379,1,"00388-AddressInSmallCommunityUsingLocalityAlias","10167 Pinchi Lake Rd, Pinchi Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","0094c2bf-3dc3-4ec5-9a1b-8cc89c188f13",1858471,,,,"active","9999-12-31","2023-12-08","true",,2.895,3873966
380,1,"00389-AddressInSmallCommunity","2388 Heffley Lake Rd, Heffley Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","55b0607a-afc6-4216-bb61-8ed665d8258d",206948,,,,"active","9999-12-31","2023-12-08","true",,1.645,3382301
381,1,"00390-AddressInSmallCommunityUsingLocalityAlias","2388 Heffley Lake Rd, Heffley Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","55b0607a-afc6-4216-bb61-8ed665d8258d",206948,,,,"active","9999-12-31","2023-12-08","true",,4.258,3382301
382,1,"00391-AddressInSmallCommunity","10381 Popkum Rd S, Popkum, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","539961d2-a1d1-4c62-81a3-6cc2dab9761e",187418,,,,"active","9999-12-31","2023-12-08","true",,0.082,1904703
383,1,"00392-AddressInSmallCommunityUsingLocalityAlias","10381 Popkum Rd S, Popkum, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","539961d2-a1d1-4c62-81a3-6cc2dab9761e",187418,,,,"active","9999-12-31","2023-12-08","true",,1.005,1904703
384,1,"00393-AddressInSmallCommunity","7428 Roe Lake Cres, Roe Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","e2a11f01-a2c8-46e1-8675-f26973749f57",546368,,,,"active","9999-12-31","2023-12-08","true",,1.621,3258770
385,1,"00394-AddressInSmallCommunityUsingLocalityAlias","7428 Roe Lake Cres, Roe Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","e2a11f01-a2c8-46e1-8675-f26973749f57",546368,,,,"active","9999-12-31","2023-12-08","true",,3.398,3258770
386,1,"00395-AddressInSmallCommunity","6120 Garden Bay Rd, Garden Bay, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","c8aef5b1-1808-4cde-aa1e-da907f348448",482325,,,,"active","9999-12-31","2023-12-08","true",,3.245,3923450
387,1,"00396-AddressInSmallCommunityUsingLocalityAlias","6120 Garden Bay Rd, Garden Bay, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","c8aef5b1-1808-4cde-aa1e-da907f348448",482325,,,,"active","9999-12-31","2023-12-08","true",,10.108,3923450
388,1,"00397-AddressInSmallCommunity","1977 Tappen Notch Hill Rd, Tappen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","3143f53b-b699-4735-a100-7eb10e001bde",64488,,,,"active","9999-12-31","2023-12-08","true",,0.76,3268060
389,1,"00398-AddressInSmallCommunityUsingLocalityAlias","1977 Tappen Notch Hill Rd, Tappen, BC",,87,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:4, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","3143f53b-b699-4735-a100-7eb10e001bde",64488,,,,"active","9999-12-31","2023-12-08","true",,113.513,3268060
390,1,"00399-AddressInSmallCommunity","116 Rosebery Loop Rd, Rosebery, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","ec56d415-cd70-45fd-9b4a-59f77933513f",2531930,,,,"active","9999-12-31","2023-12-08","true",,0.392,1644488
391,1,"00400-AddressInSmallCommunityUsingLocalityAlias","116 Rosebery Loop Rd, Rosebery, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","ec56d415-cd70-45fd-9b4a-59f77933513f",2531930,,,,"active","9999-12-31","2023-12-08","true",,2.681,1644488
392,1,"00401-AddressInSmallCommunity","1525 Langdale Rd, Langdale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","fc6c1e1b-c361-4218-a55a-9b49c4f04c8c",178417,,,,"active","9999-12-31","2023-12-08","true",,0.085,3570149
393,1,"00402-AddressInSmallCommunityUsingLocalityAlias","1525 Langdale Rd, Langdale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","fc6c1e1b-c361-4218-a55a-9b49c4f04c8c",178417,,,,"active","9999-12-31","2023-12-08","true",,0.787,3570149
394,1,"00403-AddressInSmallCommunity","6607 Appledale Lower Rd, Appledale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","a8699af5-7308-4496-adf6-5fb38e311fe7",276196,,,,"active","9999-12-31","2023-12-08","true",,0.313,2684515
395,1,"00404-AddressInSmallCommunityUsingLocalityAlias","6607 Appledale Lower Rd, Appledale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","a8699af5-7308-4496-adf6-5fb38e311fe7",276196,,,,"active","9999-12-31","2023-12-08","true",,0.795,2684515
396,1,"00405-AddressInSmallCommunity","4232 Mayook Settlement Rd, Mayook, BC",,99,"BLOCK",99,"[]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.25,
397,1,"00406-AddressInSmallCommunityUsingLocalityAlias","4232 Mayook Settlement Rd, Mayook, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.472,
398,1,"00407-AddressInSmallCommunity","10571 Cheslatta Rd, Cheslatta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","939c0b16-ea1f-4455-a08e-1dc164102b8f",521449,,,,"active","9999-12-31","2023-12-08","true",,0.082,3101708
399,1,"00408-AddressInSmallCommunityUsingLocalityAlias","10571 Cheslatta Rd, Cheslatta, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","939c0b16-ea1f-4455-a08e-1dc164102b8f",521449,,,,"active","9999-12-31","2023-12-08","true",,0.973,3101708
400,1,"00409-NumberedStreetNameWithDetachedSuffix","102A Ave, Surrey, BC",,78,"STREET",78,"[]",,,,,,,"102A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8175667 49.1885721)","coarse","streetPoint",,,,,,"active",,,"true",,1.965,
401,1,"00410-UnitNumberStuckToDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.112,2104959
402,1,"00411-StreetNameWithMissingAmpersand","189 Rod & Gun Rd, Courtenay, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"189",,"Rod & Gun","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0190057 49.683884)","high","parcelPoint","3c90be80-f19d-45d5-9d8f-a6709b61b8f9",258442,,,,"active","9999-12-31","2023-12-08","true",,0.651,4187966
403,1,"00413-LeadingZeroInCivicNumber","Lynn Valley Rd, North Vancouver, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lynn Valley","Rd","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0533951 49.3290039)","coarse","streetPoint",,,,,,"active",,,"true",,678.321,
404,1,"00414-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,11.555,4123935
405,1,"00415-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,11.507,4123935
406,1,"00416-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,16.639,4123935
407,1,"00417-UnitNumberWithLetterPrefix","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","7a331ccc-0a05-44c4-860c-b2951adab313",106300,,"UNIT B2",,"active","9999-12-31","2023-12-08","true",,1.808,1914533
408,1,"00418-UnitNumberWithLetterPrefixGapped","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","7a331ccc-0a05-44c4-860c-b2951adab313",106300,,"UNIT B2",,"active","9999-12-31","2023-12-08","true",,1.73,1914533
409,1,"00419-UnitNumberWithLetterPrefix","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","bedd30c2-4934-43fa-af89-d80958100818",110501,,"UNIT C2",,"active","9999-12-31","2023-12-08","true",,33.462,1753265
410,1,"00420-UnitNumberWithLetterPrefixGapped","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","bedd30c2-4934-43fa-af89-d80958100818",110501,,"UNIT C2",,"active","9999-12-31","2023-12-08","true",,31.661,1753265
411,1,"00421-UnitNumberWithLetterPrefix","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","7c57fc8b-1f74-471c-9eac-65d035cdb2c0",2462668,,"UNIT P100",,"active","9999-12-31","2023-12-08","true",,8.873,1409241
412,1,"00422-UnitNumberWithLetterPrefixGapped","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","7c57fc8b-1f74-471c-9eac-65d035cdb2c0",2462668,,"UNIT P100",,"active","9999-12-31","2023-12-08","true",,8.661,1409241
413,1,"00423-UnitNumberWithLetterPrefix","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,6.406,1172657
414,1,"00424-UnitNumberWithLetterPrefixGapped","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,6.313,1172657
415,1,"00425-CivicAddressWithCareOfName","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,96,"UNIT",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,6.782,1172657
416,1,"00426-NonStandardStreetTypeAbbreviation","2351 Parkway Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2351",,"Parkway","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7934119 49.3196707)","medium","parcelPoint","95793a27-4745-43da-9622-e53fae48e28d",155062,,,,"active","9999-12-31","2023-12-08","true",,0.099,8002265
417,1,"00427-NonStandardStreetTypeAbbreviation","3176 Plateau Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3176",,"Plateau","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7868947 49.3116847)","medium","parcelPoint","50beb2ec-f7cc-4eae-b426-ad8b3adafd24",320982,,,,"active","9999-12-31","2023-12-08","true",,0.083,8001330
418,1,"00428-NonStandardStreetTypeAbbreviation","895 Academy Close, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"895",,"Academy","Close","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3628211 48.4179591)","high","parcelPoint","90033cc2-5e3f-4470-98b8-7ac562732d7c",2661206,,,,"active","9999-12-31","2023-12-08","true",,0.078,4029706
419,1,"00429-NonStandardStreetTypeAbbreviation","4965 Vista View Cres, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4965",,"Vista View","Cres","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-123.9848378 49.2358274)","high","parcelPoint","0dfae8c3-c6fa-4c3c-ac1f-d086be186aa2",416267,,,,"active","9999-12-31","2023-12-08","true",,1.794,3896249
420,1,"00430-NonStandardStreetTypeAbbreviation","1000 Thermal Dr, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1000",,"Thermal","Dr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8340821 49.2698821)","high","parcelPoint","19c314f8-997b-4fd3-bff4-b528042ec75c",148059,,,,"active","9999-12-31","2023-12-08","true",,0.07,1045847
421,1,"00431-NonStandardStreetTypeAbbreviation","8400 Forest Grove Dr, Burnaby, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8400",,"Forest Grove","Dr","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9205029 49.2632662)","high","parcelPoint","6fa80cfe-e0aa-4ce4-a141-730bec5595ef",2636600,,,,"active","9999-12-31","2023-12-08","true",,1.301,1840913
422,1,"00432-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","d8e0cbdb-c1b7-4af6-a2d4-1db873abd8ed",1747737,,,,"active","9999-12-31","2023-12-08","true",,80.177,8004158
423,1,"00433-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","d8e0cbdb-c1b7-4af6-a2d4-1db873abd8ed",1747737,,,,"active","9999-12-31","2023-12-08","true",,28.765,8004158
424,1,"00434-NonStandardStreetTypeAbbreviation","7701 Central Saanich Rd, Central Saanich, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"7701",,"Central Saanich","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4034403 48.5914503)","low","accessPoint",,294099,,,,"active",,,"true",,3.971,
425,1,"00435-NonStandardStreetTypeAbbreviation","3942 Columbia Valley Rd, Cultus Lake, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"3942",,"Columbia Valley","Rd","false",,"false",,"Cultus Lake","Community","FVRD Electoral Area H","BC","SRID=4326;POINT(-121.9597795 49.0739494)","high","parcelPoint","79ec7032-75e7-4485-a571-95b61e6a85c6",1157827,,,,"active","9999-12-31","2023-12-08","true",,223.466,2185851
426,1,"00436-NonStandardStreetTypeAbbreviation","950 Old Hope Princeton Way, Hope, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"950",,"Old Hope Princeton","Way","false",,"false",,"Hope","District Municipality",,"BC","SRID=4326;POINT(-121.4156582 49.3733202)","high","parcelPoint","9f154ee8-acbc-4192-9763-42b79c47533f",193424,,,,"active","9999-12-31","2023-12-08","true",,16.992,1101623
427,1,"00437-NonStandardStreetTypeAbbreviation","774 Great Northern Way, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"774",,"Great Northern","Way","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0880896 49.2660631)","medium","parcelPoint","4c1c7c23-aad3-42ea-9ad4-5038134565c3",341353,,,,"active","9999-12-31","2023-12-08","true",,0.52,8008439
428,1,"00439-NonStandardLocalityNameAbbreviation","352 W 14th St, North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","78438998-a18b-4e5a-8194-c5a725361810",2416363,,,,"active","9999-12-31","2023-12-08","true",,304.546,3147438
429,1,"00440-NonStandardLocalityNameAbbreviation","569 Hody Dr, Okanagan Falls, BC",,65,"CIVIC_NUMBER",100,"[LOCALITY.notMatched:35]",,,,,"569",,"Hody","Dr","false",,"false",,"Okanagan Falls","Community","RDOS Electoral Area D","BC","SRID=4326;POINT(-119.5690298 49.3482363)","high","parcelPoint","709a78bb-79c3-4239-813f-781b63f13d85",60098,,,,"active","9999-12-31","2023-12-08","true",,3.683,3300419
430,1,"00441-NonStandardStreetNameAbbreviation","5450 Oak St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5450",,"Oak","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1275777 49.2362797)","high","parcelPoint","ad0401e3-43b9-46ca-9c09-a164753f4fa1",100420,,,,"active","9999-12-31","2023-12-08","true",,0.126,2704350
431,1,"00442-NonStandardStreetNameAbbreviation","1301 Oak Ave, Quesnel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","854642e3-8d46-4f95-b728-ba3f245cf3b3",227948,,,,"active","9999-12-31","2023-12-08","true",,0.085,3406157
432,1,"00443-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.658,
433,1,"00444-NonStandardGeneralDelivery","Central Bridge, Dawson Creek, BC",,37,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_QUALIFIER.missing:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Central",,"false",,"false","Bridge","Dawson Creek","City",,"BC","SRID=4326;POINT(-120.276389 55.7737565)","coarse","streetPoint",,,,,,"active",,,"true",,1.706,
434,1,"00445-NonStandardGeneralDelivery","General Currie Elementary School Access, Richmond, BC",,25,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, FAULTS.tooMany:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"General Currie Elementary School","Access","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1339848 49.1586967)","coarse","streetPoint",,,,,,"active",,,"true",,0.844,
435,1,"00446-NonStandardGeneralDelivery","Central Bridge, Dawson Creek, BC",,37,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_QUALIFIER.missing:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Central",,"false",,"false","Bridge","Dawson Creek","City",,"BC","SRID=4326;POINT(-120.276389 55.7737565)","coarse","streetPoint",,,,,,"active",,,"true",,1.472,
436,1,"00447-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.627,
437,1,"00448-CareOf","Quesnel, BC",,52,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,1.544,
438,1,"00449-CareOf","1301 Oak Ave, Quesnel, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","854642e3-8d46-4f95-b728-ba3f245cf3b3",227948,,,,"active","9999-12-31","2023-12-08","true",,2.683,3406157
439,1,"00450-SuffixNameMatching","Dent Ave, Burnaby, BC",,72,"STREET",78,"[LOCALITY.isAlias:1, STREET_NAME.spelledWrong:2, STREET_DIRECTION.notMatched:2, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Dent","Ave","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-123.0073749 49.2710941)","coarse","streetPoint",,,,,,"active",,,"true",,22.562,
440,1,"00451-StreetNameWordsGluedTogether","3821 Cedar Hill Rd, Saanich, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,"3821",,"Cedar Hill","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.336341 48.4632076)","high","parcelPoint","ffa4b31e-96d0-4706-a769-18eaf6a45557",299730,,,,"active","9999-12-31","2023-12-08","true",,0.614,3387802
441,1,"00452-StreetNameCompoundWordsSeparated","8514 Horseshoe Bay Rd, Anglemont, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"8514",,"Horseshoe Bay","Rd","false",,"false",,"Anglemont","Community","CSRD Electoral Area F","BC","SRID=4326;POINT(-119.1181382 50.9761127)","high","parcelPoint","76851488-8084-412f-82a6-b0ca5ce1ea5d",2450478,,,,"active","9999-12-31","2023-12-08","true",,0.509,3542205
442,1,"00453-NonStandardStreetTypeAbbreviation","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","0f5b74f4-dda0-44a7-b0e2-3473c17973df",484911,,,,"active","9999-12-31","2023-12-08","true",,5.881,1860086
443,1,"00454-civicAddressWithUnitandUnknownSiteName","UNIT 170 HAPPY HOUSE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","HAPPY HOUSE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 HAPPY HOUSE",,"active","9999-12-31","2023-12-08","true",,6.371,4363977
444,1,"00455-StreetNameWithMultipleSpellingMistakes","Omineca St, Hazelton, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omineca","St","false",,"false",,"Hazelton","Village",,"BC","SRID=4326;POINT(-127.6757927 55.2557017)","coarse","streetPoint",,,,,,"active",,,"true",,2.358,
445,1,"00456-NonStandardLocalityNameAbbreviation","134 E 15th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"134",,"15th","St","false","E","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.070453 49.3223403)","high","parcelPoint","e6e40b24-7976-4904-8ee2-3ea981af7da8",163763,,,,"active","9999-12-31","2023-12-08","true",,50.551,3516754
446,1,"00457-NonStandardLocalityNAmeAbbreviation","2248 McAllister Ave, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:2]",,,,,"2248",,"McAllister","Ave","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7799837 49.262092)","high","parcelPoint","4ca763c4-8f87-4cf2-86c7-0b8664b2a631",146223,,,,"active","9999-12-31","2023-12-08","true",,0.304,3218608
447,1,"00458-civicAddressWithUnitandUnknownSiteName","UNIT 170 DOOGIE UNIVERSITY -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOOGIE UNIVERSITY","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 DOOGIE UNIVERSITY",,"active","9999-12-31","2023-12-08","true",,6.235,4363977
448,1,"00459-LocalityHopping","Kaleden, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.6011112 49.3997222)","coarse","localityPoint",,,,,,"active",,,"true",,0.603,
449,1,"00460-LocalityHopping","UNIT 200 -- Prince George St, Prince Rupert, BC",,63,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_TYPE.notMatched:3, STREET_TYPE.notPrefix:0, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","200",,,,"Prince George","St","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.2990707 54.311388)","coarse","streetPoint",,,,"UNIT 200",,"active",,,"true",,74.982,
450,1,"00461-LocalityHopping","Helmcken Alley, Victoria, BC",,74,"STREET",78,"[STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Helmcken","Alley","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3693133 48.4255635)","coarse","streetPoint",,,,,,"active",,,"true",,2.118,
451,1,"00462-IRAddresses","1901 Lust Rd, Quesnel, BC",,96,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1901",,"Lust","Rd","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4554097 52.9567283)","low","accessPoint",,228320,,,,"active",,,"true",,0.936,
452,1,"00463-IRAddresses","Blueberry Reserve Rd, Buick, BC",,72,"STREET",78,"[STREET_TYPE.missing:6]",,,,,,,"Blueberry Reserve","Rd","false",,"false",,"Buick","Community","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1391639 56.7304618)","coarse","streetPoint",,,,,,"active",,,"true",,10.76,
453,1,"00464-IRAddresses","Blueberry River 205, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Blueberry River 205","Indian Reserve","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1013888 56.7163889)","coarse","localityPoint",,,,,,"active",,,"true",,0.709,
454,1,"00465-IRAddresses","205 BC Mine Rd, Grand Forks, BC",,72,"BLOCK",99,"[INITIAL_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.missing:10, STREET_TYPE.missing:6, PROVINCE.missing:1, FAULTS.tooMany:6]",,,,,"205",,"BC Mine","Rd","false",,"false",,"Grand Forks","City","RDKB Electoral Area D (Rural Grand Forks)","BC","SRID=4326;POINT(-118.5417578 49.1296346)","low","accessPoint",,2411205,,,,"active",,,"true",,64.857,
455,1,"00466-StreetNameWithMultipleSpellingMistakes","UNIT 15 -- 31235 Upper MacLure Rd, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","15",,"31235",,"Upper MacLure","Rd","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3592071 49.0608091)","high","parcelPoint","832b59e0-59a1-4028-a65a-25eace5fc2bd",430758,,"UNIT 15",,"active","9999-12-31","2023-12-08","true",,6.271,1462380
456,1,"00467-StreetNameWithMultipleSpellingMistakes","UNIT 338 -- 32830 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","338",,"32830",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","48ed5fe9-61f8-406f-b981-88e7fd07fdbf",2617631,,"UNIT 338",,"active","9999-12-31","2023-12-08","true",,0.721,2495402
457,1,"00468-StreetNameWithMultipleSpellingMistakes","UNIT 215 -- 32850 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","215",,"32850",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","9b997783-d7b9-4838-92e3-80a9ccc452fa",2617631,,"UNIT 215",,"active","9999-12-31","2023-12-08","true",,0.741,1047582
458,1,"00469-StreetNameWithMultipleSpellingMistakes","UNIT 117B -- 34313 Forrest Terr, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","117","B","34313",,"Forrest","Terr","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2765011 49.0346859)","high","parcelPoint","ab1987ef-f523-4b54-bb38-7f9e8a69a83c",159710,,"UNIT 117B",,"active","9999-12-31","2023-12-08","true",,0.552,1365855
459,1,"00470-StreetNameWithMultipleSpellingMistakes","UNIT 14 -- 43685 Chilliwack Mountain Rd, Chilliwack, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","14",,"43685",,"Chilliwack Mountain","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-122.0166373 49.1641524)","high","parcelPoint","2c2ce6be-b9cb-409e-b037-4ecef8ff2fc3",2400276,,"UNIT 14",,"active","9999-12-31","2023-12-08","true",,243.769,1065331
460,1,"00471-StreetNameWithMultipleSpellingMistakes","29 St SE, Salmon Arm, BC",,63,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.isAlias:4, STREET_DIRECTION.missing:2, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"29","St","false","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2509431 50.6873229)","coarse","streetPoint",,,,,,"active",,,"true",,24.336,
461,1,"00472-StreetNameWithMultipleSpellingMistakes","Whistler, BC",,56,"LOCALITY",68,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Whistler","Resort Municipality",,"BC","SRID=4326;POINT(-122.9544444 50.1169445)","coarse","localityPoint",,,,,,"active",,,"true",,19.292,
462,1,"00473-StreetNameWithMultipleSpellingMistakes","UNIT 2204 -- 7343 Okanagan Landing Rd, Vernon, BC",,88,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","2204",,"7343",,"Okanagan Landing","Rd","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.345325 50.2389897)","high","parcelPoint","4925032d-7e2d-4418-8475-1469e513deae",354892,,"UNIT 2204",,"active","9999-12-31","2023-12-08","true",,17.033,4266077
463,1,"00474-StreetNameWithMultipleSpellingMistakes","UNIT 66 -- 1930 Cedar Village Cres, North Vancouver, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","66",,"1930",,"Cedar Village","Cres","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.043715 49.3270342)","high","parcelPoint","9d253e89-00db-446c-80d3-ba0b160b95db",166103,,"UNIT 66",,"active","9999-12-31","2023-12-08","true",,1054.97,2153738
464,1,"00475-StreetNameWithMultipleSpellingMistakes","UNIT 209 -- 8611 General Currie Rd, Richmond, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","209",,"8611",,"General Currie","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1283228 49.1596485)","high","parcelPoint","f48b10c3-c335-46db-ae8b-391986f96685",127602,,"UNIT 209",,"active","9999-12-31","2023-12-08","true",,0.862,2001638
465,1,"00476-StreetNameWithMultipleSpellingMistakes","UNIT 305 -- 1135 Windsor Mews, Coquitlam, BC",,91,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6]",,"UNIT","305",,"1135",,"Windsor","Mews","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7853704 49.2801267)","high","parcelPoint","a4bfb344-0592-466b-870a-e077b1d60a59",1907339,,"UNIT 305",,"active","9999-12-31","2023-12-08","true",,1.388,1102540
466,1,"00477-StreetNameWithOneSpellingMistakeAtFront","UNIT 106 -- 1355 Cumberland Rd, Courtenay, BC",,92,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6]",,"UNIT","106",,"1355",,"Cumberland","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0049707 49.6769203)","high","parcelPoint","544e5fed-75d3-4424-9367-22927a865b6f",1849534,,"UNIT 106",,"active","9999-12-31","2023-12-08","true",,24.662,1020429
467,1,"00478-AddressInSmallCommunityUsingLocalityAlias","352 W 14th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","78438998-a18b-4e5a-8194-c5a725361810",2416363,,,,"active","9999-12-31","2023-12-08","true",,68.355,3147438
468,1,"00479-AddressInSmallCommunityUsingLocalityAlias","1745 Esquimalt Ave, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1745",,"Esquimalt","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1612755 49.3309246)","medium","parcelPoint","947d3aa2-8b81-4f3e-a37b-554468cdb0ce",163306,,,,"active","9999-12-31","2023-12-08","true",,2.182,8001373
469,1,"00480-AddressInSmallCommunityUsingLocalityAlias","223 W 7th Ave, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"223",,"7th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1103425 49.2650219)","high","parcelPoint","2ff78638-a1f2-44fe-958a-0e67c9c9d501",100449,,,,"active","9999-12-31","2023-12-08","true",,19.586,4195797
470,1,"00481-UnitNumberAndCivicNumberSwapped","UNIT 1045 -- Haro St, Vancouver, BC",,76,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","1045",,,,"Haro","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1323651 49.2880745)","coarse","streetPoint",,,,"UNIT 1045",,"active",,,"true",,11.673,
471,1,"00482-UnitNumberAndCivicNumberSwapped","1177 103A Ave, Surrey, BC",,85,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_TYPE.missing:6]",,,,,"1177",,"103A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7921295 49.1899518)","low","accessPoint",,418379,,,,"active",,,"true",,11.13,
472,1,"00483-UnknownMulti-wordUnitDesignator","UNIT 221 -- 4280 Moncton St, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","221",,"4280",,"Moncton","St","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1799769 49.1242764)","high","parcelPoint","4b66701a-39a9-410f-bc34-3ba73c3dc040",351197,,"UNIT 221",,"active","9999-12-31","2023-12-08","true",,0.659,1518456
473,1,"00484-UnknownMulti-wordUunitDesignator","UNIT 54 -- 2938 Trafalgar St, Abbotsford, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","54",,"2938",,"Trafalgar","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3079844 49.054931)","high","parcelPoint","71016c6f-1a5e-41f2-a68f-2efe869224c7",161674,,"UNIT 54",,"active","9999-12-31","2023-12-08","true",,0.766,1257509
474,1,"00485-UnknownUnitNumberWithLetterPrefixGapped","UNIT A309 -- 10557 150 St, Surrey, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","A309",,"10557",,"150","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.806609 49.1944737)","high","parcelPoint","bd685634-9b89-4e2f-8f47-ed66554bfebf",478995,,"UNIT A309",,"active","9999-12-31","2023-12-08","true",,14.804,3149253
475,1,"00486-UnknownUnitNumberWithLetterPrefixGapped","UNIT C7 -- 6901 Island Hwy W, Bowser, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_DIRECTION.notPrefix:0]",,"UNIT","C7",,"6901",,"Island","Hwy","false","W","false",,"Bowser","Community","RDN Electoral Area H","BC","SRID=4326;POINT(-124.667109 49.4348563)","high","parcelPoint","16772256-827d-4452-bffe-bb1a9995499c",1835730,,"UNIT C7",,"active","9999-12-31","2023-12-08","true",,29.157,4072889
476,1,"00487-UnitNumberWithLetterPrefix","UNIT A114 -- 20211 66 Ave, Township of Langley, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","A114",,"20211",,"66","Ave","false",,"false",,"Township of Langley","District Municipality",,"BC","SRID=4326;POINT(-122.6633166 49.1235181)","high","parcelPoint","3d1d9b15-714d-4290-8eee-066b89995912",320513,,"UNIT A114",,"active","9999-12-31","2023-12-08","true",,5.804,1059975
477,1,"00488-ExtraWordAtFrontOfStreetName","UNIT 19 -- Mt Boucherie Pl, West Kelowna, BC",,73,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","19",,,,"Mt Boucherie","Pl","false",,"false",,"West Kelowna","Unknown",,"BC","SRID=4326;POINT(-119.5815689 49.8589959)","coarse","streetPoint",,,,"UNIT 19",,"active",,,"true",,654.291,
478,1,"00489-UnitNumberSuffixInBackAlley","UNIT 206A -- 555 Burrard St, Vancouver, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"UNIT","206","A","555",,"Burrard","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1188944 49.2860099)","low","accessPoint",,475835,,"UNIT 206A",,"active",,,"true",,3.301,
479,1,"00490-SiteNameInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,3.252,4083847
480,1,"00491-DuplicateStreetTypeInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,7.762,4083847
481,1,"00492-CareOfInBackAlley","1175 Douglas St, Victoria, BC",,96,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,6.491,4083847
482,1,"00493-DuplicateStreetAndLocalityInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,18.163,4083847
483,1,"00494-StreetNameWithSpecialCharacters","Pipeho:em Rd, Agassiz, BC",,78,"STREET",78,"[]",,,,,,,"Pipeho:em","Rd","false",,"false",,"Agassiz","Community",,"BC","SRID=4326;POINT(-121.7342045 49.259877)","coarse","streetPoint",,,,,,"active",,,"true",,0.1,
484,1,"00495-StreetNameWithSpecialCharacters","ʔEqeʔat’in ʔEten, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"ʔEqeʔat’in ʔEten",,"false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1683616 52.0139035)","coarse","streetPoint",,,,,,"active",,,"true",,0.17,
485,1,"00496-StreetNameWithSpecialCharacters","Tl’etinqox Rd, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"Tl’etinqox","Rd","false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1612612 52.0089565)","coarse","streetPoint",,,,,,"active",,,"true",,0.108,
486,1,"00497-StreetNameWithSpecialCharacters","Clinton/Loon Lake FSR, Hutchison Lake, BC",,78,"STREET",78,"[]",,,,,,,"Clinton/Loon Lake","FSR","false",,"false",,"Hutchison Lake","Unknown","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.2072936 51.2237932)","coarse","streetPoint",,,,,,"active",,,"true",,2.163,
487,1,"00498-ACrazy","UNIT 201A -- 201A A St, Abbotsford, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER_SUFFIX.notMatched:1]",,"UNIT","201","A","201","A","A","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2608685 49.0060455)","low","accessPoint",,452835,,"UNIT 201A",,"active",,,"true",,46.475,
488,1,"00499-NonIntersectionOfRoadAndHwy","Chancellor Ave, View Royal, BC",,69,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,,,"Chancellor","Ave","false",,"false",,"View Royal","Town",,"BC","SRID=4326;POINT(-123.4279813 48.4648587)","coarse","streetPoint",,,,,,"active",,,"true",,15.696,
489,1,"00500-NoisyAddress","1 Centennial Sq, Victoria, BC",,92,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2]",,,,,"1",,"Centennial","Sq","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3657434 48.4287096)","high","parcelPoint","052f078a-6c37-4ede-bbf8-5bfb6f5e138a",304974,,,,"active","9999-12-31","2023-12-08","true",,2.911,2983771
490,1,"00501-StreetNameCompoundWordsSeparated","12312 Horseshoe Way, Richmond, BC",,98,"BLOCK",99,"[STREET_NAME.partialMatch:1]",,,,,"12312",,"Horseshoe","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.0988494 49.1233204)","low","accessPoint",,128283,,,,"active",,,"true",,3.765,
491,1,"00502-StreetNameCompoundWordsSeparated","101 Seaview St, Sayward, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"101",,"Seaview","St","false",,"false",,"Sayward","Village",,"BC","SRID=4326;POINT(-125.9633841 50.3858383)","high","parcelPoint","ecb1ca31-b857-4ada-b51c-42799ed40c4b",263931,,,,"active","9999-12-31","2023-12-08","true",,22.979,1684375
492,1,"00503-LocalityNameWithSplitWords","1090 Ironwood St, Campbell River, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1090",,"Ironwood","St","false",,"false",,"Campbell River","City",,"BC","SRID=4326;POINT(-125.2561963 50.0253168)","high","parcelPoint","77f4b1cc-2244-4e32-9ed5-9263d77fbe2c",262744,,,,"active","9999-12-31","2023-12-08","true",,3.773,3438603
493,1,"00504-siteNameWithTerminalAndMissingStreetName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,29.179,
494,1,"00505-siteNameWithPortAndMissingStreetName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.801,

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Revolution Systems Open Library [pom]
[INFO] RS Core [jar]
[INFO] RS Test API [jar]
[INFO] RS ESRI File Geodatabase [jar]
[INFO] RS GDAL [jar]
[INFO] RS Geopackage [jar]
[INFO] RS Oracle [jar]
[INFO] RS PostgreSQL [jar]
[INFO] Revolsys Swing Components [jar]
[INFO] Maki Markers [jar]
[INFO] RS Web [jar]
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-parent >------------------
[INFO] Building Revolution Systems Open Library 7b72f92 [1/11]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-parent ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-parent ---
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-parent ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-parent ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-parent ---
[INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-parent/7b72f92906639c53399a70af505c18082e9c198d/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/target/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-parent/7b72f92906639c53399a70af505c18082e9c198d/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-core >-------------------
[INFO] Building RS Core 7b72f92 [2/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-core ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-core ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 28 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1858 source files to /workspace/source/revolsys-core/target/classes
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/geometry/model/LinearRing.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/geometry/model/LinearRing.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/io/map/MapSerializer.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/io/map/MapSerializer.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-core ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-core ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-core ---
[INFO] Building jar: /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-core ---
[INFO] Building jar: /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-core ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-core ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-core ---
[INFO] Installing /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-core/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-testapi >-----------------
[INFO] Building RS Test API 7b72f92 [3/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-testapi ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-testapi ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-testapi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/revolsys-testapi/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-testapi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /workspace/source/revolsys-testapi/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-testapi ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-testapi ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-testapi ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-testapi ---
[INFO] Building jar: /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-testapi ---
[INFO] Building jar: /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-testapi ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-testapi ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-testapi ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-testapi ---
[INFO] Installing /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-testapi/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-fgdb >-------------------
[INFO] Building RS ESRI File Geodatabase 7b72f92 [4/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-fgdb ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-fgdb ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-fgdb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-fgdb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /workspace/source/revolsys-fgdb/target/classes
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/GeodatabaseReference.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/GeodatabaseReference.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/capi/type/AbstractFileGdbFieldDefinition.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/capi/type/AbstractFileGdbFieldDefinition.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-fgdb ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-fgdb ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-fgdb ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-fgdb ---
[INFO] Building jar: /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-fgdb ---
[INFO] Building jar: /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-fgdb ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-fgdb ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-fgdb ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-fgdb ---
[INFO] Installing /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-fgdb/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-gdal >-------------------
[INFO] Building RS GDAL 7b72f92 [5/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-gdal ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-gdal ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-gdal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-gdal ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /workspace/source/revolsys-gdal/target/classes
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java: /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java uses or overrides a deprecated API.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java: /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java uses unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-gdal ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-gdal ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-gdal ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-gdal ---
[INFO] Building jar: /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-gdal ---
[INFO] Building jar: /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-gdal ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-gdal ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-gdal ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-gdal ---
[INFO] Installing /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-gdal/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< com.revolsys.open:revolsys-geopackage >----------------
[INFO] Building RS Geopackage 7b72f92 [6/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-geopackage ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-geopackage ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-geopackage ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-geopackage ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /workspace/source/revolsys-geopackage/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-geopackage ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-geopackage ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-geopackage ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-geopackage ---
[INFO] Building jar: /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-geopackage ---
[INFO] Building jar: /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-geopackage ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-geopackage ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-geopackage ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-geopackage ---
[INFO] Installing /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-geopackage/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-oracle >------------------
[INFO] Building RS Oracle 7b72f92 [7/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-oracle ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-oracle ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-oracle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-oracle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /workspace/source/revolsys-oracle/target/classes
[INFO] /workspace/source/revolsys-oracle/src/main/java/com/revolsys/oracle/recordstore/OracleJdbcQueryIterator.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-oracle/src/main/java/com/revolsys/oracle/recordstore/OracleJdbcQueryIterator.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-oracle ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-oracle ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-oracle ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-oracle ---
[INFO] Building jar: /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-oracle ---
[INFO] Building jar: /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-oracle ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-oracle ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-oracle ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-oracle ---
[INFO] Installing /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-oracle/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< com.revolsys.open:revolsys-postgresql >----------------
[INFO] Building RS PostgreSQL 7b72f92 [8/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-postgresql ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-postgresql ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-postgresql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-postgresql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /workspace/source/revolsys-postgresql/target/classes
[INFO] /workspace/source/revolsys-postgresql/src/main/java/com/revolsys/gis/postgresql/PostgreSQLJdbcQueryResultPager.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-postgresql/src/main/java/com/revolsys/gis/postgresql/PostgreSQLJdbcQueryResultPager.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-postgresql ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-postgresql ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-postgresql ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-postgresql ---
[INFO] Building jar: /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-postgresql ---
[INFO] Building jar: /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-postgresql ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-postgresql ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-postgresql ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-postgresql ---
[INFO] Installing /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-postgresql/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-swing >------------------
[INFO] Building Revolsys Swing Components 7b72f92 [9/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-swing ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-swing ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-swing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 935 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-swing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 548 source files to /workspace/source/revolsys-swing/target/classes
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-swing ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-swing ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-swing ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-swing ---
[INFO] Building jar: /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-swing ---
[INFO] Building jar: /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-swing ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-swing ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-swing ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-swing ---
[INFO] Installing /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-swing/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-maki >-------------------
[INFO] Building Maki Markers 7b72f92 [10/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-maki ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-maki ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-maki ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 148 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-maki ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-maki ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-maki ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-maki ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-maki ---
[INFO] Building jar: /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-maki ---
[INFO] Building jar: /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-maki ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-maki ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-maki ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-maki ---
[INFO] Installing /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-maki/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -------------------< com.revolsys.open:revolsys-web >-------------------
[INFO] Building RS Web 7b72f92 [11/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-web ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-web ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-web ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 297 source files to /workspace/source/revolsys-web/target/classes
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/config/Attribute.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/config/Attribute.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/rest/interceptor/AnnotationHandlerMethodResolver.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/rest/interceptor/AnnotationHandlerMethodResolver.java: Recompile with -Xlint:removal for details.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/html/view/ElementContainer.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/html/view/ElementContainer.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-web ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-web ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-web ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-web ---
[INFO] Building jar: /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-web ---
[INFO] Building jar: /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-web ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-web ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-web ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-web ---
[INFO] Installing /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-web/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Revolution Systems Open Library 7b72f92:
[INFO]
[INFO] Revolution Systems Open Library .................... SUCCESS [ 4.522 s]
[INFO] RS Core ............................................ SUCCESS [ 47.797 s]
[INFO] RS Test API ........................................ SUCCESS [ 3.002 s]
[INFO] RS ESRI File Geodatabase ........................... SUCCESS [ 2.527 s]
[INFO] RS GDAL ............................................ SUCCESS [ 2.268 s]
[INFO] RS Geopackage ...................................... SUCCESS [ 3.223 s]
[INFO] RS Oracle .......................................... SUCCESS [ 2.605 s]
[INFO] RS PostgreSQL ...................................... SUCCESS [ 2.392 s]
[INFO] Revolsys Swing Components .......................... SUCCESS [ 21.066 s]
[INFO] Maki Markers ....................................... SUCCESS [ 3.871 s]
[INFO] RS Web ............................................. SUCCESS [ 6.889 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:40 min
[INFO] Finished at: 2024-01-09T01:30:09Z
[INFO] ------------------------------------------------------------------------

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

"sequenceNumber","resultNumber","yourId","fullAddress","intersectionName","score","matchPrecision","precisionPoints","faults","siteName","unitDesignator","unitNumber","unitNumberSuffix","civicNumber","civicNumberSuffix","streetName","streetType","isStreetTypePrefix","streetDirection","isStreetDirectionPrefix","streetQualifier","localityName","localityType","electoralArea","provinceCode","location","locationPositionalAccuracy","locationDescriptor","siteID","blockID","intersectionID","fullSiteDescriptor","accessNotes","siteStatus","siteRetireDate","changeDate","isOfficial","degree","executionTime","sid"
1,1,"00002-civicAddressWithCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.364,3570324
2,1,"00003-civicAddressWithCivicNumberSuffix","4251A Rockbank Pl, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4251","A","Rockbank","Pl","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2420986 49.3459404)","high","parcelPoint","6397230a-0569-43c8-855e-d84558230db4",342044,,,,"active","9999-12-31","2023-12-08","true",,0.312,2714851
3,1,"00004-civicAddressWithOrdinalCivicNumberSuffix","749E Lakeview Arrow Creek Rd, Wynndel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"749","E","Lakeview Arrow Creek","Rd","false",,"false",,"Wynndel","Community","RDCK Electoral Area C","BC","SRID=4326;POINT(-116.5097552 49.154316)","high","parcelPoint","4b6d3737-4ae6-437b-8a9e-2f209c86c996",2512792,,,,"active","9999-12-31","2023-12-08","true",,6.996,1073929
4,1,"00005-civicAddressWithStreetDirection","456 Gorge Rd E, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.134,3001643
5,1,"00006-civicAddressWithoutStreetDirection","1804 Cedar Dr, Squamish, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1804",,"Cedar","Dr","false",,"false",,"Squamish","District Municipality",,"BC","SRID=4326;POINT(-123.1352813 49.6988427)","high","parcelPoint","29f2655d-ddcb-453c-8f23-7618396a6580",173758,,,,"active","9999-12-31","2023-12-08","true",,0.202,1018699
6,1,"00007-civicAddressWithPrefixStreetDirection","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.193,4174579
7,1,"00008-civicAddressWithStreetNameContainingDirectionWord","947 North Park St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"947",,"North Park","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3566146 48.4293207)","high","parcelPoint","042f4847-e5e5-4c07-bbaf-6e75e43a8577",512719,,,,"active","9999-12-31","2023-12-08","true",,34.181,3897960
8,1,"00009-CivicAddressWithAbbreviatedStreetName","Stelly's Cross Rd, Central Saanich, BC",,78,"STREET",78,"[]",,,,,,,"Stelly's Cross","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4390875 48.579717)","coarse","streetPoint",,,,,,"active",,,"true",,0.419,
9,1,"00010-CivicAddressWithAbbreviatedStreetName","3928 Cedar Hill Cross Rd, Saanich, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3928",,"Cedar Hill Cross","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3477591 48.4659559)","high","parcelPoint","b767e6b4-5af5-428e-acb3-f39fe7a6b952",384645,,,,"active","9999-12-31","2023-12-08","true",,18.148,3290984
10,1,"00011-CivicAddressWithAbbreviatedLocalityName","7495 Columbia Ave, Radium Hot Springs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7495",,"Columbia","Ave","false",,"false",,"Radium Hot Springs","Village",,"BC","SRID=4326;POINT(-116.0777622 50.6205387)","high","parcelPoint","f2f7536d-dd71-46eb-8c1a-5c902035c8e5",338710,,,,"active","9999-12-31","2023-12-08","true",,1.293,4184338
11,1,"00012-civicAddressWithoutProvinceCode","2050 SW Marine Dr, Vancouver, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.167,4174579
12,1,"00013-civicAddressWithProvinceName","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.203,4174579
13,1,"00014-civicAddressWithoutUnit","10372 99 St, Taylor, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10372",,"99","St","false",,"false",,"Taylor","District Municipality",,"BC","SRID=4326;POINT(-120.6811336 56.1548566)","high","parcelPoint","2bb29d69-9d7c-4eac-ad9d-28c6528d63fd",238496,,,,"active","9999-12-31","2023-12-08","true",,1.828,3682455
14,1,"00015-civicAddressWithUnitWithoutUnitDesignator","UNIT 170 -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170",,"active","9999-12-31","2023-12-08","true",,3.346,4363977
15,1,"00016-civicAddressWithUnitAfterStreetType","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.618,2064187
16,1,"00017-civicAddressWithUnitBeforeCivicNumber","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.264,2064187
17,1,"00018-civicAddressWithUnitBeforeCivicNumberandWithoutFrontGate","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.101,2064187
18,1,"00019-civicAddressWithUnitandKnownSiteName","UNIT 170 DOUGLAS COLLEGE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOUGLAS COLLEGE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 DOUGLAS COLLEGE",,"active","9999-12-31","2023-12-08","true",,7.105,4363977
19,1,"00020-civicAddressWithSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,6.259,
20,1,"00021-civicAddressWithPartialSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,2.104,
21,1,"00022-civicAddressWithSiteNameAndMissingCivicNumber","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.211,
22,1,"00023-civicAddressWithNumberForStreetName","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","63359f5d-feb8-4078-a53d-cf7597dedf72",241168,,,,"active","9999-12-31","2023-12-08","true",,26.182,1453435
23,1,"00024-civicAddressWithUnitNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.207,
24,1,"00025-CivicNumberWithHighwayStreetName","4390 Hwy 33, Beaverdell, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4390",,"33","Hwy","true",,"false",,"Beaverdell","Community","RDKB Electoral Area E (West Boundary)","BC","SRID=4326;POINT(-119.0335607 49.3035999)","high","parcelPoint","f0dfb4fd-5be0-4df9-bdc1-f99acad96a10",571497,,,,"active","9999-12-31","2023-12-08","true",,1.955,4097984
25,1,"00026-CivicAddressWithoutProvinceCode","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.124,3570324
26,1,"00027-CivicAddressWithoutLocality","525 Superior St, Victoria, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY.missing:10]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.286,3570324
27,1,"00028-CivicAddressWithoutStreetName","Kamloops, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3391667 50.6755556)","coarse","localityPoint",,,,,,"active",,,"true",,0.538,
28,1,"00029-CivicAddressWithoutStreetType","661A Market Hill, Vancouver, BC",,94,"CIVIC_NUMBER",100,"[STREET_TYPE.missing:6]",,,,,"661","A","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","b2855281-bebf-45d1-9bfe-a451a77941ca",265705,,,,"active","9999-12-31","2023-12-08","true",,2.096,1154850
29,1,"00030-CivicAddressWithoutStreetDirection","456 Gorge Rd E, Victoria, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,1.863,3001643
30,1,"00031-CivicAddressWithoutCivicNumber","Superior St, Victoria, BC",,78,"STREET",78,"[]",,,,,,,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3742047 48.4187396)","coarse","streetPoint",,,,,,"active",,,"true",,0.157,
31,1,"00032-CivicAddressWithUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.271,1897827
32,1,"00033-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.426,1897827
33,1,"00034-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.409,1897827
34,1,"00035-CivicAddressWithoutUnitDesignator","850 Saucier Ave, Kelowna, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","ff8c0c0f-008d-4c64-b706-20b249dd9dfa",423686,,,,"active","9999-12-31","2023-12-08","true",,0.454,3801227
35,1,"00036-CivicAddressWithoutUnitNumber","UNIT -- 850 Saucier Ave, Kelowna, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"UNIT",,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","ff8c0c0f-008d-4c64-b706-20b249dd9dfa",423686,,"UNIT",,"active","9999-12-31","2023-12-08","true",,0.272,3801227
36,1,"00037-CivicAddressWithoutUnitNumber","APT -- 1359 Porlier Pass Rd, Galiano Island, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"APT",,,"1359",,"Porlier Pass","Rd","false",,"false",,"Galiano Island","Unknown","CAPRD Southern Gulf Islands Electoral Area","BC","SRID=4326;POINT(-123.3619085 48.8934868)","medium","parcelPoint","4932e455-d8e3-4068-8cee-b690c18ec3cd",2652387,,"APT",,"active","9999-12-31","2023-12-08","true",,1.535,8004937
37,1,"00038-CivicAddressWithoutLocalityProvinceCode","3520 Wentworth Ave, West Vancouver, BC",,89,"CIVIC_NUMBER",100,"[LOCALITY.missing:10, PROVINCE.missing:1]",,,,,"3520",,"Wentworth","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2152473 49.3466751)","high","parcelPoint","03afe195-9300-4685-a674-b5ec3293c0c1",570447,,,,"active","9999-12-31","2023-12-08","true",,5.773,2836372
38,1,"00039-CivicAddressWithUnitAttachedToCivicNumber","Lorne St, Kamloops, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lorne","St","false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3275514 50.6782177)","coarse","streetPoint",,,,,,"active",,,"true",,7.223,
39,1,"00040-CivicAddressWithNonNumeric CivicNumber","A-B Connector Rd, Richmond, BC",,70,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:1, STREET_TYPE.notMatched:3, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"A-B Connector","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1809151 49.1921731)","coarse","streetPoint",,,,,,"active",,,"true",,104.26,
40,1,"00041-CivicAddressSwappedCharactersInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,11.453,
41,1,"00042-CivicAddressSwappedCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,10.849,3286476
42,1,"00043-CivicAddressSwappedCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,54.896,3286476
43,1,"00044-CivicAddressSwappedCharactersInStreetNameLocality","30 Firth Cres, Mackenzie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2, STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,100.726,3286476
44,1,"00045-CivicAddressWrongCharacterInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,9.448,
45,1,"00046-CivicAddressWrongCharacterInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,111.29,3286476
46,1,"00047-CivicAddressWrongCharacterInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,48.027,3286476
47,1,"00048-CivicAddressMissingWordInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,2.9,
48,1,"00049-CivicAddressWrongWordInStreetName","6006 Happy Valley Rd, Summerland, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","3b59fae5-17dc-4f0b-a35d-7117840c75b6",61656,,,,"active","9999-12-31","2023-12-08","true",,0.714,2052236
49,1,"00050-CivicAddressMissingFirstWordInStreetName","Valleyview Rd, Penticton, BC",,72,"STREET",78,"[STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Valleyview","Rd","false",,"false",,"Penticton","City",,"BC","SRID=4326;POINT(-119.5742878 49.4516623)","coarse","streetPoint",,,,,,"active",,,"true",,83.306,
50,1,"00051-CivicAddressMissingFirstWordInLocalityName","UNIT 1323 -- 5 Gore Ave, Vancouver, BC",,86,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_NAME.spelledWrong:2, STREET_TYPE.notPrefix:0]",,"UNIT","1323",,"5",,"Gore","Ave","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0979684 49.2846438)","low","accessPoint",,105284,,"UNIT 1323",,"active",,,"true",,24.151,
51,1,"00052-CivicAddressMissingFirstWordInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,6.718,
52,1,"00053-CivicAddressMissingCharactersInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,7.982,
53,1,"00054-CivicAddressWrongWordInStreetName","Community Center Rd, Grand Forks, BC",,78,"STREET",78,"[]",,,,,,,"Community Center","Rd","false",,"false",,"Grand Forks","City",,"BC","SRID=4326;POINT(-118.4881692 49.0174056)","coarse","streetPoint",,,,,,"active",,,"true",,0.584,
54,1,"00055-CivicAddressMissingCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,48.699,3286476
55,1,"00056-CivicAddressMissingCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,52.755,3286476
56,1,"00057-CivicAddressWrongAbbreviationInLocality","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","0f5b74f4-dda0-44a7-b0e2-3473c17973df",484911,,,,"active","9999-12-31","2023-12-08","true",,10.474,1860086
57,1,"00058-CivicAddressWrongProvinceCode","30 Firth Cres, Mackenzie, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.notMatched:1]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,0.865,3286476
58,1,"00059-CivicAddressWrongLocality","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.partialMatch:1]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,2.013,3951760
59,1,"00060-CivicAddressWrongStreetType","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[STREET_TYPE.notMatched:3]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,2.8,3951760
60,1,"00061-CivicAddressWrongStreetDirection","456 Gorge Rd E, Victoria, BC",,97,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2, PROVINCE.missing:1]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.861,3001643
61,1,"00062-CivicAddressMispelledStreetName","952 Comox Ave, Prince Rupert, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,17.728,3951760
62,1,"00063-CivicAddressWithMisplacedStreetDirection","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","63359f5d-feb8-4078-a53d-cf7597dedf72",241168,,,,"active","9999-12-31","2023-12-08","true",,18.532,1453435
63,1,"00064-CivicAddressWithMisplacedStreetDirection","2186 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notSuffix:0]",,,,,"2186",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1585049 49.2182009)","high","parcelPoint","9edb997b-7f36-4dc7-833f-e568324b3d5f",104099,,,,"active","9999-12-31","2023-12-08","true",,6.142,2902304
64,1,"00065-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","881c3c68-0f07-4b07-b93a-f796d820e28d",2646210,,,,"active","9999-12-31","2023-12-08","true",,43.324,3393400
65,1,"00066-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","881c3c68-0f07-4b07-b93a-f796d820e28d",2646210,,,,"active","9999-12-31","2023-12-08","true",,34.11,3393400
66,1,"00067-CivicAddressWithMisplacedStreetType","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,3.689,2287750
67,1,"00069-CivicAddressWithUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,23.824,2287750
68,1,"00070-CivicAddressWithUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","0db17158-e0f2-48a4-8460-e70997a45283",323579,,,,"active","9999-12-31","2023-12-08","true",,20.322,1239002
69,1,"00071-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,29.701,2287750
70,1,"00072-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notPrefix:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","0db17158-e0f2-48a4-8460-e70997a45283",323579,,,,"active","9999-12-31","2023-12-08","true",,23.103,1239002
71,1,"00073-CivicAddressUnknownLocality","626 Lindley Dr, West Kelowna, BC",,93,"BLOCK",99,"[LOCALITY.spelledWrong:2, LOCALITY.isAlias:4]",,,,,"626",,"Lindley","Dr","false",,"false",,"West Kelowna","Unknown","RDCO Central Okanagan West Electoral Area","BC","SRID=4326;POINT(-119.5404528 49.8943439)","low","accessPoint",,571162,,,,"active",,,"true",,6.208,
72,1,"00074-CivicAddressUnknownStreetDirection","456 Gorge Rd E, Victoria, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.926,3001643
73,1,"00075-CivicAddressUnknownStreetType","561 Salmon Rd, Central Saanich, BC",,96,"BLOCK",99,"[STREET_TYPE.notMatched:3]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,6.591,
74,1,"00076-CivicAddressUnknownStreetName","561 Salmon Rd, Central Saanich, BC",,97,"BLOCK",99,"[STREET_NAME.spelledWrong:2]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,166.025,
75,1,"00077-CivicAddressUnknownCivicNumber","Hwy 97B SE, Salmon Arm, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"97B","Hwy","true","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2201925 50.6811245)","coarse","streetPoint",,,,,,"active",,,"true",,114.446,
76,1,"00078-CivicAddressUnknownUnitDescriptor","UNIT 128 ABODE -- 850 Saucier Ave, Kelowna, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]","ABODE","UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128 ABODE",,"active","9999-12-31","2023-12-08","true",,0.384,1897827
77,1,"00079-CivicAddressStreetDirectionForUndirectedStreet","109 Quarry Dr, Salt Spring Island, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2]",,,,,"109",,"Quarry","Dr","false",,"false",,"Salt Spring Island","Unknown","CAPRD Saltspring Island Electoral Area","BC","SRID=4326;POINT(-123.5626031 48.8754044)","high","parcelPoint","ed895675-3557-4f54-aebb-865fddb565d7",2402870,,,,"active","9999-12-31","2023-12-08","true",,8.493,2688433
78,1,"00080-CivicAddressWithMailBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.452,3570324
79,1,"00081-CivicAddressWithMailBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.37,3570324
80,1,"00082-CivicAddressWithBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.346,3570324
81,1,"00083-CivicAddressWithBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.351,3570324
82,1,"00084-CivicAddressWithCompAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.339,3570324
83,1,"00085-CivicAddressWithCompAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.353,3570324
84,1,"00086-CivicAddressWithLcdAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.328,3570324
85,1,"00087-CivicAddressWithLcdAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.346,3570324
86,1,"00088-CivicAddressWithPostalCodeAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.331,3570324
87,1,"00089-CivicAddressWithPostalCodeAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.334,3570324
88,1,"00090-CivicAddressWithRuralRouteAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.345,3570324
89,1,"00091-CivicAddressWithRuralRouteAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.329,3570324
90,1,"00092-CivicAddressWithRuralRouteStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.35,3570324
91,1,"00093-CivicAddressWithRuralRouteStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.328,3570324
92,1,"00094-CivicAddressWithUnabbreviatedRuralRoute","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.335,3570324
93,1,"00095-CivicAddresswithPostBoxStnNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.343,
94,1,"00096-CivicAddressWithPostBoxStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.389,3570324
95,1,"00097-CivicAddressWithPostBoxStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.36,3570324
96,1,"00098-CivicAddresswithPostBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.257,
97,1,"00099-CivicAddressWithPostBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.353,3570324
98,1,"00100-CivicAddressWithPostBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.348,3570324
99,1,"00101-CivicAddresswithBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.262,
100,1,"00102-CivicAddressWithBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.353,3570324
101,1,"00103-CivicAddressWithBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.348,3570324
102,1,"00104-CivicAddressWithFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,6.103,4260507
103,1,"00105-CivicAddressWithReverseFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,14.709,4260507
104,1,"00106-CivicAddressWithUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,6.094,4260507
105,1,"00107-CivicAddressWithReverseUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,14.842,4260507
106,1,"00108-SimpleInterpolatedCivicAddress","5742 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5742",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0134698 49.2299803)","low","accessPoint",,2586590,,,,"active",,,"true",,0.144,
107,1,"00109-AdaptiveInterpolatedCivicAddress","5686 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5686",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0168146 49.2298375)","low","accessPoint",,2586590,,,,"active",,,"true",,0.075,
108,1,"00110-CivicAddressWithKnownCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.086,3570324
109,1,"00111-CivicAddressWithKnownMainEntrance","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.065,3570324
110,1,"00112-CivicAddressWithKnownParcelPoint","5706 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5706",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0159456 49.2298132)","high","parcelPoint","d2458816-e87a-4835-ad7f-3da875eaf381",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.08,3914830
111,1,"00113-CivicAddressWithKnownFrontDoorAndUnknownParcelPoint","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.115,
112,1,"00114-CivicAddressWithUnKnownFrontDoorAndKnownParcelPoint","5712 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5712",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0156988 49.2298087)","high","parcelPoint","4ea88cf9-c8e1-44b2-8c0c-d238b5e91222",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.068,3530385
113,1,"00115-IntersectionAddressWithTwoStreetsInAscendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"8fdc9d21-1489-4470-81d8-91970f6bee19",,,"active",,,"true",4,21.488,
114,1,"00116-IntersectionAddressWithTwoStreetsInDescendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"8fdc9d21-1489-4470-81d8-91970f6bee19",,,"active",,,"true",4,25.762,
115,1,"00117-IntersectionAddressWithFourStreets","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,1001.157,
116,1,"00118-IntersectionAddressWithStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"16938575-9d8c-42ab-a8f4-daac32a6014b",,,"active",,,"true",3,0.636,
117,1,"00119-IntersectionAddressWithMissingStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"16938575-9d8c-42ab-a8f4-daac32a6014b",,,"active",,,"true",3,0.254,
118,1,"00120-IntersectionAddressWithoutStreetDirection","Begbie St and Johnson St, Victoria, BC","Begbie St and Johnson St",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3419611 48.4272692)","high","intersectionPoint",,,"57828176-9618-4319-b851-d450f7355481",,,"active",,,"true",3,2.076,
119,1,"00121-IntersectionAddressWithPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"fb63e02a-7823-44d4-965c-3b7d3b538242",,,"active",,,"true",3,4.162,
120,1,"00122-IntersectionAddressWithMissingPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2, STREET_DIRECTION.notSuffix:0]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"fb63e02a-7823-44d4-965c-3b7d3b538242",,,"active",,,"true",3,1.88,
121,1,"00123-IntersectionAddressWithPrefixStreetDirectionAndStreetNameContainingDirectionWord","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.128,
122,1,"00124-IntersectionAddressWithoutProvinceCode","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",99,"INTERSECTION",100,"[PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.298,
123,1,"00125-IntersectionAddressWithProvinceName","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.589,
124,1,"00126-IntersectionAddressWrongLocality","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",93,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, LOCALITY.isAlias:4]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,3.418,
125,1,"00127-IntersectionAddressWrongStreetType","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",85,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,27.925,
126,1,"00128-IntersectionAddressWrongStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,24.008,
127,1,"00129-IntersectionAddressUnknownLocality","George Junction, Surrey, BC",,60,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_NAME.spelledWrong:2, FAULTS.tooMany:6]",,,,,,,"George Junction",,"false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8436983 49.1816386)","coarse","streetPoint",,,,,,"active",,,"true",,67.578,
128,1,"00130-IntersectionAddressUnknownStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,33.449,
129,1,"00131-IntersectionAddressStreetDirectionForUndirectedStreet","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.986,
130,1,"00132-CivicAddressNumberedStreetWithoutTH","955 13th Ave, Valemount, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"955",,"13th","Ave","false",,"false",,"Valemount","Village",,"BC","SRID=4326;POINT(-119.2562088 52.8244902)","high","parcelPoint","77bcbe45-e610-4136-bc6f-5e1ab44226f8",2657065,,,,"active","9999-12-31","2023-12-08","true",,3.903,3340468
131,1,"00133-Street","Wells Rd, Chilliwack, BC",,78,"STREET",78,"[]",,,,,,,"Wells","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9710217 49.1348039)","coarse","streetPoint",,,,,,"active",,,"true",,0.24,
132,1,"00134-CivicAddressFailedInPast","1090 Marine Dr, Port Alice, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1090",,"Marine","Dr","false",,"false",,"Port Alice","Village",,"BC","SRID=4326;POINT(-127.4882951 50.4256588)","high","parcelPoint","973ddaed-c28c-443c-98a4-f10cbbbad7bc",386923,,,,"active","9999-12-31","2023-12-08","true",,2.524,2035733
133,1,"00135-CivicAddressFailedInPast","1772 Hwy 97, 70 Mile House, BC",,100,"CIVIC_NUMBER",100,"[STREET_NAME.isHighwayAlias:0]",,,,,"1772",,"97","Hwy","true",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.388392 51.3175653)","high","parcelPoint","19c012dd-88c3-4337-99a6-63f932cc4d0c",485724,,,,"active","9999-12-31","2023-12-08","true",,11.252,3833822
134,1,"00136-CivicAddressFailedInPast","3545 Prince Edward St, Vancouver, BC",,99,"BLOCK",99,"[]",,,,,"3545",,"Prince Edward","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0966457 49.2534421)","low","accessPoint",,105930,,,,"active",,,"true",,3.204,
135,1,"00137-CivicAddressFailedInPast","671D Market Hill, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"671","D","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","b0c2f51d-cc2b-4684-a89f-968ce99f0677",265705,,,,"active","9999-12-31","2023-12-08","true",,0.13,2290321
136,1,"00138-CivicAddressFailedInPast","100 Mile House, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"100 Mile House","District Municipality",,"BC","SRID=4326;POINT(-121.2955555 51.6425)","coarse","localityPoint",,,,,,"active",,,"true",,1.274,
137,1,"00139-CivicAddressFailedInPast","Willow Dr, 70 Mile House, BC",,78,"STREET",78,"[]",,,,,,,"Willow","Dr","false",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3940095 51.3174337)","coarse","streetPoint",,,,,,"active",,,"true",,2.753,
138,1,"00140-CivicAddressFailedInPast","Gorge Bridge and Gorge Bridge, Esquimalt, BC","Gorge Bridge and Gorge Bridge",88,"INTERSECTION",100,"[STREET_QUALIFIER.missing:1, LOCALITY.missing:10, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.4003273 48.4462962)","high","intersectionPoint",,,"90f60e51-5e93-4924-bfda-d4e122f5e016",,,"active",,,"true",2,6.017,
139,1,"00141-CivicAddressFailedInPast","Vancouver, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1138889 49.2608333)","coarse","localityPoint",,,,,,"active",,,"true",,0.289,
140,1,"00142-CivicAddressNotInAnyAddressRange","Commercial Dr, Dease Lake, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Commercial","Dr","false",,"false",,"Dease Lake","Community","RDKS Electoral Area F","BC","SRID=4326;POINT(-129.9874801 58.4338875)","coarse","streetPoint",,,,,,"active",,,"true",,40.508,
141,1,"00143-CivicAddressStreetNameNotPrimary","1271 Winchester Rd, Qualicum Beach, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"1271",,"Winchester","Rd","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4501346 49.292)","high","parcelPoint","515b3a81-b009-4af6-b392-7ecd204d9861",1897789,,,,"active","9999-12-31","2023-12-08","true",,0.172,3631023
142,1,"00144-CivicAddressWithHashCharacter","UNIT 1 -- 2145 Phillips Rd, Sooke, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"2145",,"Phillips","Rd","false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7064698 48.3865487)","high","rooftopPoint","78759a60-dad5-4c25-93ff-5667adbcc26f",307630,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,7.972,2995850
143,1,"00145-CivicAddressWithProvinceCode","3010 Wood Ave, Armstrong, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3010",,"Wood","Ave","false",,"false",,"Armstrong","City",,"BC","SRID=4326;POINT(-119.1984008 50.4504501)","high","parcelPoint","87d3b050-9e79-4db2-9afc-c045cb2deeca",2638910,,,,"active","9999-12-31","2023-12-08","true",,0.19,2117684
144,1,"00146-InterpolatedAccessPtOnEmptyBlock","527 Superior St, Victoria, BC",,99,"BLOCK",99,"[]",,,,,"527",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708816 48.4180902)","low","accessPoint",,296337,,,,"active",,,"true",,0.089,
145,1,"00147-InterpolatedAccessPtOnBlockWithAccessPtSites","388 Campbell St, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"388",,"Campbell","St","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.6886073 48.7789468)","low","accessPoint",,279783,,,,"active",,,"true",,0.109,
146,1,"00148-InterpolatedAccessPtOnBlockWithParcelPtSites","3484 Auchinachie Rd, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"3484",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7462283 48.7957275)","low","accessPoint",,386280,,,,"active",,,"true",,0.08,
147,1,"00149-AccessPtForAccessPtSite","30 Firth Cres, Mackenzie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,0.076,3286476
148,1,"00150-AccessPtForHighAccuracyParcelPtSite","3482 Auchinachie Rd, Duncan, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3482",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.746139 48.7955143)","high","parcelPoint","79fc1453-8251-433a-9a09-82e2271f14e8",386280,,,,"active","9999-12-31","2023-12-08","true",,0.069,3403909
149,1,"00151-AccessPtForMediumAccuracyParcelPtSite","5670 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5670",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0166701 49.2295564)","high","parcelPoint","4b1627fa-b0eb-4fa0-a2df-2ae3b7624a0e",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.082,3278101
150,1,"00152-CivicAddressFailedInPast","6006 Happy Valley Rd, Summerland, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","3b59fae5-17dc-4f0b-a35d-7117840c75b6",61656,,,,"active","9999-12-31","2023-12-08","true",,0.818,2052236
151,1,"00153-CivicAddressFailedInPast","848 Esquimalt Rd, Esquimalt, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"848",,"Esquimalt","Rd","false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.39794 48.432112)","high","parcelPoint","646a6c30-71cd-4377-ba0d-c877c8ff77cc",296065,,,,"active","9999-12-31","2023-12-08","true",,0.116,3617740
152,1,"00156-CivicAddressInWrongLocation","4427 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4427",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4162969 49.8219851)","high","rooftopPoint","e812c88e-84c4-4d10-b234-94bb2095d329",345026,,,,"active","9999-12-31","2023-12-08","true",,0.082,3723542
153,1,"00157-CivicAddressInWrongLocation","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","9d003d88-50ea-481d-a2ff-6aceb05652a5",535086,,,,"active","9999-12-31","2023-12-08","true",,0.067,3492892
154,1,"00158-CivicAddressWithUnescapedSpecialCharacter","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","9d003d88-50ea-481d-a2ff-6aceb05652a5",535086,,,,"active","9999-12-31","2023-12-08","true",,0.057,3492892
155,1,"00159-CivicAddressWithNegativeScore","Sooke, BC",,48,"LOCALITY",68,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12, LOCALITY.isAlias:4, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7316667 48.3825)","coarse","localityPoint",,,,,,"active",,,"true",,15.805,
156,1,"00160-CivicAddressWithCivicNumberTreatedAsCivicNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.163,
157,1,"00161-NonCivicAddressWithKnownSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,6.63,
158,1,"00162-NonCivicAddressWithKnownSiteNameAndMissingStreet","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,4.68,
159,1,"00163-NonCivicAddressWithKnownSiteNameandProvince","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.967,
160,1,"00164-NonCivicAddressWithHwyNameAlias","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.129,
161,1,"00165-CivicAddressWithFractionalCivicNumberSuffix","535 1/2 Fisgard St, Victoria, BC",,98,"BLOCK",99,"[CIVIC_NUMBER_SUFFIX.notMatched:1]",,,,,"535","1/2","Fisgard","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3683677 48.4293144)","low","accessPoint",,310522,,,,"active",,,"true",,0.33,
162,1,"00167-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,2.237,3478532
163,1,"00168-NumberedStreetNameWithEmbeddedBlanks","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,3.045,3478532
164,1,"00169-StreetNameWithGluedWords","2845 Cedar Hill Rd, Victoria, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"2845",,"Cedar Hill","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3452603 48.4424106)","high","parcelPoint","5b4408ad-303c-405d-a31b-771e64b795e3",2660218,,,,"active","9999-12-31","2023-12-08","true",,1.159,3587951
165,1,"00170-LocalityNameWithGluedWords","1722 Elford Rd, Shawnigan Lake, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1722",,"Elford","Rd","false",,"false",,"Shawnigan Lake","Community","CVRD Electoral Area B (Shawnigan Lake)","BC","SRID=4326;POINT(-123.6193839 48.6458832)","high","parcelPoint","2cc67702-66f4-4207-ad97-67f5d539728b",556151,,,,"active","9999-12-31","2023-12-08","true",,0.446,3545213
166,1,"00171-SiteNameWithGluedWords","ANAHIMLAKE AIRPORT -- Anahim Lake, BC",,58,"LOCALITY",68,"[SITE_NAME.notMatched:10]","ANAHIMLAKE AIRPORT",,,,,,,,"false",,"false",,"Anahim Lake","Community","CRD Electoral Area J","BC","SRID=4326;POINT(-125.3180556 52.4663889)","coarse","localityPoint",,,,"ANAHIMLAKE AIRPORT",,"active",,,"true",,9.264,
167,1,"00172-StreetNameWithMultipleSpellingMistakes","Omenica St, Kitimat, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omenica","St","false",,"false",,"Kitimat","District Municipality",,"BC","SRID=4326;POINT(-128.6597836 54.0442719)","coarse","streetPoint",,,,,,"active",,,"true",,3.176,
168,1,"00173-LocalityNameWithMultipleSpellingMistakes","Spallumcheen, BC",,66,"LOCALITY",68,"[LOCALITY.spelledWrong:2]",,,,,,,,,"false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2174999 50.4022222)","coarse","localityPoint",,,,,,"active",,,"true",,2.881,
169,1,"00174-SiteNameWithMultipleSpellingMistakes","ANAHYME LAK ARPORT -- Anahim Lake, BC",,58,"LOCALITY",68,"[SITE_NAME.notMatched:10]","ANAHYME LAK ARPORT",,,,,,,,"false",,"false",,"Anahim Lake","Community","CRD Electoral Area J","BC","SRID=4326;POINT(-125.3180556 52.4663889)","coarse","localityPoint",,,,"ANAHYME LAK ARPORT",,"active",,,"true",,4.416,
170,1,"00175-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,2.163,3478532
171,1,"00178-StreetNameWithSplitWords","1985 Millstream Rd, Highlands, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,4.633,4153266
172,1,"00179-UnknownSiteNameWithFrontGate","OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,0.532,4153266
173,1,"00180-UnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,16.939,4153266
174,1,"00181-UnknownUnitwithUnknownSiteNameWithFrontGate","APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","APT 101 OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,1.394,4153266
175,1,"00182-UnknownUnitwithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,43.203,4153266
176,1,"00183-UnknownUnitAfterStreetWithUnknownSiteNameWithFrontGate","APT 101 APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,88,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]","APT 101 OLD MILL STREAM MANOR","APT","101",,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"APT 101 APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,126.536,4153266
177,1,"00184-UnknownUnitAfterStreetWithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,45.345,4153266
178,1,"00185-UnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,4.205,4153266
179,1,"00186-UnknownUnitWithUnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,42.645,4153266
180,1,"00187-SpelledOutProvinceName","8525 Terrace Dr, Delta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","fd8bad69-896b-4459-a7b3-759ef82c3f2e",131433,,,,"active","9999-12-31","2023-12-08","true",,0.192,2746401
181,1,"00188-RedundantSpelledOutProvinceNameAndAbbreviation","8525 Terrace Dr, Delta, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","fd8bad69-896b-4459-a7b3-759ef82c3f2e",131433,,,,"active","9999-12-31","2023-12-08","true",,1.293,2746401
182,1,"00189-WordUNKNOWNInAddress","975 Balmoral Rd, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"975",,"Balmoral","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.356382 48.4284131)","high","parcelPoint","fcf5e245-bca4-4f68-881f-be77c218a369",300538,,,,"active","9999-12-31","2023-12-08","true",,0.882,2863484
183,1,"00190-WordCANADAInAddress","5142 Manor St, Burnaby, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"5142",,"Manor","St","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9900276 49.2568325)","high","parcelPoint","40abf4f4-6eb2-45bd-9180-8b38fedd4467",116162,,,,"active","9999-12-31","2023-12-08","true",,3.601,2467917
184,1,"00191-GDPostalElementAfterStreet","400 Gower Point Rd, Gibsons, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"400",,"Gower Point","Rd","false",,"false",,"Gibsons","Town",,"BC","SRID=4326;POINT(-123.5092528 49.3994338)","high","parcelPoint","ed2a3a65-1f34-439c-9610-2b9004532659",178782,,,,"active","9999-12-31","2023-12-08","true",,0.962,2461748
185,1,"00192-DNCPostalElementAfterStreet","10631 Rochdale Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10631",,"Rochdale","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1093351 49.1345637)","high","parcelPoint","64e07569-1a0f-4ea1-b293-670c469e5a2a",126449,,,,"active","9999-12-31","2023-12-08","true",,0.162,2683087
186,1,"00193-RPOPostalElementAfterStreet","1751 Martini Way, Qualicum Beach, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1751",,"Martini","Way","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.5637356 49.3047857)","high","parcelPoint","f2f500b6-f619-464f-9e9a-acb9eff6893f",331400,,,,"active","9999-12-31","2023-12-08","true",,0.414,2958432
187,1,"00196-SiteNameAfterStreet","9020 Bridgeport Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9020",,"Bridgeport","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1251457 49.1915261)","high","parcelPoint","9ccbc888-a3c0-4246-aef2-5f42c847faec",349117,,,,"active","9999-12-31","2023-12-08","true",,1.092,1816251
188,1,"00197-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.384,3980238
189,1,"00198-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.436,3980238
190,1,"00199-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.508,3980238
191,1,"00200-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.548,3980238
192,1,"00201-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,22.24,3547420
193,1,"00202-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,20.453,3547420
194,1,"00203-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,24.349,3547420
195,1,"00204-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,21.304,3547420
196,1,"00205-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.481,1095815
197,1,"00206-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.261,1095815
198,1,"00207-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.257,1095815
199,1,"00208-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.212,1095815
200,1,"00209-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","2a5a82c3-ae53-47ef-8dfe-b1aef979d056",279569,,,,"active","9999-12-31","2023-12-08","true",,25.241,3815340
201,1,"00210-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","2a5a82c3-ae53-47ef-8dfe-b1aef979d056",279569,,,,"active","9999-12-31","2023-12-08","true",,24.974,3815340
202,1,"00211-RedundantStreetTypeInAddress","1168 Douglas Terr, Port Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1168",,"Douglas","Terr","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7811 49.2357097)","high","parcelPoint","5d3c3ff2-6dd0-4350-ad97-0f5c834cb235",147675,,,,"active","9999-12-31","2023-12-08","true",,21.036,3826511
203,1,"00212-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.349,2471690
204,1,"00213-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.282,2471690
205,1,"00214-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.148,2471690
206,1,"00215-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,5.784,2559518
207,1,"00216-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,5.414,2559518
208,1,"00217-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,5.039,2559518
209,1,"00218-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,6.285,2559518
210,1,"00219-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.722,3013340
211,1,"00220-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.732,3013340
212,1,"00221-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.554,3013340
213,1,"00222-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,6.531,3013340
214,1,"00223-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.612,3013340
215,1,"00224-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.724,3013340
216,1,"00225-RedundantStreetTypeInAddress","1065 Cinnamon Sedge Way, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1065",,"Cinnamon Sedge","Way","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2708609 49.2750462)","high","parcelPoint","4959de89-a240-4b2a-aa94-9a5b86a4cd7d",1864615,,,,"active","9999-12-31","2023-12-08","true",,1.149,4139213
217,1,"00226-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.769,2118865
218,1,"00227-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.714,2118865
219,1,"00228-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.71,2118865
220,1,"00229-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.683,2118865
221,1,"00230-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.699,2118865
222,1,"00231-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.684,2118865
223,1,"00232-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.681,2118865
224,1,"00233-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.915,2118865
225,1,"00234-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.679,2118865
226,1,"00235-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,12.096,1060061
227,1,"00236-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,12.37,1060061
228,1,"00237-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,14.725,1060061
229,1,"00238-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,12.043,1060061
230,1,"00239-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,12.298,1060061
231,1,"00240-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,12.217,3911239
232,1,"00241-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.689,3911239
233,1,"00242-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.713,3911239
234,1,"00243-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.798,3911239
235,1,"00244-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.815,3911239
236,1,"00245-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.724,3911239
237,1,"00246-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.763,3911239
238,1,"00247-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.78,3911239
239,1,"00248-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,13.171,3911239
240,1,"00249-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,3.256,3872694
241,1,"00250-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,3.06,3872694
242,1,"00251-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,3.18,3872694
243,1,"00252-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,4.297,3872694
244,1,"00253-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","4d942656-0704-4c43-879c-939cd257b8f5",580534,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,30.469,4280010
245,1,"00254-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","4d942656-0704-4c43-879c-939cd257b8f5",580534,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,30.712,4280010
246,1,"00255-UnknownSiteNameWithFrontGate","HOLLYBURN HOUSE -- 2095 Marine Dr, West Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","HOLLYBURN HOUSE",,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","cec50666-a78e-44c9-90ed-7cada1558784",165751,,"HOLLYBURN HOUSE",,"active","9999-12-31","2023-12-08","true",,9.925,2436253
247,1,"00256-UnknownSiteNameAfterStreetWithoutFrontGate","2095 Marine Dr, West Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","cec50666-a78e-44c9-90ed-7cada1558784",165751,,,,"active","9999-12-31","2023-12-08","true",,25.629,2436253
248,1,"00257-UnknownSiteNameWithFrontGate","BRG HOUSING -- 100 E Cordova St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, STREET_DIRECTION.notSuffix:0]","BRG HOUSING",,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","0359f4d1-2724-415c-8b69-3a7cd593d0d4",105944,,"BRG HOUSING",,"active","9999-12-31","2023-12-08","true",,3.69,3780707
249,1,"00258-UnknownSiteNameAfterStreetWithoutFrontGate","100 E Cordova St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.notSuffix:0]",,,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","0359f4d1-2724-415c-8b69-3a7cd593d0d4",105944,,,,"active","9999-12-31","2023-12-08","true",,8.971,3780707
250,1,"00259-GoodAddress","689 Abbott St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.127,8007681
251,1,"00260-WordRTDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.687,8007681
252,1,"00261-WordRETURNMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.704,8007681
253,1,"00262-WordRETURNEDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.644,8007681
254,1,"00263-WordMAILINGAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.665,8007681
255,1,"00264-GoodAddress","9695 Prest Rd, Chilliwack, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.091,1459224
256,1,"00265-WordPOSTALSTNAfterStreet","9695 Prest Rd, Chilliwack, BC",,89,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY.missing:10]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,3.711,1459224
257,1,"00266-WordPOSTALSTATIONAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.85,1459224
258,1,"00267-WordPOSTALAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.447,1459224
259,1,"00268-POBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.274,3496523
260,1,"00269-PspaceOBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.251,3496523
261,1,"00270-POAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.24,3496523
262,1,"00271-PspaceOAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.777,3496523
263,1,"00272-KnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.258,2104959
264,1,"00273-APARTMENTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.369,2104959
265,1,"00274-APARTMENTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.297,2104959
266,1,"00275-APTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.363,2104959
267,1,"00276-APTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.222,2104959
268,1,"00277-POBoxAtFrontOfUnitAddress","UNIT 105 -- 150 21st St, West Vancouver, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,62.747,1430226
269,1,"00278-POBoxAtFrontOfUnitAddresssWithBUZZERNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,71.925,1430226
270,1,"00279-POBoxAtFrontOfUnitAddressWithBUZZNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,65.742,1430226
271,1,"00280-POBoxAtFrontOfUnitAddressWithINTERCOMNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,67.589,1430226
272,1,"00281-StreetNameWithApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","7c73e9de-96f5-42b4-a315-954987ac6ab1",120417,,,,"active","9999-12-31","2023-12-08","true",,0.232,4018594
273,1,"00282-StreetNameWithSpaceInsteadOfApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,88,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","7c73e9de-96f5-42b4-a315-954987ac6ab1",120417,,,,"active","9999-12-31","2023-12-08","true",,14.974,4018594
274,1,"00283-GoodAddress","1110 Cardero St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.119,4187775
275,1,"00284-UnknownSiteNameWithFrontGate","PATRICIA APTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,"PATRICIA APTS",,"active","9999-12-31","2023-12-08","true",,0.24,4187775
276,1,"00285-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.51,4187775
277,1,"00286-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.309,4187775
278,1,"00287-UnknownSiteNameWithFrontGate","PATRICIA APARTMENTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APARTMENTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,"PATRICIA APARTMENTS",,"active","9999-12-31","2023-12-08","true",,0.201,4187775
279,1,"00288-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.494,4187775
280,1,"00289-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.293,4187775
281,1,"00290-UnknownSiteNameWithFrontGate","LILLOET BLDG -- 2016 Fullerton Ave, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1]","LILLOET BLDG",,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","c49735b4-3dba-4ea2-b764-20ebb5af9392",2602976,,"LILLOET BLDG",,"active","9999-12-31","2023-12-08","true",,100.155,8006509
282,1,"00291-UnknownSiteNameWithoutFrontGate","2016 Fullerton Ave, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","c49735b4-3dba-4ea2-b764-20ebb5af9392",2602976,,,,"active","9999-12-31","2023-12-08","true",,1.837,8006509
283,1,"00292-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 410 -- 2016 Fullerton Ave, District of North Vancouver, BC",,96,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, LOCALITY.isAlias:1]",,"UNIT","410",,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","high","parcelPoint","b708e505-9053-4608-807d-cb8ac63000ee",2602976,,"UNIT 410",,"active","9999-12-31","2023-12-08","true",,1.748,2616741
284,1,"00293-UnknownSiteNameWithFrontGate","UNIT 205 CONDOMINIUMS -- 7555 120A St, Surrey, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","UNIT 205 CONDOMINIUMS",,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205 CONDOMINIUMS",,"active","9999-12-31","2023-12-08","true",,2.792,3700539
285,1,"00294-UnknownSiteNameWithoutFrontGate","7555 120A St, Surrey, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,,,"active","9999-12-31","2023-12-08","true",,8.171,3700539
286,1,"00295-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205",,"active","9999-12-31","2023-12-08","true",,9.398,3700539
287,1,"00296-UnknownSiteNameWithFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"CONDO 205",,"active","9999-12-31","2023-12-08","true",,2.175,3700539
288,1,"00297-UnknownSiteNameWithoutFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"CONDO 205",,"active","9999-12-31","2023-12-08","true",,8.675,3700539
289,1,"00298-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205",,"active","9999-12-31","2023-12-08","true",,7.316,3700539
290,1,"00299-UnknownSiteNameWithFrontGate","FRASERVIEW CARE LODGE -- 9580 Williams Rd, Richmond, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","FRASERVIEW CARE LODGE",,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,"FRASERVIEW CARE LODGE",,"active","9999-12-31","2023-12-08","true",,1.904,2175388
291,1,"00300-UnknownSiteNameWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,,,"active","9999-12-31","2023-12-08","true",,1.401,2175388
292,1,"00301-UnknownSiteNameAfterStreetWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,,,"active","9999-12-31","2023-12-08","true",,4.945,2175388
293,1,"00302-UnknownSiteNameWithFrontGate","UNIT 1 LYNN VLY CARE CTR -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]","UNIT 1 LYNN VLY CARE CTR",,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 1 LYNN VLY CARE CTR",,"active","9999-12-31","2023-12-08","true",,12953.001,4123935
294,1,"00303-UnknownSiteNameWithoutFrontGate","1070 Lynn Valley Rd, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,,,"active","9999-12-31","2023-12-08","true",,23.796,4123935
295,1,"00304-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 1 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","1",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,71.228,4123935
296,1,"00305-UnknownSiteNameWithFrontGate","CERWYDDEN CARE HOME -- 3243 Cowichan Lake Rd, Duncan, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","CERWYDDEN CARE HOME",,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,"CERWYDDEN CARE HOME",,"active","9999-12-31","2023-12-08","true",,3.727,3905051
297,1,"00306-UnknownSiteNameWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,,,"active","9999-12-31","2023-12-08","true",,2.415,3905051
298,1,"00307-UnknownSiteNameAfterStreetWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,,,"active","9999-12-31","2023-12-08","true",,3.378,3905051
299,1,"00308-GoodAddress","10011 Simkin Pl, Sidney, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.114,3396062
300,1,"00309-DuplicateBCAfterStreetType","10011 Simkin Pl, Sidney, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.178,3396062
301,1,"00310-DuplicateBCAfterLocality","10011 Simkin Pl, Sidney, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.146,3396062
302,1,"00311-GoodAddress","1447 Rupert St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","af6b7277-d15e-49b1-9667-2d1789a5f9ca",108270,,,,"active","9999-12-31","2023-12-08","true",,0.099,3690174
303,1,"00312-DuplicateLocalityAfterLocality","1447 Rupert St, Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","af6b7277-d15e-49b1-9667-2d1789a5f9ca",108270,,,,"active","9999-12-31","2023-12-08","true",,2.157,3690174
304,1,"00313-GoodAddress","964 Lillooet Rd, District of North Vancouver, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","62b09be7-ce54-4bdf-a730-fefda642528f",1786503,,,,"active","9999-12-31","2023-12-08","true",,13.56,3844965
305,1,"00314-DuplicateLocalityAfterLocality","964 Lillooet Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","62b09be7-ce54-4bdf-a730-fefda642528f",1786503,,,,"active","9999-12-31","2023-12-08","true",,44.053,3844965
306,1,"00315-GoodAddress","1135 Jefferson Ave, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","ec40465d-5663-418c-ad94-f968c5029a87",163333,,,,"active","9999-12-31","2023-12-08","true",,0.385,2329721
307,1,"00316-DuplicateLocalityAfterLocality","1135 Jefferson Ave, West Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","ec40465d-5663-418c-ad94-f968c5029a87",163333,,,,"active","9999-12-31","2023-12-08","true",,5.455,2329721
308,1,"00317-GoodAddress","11048 157A St, Surrey, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","ebbfa41d-3678-4c19-b37d-52e1a69e2b84",139972,,,,"active","9999-12-31","2023-12-08","true",,3.999,3661022
309,1,"00318-DuplicateLocalityAfterLocality","11048 157A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","ebbfa41d-3678-4c19-b37d-52e1a69e2b84",139972,,,,"active","9999-12-31","2023-12-08","true",,16.812,3661022
310,1,"00319-GoodAddress","9917 Ashwood Dr, Richmond, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","a40b84ae-4593-410f-a25b-62a574d56bb5",128091,,,,"active","9999-12-31","2023-12-08","true",,0.133,2618789
311,1,"00320-DuplicateLocalityAfterLocality","9917 Ashwood Dr, Richmond, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","a40b84ae-4593-410f-a25b-62a574d56bb5",128091,,,,"active","9999-12-31","2023-12-08","true",,0.426,2618789
312,1,"00321-GoodAddress","1120 Foster Ave, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","cd1bdefc-e11d-4d40-a83f-a789b2fe6c7f",2612215,,,,"active","9999-12-31","2023-12-08","true",,0.09,1572531
313,1,"00322-DuplicateLocalityAfterLocality","1120 Foster Ave, Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","cd1bdefc-e11d-4d40-a83f-a789b2fe6c7f",2612215,,,,"active","9999-12-31","2023-12-08","true",,1.746,1572531
314,1,"00323-GoodAddress","1040 Fraserview St, Port Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","2b857fad-fe03-407d-b5da-59d225e8884e",147713,,,,"active","9999-12-31","2023-12-08","true",,0.396,3413505
315,1,"00324-DuplicateLocalityAfterLocality","1040 Fraserview St, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","2b857fad-fe03-407d-b5da-59d225e8884e",147713,,,,"active","9999-12-31","2023-12-08","true",,6.424,3413505
316,1,"00325-GoodAddress","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","10f931dc-7445-4019-b607-63cfbf08d197",2182546,,,,"active","9999-12-31","2023-12-08","true",,0.113,3964198
317,1,"00326-NonStandardStreetTypeAbbreviation","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","10f931dc-7445-4019-b607-63cfbf08d197",2182546,,,,"active","9999-12-31","2023-12-08","true",,0.063,3964198
318,1,"00327-AddressInSmallCommunity","6481 Savona Access Rd, Savona, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","db21cdc5-03bd-4ea9-8a33-2339f5ed48f3",209084,,,,"active","9999-12-31","2023-12-08","true",,0.322,4134342
319,1,"00328-AddressInSmallCommunityUsingLocalityAlias","6481 Savona Access Rd, Savona, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","db21cdc5-03bd-4ea9-8a33-2339f5ed48f3",209084,,,,"active","9999-12-31","2023-12-08","true",,0.742,4134342
320,1,"00329-AddressInSmallCommunity","2089 Errington Rd, Errington, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","19837d2a-4dde-4a8a-8f09-910b5a512bae",566371,,,,"active","9999-12-31","2023-12-08","true",,0.081,3183815
321,1,"00330-AddressInSmallCommunityUsingLocalityAlias","2089 Errington Rd, Errington, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","19837d2a-4dde-4a8a-8f09-910b5a512bae",566371,,,,"active","9999-12-31","2023-12-08","true",,0.386,3183815
322,1,"00331-AddressInSmallCommunity","1104 Deep Creek Rd, Deep Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","3f1e5a00-68a6-4ccb-8965-284b5e579f83",470193,,,,"active","9999-12-31","2023-12-08","true",,2.895,3852491
323,1,"00332-AddressInSmallCommunityUsingLocalityAlias","1104 Deep Creek Rd, Deep Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","3f1e5a00-68a6-4ccb-8965-284b5e579f83",470193,,,,"active","9999-12-31","2023-12-08","true",,2.853,3852491
324,1,"00333-AddressInSmallCommunity","4137 Spallumcheen Dr, Spallumcheen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3d305ee0-7b98-409f-ae77-53db4db9cae0",333510,,,,"active","9999-12-31","2023-12-08","true",,0.097,1118954
325,1,"00334-AddressInSmallCommunityUsingLocalityAlias","4137 Spallumcheen Dr, Spallumcheen, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3d305ee0-7b98-409f-ae77-53db4db9cae0",333510,,,,"active","9999-12-31","2023-12-08","true",,0.207,1118954
326,1,"00335-AddressInSmallCommunity","7380 Harrop-Procter Rd, Procter, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","53d68580-81e8-436d-9143-e5284205cab2",2487743,,,,"active","9999-12-31","2023-12-08","true",,0.365,3609081
327,1,"00336-AddressInSmallCommunityUsingLocalityAlias","7380 Harrop-Procter Rd, Procter, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","53d68580-81e8-436d-9143-e5284205cab2",2487743,,,,"active","9999-12-31","2023-12-08","true",,0.796,3609081
328,1,"00337-AddressInSmallCommunity","4260 Blewett Rd, Blewett, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","98e2005d-b55d-4b88-bab0-8afc042dc827",277711,,,,"active","9999-12-31","2023-12-08","true",,0.084,4174241
329,1,"00338-AddressInSmallCommunityUsingLocalityAlias","4260 Blewett Rd, Blewett, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","98e2005d-b55d-4b88-bab0-8afc042dc827",277711,,,,"active","9999-12-31","2023-12-08","true",,0.456,4174241
330,1,"00339-AddressInSmallCommunity","2067 White Lake Rd, White Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","dd70a4ac-d20a-48ac-b9bb-b973c5e551e3",470228,,,,"active","9999-12-31","2023-12-08","true",,16.185,3599301
331,1,"00340-AddressInSmallCommunityUsingLocalityAlias","2067 White Lake Rd, White Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","dd70a4ac-d20a-48ac-b9bb-b973c5e551e3",470228,,,,"active","9999-12-31","2023-12-08","true",,19.074,3599301
332,1,"00341-AddressInSmallCommunity","1754 Pass Creek Rd, Pass Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","8479284b-656d-4e49-89df-75059d184950",276697,,,,"active","9999-12-31","2023-12-08","true",,2.33,1735595
333,1,"00342-AddressInSmallCommunityUsingLocalityAlias","1754 Pass Creek Rd, Pass Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","8479284b-656d-4e49-89df-75059d184950",276697,,,,"active","9999-12-31","2023-12-08","true",,3.878,1735595
334,1,"00343-AddressInSmallCommunity","2928 Wycliffe Store Rd, Wycliffe, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","a62ac5d8-086a-418b-a2aa-f984783a9392",506509,,,,"active","9999-12-31","2023-12-08","true",,0.359,1240493
335,1,"00344-AddressInSmallCommunityUsingLocalityAlias","2928 Wycliffe Store Rd, Wycliffe, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","a62ac5d8-086a-418b-a2aa-f984783a9392",506509,,,,"active","9999-12-31","2023-12-08","true",,0.62,1240493
336,1,"00345-AddressInSmallCommunity","1514 Loon Lake Rd, Loon Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","6480177e-abca-44a7-b336-73fbbca5a182",587894,,,,"active","9999-12-31","2023-12-08","true",,2.194,2965993
337,1,"00346-AddressInSmallCommunityUsingLocalityAlias","1514 Loon Lake Rd, Loon Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","6480177e-abca-44a7-b336-73fbbca5a182",587894,,,,"active","9999-12-31","2023-12-08","true",,6.637,2965993
338,1,"00347-AddressInSmallCommunity","2048 Cambie-Solsqua Rd, Solsqua, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","f14d0e4c-6b0f-4d0d-a9d5-10990cf0cc91",2534370,,,,"active","9999-12-31","2023-12-08","true",,0.605,3347762
339,1,"00348-AddressInSmallCommunityUsingLocalityAlias","2048 Cambie-Solsqua Rd, Solsqua, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","f14d0e4c-6b0f-4d0d-a9d5-10990cf0cc91",2534370,,,,"active","9999-12-31","2023-12-08","true",,1.13,3347762
340,1,"00349-AddressInSmallCommunity","3492 Spokin Lake Rd, Spokin Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","115f9cb3-418d-481c-a8d9-eefb26f84d65",552355,,,,"active","9999-12-31","2023-12-08","true",,0.626,3399209
341,1,"00350-AddressInSmallCommunityUsingLocalityAlias","3492 Spokin Lake Rd, Spokin Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","115f9cb3-418d-481c-a8d9-eefb26f84d65",552355,,,,"active","9999-12-31","2023-12-08","true",,2.475,3399209
342,1,"00351-AddressInSmallCommunity","2582 Shoreacres Rd, Shoreacres, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","9949b2a3-013b-4148-89b9-2b3217874781",277597,,,,"active","9999-12-31","2023-12-08","true",,0.088,2766883
343,1,"00352-AddressInSmallCommunityUsingLocalityAlias","2582 Shoreacres Rd, Shoreacres, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","9949b2a3-013b-4148-89b9-2b3217874781",277597,,,,"active","9999-12-31","2023-12-08","true",,0.377,2766883
344,1,"00353-AddressInSmallCommunity","1679 Moran Rd, Thrums, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","40da3928-ffe2-4a7c-a9c7-8936a836b7e4",2524376,,,,"active","9999-12-31","2023-12-08","true",,0.07,3265781
345,1,"00354-AddressInSmallCommunityUsingLocalityAlias","1679 Moran Rd, Thrums, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","40da3928-ffe2-4a7c-a9c7-8936a836b7e4",2524376,,,,"active","9999-12-31","2023-12-08","true",,0.408,3265781
346,1,"00355-AddressInSmallCommunity","6010 Harrop-Procter Rd, Harrop, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","a508365a-3b22-4e9e-b0a1-5d638d8a3d68",2519145,,,,"active","9999-12-31","2023-12-08","true",,0.353,3746533
347,1,"00356-AddressInSmallCommunityUsingLocalityAlias","6010 Harrop-Procter Rd, Harrop, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","a508365a-3b22-4e9e-b0a1-5d638d8a3d68",2519145,,,,"active","9999-12-31","2023-12-08","true",,0.915,3746533
348,1,"00357-AddressInSmallCommunity","7136 Willis Point Rd, Willis Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","4ff039f5-bf40-4553-bfe1-77626d019405",304127,,,,"active","9999-12-31","2023-12-08","true",,1.484,2547093
349,1,"00358-AddressInSmallCommunityUsingLocalityAlias","7136 Willis Point Rd, Willis Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","4ff039f5-bf40-4553-bfe1-77626d019405",304127,,,,"active","9999-12-31","2023-12-08","true",,1.882,2547093
350,1,"00359-AddressInSmallCommunity","3918 Passmore Upper Rd, Passmore, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","3d545511-fd4c-42fb-8879-fd12a0171a99",339993,,,,"active","9999-12-31","2023-12-08","true",,0.424,2675059
351,1,"00360-AddressInSmallCommunityUsingLocalityAlias","3918 Passmore Upper Rd, Passmore, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","3d545511-fd4c-42fb-8879-fd12a0171a99",339993,,,,"active","9999-12-31","2023-12-08","true",,0.886,2675059
352,1,"00361-AddressInSmallCommunity","1954 Blaeberry School Rd, Blaeberry, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","b250a457-cfb7-4854-985b-a94523baa72d",539262,,,,"active","9999-12-31","2023-12-08","true",,0.643,2900731
353,1,"00362-AddressInSmallCommunityUsingLocalityAlias","1954 Blaeberry School Rd, Blaeberry, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","b250a457-cfb7-4854-985b-a94523baa72d",539262,,,,"active","9999-12-31","2023-12-08","true",,1.409,2900731
354,1,"00363-AddressInSmallCommunity","5199 Baker-Kersley Rd, Kersley, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","1da1b163-a663-462d-ac15-6653defd343d",547912,,,,"active","9999-12-31","2023-12-08","true",,1.832,4032233
355,1,"00364-AddressInSmallCommunityUsingLocalityAlias","5199 Baker-Kersley Rd, Kersley, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","1da1b163-a663-462d-ac15-6653defd343d",547912,,,,"active","9999-12-31","2023-12-08","true",,3.826,4032233
356,1,"00365-AddressInSmallCommunity","7330 Watch Lake Rd, Watch Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","19a8618d-92e6-4515-953a-38e047e1c632",568264,,,,"active","9999-12-31","2023-12-08","true",,1.732,3168378
357,1,"00366-AddressInSmallCommunityUsingLocalityAlias","7330 Watch Lake Rd, Watch Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","19a8618d-92e6-4515-953a-38e047e1c632",568264,,,,"active","9999-12-31","2023-12-08","true",,3.663,3168378
358,1,"00367-AddressInSmallCommunity","2270 Port Mellon Hwy, Port Mellon, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","b2482237-9b0f-460e-9976-e335f123d0b0",590070,,,,"active","9999-12-31","2023-12-08","true",,6.078,3017972
359,1,"00368-AddressInSmallCommunityUsingLocalityAlias","2270 Port Mellon Hwy, Port Mellon, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","b2482237-9b0f-460e-9976-e335f123d0b0",590070,,,,"active","9999-12-31","2023-12-08","true",,2.739,3017972
360,1,"00369-AddressInSmallCommunity","4570 Otter Point Pl, Otter Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","cfe43946-238c-4c40-9354-cdf419298840",1945400,,,,"active","9999-12-31","2023-12-08","true",,2.63,1196803
361,1,"00370-AddressInSmallCommunityUsingLocalityAlias","4570 Otter Point Pl, Otter Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","cfe43946-238c-4c40-9354-cdf419298840",1945400,,,,"active","9999-12-31","2023-12-08","true",,2.165,1196803
362,1,"00371-AddressInSmallCommunity","14187 Palling Rd E, Palling, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","d767cac9-02e0-427c-b5be-65cb1ea060c2",557443,,,,"active","9999-12-31","2023-12-08","true",,0.105,4005523
363,1,"00372-AddressInSmallCommunityUsingLocalityAlias","14187 Palling Rd E, Palling, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","d767cac9-02e0-427c-b5be-65cb1ea060c2",557443,,,,"active","9999-12-31","2023-12-08","true",,1.501,4005523
364,1,"00373-AddressInSmallCommunity","2525 Bouchie Lake Rd, Bouchie Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","466f408d-6b21-4ef3-97fc-bd9f229a77a8",586083,,,,"active","9999-12-31","2023-12-08","true",,0.893,2922408
365,1,"00374-AddressInSmallCommunityUsingLocalityAlias","2525 Bouchie Lake Rd, Bouchie Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","466f408d-6b21-4ef3-97fc-bd9f229a77a8",586083,,,,"active","9999-12-31","2023-12-08","true",,1.128,2922408
366,1,"00375-AddressInSmallCommunity","20010 Colleymount Rd, Colleymount, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","b055f93e-9bb2-41ae-95db-fe42eee54dd5",521096,,,,"active","9999-12-31","2023-12-08","true",,0.102,2910400
367,1,"00376-AddressInSmallCommunityUsingLocalityAlias","20010 Colleymount Rd, Colleymount, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","b055f93e-9bb2-41ae-95db-fe42eee54dd5",521096,,,,"active","9999-12-31","2023-12-08","true",,0.938,2910400
368,1,"00377-AddressInSmallCommunity","1117 Lone Prairie Rd, Lone Prairie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","1d7b36a5-8e1a-48c7-963b-7596465bd2ac",536603,,,,"active","9999-12-31","2023-12-08","true",,1.244,3298949
369,1,"00378-AddressInSmallCommunityUsingLocalityAlias","1117 Lone Prairie Rd, Lone Prairie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","1d7b36a5-8e1a-48c7-963b-7596465bd2ac",536603,,,,"active","9999-12-31","2023-12-08","true",,1.495,3298949
370,1,"00379-AddressInSmallCommunity","58051 Laidlaw Rd, Laidlaw, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","088a2a2b-a33a-49bd-a789-cac7657caa91",483449,,,,"active","9999-12-31","2023-12-08","true",,0.077,2725994
371,1,"00380-AddressInSmallCommunityUsingLocalityAlias","58051 Laidlaw Rd, Laidlaw, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","088a2a2b-a33a-49bd-a789-cac7657caa91",483449,,,,"active","9999-12-31","2023-12-08","true",,0.608,2725994
372,1,"00381-AddressInSmallCommunity","8041 Bridge Lake North Rd, Bridge Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","c99fd433-2ad1-4461-ac18-c7e506c0c833",1982774,,,,"active","9999-12-31","2023-12-08","true",,53.479,3541575
373,1,"00382-AddressInSmallCommunityUsingLocalityAlias","8041 Bridge Lake North Rd, Bridge Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","c99fd433-2ad1-4461-ac18-c7e506c0c833",1982774,,,,"active","9999-12-31","2023-12-08","true",,96.918,3541575
374,1,"00383-AddressInSmallCommunity","136 Grandview Bench Rd, Grandview Bench, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","707bfc34-1d08-469c-8f81-cc6735ca9f44",2342934,,,,"active","9999-12-31","2023-12-08","true",,2.084,3153652
375,1,"00384-AddressInSmallCommunityUsingLocalityAlias","136 Grandview Bench Rd, Grandview Bench, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","707bfc34-1d08-469c-8f81-cc6735ca9f44",2342934,,,,"active","9999-12-31","2023-12-08","true",,3.083,3153652
376,1,"00385-AddressInSmallCommunity","15351 Tatalrose Rd, Tatalrose, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","d20e6629-9b28-4151-97b7-2c764b18e2a7",2189084,,,,"active","9999-12-31","2023-12-08","true",,0.134,3845019
377,1,"00386-AddressInSmallCommunityUsingLocalityAlias","15351 Tatalrose Rd, Tatalrose, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","d20e6629-9b28-4151-97b7-2c764b18e2a7",2189084,,,,"active","9999-12-31","2023-12-08","true",,0.999,3845019
378,1,"00387-AddressInSmallCommunity","10167 Pinchi Lake Rd, Pinchi Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","0094c2bf-3dc3-4ec5-9a1b-8cc89c188f13",1858471,,,,"active","9999-12-31","2023-12-08","true",,0.732,3873966
379,1,"00388-AddressInSmallCommunityUsingLocalityAlias","10167 Pinchi Lake Rd, Pinchi Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","0094c2bf-3dc3-4ec5-9a1b-8cc89c188f13",1858471,,,,"active","9999-12-31","2023-12-08","true",,4.47,3873966
380,1,"00389-AddressInSmallCommunity","2388 Heffley Lake Rd, Heffley Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","55b0607a-afc6-4216-bb61-8ed665d8258d",206948,,,,"active","9999-12-31","2023-12-08","true",,2.689,3382301
381,1,"00390-AddressInSmallCommunityUsingLocalityAlias","2388 Heffley Lake Rd, Heffley Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","55b0607a-afc6-4216-bb61-8ed665d8258d",206948,,,,"active","9999-12-31","2023-12-08","true",,5.595,3382301
382,1,"00391-AddressInSmallCommunity","10381 Popkum Rd S, Popkum, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","539961d2-a1d1-4c62-81a3-6cc2dab9761e",187418,,,,"active","9999-12-31","2023-12-08","true",,0.142,1904703
383,1,"00392-AddressInSmallCommunityUsingLocalityAlias","10381 Popkum Rd S, Popkum, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","539961d2-a1d1-4c62-81a3-6cc2dab9761e",187418,,,,"active","9999-12-31","2023-12-08","true",,1.052,1904703
384,1,"00393-AddressInSmallCommunity","7428 Roe Lake Cres, Roe Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","e2a11f01-a2c8-46e1-8675-f26973749f57",546368,,,,"active","9999-12-31","2023-12-08","true",,1.71,3258770
385,1,"00394-AddressInSmallCommunityUsingLocalityAlias","7428 Roe Lake Cres, Roe Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","e2a11f01-a2c8-46e1-8675-f26973749f57",546368,,,,"active","9999-12-31","2023-12-08","true",,4.027,3258770
386,1,"00395-AddressInSmallCommunity","6120 Garden Bay Rd, Garden Bay, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","c8aef5b1-1808-4cde-aa1e-da907f348448",482325,,,,"active","9999-12-31","2023-12-08","true",,4.251,3923450
387,1,"00396-AddressInSmallCommunityUsingLocalityAlias","6120 Garden Bay Rd, Garden Bay, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","c8aef5b1-1808-4cde-aa1e-da907f348448",482325,,,,"active","9999-12-31","2023-12-08","true",,11.267,3923450
388,1,"00397-AddressInSmallCommunity","1977 Tappen Notch Hill Rd, Tappen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","3143f53b-b699-4735-a100-7eb10e001bde",64488,,,,"active","9999-12-31","2023-12-08","true",,0.874,3268060
389,1,"00398-AddressInSmallCommunityUsingLocalityAlias","1977 Tappen Notch Hill Rd, Tappen, BC",,87,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:4, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","3143f53b-b699-4735-a100-7eb10e001bde",64488,,,,"active","9999-12-31","2023-12-08","true",,119.329,3268060
390,1,"00399-AddressInSmallCommunity","116 Rosebery Loop Rd, Rosebery, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","ec56d415-cd70-45fd-9b4a-59f77933513f",2531930,,,,"active","9999-12-31","2023-12-08","true",,0.422,1644488
391,1,"00400-AddressInSmallCommunityUsingLocalityAlias","116 Rosebery Loop Rd, Rosebery, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","ec56d415-cd70-45fd-9b4a-59f77933513f",2531930,,,,"active","9999-12-31","2023-12-08","true",,2.734,1644488
392,1,"00401-AddressInSmallCommunity","1525 Langdale Rd, Langdale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","fc6c1e1b-c361-4218-a55a-9b49c4f04c8c",178417,,,,"active","9999-12-31","2023-12-08","true",,0.105,3570149
393,1,"00402-AddressInSmallCommunityUsingLocalityAlias","1525 Langdale Rd, Langdale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","fc6c1e1b-c361-4218-a55a-9b49c4f04c8c",178417,,,,"active","9999-12-31","2023-12-08","true",,0.788,3570149
394,1,"00403-AddressInSmallCommunity","6607 Appledale Lower Rd, Appledale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","a8699af5-7308-4496-adf6-5fb38e311fe7",276196,,,,"active","9999-12-31","2023-12-08","true",,0.339,2684515
395,1,"00404-AddressInSmallCommunityUsingLocalityAlias","6607 Appledale Lower Rd, Appledale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","a8699af5-7308-4496-adf6-5fb38e311fe7",276196,,,,"active","9999-12-31","2023-12-08","true",,0.726,2684515
396,1,"00405-AddressInSmallCommunity","4232 Mayook Settlement Rd, Mayook, BC",,99,"BLOCK",99,"[]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.243,
397,1,"00406-AddressInSmallCommunityUsingLocalityAlias","4232 Mayook Settlement Rd, Mayook, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.519,
398,1,"00407-AddressInSmallCommunity","10571 Cheslatta Rd, Cheslatta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","939c0b16-ea1f-4455-a08e-1dc164102b8f",521449,,,,"active","9999-12-31","2023-12-08","true",,0.085,3101708
399,1,"00408-AddressInSmallCommunityUsingLocalityAlias","10571 Cheslatta Rd, Cheslatta, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","939c0b16-ea1f-4455-a08e-1dc164102b8f",521449,,,,"active","9999-12-31","2023-12-08","true",,0.981,3101708
400,1,"00409-NumberedStreetNameWithDetachedSuffix","102A Ave, Surrey, BC",,78,"STREET",78,"[]",,,,,,,"102A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8175667 49.1885721)","coarse","streetPoint",,,,,,"active",,,"true",,2.061,
401,1,"00410-UnitNumberStuckToDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.123,2104959
402,1,"00411-StreetNameWithMissingAmpersand","189 Rod & Gun Rd, Courtenay, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"189",,"Rod & Gun","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0190057 49.683884)","high","parcelPoint","3c90be80-f19d-45d5-9d8f-a6709b61b8f9",258442,,,,"active","9999-12-31","2023-12-08","true",,0.669,4187966
403,1,"00413-LeadingZeroInCivicNumber","Lynn Valley Rd, North Vancouver, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lynn Valley","Rd","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0533951 49.3290039)","coarse","streetPoint",,,,,,"active",,,"true",,801.568,
404,1,"00414-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,12.993,4123935
405,1,"00415-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,12.687,4123935
406,1,"00416-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,19.334,4123935
407,1,"00417-UnitNumberWithLetterPrefix","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","7a331ccc-0a05-44c4-860c-b2951adab313",106300,,"UNIT B2",,"active","9999-12-31","2023-12-08","true",,7.644,1914533
408,1,"00418-UnitNumberWithLetterPrefixGapped","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","7a331ccc-0a05-44c4-860c-b2951adab313",106300,,"UNIT B2",,"active","9999-12-31","2023-12-08","true",,2.184,1914533
409,1,"00419-UnitNumberWithLetterPrefix","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","bedd30c2-4934-43fa-af89-d80958100818",110501,,"UNIT C2",,"active","9999-12-31","2023-12-08","true",,37.294,1753265
410,1,"00420-UnitNumberWithLetterPrefixGapped","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","bedd30c2-4934-43fa-af89-d80958100818",110501,,"UNIT C2",,"active","9999-12-31","2023-12-08","true",,36.419,1753265
411,1,"00421-UnitNumberWithLetterPrefix","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","7c57fc8b-1f74-471c-9eac-65d035cdb2c0",2462668,,"UNIT P100",,"active","9999-12-31","2023-12-08","true",,10.503,1409241
412,1,"00422-UnitNumberWithLetterPrefixGapped","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","7c57fc8b-1f74-471c-9eac-65d035cdb2c0",2462668,,"UNIT P100",,"active","9999-12-31","2023-12-08","true",,10.303,1409241
413,1,"00423-UnitNumberWithLetterPrefix","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,7.204,1172657
414,1,"00424-UnitNumberWithLetterPrefixGapped","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,7.215,1172657
415,1,"00425-CivicAddressWithCareOfName","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,96,"UNIT",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,7.936,1172657
416,1,"00426-NonStandardStreetTypeAbbreviation","2351 Parkway Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2351",,"Parkway","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7934119 49.3196707)","medium","parcelPoint","95793a27-4745-43da-9622-e53fae48e28d",155062,,,,"active","9999-12-31","2023-12-08","true",,0.171,8002265
417,1,"00427-NonStandardStreetTypeAbbreviation","3176 Plateau Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3176",,"Plateau","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7868947 49.3116847)","medium","parcelPoint","50beb2ec-f7cc-4eae-b426-ad8b3adafd24",320982,,,,"active","9999-12-31","2023-12-08","true",,0.093,8001330
418,1,"00428-NonStandardStreetTypeAbbreviation","895 Academy Close, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"895",,"Academy","Close","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3628211 48.4179591)","high","parcelPoint","90033cc2-5e3f-4470-98b8-7ac562732d7c",2661206,,,,"active","9999-12-31","2023-12-08","true",,0.094,4029706
419,1,"00429-NonStandardStreetTypeAbbreviation","4965 Vista View Cres, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4965",,"Vista View","Cres","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-123.9848378 49.2358274)","high","parcelPoint","0dfae8c3-c6fa-4c3c-ac1f-d086be186aa2",416267,,,,"active","9999-12-31","2023-12-08","true",,2.288,3896249
420,1,"00430-NonStandardStreetTypeAbbreviation","1000 Thermal Dr, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1000",,"Thermal","Dr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8340821 49.2698821)","high","parcelPoint","19c314f8-997b-4fd3-bff4-b528042ec75c",148059,,,,"active","9999-12-31","2023-12-08","true",,0.124,1045847
421,1,"00431-NonStandardStreetTypeAbbreviation","8400 Forest Grove Dr, Burnaby, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8400",,"Forest Grove","Dr","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9205029 49.2632662)","high","parcelPoint","6fa80cfe-e0aa-4ce4-a141-730bec5595ef",2636600,,,,"active","9999-12-31","2023-12-08","true",,1.6,1840913
422,1,"00432-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","d8e0cbdb-c1b7-4af6-a2d4-1db873abd8ed",1747737,,,,"active","9999-12-31","2023-12-08","true",,91.518,8004158
423,1,"00433-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","d8e0cbdb-c1b7-4af6-a2d4-1db873abd8ed",1747737,,,,"active","9999-12-31","2023-12-08","true",,32.474,8004158
424,1,"00434-NonStandardStreetTypeAbbreviation","7701 Central Saanich Rd, Central Saanich, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"7701",,"Central Saanich","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4034403 48.5914503)","low","accessPoint",,294099,,,,"active",,,"true",,5.55,
425,1,"00435-NonStandardStreetTypeAbbreviation","3942 Columbia Valley Rd, Cultus Lake, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"3942",,"Columbia Valley","Rd","false",,"false",,"Cultus Lake","Community","FVRD Electoral Area H","BC","SRID=4326;POINT(-121.9597795 49.0739494)","high","parcelPoint","79ec7032-75e7-4485-a571-95b61e6a85c6",1157827,,,,"active","9999-12-31","2023-12-08","true",,258.003,2185851
426,1,"00436-NonStandardStreetTypeAbbreviation","950 Old Hope Princeton Way, Hope, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"950",,"Old Hope Princeton","Way","false",,"false",,"Hope","District Municipality",,"BC","SRID=4326;POINT(-121.4156582 49.3733202)","high","parcelPoint","9f154ee8-acbc-4192-9763-42b79c47533f",193424,,,,"active","9999-12-31","2023-12-08","true",,23.684,1101623
427,1,"00437-NonStandardStreetTypeAbbreviation","774 Great Northern Way, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"774",,"Great Northern","Way","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0880896 49.2660631)","medium","parcelPoint","4c1c7c23-aad3-42ea-9ad4-5038134565c3",341353,,,,"active","9999-12-31","2023-12-08","true",,0.844,8008439
428,1,"00439-NonStandardLocalityNameAbbreviation","352 W 14th St, North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","78438998-a18b-4e5a-8194-c5a725361810",2416363,,,,"active","9999-12-31","2023-12-08","true",,383.883,3147438
429,1,"00440-NonStandardLocalityNameAbbreviation","569 Hody Dr, Okanagan Falls, BC",,65,"CIVIC_NUMBER",100,"[LOCALITY.notMatched:35]",,,,,"569",,"Hody","Dr","false",,"false",,"Okanagan Falls","Community","RDOS Electoral Area D","BC","SRID=4326;POINT(-119.5690298 49.3482363)","high","parcelPoint","709a78bb-79c3-4239-813f-781b63f13d85",60098,,,,"active","9999-12-31","2023-12-08","true",,4.241,3300419
430,1,"00441-NonStandardStreetNameAbbreviation","5450 Oak St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5450",,"Oak","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1275777 49.2362797)","high","parcelPoint","ad0401e3-43b9-46ca-9c09-a164753f4fa1",100420,,,,"active","9999-12-31","2023-12-08","true",,0.169,2704350
431,1,"00442-NonStandardStreetNameAbbreviation","1301 Oak Ave, Quesnel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","854642e3-8d46-4f95-b728-ba3f245cf3b3",227948,,,,"active","9999-12-31","2023-12-08","true",,0.111,3406157
432,1,"00443-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.829,
433,1,"00444-NonStandardGeneralDelivery","Central Bridge, Dawson Creek, BC",,37,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_QUALIFIER.missing:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Central",,"false",,"false","Bridge","Dawson Creek","City",,"BC","SRID=4326;POINT(-120.276389 55.7737565)","coarse","streetPoint",,,,,,"active",,,"true",,2.077,
434,1,"00445-NonStandardGeneralDelivery","General Currie Elementary School Access, Richmond, BC",,25,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, FAULTS.tooMany:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"General Currie Elementary School","Access","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1339848 49.1586967)","coarse","streetPoint",,,,,,"active",,,"true",,1.081,
435,1,"00446-NonStandardGeneralDelivery","Central Bridge, Dawson Creek, BC",,37,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_QUALIFIER.missing:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Central",,"false",,"false","Bridge","Dawson Creek","City",,"BC","SRID=4326;POINT(-120.276389 55.7737565)","coarse","streetPoint",,,,,,"active",,,"true",,1.713,
436,1,"00447-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.753,
437,1,"00448-CareOf","Quesnel, BC",,52,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,1.61,
438,1,"00449-CareOf","1301 Oak Ave, Quesnel, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","854642e3-8d46-4f95-b728-ba3f245cf3b3",227948,,,,"active","9999-12-31","2023-12-08","true",,3.057,3406157
439,1,"00450-SuffixNameMatching","Dent Ave, Burnaby, BC",,72,"STREET",78,"[LOCALITY.isAlias:1, STREET_NAME.spelledWrong:2, STREET_DIRECTION.notMatched:2, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Dent","Ave","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-123.0073749 49.2710941)","coarse","streetPoint",,,,,,"active",,,"true",,25.851,
440,1,"00451-StreetNameWordsGluedTogether","3821 Cedar Hill Rd, Saanich, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,"3821",,"Cedar Hill","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.336341 48.4632076)","high","parcelPoint","ffa4b31e-96d0-4706-a769-18eaf6a45557",299730,,,,"active","9999-12-31","2023-12-08","true",,0.726,3387802
441,1,"00452-StreetNameCompoundWordsSeparated","8514 Horseshoe Bay Rd, Anglemont, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"8514",,"Horseshoe Bay","Rd","false",,"false",,"Anglemont","Community","CSRD Electoral Area F","BC","SRID=4326;POINT(-119.1181382 50.9761127)","high","parcelPoint","76851488-8084-412f-82a6-b0ca5ce1ea5d",2450478,,,,"active","9999-12-31","2023-12-08","true",,0.579,3542205
442,1,"00453-NonStandardStreetTypeAbbreviation","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","0f5b74f4-dda0-44a7-b0e2-3473c17973df",484911,,,,"active","9999-12-31","2023-12-08","true",,6.654,1860086
443,1,"00454-civicAddressWithUnitandUnknownSiteName","UNIT 170 HAPPY HOUSE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","HAPPY HOUSE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 HAPPY HOUSE",,"active","9999-12-31","2023-12-08","true",,7.269,4363977
444,1,"00455-StreetNameWithMultipleSpellingMistakes","Omineca St, Hazelton, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omineca","St","false",,"false",,"Hazelton","Village",,"BC","SRID=4326;POINT(-127.6757927 55.2557017)","coarse","streetPoint",,,,,,"active",,,"true",,2.776,
445,1,"00456-NonStandardLocalityNameAbbreviation","134 E 15th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"134",,"15th","St","false","E","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.070453 49.3223403)","high","parcelPoint","e6e40b24-7976-4904-8ee2-3ea981af7da8",163763,,,,"active","9999-12-31","2023-12-08","true",,59.69,3516754
446,1,"00457-NonStandardLocalityNAmeAbbreviation","2248 McAllister Ave, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:2]",,,,,"2248",,"McAllister","Ave","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7799837 49.262092)","high","parcelPoint","4ca763c4-8f87-4cf2-86c7-0b8664b2a631",146223,,,,"active","9999-12-31","2023-12-08","true",,0.361,3218608
447,1,"00458-civicAddressWithUnitandUnknownSiteName","UNIT 170 DOOGIE UNIVERSITY -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOOGIE UNIVERSITY","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 DOOGIE UNIVERSITY",,"active","9999-12-31","2023-12-08","true",,7.304,4363977
448,1,"00459-LocalityHopping","Kaleden, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.6011112 49.3997222)","coarse","localityPoint",,,,,,"active",,,"true",,0.785,
449,1,"00460-LocalityHopping","UNIT 200 -- Prince George St, Prince Rupert, BC",,63,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_TYPE.notMatched:3, STREET_TYPE.notPrefix:0, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","200",,,,"Prince George","St","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.2990707 54.311388)","coarse","streetPoint",,,,"UNIT 200",,"active",,,"true",,87.966,
450,1,"00461-LocalityHopping","Helmcken Alley, Victoria, BC",,74,"STREET",78,"[STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Helmcken","Alley","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3693133 48.4255635)","coarse","streetPoint",,,,,,"active",,,"true",,2.643,
451,1,"00462-IRAddresses","1901 Lust Rd, Quesnel, BC",,96,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1901",,"Lust","Rd","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4554097 52.9567283)","low","accessPoint",,228320,,,,"active",,,"true",,1.088,
452,1,"00463-IRAddresses","Blueberry Reserve Rd, Buick, BC",,72,"STREET",78,"[STREET_TYPE.missing:6]",,,,,,,"Blueberry Reserve","Rd","false",,"false",,"Buick","Community","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1391639 56.7304618)","coarse","streetPoint",,,,,,"active",,,"true",,13.024,
453,1,"00464-IRAddresses","Blueberry River 205, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Blueberry River 205","Indian Reserve","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1013888 56.7163889)","coarse","localityPoint",,,,,,"active",,,"true",,0.866,
454,1,"00465-IRAddresses","205 BC Mine Rd, Grand Forks, BC",,72,"BLOCK",99,"[INITIAL_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.missing:10, STREET_TYPE.missing:6, PROVINCE.missing:1, FAULTS.tooMany:6]",,,,,"205",,"BC Mine","Rd","false",,"false",,"Grand Forks","City","RDKB Electoral Area D (Rural Grand Forks)","BC","SRID=4326;POINT(-118.5417578 49.1296346)","low","accessPoint",,2411205,,,,"active",,,"true",,81.322,
455,1,"00466-StreetNameWithMultipleSpellingMistakes","UNIT 15 -- 31235 Upper MacLure Rd, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","15",,"31235",,"Upper MacLure","Rd","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3592071 49.0608091)","high","parcelPoint","832b59e0-59a1-4028-a65a-25eace5fc2bd",430758,,"UNIT 15",,"active","9999-12-31","2023-12-08","true",,9.504,1462380
456,1,"00467-StreetNameWithMultipleSpellingMistakes","UNIT 338 -- 32830 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","338",,"32830",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","48ed5fe9-61f8-406f-b981-88e7fd07fdbf",2617631,,"UNIT 338",,"active","9999-12-31","2023-12-08","true",,0.838,2495402
457,1,"00468-StreetNameWithMultipleSpellingMistakes","UNIT 215 -- 32850 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","215",,"32850",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","9b997783-d7b9-4838-92e3-80a9ccc452fa",2617631,,"UNIT 215",,"active","9999-12-31","2023-12-08","true",,0.82,1047582
458,1,"00469-StreetNameWithMultipleSpellingMistakes","UNIT 117B -- 34313 Forrest Terr, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","117","B","34313",,"Forrest","Terr","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2765011 49.0346859)","high","parcelPoint","ab1987ef-f523-4b54-bb38-7f9e8a69a83c",159710,,"UNIT 117B",,"active","9999-12-31","2023-12-08","true",,0.608,1365855
459,1,"00470-StreetNameWithMultipleSpellingMistakes","UNIT 14 -- 43685 Chilliwack Mountain Rd, Chilliwack, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","14",,"43685",,"Chilliwack Mountain","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-122.0166373 49.1641524)","high","parcelPoint","2c2ce6be-b9cb-409e-b037-4ecef8ff2fc3",2400276,,"UNIT 14",,"active","9999-12-31","2023-12-08","true",,264.263,1065331
460,1,"00471-StreetNameWithMultipleSpellingMistakes","29 St SE, Salmon Arm, BC",,63,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.isAlias:4, STREET_DIRECTION.missing:2, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"29","St","false","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2509431 50.6873229)","coarse","streetPoint",,,,,,"active",,,"true",,26.856,
461,1,"00472-StreetNameWithMultipleSpellingMistakes","Whistler, BC",,56,"LOCALITY",68,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Whistler","Resort Municipality",,"BC","SRID=4326;POINT(-122.9544444 50.1169445)","coarse","localityPoint",,,,,,"active",,,"true",,41.588,
462,1,"00473-StreetNameWithMultipleSpellingMistakes","UNIT 2204 -- 7343 Okanagan Landing Rd, Vernon, BC",,88,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","2204",,"7343",,"Okanagan Landing","Rd","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.345325 50.2389897)","high","parcelPoint","4925032d-7e2d-4418-8475-1469e513deae",354892,,"UNIT 2204",,"active","9999-12-31","2023-12-08","true",,19.846,4266077
463,1,"00474-StreetNameWithMultipleSpellingMistakes","UNIT 66 -- 1930 Cedar Village Cres, North Vancouver, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","66",,"1930",,"Cedar Village","Cres","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.043715 49.3270342)","high","parcelPoint","9d253e89-00db-446c-80d3-ba0b160b95db",166103,,"UNIT 66",,"active","9999-12-31","2023-12-08","true",,1042.093,2153738
464,1,"00475-StreetNameWithMultipleSpellingMistakes","UNIT 209 -- 8611 General Currie Rd, Richmond, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","209",,"8611",,"General Currie","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1283228 49.1596485)","high","parcelPoint","f48b10c3-c335-46db-ae8b-391986f96685",127602,,"UNIT 209",,"active","9999-12-31","2023-12-08","true",,0.969,2001638
465,1,"00476-StreetNameWithMultipleSpellingMistakes","UNIT 305 -- 1135 Windsor Mews, Coquitlam, BC",,91,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6]",,"UNIT","305",,"1135",,"Windsor","Mews","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7853704 49.2801267)","high","parcelPoint","a4bfb344-0592-466b-870a-e077b1d60a59",1907339,,"UNIT 305",,"active","9999-12-31","2023-12-08","true",,2.324,1102540
466,1,"00477-StreetNameWithOneSpellingMistakeAtFront","UNIT 106 -- 1355 Cumberland Rd, Courtenay, BC",,92,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6]",,"UNIT","106",,"1355",,"Cumberland","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0049707 49.6769203)","high","parcelPoint","544e5fed-75d3-4424-9367-22927a865b6f",1849534,,"UNIT 106",,"active","9999-12-31","2023-12-08","true",,28.734,1020429
467,1,"00478-AddressInSmallCommunityUsingLocalityAlias","352 W 14th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","78438998-a18b-4e5a-8194-c5a725361810",2416363,,,,"active","9999-12-31","2023-12-08","true",,75.124,3147438
468,1,"00479-AddressInSmallCommunityUsingLocalityAlias","1745 Esquimalt Ave, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1745",,"Esquimalt","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1612755 49.3309246)","medium","parcelPoint","947d3aa2-8b81-4f3e-a37b-554468cdb0ce",163306,,,,"active","9999-12-31","2023-12-08","true",,2.167,8001373
469,1,"00480-AddressInSmallCommunityUsingLocalityAlias","223 W 7th Ave, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"223",,"7th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1103425 49.2650219)","high","parcelPoint","2ff78638-a1f2-44fe-958a-0e67c9c9d501",100449,,,,"active","9999-12-31","2023-12-08","true",,16.588,4195797
470,1,"00481-UnitNumberAndCivicNumberSwapped","UNIT 1045 -- Haro St, Vancouver, BC",,76,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","1045",,,,"Haro","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1323651 49.2880745)","coarse","streetPoint",,,,"UNIT 1045",,"active",,,"true",,12.371,
471,1,"00482-UnitNumberAndCivicNumberSwapped","1177 103A Ave, Surrey, BC",,85,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_TYPE.missing:6]",,,,,"1177",,"103A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7921295 49.1899518)","low","accessPoint",,418379,,,,"active",,,"true",,10.228,
472,1,"00483-UnknownMulti-wordUnitDesignator","UNIT 221 -- 4280 Moncton St, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","221",,"4280",,"Moncton","St","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1799769 49.1242764)","high","parcelPoint","4b66701a-39a9-410f-bc34-3ba73c3dc040",351197,,"UNIT 221",,"active","9999-12-31","2023-12-08","true",,0.612,1518456
473,1,"00484-UnknownMulti-wordUunitDesignator","UNIT 54 -- 2938 Trafalgar St, Abbotsford, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","54",,"2938",,"Trafalgar","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3079844 49.054931)","high","parcelPoint","71016c6f-1a5e-41f2-a68f-2efe869224c7",161674,,"UNIT 54",,"active","9999-12-31","2023-12-08","true",,0.744,1257509
474,1,"00485-UnknownUnitNumberWithLetterPrefixGapped","UNIT A309 -- 10557 150 St, Surrey, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","A309",,"10557",,"150","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.806609 49.1944737)","high","parcelPoint","bd685634-9b89-4e2f-8f47-ed66554bfebf",478995,,"UNIT A309",,"active","9999-12-31","2023-12-08","true",,10.892,3149253
475,1,"00486-UnknownUnitNumberWithLetterPrefixGapped","UNIT C7 -- 6901 Island Hwy W, Bowser, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_DIRECTION.notPrefix:0]",,"UNIT","C7",,"6901",,"Island","Hwy","false","W","false",,"Bowser","Community","RDN Electoral Area H","BC","SRID=4326;POINT(-124.667109 49.4348563)","high","parcelPoint","16772256-827d-4452-bffe-bb1a9995499c",1835730,,"UNIT C7",,"active","9999-12-31","2023-12-08","true",,25.182,4072889
476,1,"00487-UnitNumberWithLetterPrefix","UNIT A114 -- 20211 66 Ave, Township of Langley, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","A114",,"20211",,"66","Ave","false",,"false",,"Township of Langley","District Municipality",,"BC","SRID=4326;POINT(-122.6633166 49.1235181)","high","parcelPoint","3d1d9b15-714d-4290-8eee-066b89995912",320513,,"UNIT A114",,"active","9999-12-31","2023-12-08","true",,6.237,1059975
477,1,"00488-ExtraWordAtFrontOfStreetName","UNIT 19 -- Mt Boucherie Pl, West Kelowna, BC",,73,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","19",,,,"Mt Boucherie","Pl","false",,"false",,"West Kelowna","Unknown",,"BC","SRID=4326;POINT(-119.5815689 49.8589959)","coarse","streetPoint",,,,"UNIT 19",,"active",,,"true",,677.927,
478,1,"00489-UnitNumberSuffixInBackAlley","UNIT 206A -- 555 Burrard St, Vancouver, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"UNIT","206","A","555",,"Burrard","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1188944 49.2860099)","low","accessPoint",,475835,,"UNIT 206A",,"active",,,"true",,3.448,
479,1,"00490-SiteNameInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,3.309,4083847
480,1,"00491-DuplicateStreetTypeInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,8.115,4083847
481,1,"00492-CareOfInBackAlley","1175 Douglas St, Victoria, BC",,96,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,7.029,4083847
482,1,"00493-DuplicateStreetAndLocalityInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,19.191,4083847
483,1,"00494-StreetNameWithSpecialCharacters","Pipeho:em Rd, Agassiz, BC",,78,"STREET",78,"[]",,,,,,,"Pipeho:em","Rd","false",,"false",,"Agassiz","Community",,"BC","SRID=4326;POINT(-121.7342045 49.259877)","coarse","streetPoint",,,,,,"active",,,"true",,0.131,
484,1,"00495-StreetNameWithSpecialCharacters","ʔEqeʔat’in ʔEten, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"ʔEqeʔat’in ʔEten",,"false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1683616 52.0139035)","coarse","streetPoint",,,,,,"active",,,"true",,0.19,
485,1,"00496-StreetNameWithSpecialCharacters","Tl’etinqox Rd, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"Tl’etinqox","Rd","false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1612612 52.0089565)","coarse","streetPoint",,,,,,"active",,,"true",,0.139,
486,1,"00497-StreetNameWithSpecialCharacters","Clinton/Loon Lake FSR, Hutchison Lake, BC",,78,"STREET",78,"[]",,,,,,,"Clinton/Loon Lake","FSR","false",,"false",,"Hutchison Lake","Unknown","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.2072936 51.2237932)","coarse","streetPoint",,,,,,"active",,,"true",,2.263,
487,1,"00498-ACrazy","UNIT 201A -- 201A A St, Abbotsford, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER_SUFFIX.notMatched:1]",,"UNIT","201","A","201","A","A","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2608685 49.0060455)","low","accessPoint",,452835,,"UNIT 201A",,"active",,,"true",,63.414,
488,1,"00499-NonIntersectionOfRoadAndHwy","Chancellor Ave, View Royal, BC",,69,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,,,"Chancellor","Ave","false",,"false",,"View Royal","Town",,"BC","SRID=4326;POINT(-123.4279813 48.4648587)","coarse","streetPoint",,,,,,"active",,,"true",,23.545,
489,1,"00500-NoisyAddress","1 Centennial Sq, Victoria, BC",,92,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2]",,,,,"1",,"Centennial","Sq","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3657434 48.4287096)","high","parcelPoint","052f078a-6c37-4ede-bbf8-5bfb6f5e138a",304974,,,,"active","9999-12-31","2023-12-08","true",,3.311,2983771
490,1,"00501-StreetNameCompoundWordsSeparated","12312 Horseshoe Way, Richmond, BC",,98,"BLOCK",99,"[STREET_NAME.partialMatch:1]",,,,,"12312",,"Horseshoe","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.0988494 49.1233204)","low","accessPoint",,128283,,,,"active",,,"true",,4.378,
491,1,"00502-StreetNameCompoundWordsSeparated","101 Seaview St, Sayward, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"101",,"Seaview","St","false",,"false",,"Sayward","Village",,"BC","SRID=4326;POINT(-125.9633841 50.3858383)","high","parcelPoint","ecb1ca31-b857-4ada-b51c-42799ed40c4b",263931,,,,"active","9999-12-31","2023-12-08","true",,25.023,1684375
492,1,"00503-LocalityNameWithSplitWords","1090 Ironwood St, Campbell River, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1090",,"Ironwood","St","false",,"false",,"Campbell River","City",,"BC","SRID=4326;POINT(-125.2561963 50.0253168)","high","parcelPoint","77f4b1cc-2244-4e32-9ed5-9263d77fbe2c",262744,,,,"active","9999-12-31","2023-12-08","true",,4.252,3438603
493,1,"00504-siteNameWithTerminalAndMissingStreetName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,5.526,
494,1,"00505-siteNameWithPortAndMissingStreetName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.781,

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Revolution Systems Open Library [pom]
[INFO] RS Core [jar]
[INFO] RS Test API [jar]
[INFO] RS ESRI File Geodatabase [jar]
[INFO] RS GDAL [jar]
[INFO] RS Geopackage [jar]
[INFO] RS Oracle [jar]
[INFO] RS PostgreSQL [jar]
[INFO] Revolsys Swing Components [jar]
[INFO] Maki Markers [jar]
[INFO] RS Web [jar]
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-parent >------------------
[INFO] Building Revolution Systems Open Library 7b72f92 [1/11]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-parent ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-parent ---
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-parent ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-parent ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-parent ---
[INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-parent/7b72f92906639c53399a70af505c18082e9c198d/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/target/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-parent/7b72f92906639c53399a70af505c18082e9c198d/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-core >-------------------
[INFO] Building RS Core 7b72f92 [2/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-core ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-core ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 28 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1858 source files to /workspace/source/revolsys-core/target/classes
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/geometry/model/LinearRing.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/geometry/model/LinearRing.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/io/map/MapSerializer.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/io/map/MapSerializer.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-core ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-core ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-core ---
[INFO] Building jar: /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-core ---
[INFO] Building jar: /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-core ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-core ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-core ---
[INFO] Installing /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-core/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-testapi >-----------------
[INFO] Building RS Test API 7b72f92 [3/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-testapi ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-testapi ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-testapi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/revolsys-testapi/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-testapi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /workspace/source/revolsys-testapi/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-testapi ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-testapi ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-testapi ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-testapi ---
[INFO] Building jar: /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-testapi ---
[INFO] Building jar: /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-testapi ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-testapi ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-testapi ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-testapi ---
[INFO] Installing /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-testapi/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-fgdb >-------------------
[INFO] Building RS ESRI File Geodatabase 7b72f92 [4/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-fgdb ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-fgdb ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-fgdb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-fgdb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /workspace/source/revolsys-fgdb/target/classes
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/GeodatabaseReference.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/GeodatabaseReference.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/capi/type/AbstractFileGdbFieldDefinition.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/capi/type/AbstractFileGdbFieldDefinition.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-fgdb ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-fgdb ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-fgdb ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-fgdb ---
[INFO] Building jar: /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-fgdb ---
[INFO] Building jar: /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-fgdb ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-fgdb ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-fgdb ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-fgdb ---
[INFO] Installing /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-fgdb/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-gdal >-------------------
[INFO] Building RS GDAL 7b72f92 [5/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-gdal ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-gdal ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-gdal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-gdal ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /workspace/source/revolsys-gdal/target/classes
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java: /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java uses or overrides a deprecated API.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java: /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java uses unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-gdal ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-gdal ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-gdal ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-gdal ---
[INFO] Building jar: /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-gdal ---
[INFO] Building jar: /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-gdal ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-gdal ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-gdal ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-gdal ---
[INFO] Installing /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-gdal/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< com.revolsys.open:revolsys-geopackage >----------------
[INFO] Building RS Geopackage 7b72f92 [6/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-geopackage ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-geopackage ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-geopackage ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-geopackage ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /workspace/source/revolsys-geopackage/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-geopackage ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-geopackage ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-geopackage ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-geopackage ---
[INFO] Building jar: /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-geopackage ---
[INFO] Building jar: /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-geopackage ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-geopackage ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-geopackage ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-geopackage ---
[INFO] Installing /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-geopackage/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-oracle >------------------
[INFO] Building RS Oracle 7b72f92 [7/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-oracle ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-oracle ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-oracle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-oracle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /workspace/source/revolsys-oracle/target/classes
[INFO] /workspace/source/revolsys-oracle/src/main/java/com/revolsys/oracle/recordstore/OracleJdbcQueryIterator.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-oracle/src/main/java/com/revolsys/oracle/recordstore/OracleJdbcQueryIterator.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-oracle ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-oracle ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-oracle ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-oracle ---
[INFO] Building jar: /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-oracle ---
[INFO] Building jar: /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-oracle ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-oracle ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-oracle ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-oracle ---
[INFO] Installing /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-oracle/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< com.revolsys.open:revolsys-postgresql >----------------
[INFO] Building RS PostgreSQL 7b72f92 [8/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-postgresql ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-postgresql ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-postgresql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-postgresql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /workspace/source/revolsys-postgresql/target/classes
[INFO] /workspace/source/revolsys-postgresql/src/main/java/com/revolsys/gis/postgresql/PostgreSQLJdbcQueryResultPager.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-postgresql/src/main/java/com/revolsys/gis/postgresql/PostgreSQLJdbcQueryResultPager.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-postgresql ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-postgresql ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-postgresql ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-postgresql ---
[INFO] Building jar: /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-postgresql ---
[INFO] Building jar: /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-postgresql ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-postgresql ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-postgresql ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-postgresql ---
[INFO] Installing /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-postgresql/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-swing >------------------
[INFO] Building Revolsys Swing Components 7b72f92 [9/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-swing ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-swing ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-swing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 935 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-swing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 548 source files to /workspace/source/revolsys-swing/target/classes
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-swing ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-swing ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-swing ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-swing ---
[INFO] Building jar: /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-swing ---
[INFO] Building jar: /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-swing ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-swing ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-swing ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-swing ---
[INFO] Installing /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-swing/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-maki >-------------------
[INFO] Building Maki Markers 7b72f92 [10/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-maki ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-maki ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-maki ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 148 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-maki ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-maki ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-maki ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-maki ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-maki ---
[INFO] Building jar: /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-maki ---
[INFO] Building jar: /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-maki ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-maki ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-maki ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-maki ---
[INFO] Installing /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-maki/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -------------------< com.revolsys.open:revolsys-web >-------------------
[INFO] Building RS Web 7b72f92 [11/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-web ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-web ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-web ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 297 source files to /workspace/source/revolsys-web/target/classes
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/config/Attribute.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/config/Attribute.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/rest/interceptor/AnnotationHandlerMethodResolver.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/rest/interceptor/AnnotationHandlerMethodResolver.java: Recompile with -Xlint:removal for details.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/html/view/ElementContainer.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/html/view/ElementContainer.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-web ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-web ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-web ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-web ---
[INFO] Building jar: /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-web ---
[INFO] Building jar: /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-web ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-web ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-web ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-web ---
[INFO] Installing /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-web/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Revolution Systems Open Library 7b72f92:
[INFO]
[INFO] Revolution Systems Open Library .................... SUCCESS [ 4.826 s]
[INFO] RS Core ............................................ SUCCESS [ 39.265 s]
[INFO] RS Test API ........................................ SUCCESS [ 2.417 s]
[INFO] RS ESRI File Geodatabase ........................... SUCCESS [ 2.233 s]
[INFO] RS GDAL ............................................ SUCCESS [ 1.982 s]
[INFO] RS Geopackage ...................................... SUCCESS [ 1.762 s]
[INFO] RS Oracle .......................................... SUCCESS [ 2.136 s]
[INFO] RS PostgreSQL ...................................... SUCCESS [ 2.015 s]
[INFO] Revolsys Swing Components .......................... SUCCESS [ 16.971 s]
[INFO] Maki Markers ....................................... SUCCESS [ 2.265 s]
[INFO] RS Web ............................................. SUCCESS [ 4.616 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:20 min
[INFO] Finished at: 2024-01-09T02:08:43Z
[INFO] ------------------------------------------------------------------------

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Concurrent Processing Framework [pom]
[INFO] Concurrent Processing Framework Business Application Plugin API [jar]
[INFO] Concurrent Processing Framework Client Java API [jar]
[INFO] Concurrent Processing Framework Application Java API [jar]
[INFO] Concurrent Processing Framework API Worker [jar]
[INFO] Concurrent Processing Framework Base WAR Web Application [war]
[INFO] Concurrent Processing Framework Base WAR Worker [war]
[INFO] CPF Plug-in Maven Arechtype [maven-archetype]
[INFO] Concurrent Processing Framework Archetype Web [maven-archetype]
[INFO] CPF Test Plugins [jar]
[INFO] Digest Plug-in [jar]
[INFO] Geometry Validation Plug-in [jar]
[INFO] Mandelbrot Plug-in [jar]
[INFO] Map Tile Plug-in [jar]
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-parent >--------------------
[INFO] Building Concurrent Processing Framework 7b72f92 [1/14]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-parent ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-parent ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-parent ---
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-parent ---
[INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/target/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-plugin >------------------
[INFO] Building Concurrent Processing Framework Business Application Plugin API 7b72f92 [2/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-plugin/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 37 source files to /workspace/source/cpf-api-plugin/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-plugin ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-plugin ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-plugin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-plugin ---
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-plugin/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-client >------------------
[INFO] Building Concurrent Processing Framework Client Java API 7b72f92 [3/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /workspace/source/cpf-api-client/target/classes
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cpf-api-client ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-client ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-client ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-client ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-client ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-client ---
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-client/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/target/site/java-api
[INFO] Copying 2 resources to template
[INFO]
[INFO] --- jsdoctk-plugin:2.3.2:jsdoc (javascript-api) @ cpf-api-client ---
[INFO] Copying JSDoc Toolkit to temporary directory.
[INFO] JSDoc Toolkit copied to temporary directory, execution will commense shortly.
[INFO] Will be generating JSDoc for '/workspace/source/cpf-api-client/src/main/js'.
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-api-app >-------------------
[INFO] Building Concurrent Processing Framework Application Java API 7b72f92 [4/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 25 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 84 source files to /workspace/source/cpf-api-app/target/classes
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java uses or overrides a deprecated API.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-app ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-app ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-app ---
[INFO] Building jar: /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-app ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-app ---
[INFO] Building jar: /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-app ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-app ---
[INFO] Installing /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-app/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) > generate-sources @ cpf-api-app >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-app ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) < generate-sources @ cpf-api-app <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) @ cpf-api-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-worker >------------------
[INFO] Building Concurrent Processing Framework API Worker 7b72f92 [5/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-worker ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-worker ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-worker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-worker/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-worker ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /workspace/source/cpf-api-worker/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-worker ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-worker ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-worker ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-worker ---
[INFO] Building jar: /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-worker ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-worker ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-worker ---
[INFO] Building jar: /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-worker ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-worker ---
[INFO] Installing /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-worker/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-war-app >-------------------
[INFO] Building Concurrent Processing Framework Base WAR Web Application 7b72f92 [6/14]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-war-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-war-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-war-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-war-app/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-war-app ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-war-app ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-war-app ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-war-app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ cpf-war-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cpf-war-app] in [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Processing war project
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-client/target] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-client/src/main/js/] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-plugin/target] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/src/main/webapp] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp resources [/workspace/source/cpf-war-app/src/main/webapp]
[INFO] Webapp assembled in [2503 msecs]
[INFO] Building war: /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-war-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-war-app ---
[INFO] Skipping because packaging 'war' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-war-app ---
[INFO] Building jar: /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-war-app ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-war-app ---
[INFO] Installing /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO] Installing /workspace/source/cpf-war-app/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-war-worker >------------------
[INFO] Building Concurrent Processing Framework Base WAR Worker 7b72f92 [7/14]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-war-worker ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-war-worker ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-war-worker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-war-worker ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-war-worker ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-war-worker ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-war-worker ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ cpf-war-worker ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cpf-war-worker] in [/workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Processing war project
[INFO] Copying webapp resources [/workspace/source/cpf-war-worker/src/main/webapp]
[INFO] Webapp assembled in [1175 msecs]
[INFO] Building war: /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-war-worker ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-war-worker ---
[INFO] Skipping because packaging 'war' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-war-worker ---
[INFO] Building jar: /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-war-worker ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-war-worker ---
[INFO] Installing /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO] Installing /workspace/source/cpf-war-worker/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --------------< ca.bc.gov.open.cpf:cpf-archetype-plugin >---------------
[INFO] Building CPF Plug-in Maven Arechtype 7b72f92 [8/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ cpf-archetype-plugin ---
[INFO] Copying 11 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ cpf-archetype-plugin ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ cpf-archetype-plugin ---
[INFO] Building archetype jar: /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-archetype-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-archetype-plugin ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ cpf-archetype-plugin ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-archetype-plugin ---
[INFO] Building jar: /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ cpf-archetype-plugin ---
[INFO] Installing /workspace/source/cpf-archetype-plugin/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ cpf-archetype-plugin ---
[INFO]
[INFO] ----------------< ca.bc.gov.open.cpf:cpf-archetype-web >----------------
[INFO] Building Concurrent Processing Framework Archetype Web 7b72f92 [9/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-archetype-web ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-archetype-web ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ cpf-archetype-web ---
[INFO] Copying 12 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ cpf-archetype-web ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ cpf-archetype-web ---
[INFO] Building archetype jar: /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-archetype-web ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-archetype-web ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ cpf-archetype-web ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-archetype-web ---
[INFO] Building jar: /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-archetype-web ---
[INFO]
[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ cpf-archetype-web ---
[INFO] Installing /workspace/source/cpf-archetype-web/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ cpf-archetype-web ---
[INFO]
[INFO] ------------------< ca.bc.gov.open.cpf.plugins:test >-------------------
[INFO] Building CPF Test Plugins 7b72f92 [10/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ test ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ test ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /workspace/source/plugins/test/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ test ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ test ---
[INFO] Building jar: /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ test ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ test ---
[INFO] Building jar: /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ test ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ test ---
[INFO] Installing /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/test/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf.plugins:digest >------------------
[INFO] Building Digest Plug-in 7b72f92 [11/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ digest ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ digest ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ digest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ digest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /workspace/source/plugins/digest/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ digest ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ digest ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ digest ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ digest ---
[INFO] Building jar: /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ digest ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ digest ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ digest ---
[INFO] Building jar: /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ digest ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ digest ---
[INFO] Installing /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/digest/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------< ca.bc.gov.open.cpf.plugins:geometry-validation >-----------
[INFO] Building Geometry Validation Plug-in 7b72f92 [12/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ geometry-validation ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ geometry-validation ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geometry-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ geometry-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /workspace/source/plugins/geometry-validation/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geometry-validation ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ geometry-validation ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geometry-validation ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ geometry-validation ---
[INFO] Building jar: /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ geometry-validation ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ geometry-validation ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ geometry-validation ---
[INFO] Building jar: /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ geometry-validation ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ geometry-validation ---
[INFO] Installing /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/geometry-validation/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< ca.bc.gov.open.cpf.plugins:mandelbrot >----------------
[INFO] Building Mandelbrot Plug-in 7b72f92 [13/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ mandelbrot ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ mandelbrot ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mandelbrot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mandelbrot ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /workspace/source/plugins/mandelbrot/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mandelbrot ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mandelbrot ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mandelbrot ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ mandelbrot ---
[INFO] Building jar: /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ mandelbrot ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ mandelbrot ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ mandelbrot ---
[INFO] Building jar: /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ mandelbrot ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ mandelbrot ---
[INFO] Installing /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/mandelbrot/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ----------------< ca.bc.gov.open.cpf.plugins:map-tile >-----------------
[INFO] Building Map Tile Plug-in 7b72f92 [14/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ map-tile ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ map-tile ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ map-tile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ map-tile ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /workspace/source/plugins/map-tile/target/classes
[INFO] /workspace/source/plugins/map-tile/src/main/java/ca/bc/gov/open/cpf/plugins/maptile/MapTileByLocation.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/plugins/map-tile/src/main/java/ca/bc/gov/open/cpf/plugins/maptile/MapTileByLocation.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ map-tile ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ map-tile ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ map-tile ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ map-tile ---
[INFO] Building jar: /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ map-tile ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ map-tile ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ map-tile ---
[INFO] Building jar: /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ map-tile ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ map-tile ---
[INFO] Installing /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/map-tile/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Concurrent Processing Framework 7b72f92:
[INFO]
[INFO] Concurrent Processing Framework .................... SUCCESS [ 7.448 s]
[INFO] Concurrent Processing Framework Business Application Plugin API SUCCESS [ 14.979 s]
[INFO] Concurrent Processing Framework Client Java API .... SUCCESS [ 14.470 s]
[INFO] Concurrent Processing Framework Application Java API SUCCESS [ 10.685 s]
[INFO] Concurrent Processing Framework API Worker ......... SUCCESS [ 3.898 s]
[INFO] Concurrent Processing Framework Base WAR Web Application SUCCESS [ 7.524 s]
[INFO] Concurrent Processing Framework Base WAR Worker .... SUCCESS [ 5.626 s]
[INFO] CPF Plug-in Maven Arechtype ........................ SUCCESS [ 5.134 s]
[INFO] Concurrent Processing Framework Archetype Web ...... SUCCESS [ 2.671 s]
[INFO] CPF Test Plugins ................................... SUCCESS [ 3.180 s]
[INFO] Digest Plug-in ..................................... SUCCESS [ 2.844 s]
[INFO] Geometry Validation Plug-in ........................ SUCCESS [ 2.511 s]
[INFO] Mandelbrot Plug-in ................................. SUCCESS [ 2.725 s]
[INFO] Map Tile Plug-in ................................... SUCCESS [ 2.923 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:27 min
[INFO] Finished at: 2024-01-09T02:10:33Z
[INFO] ------------------------------------------------------------------------

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

"sequenceNumber","resultNumber","yourId","fullAddress","intersectionName","score","matchPrecision","precisionPoints","faults","siteName","unitDesignator","unitNumber","unitNumberSuffix","civicNumber","civicNumberSuffix","streetName","streetType","isStreetTypePrefix","streetDirection","isStreetDirectionPrefix","streetQualifier","localityName","localityType","electoralArea","provinceCode","location","locationPositionalAccuracy","locationDescriptor","siteID","blockID","intersectionID","fullSiteDescriptor","accessNotes","siteStatus","siteRetireDate","changeDate","isOfficial","degree","executionTime","sid"
1,1,"00002-civicAddressWithCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.292,3570324
2,1,"00003-civicAddressWithCivicNumberSuffix","4251A Rockbank Pl, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4251","A","Rockbank","Pl","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2420986 49.3459404)","high","parcelPoint","6397230a-0569-43c8-855e-d84558230db4",342044,,,,"active","9999-12-31","2023-12-08","true",,0.278,2714851
3,1,"00004-civicAddressWithOrdinalCivicNumberSuffix","749E Lakeview Arrow Creek Rd, Wynndel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"749","E","Lakeview Arrow Creek","Rd","false",,"false",,"Wynndel","Community","RDCK Electoral Area C","BC","SRID=4326;POINT(-116.5097552 49.154316)","high","parcelPoint","4b6d3737-4ae6-437b-8a9e-2f209c86c996",2512792,,,,"active","9999-12-31","2023-12-08","true",,7.044,1073929
4,1,"00005-civicAddressWithStreetDirection","456 Gorge Rd E, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.182,3001643
5,1,"00006-civicAddressWithoutStreetDirection","1804 Cedar Dr, Squamish, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1804",,"Cedar","Dr","false",,"false",,"Squamish","District Municipality",,"BC","SRID=4326;POINT(-123.1352813 49.6988427)","high","parcelPoint","29f2655d-ddcb-453c-8f23-7618396a6580",173758,,,,"active","9999-12-31","2023-12-08","true",,0.222,1018699
6,1,"00007-civicAddressWithPrefixStreetDirection","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.278,4174579
7,1,"00008-civicAddressWithStreetNameContainingDirectionWord","947 North Park St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"947",,"North Park","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3566146 48.4293207)","high","parcelPoint","042f4847-e5e5-4c07-bbaf-6e75e43a8577",512719,,,,"active","9999-12-31","2023-12-08","true",,30.717,3897960
8,1,"00009-CivicAddressWithAbbreviatedStreetName","Stelly's Cross Rd, Central Saanich, BC",,78,"STREET",78,"[]",,,,,,,"Stelly's Cross","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4390875 48.579717)","coarse","streetPoint",,,,,,"active",,,"true",,0.375,
9,1,"00010-CivicAddressWithAbbreviatedStreetName","3928 Cedar Hill Cross Rd, Saanich, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3928",,"Cedar Hill Cross","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3477591 48.4659559)","high","parcelPoint","b767e6b4-5af5-428e-acb3-f39fe7a6b952",384645,,,,"active","9999-12-31","2023-12-08","true",,17.157,3290984
10,1,"00011-CivicAddressWithAbbreviatedLocalityName","7495 Columbia Ave, Radium Hot Springs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7495",,"Columbia","Ave","false",,"false",,"Radium Hot Springs","Village",,"BC","SRID=4326;POINT(-116.0777622 50.6205387)","high","parcelPoint","f2f7536d-dd71-46eb-8c1a-5c902035c8e5",338710,,,,"active","9999-12-31","2023-12-08","true",,1.43,4184338
11,1,"00012-civicAddressWithoutProvinceCode","2050 SW Marine Dr, Vancouver, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.15,4174579
12,1,"00013-civicAddressWithProvinceName","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.173,4174579
13,1,"00014-civicAddressWithoutUnit","10372 99 St, Taylor, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10372",,"99","St","false",,"false",,"Taylor","District Municipality",,"BC","SRID=4326;POINT(-120.6811336 56.1548566)","high","parcelPoint","2bb29d69-9d7c-4eac-ad9d-28c6528d63fd",238496,,,,"active","9999-12-31","2023-12-08","true",,1.971,3682455
14,1,"00015-civicAddressWithUnitWithoutUnitDesignator","UNIT 170 -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170",,"active","9999-12-31","2023-12-08","true",,3.338,4363977
15,1,"00016-civicAddressWithUnitAfterStreetType","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.746,2064187
16,1,"00017-civicAddressWithUnitBeforeCivicNumber","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.285,2064187
17,1,"00018-civicAddressWithUnitBeforeCivicNumberandWithoutFrontGate","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.086,2064187
18,1,"00019-civicAddressWithUnitandKnownSiteName","UNIT 170 DOUGLAS COLLEGE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOUGLAS COLLEGE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 DOUGLAS COLLEGE",,"active","9999-12-31","2023-12-08","true",,6.539,4363977
19,1,"00020-civicAddressWithSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,5.881,
20,1,"00021-civicAddressWithPartialSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,1.069,
21,1,"00022-civicAddressWithSiteNameAndMissingCivicNumber","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.111,
22,1,"00023-civicAddressWithNumberForStreetName","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","63359f5d-feb8-4078-a53d-cf7597dedf72",241168,,,,"active","9999-12-31","2023-12-08","true",,16.81,1453435
23,1,"00024-civicAddressWithUnitNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.144,
24,1,"00025-CivicNumberWithHighwayStreetName","4390 Hwy 33, Beaverdell, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4390",,"33","Hwy","true",,"false",,"Beaverdell","Community","RDKB Electoral Area E (West Boundary)","BC","SRID=4326;POINT(-119.0335607 49.3035999)","high","parcelPoint","f0dfb4fd-5be0-4df9-bdc1-f99acad96a10",571497,,,,"active","9999-12-31","2023-12-08","true",,1.305,4097984
25,1,"00026-CivicAddressWithoutProvinceCode","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.077,3570324
26,1,"00027-CivicAddressWithoutLocality","525 Superior St, Victoria, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY.missing:10]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.191,3570324
27,1,"00028-CivicAddressWithoutStreetName","Kamloops, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3391667 50.6755556)","coarse","localityPoint",,,,,,"active",,,"true",,0.344,
28,1,"00029-CivicAddressWithoutStreetType","661A Market Hill, Vancouver, BC",,94,"CIVIC_NUMBER",100,"[STREET_TYPE.missing:6]",,,,,"661","A","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","b2855281-bebf-45d1-9bfe-a451a77941ca",265705,,,,"active","9999-12-31","2023-12-08","true",,1.247,1154850
29,1,"00030-CivicAddressWithoutStreetDirection","456 Gorge Rd E, Victoria, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,1.039,3001643
30,1,"00031-CivicAddressWithoutCivicNumber","Superior St, Victoria, BC",,78,"STREET",78,"[]",,,,,,,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3742047 48.4187396)","coarse","streetPoint",,,,,,"active",,,"true",,0.111,
31,1,"00032-CivicAddressWithUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.291,1897827
32,1,"00033-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.316,1897827
33,1,"00034-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.278,1897827
34,1,"00035-CivicAddressWithoutUnitDesignator","850 Saucier Ave, Kelowna, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","ff8c0c0f-008d-4c64-b706-20b249dd9dfa",423686,,,,"active","9999-12-31","2023-12-08","true",,0.269,3801227
35,1,"00036-CivicAddressWithoutUnitNumber","UNIT -- 850 Saucier Ave, Kelowna, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"UNIT",,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","ff8c0c0f-008d-4c64-b706-20b249dd9dfa",423686,,"UNIT",,"active","9999-12-31","2023-12-08","true",,0.192,3801227
36,1,"00037-CivicAddressWithoutUnitNumber","APT -- 1359 Porlier Pass Rd, Galiano Island, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"APT",,,"1359",,"Porlier Pass","Rd","false",,"false",,"Galiano Island","Unknown","CAPRD Southern Gulf Islands Electoral Area","BC","SRID=4326;POINT(-123.3619085 48.8934868)","medium","parcelPoint","4932e455-d8e3-4068-8cee-b690c18ec3cd",2652387,,"APT",,"active","9999-12-31","2023-12-08","true",,1.094,8004937
37,1,"00038-CivicAddressWithoutLocalityProvinceCode","3520 Wentworth Ave, West Vancouver, BC",,89,"CIVIC_NUMBER",100,"[LOCALITY.missing:10, PROVINCE.missing:1]",,,,,"3520",,"Wentworth","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2152473 49.3466751)","high","parcelPoint","03afe195-9300-4685-a674-b5ec3293c0c1",570447,,,,"active","9999-12-31","2023-12-08","true",,3.571,2836372
38,1,"00039-CivicAddressWithUnitAttachedToCivicNumber","Lorne St, Kamloops, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lorne","St","false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3275514 50.6782177)","coarse","streetPoint",,,,,,"active",,,"true",,4.417,
39,1,"00040-CivicAddressWithNonNumeric CivicNumber","A-B Connector Rd, Richmond, BC",,70,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:1, STREET_TYPE.notMatched:3, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"A-B Connector","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1809151 49.1921731)","coarse","streetPoint",,,,,,"active",,,"true",,72.022,
40,1,"00041-CivicAddressSwappedCharactersInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,11.042,
41,1,"00042-CivicAddressSwappedCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,10.534,3286476
42,1,"00043-CivicAddressSwappedCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,54.146,3286476
43,1,"00044-CivicAddressSwappedCharactersInStreetNameLocality","30 Firth Cres, Mackenzie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2, STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,88.135,3286476
44,1,"00045-CivicAddressWrongCharacterInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,8.399,
45,1,"00046-CivicAddressWrongCharacterInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,105.567,3286476
46,1,"00047-CivicAddressWrongCharacterInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,49.264,3286476
47,1,"00048-CivicAddressMissingWordInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,2.615,
48,1,"00049-CivicAddressWrongWordInStreetName","6006 Happy Valley Rd, Summerland, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","3b59fae5-17dc-4f0b-a35d-7117840c75b6",61656,,,,"active","9999-12-31","2023-12-08","true",,0.763,2052236
49,1,"00050-CivicAddressMissingFirstWordInStreetName","Valleyview Rd, Penticton, BC",,72,"STREET",78,"[STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Valleyview","Rd","false",,"false",,"Penticton","City",,"BC","SRID=4326;POINT(-119.5742878 49.4516623)","coarse","streetPoint",,,,,,"active",,,"true",,84.897,
50,1,"00051-CivicAddressMissingFirstWordInLocalityName","UNIT 1323 -- 5 Gore Ave, Vancouver, BC",,86,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_NAME.spelledWrong:2, STREET_TYPE.notPrefix:0]",,"UNIT","1323",,"5",,"Gore","Ave","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0979684 49.2846438)","low","accessPoint",,105284,,"UNIT 1323",,"active",,,"true",,22.896,
51,1,"00052-CivicAddressMissingFirstWordInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,6.051,
52,1,"00053-CivicAddressMissingCharactersInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,7.392,
53,1,"00054-CivicAddressWrongWordInStreetName","Community Center Rd, Grand Forks, BC",,78,"STREET",78,"[]",,,,,,,"Community Center","Rd","false",,"false",,"Grand Forks","City",,"BC","SRID=4326;POINT(-118.4881692 49.0174056)","coarse","streetPoint",,,,,,"active",,,"true",,0.496,
54,1,"00055-CivicAddressMissingCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,40.427,3286476
55,1,"00056-CivicAddressMissingCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,41.396,3286476
56,1,"00057-CivicAddressWrongAbbreviationInLocality","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","0f5b74f4-dda0-44a7-b0e2-3473c17973df",484911,,,,"active","9999-12-31","2023-12-08","true",,6.186,1860086
57,1,"00058-CivicAddressWrongProvinceCode","30 Firth Cres, Mackenzie, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.notMatched:1]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,0.758,3286476
58,1,"00059-CivicAddressWrongLocality","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.partialMatch:1]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,1.88,3951760
59,1,"00060-CivicAddressWrongStreetType","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[STREET_TYPE.notMatched:3]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,2.576,3951760
60,1,"00061-CivicAddressWrongStreetDirection","456 Gorge Rd E, Victoria, BC",,97,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2, PROVINCE.missing:1]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.802,3001643
61,1,"00062-CivicAddressMispelledStreetName","952 Comox Ave, Prince Rupert, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,15.983,3951760
62,1,"00063-CivicAddressWithMisplacedStreetDirection","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","63359f5d-feb8-4078-a53d-cf7597dedf72",241168,,,,"active","9999-12-31","2023-12-08","true",,16.659,1453435
63,1,"00064-CivicAddressWithMisplacedStreetDirection","2186 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notSuffix:0]",,,,,"2186",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1585049 49.2182009)","high","parcelPoint","9edb997b-7f36-4dc7-833f-e568324b3d5f",104099,,,,"active","9999-12-31","2023-12-08","true",,4.782,2902304
64,1,"00065-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","881c3c68-0f07-4b07-b93a-f796d820e28d",2646210,,,,"active","9999-12-31","2023-12-08","true",,38.85,3393400
65,1,"00066-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","881c3c68-0f07-4b07-b93a-f796d820e28d",2646210,,,,"active","9999-12-31","2023-12-08","true",,31.118,3393400
66,1,"00067-CivicAddressWithMisplacedStreetType","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,3.398,2287750
67,1,"00069-CivicAddressWithUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,19.13,2287750
68,1,"00070-CivicAddressWithUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","0db17158-e0f2-48a4-8460-e70997a45283",323579,,,,"active","9999-12-31","2023-12-08","true",,17.722,1239002
69,1,"00071-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,26.079,2287750
70,1,"00072-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notPrefix:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","0db17158-e0f2-48a4-8460-e70997a45283",323579,,,,"active","9999-12-31","2023-12-08","true",,21.993,1239002
71,1,"00073-CivicAddressUnknownLocality","626 Lindley Dr, West Kelowna, BC",,93,"BLOCK",99,"[LOCALITY.spelledWrong:2, LOCALITY.isAlias:4]",,,,,"626",,"Lindley","Dr","false",,"false",,"West Kelowna","Unknown","RDCO Central Okanagan West Electoral Area","BC","SRID=4326;POINT(-119.5404528 49.8943439)","low","accessPoint",,571162,,,,"active",,,"true",,5.825,
72,1,"00074-CivicAddressUnknownStreetDirection","456 Gorge Rd E, Victoria, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.84,3001643
73,1,"00075-CivicAddressUnknownStreetType","561 Salmon Rd, Central Saanich, BC",,96,"BLOCK",99,"[STREET_TYPE.notMatched:3]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,6.197,
74,1,"00076-CivicAddressUnknownStreetName","561 Salmon Rd, Central Saanich, BC",,97,"BLOCK",99,"[STREET_NAME.spelledWrong:2]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,133.152,
75,1,"00077-CivicAddressUnknownCivicNumber","Hwy 97B SE, Salmon Arm, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"97B","Hwy","true","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2201925 50.6811245)","coarse","streetPoint",,,,,,"active",,,"true",,84.967,
76,1,"00078-CivicAddressUnknownUnitDescriptor","UNIT 128 ABODE -- 850 Saucier Ave, Kelowna, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]","ABODE","UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128 ABODE",,"active","9999-12-31","2023-12-08","true",,0.315,1897827
77,1,"00079-CivicAddressStreetDirectionForUndirectedStreet","109 Quarry Dr, Salt Spring Island, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2]",,,,,"109",,"Quarry","Dr","false",,"false",,"Salt Spring Island","Unknown","CAPRD Saltspring Island Electoral Area","BC","SRID=4326;POINT(-123.5626031 48.8754044)","high","parcelPoint","ed895675-3557-4f54-aebb-865fddb565d7",2402870,,,,"active","9999-12-31","2023-12-08","true",,10.389,2688433
78,1,"00080-CivicAddressWithMailBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.406,3570324
79,1,"00081-CivicAddressWithMailBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.342,3570324
80,1,"00082-CivicAddressWithBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.346,3570324
81,1,"00083-CivicAddressWithBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.32,3570324
82,1,"00084-CivicAddressWithCompAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.332,3570324
83,1,"00085-CivicAddressWithCompAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.321,3570324
84,1,"00086-CivicAddressWithLcdAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.318,3570324
85,1,"00087-CivicAddressWithLcdAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.32,3570324
86,1,"00088-CivicAddressWithPostalCodeAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.316,3570324
87,1,"00089-CivicAddressWithPostalCodeAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.33,3570324
88,1,"00090-CivicAddressWithRuralRouteAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.309,3570324
89,1,"00091-CivicAddressWithRuralRouteAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.311,3570324
90,1,"00092-CivicAddressWithRuralRouteStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.333,3570324
91,1,"00093-CivicAddressWithRuralRouteStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.326,3570324
92,1,"00094-CivicAddressWithUnabbreviatedRuralRoute","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.326,3570324
93,1,"00095-CivicAddresswithPostBoxStnNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.269,
94,1,"00096-CivicAddressWithPostBoxStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.353,3570324
95,1,"00097-CivicAddressWithPostBoxStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.333,3570324
96,1,"00098-CivicAddresswithPostBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.174,
97,1,"00099-CivicAddressWithPostBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.349,3570324
98,1,"00100-CivicAddressWithPostBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.33,3570324
99,1,"00101-CivicAddresswithBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.119,
100,1,"00102-CivicAddressWithBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.345,3570324
101,1,"00103-CivicAddressWithBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.34,3570324
102,1,"00104-CivicAddressWithFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,5.839,4260507
103,1,"00105-CivicAddressWithReverseFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,14.162,4260507
104,1,"00106-CivicAddressWithUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,5.944,4260507
105,1,"00107-CivicAddressWithReverseUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,14.112,4260507
106,1,"00108-SimpleInterpolatedCivicAddress","5742 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5742",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0134698 49.2299803)","low","accessPoint",,2586590,,,,"active",,,"true",,0.122,
107,1,"00109-AdaptiveInterpolatedCivicAddress","5686 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5686",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0168146 49.2298375)","low","accessPoint",,2586590,,,,"active",,,"true",,0.076,
108,1,"00110-CivicAddressWithKnownCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.076,3570324
109,1,"00111-CivicAddressWithKnownMainEntrance","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.066,3570324
110,1,"00112-CivicAddressWithKnownParcelPoint","5706 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5706",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0159456 49.2298132)","high","parcelPoint","d2458816-e87a-4835-ad7f-3da875eaf381",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.066,3914830
111,1,"00113-CivicAddressWithKnownFrontDoorAndUnknownParcelPoint","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.101,
112,1,"00114-CivicAddressWithUnKnownFrontDoorAndKnownParcelPoint","5712 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5712",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0156988 49.2298087)","high","parcelPoint","4ea88cf9-c8e1-44b2-8c0c-d238b5e91222",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.067,3530385
113,1,"00115-IntersectionAddressWithTwoStreetsInAscendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"8fdc9d21-1489-4470-81d8-91970f6bee19",,,"active",,,"true",4,19.541,
114,1,"00116-IntersectionAddressWithTwoStreetsInDescendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"8fdc9d21-1489-4470-81d8-91970f6bee19",,,"active",,,"true",4,24.08,
115,1,"00117-IntersectionAddressWithFourStreets","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,961.214,
116,1,"00118-IntersectionAddressWithStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"16938575-9d8c-42ab-a8f4-daac32a6014b",,,"active",,,"true",3,0.632,
117,1,"00119-IntersectionAddressWithMissingStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"16938575-9d8c-42ab-a8f4-daac32a6014b",,,"active",,,"true",3,0.235,
118,1,"00120-IntersectionAddressWithoutStreetDirection","Begbie St and Johnson St, Victoria, BC","Begbie St and Johnson St",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3419611 48.4272692)","high","intersectionPoint",,,"57828176-9618-4319-b851-d450f7355481",,,"active",,,"true",3,1.921,
119,1,"00121-IntersectionAddressWithPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"fb63e02a-7823-44d4-965c-3b7d3b538242",,,"active",,,"true",3,3.844,
120,1,"00122-IntersectionAddressWithMissingPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2, STREET_DIRECTION.notSuffix:0]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"fb63e02a-7823-44d4-965c-3b7d3b538242",,,"active",,,"true",3,1.765,
121,1,"00123-IntersectionAddressWithPrefixStreetDirectionAndStreetNameContainingDirectionWord","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.123,
122,1,"00124-IntersectionAddressWithoutProvinceCode","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",99,"INTERSECTION",100,"[PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.278,
123,1,"00125-IntersectionAddressWithProvinceName","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.542,
124,1,"00126-IntersectionAddressWrongLocality","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",93,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, LOCALITY.isAlias:4]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,3.198,
125,1,"00127-IntersectionAddressWrongStreetType","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",85,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,21.471,
126,1,"00128-IntersectionAddressWrongStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,21.136,
127,1,"00129-IntersectionAddressUnknownLocality","George Junction, Surrey, BC",,60,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_NAME.spelledWrong:2, FAULTS.tooMany:6]",,,,,,,"George Junction",,"false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8436983 49.1816386)","coarse","streetPoint",,,,,,"active",,,"true",,41.934,
128,1,"00130-IntersectionAddressUnknownStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,22.23,
129,1,"00131-IntersectionAddressStreetDirectionForUndirectedStreet","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.89,
130,1,"00132-CivicAddressNumberedStreetWithoutTH","955 13th Ave, Valemount, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"955",,"13th","Ave","false",,"false",,"Valemount","Village",,"BC","SRID=4326;POINT(-119.2562088 52.8244902)","high","parcelPoint","77bcbe45-e610-4136-bc6f-5e1ab44226f8",2657065,,,,"active","9999-12-31","2023-12-08","true",,3.638,3340468
131,1,"00133-Street","Wells Rd, Chilliwack, BC",,78,"STREET",78,"[]",,,,,,,"Wells","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9710217 49.1348039)","coarse","streetPoint",,,,,,"active",,,"true",,0.196,
132,1,"00134-CivicAddressFailedInPast","1090 Marine Dr, Port Alice, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1090",,"Marine","Dr","false",,"false",,"Port Alice","Village",,"BC","SRID=4326;POINT(-127.4882951 50.4256588)","high","parcelPoint","973ddaed-c28c-443c-98a4-f10cbbbad7bc",386923,,,,"active","9999-12-31","2023-12-08","true",,1.848,2035733
133,1,"00135-CivicAddressFailedInPast","1772 Hwy 97, 70 Mile House, BC",,100,"CIVIC_NUMBER",100,"[STREET_NAME.isHighwayAlias:0]",,,,,"1772",,"97","Hwy","true",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.388392 51.3175653)","high","parcelPoint","19c012dd-88c3-4337-99a6-63f932cc4d0c",485724,,,,"active","9999-12-31","2023-12-08","true",,9.8,3833822
134,1,"00136-CivicAddressFailedInPast","3545 Prince Edward St, Vancouver, BC",,99,"BLOCK",99,"[]",,,,,"3545",,"Prince Edward","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0966457 49.2534421)","low","accessPoint",,105930,,,,"active",,,"true",,3.009,
135,1,"00137-CivicAddressFailedInPast","671D Market Hill, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"671","D","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","b0c2f51d-cc2b-4684-a89f-968ce99f0677",265705,,,,"active","9999-12-31","2023-12-08","true",,0.103,2290321
136,1,"00138-CivicAddressFailedInPast","100 Mile House, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"100 Mile House","District Municipality",,"BC","SRID=4326;POINT(-121.2955555 51.6425)","coarse","localityPoint",,,,,,"active",,,"true",,1.181,
137,1,"00139-CivicAddressFailedInPast","Willow Dr, 70 Mile House, BC",,78,"STREET",78,"[]",,,,,,,"Willow","Dr","false",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3940095 51.3174337)","coarse","streetPoint",,,,,,"active",,,"true",,2.563,
138,1,"00140-CivicAddressFailedInPast","Gorge Bridge and Gorge Bridge, Esquimalt, BC","Gorge Bridge and Gorge Bridge",88,"INTERSECTION",100,"[STREET_QUALIFIER.missing:1, LOCALITY.missing:10, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.4003273 48.4462962)","high","intersectionPoint",,,"90f60e51-5e93-4924-bfda-d4e122f5e016",,,"active",,,"true",2,5.881,
139,1,"00141-CivicAddressFailedInPast","Vancouver, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1138889 49.2608333)","coarse","localityPoint",,,,,,"active",,,"true",,0.231,
140,1,"00142-CivicAddressNotInAnyAddressRange","Commercial Dr, Dease Lake, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Commercial","Dr","false",,"false",,"Dease Lake","Community","RDKS Electoral Area F","BC","SRID=4326;POINT(-129.9874801 58.4338875)","coarse","streetPoint",,,,,,"active",,,"true",,36.552,
141,1,"00143-CivicAddressStreetNameNotPrimary","1271 Winchester Rd, Qualicum Beach, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"1271",,"Winchester","Rd","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4501346 49.292)","high","parcelPoint","515b3a81-b009-4af6-b392-7ecd204d9861",1897789,,,,"active","9999-12-31","2023-12-08","true",,0.116,3631023
142,1,"00144-CivicAddressWithHashCharacter","UNIT 1 -- 2145 Phillips Rd, Sooke, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"2145",,"Phillips","Rd","false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7064698 48.3865487)","high","rooftopPoint","78759a60-dad5-4c25-93ff-5667adbcc26f",307630,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,7.065,2995850
143,1,"00145-CivicAddressWithProvinceCode","3010 Wood Ave, Armstrong, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3010",,"Wood","Ave","false",,"false",,"Armstrong","City",,"BC","SRID=4326;POINT(-119.1984008 50.4504501)","high","parcelPoint","87d3b050-9e79-4db2-9afc-c045cb2deeca",2638910,,,,"active","9999-12-31","2023-12-08","true",,0.151,2117684
144,1,"00146-InterpolatedAccessPtOnEmptyBlock","527 Superior St, Victoria, BC",,99,"BLOCK",99,"[]",,,,,"527",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708816 48.4180902)","low","accessPoint",,296337,,,,"active",,,"true",,0.084,
145,1,"00147-InterpolatedAccessPtOnBlockWithAccessPtSites","388 Campbell St, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"388",,"Campbell","St","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.6886073 48.7789468)","low","accessPoint",,279783,,,,"active",,,"true",,0.102,
146,1,"00148-InterpolatedAccessPtOnBlockWithParcelPtSites","3484 Auchinachie Rd, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"3484",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7462283 48.7957275)","low","accessPoint",,386280,,,,"active",,,"true",,0.068,
147,1,"00149-AccessPtForAccessPtSite","30 Firth Cres, Mackenzie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,0.068,3286476
148,1,"00150-AccessPtForHighAccuracyParcelPtSite","3482 Auchinachie Rd, Duncan, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3482",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.746139 48.7955143)","high","parcelPoint","79fc1453-8251-433a-9a09-82e2271f14e8",386280,,,,"active","9999-12-31","2023-12-08","true",,0.063,3403909
149,1,"00151-AccessPtForMediumAccuracyParcelPtSite","5670 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5670",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0166701 49.2295564)","high","parcelPoint","4b1627fa-b0eb-4fa0-a2df-2ae3b7624a0e",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.084,3278101
150,1,"00152-CivicAddressFailedInPast","6006 Happy Valley Rd, Summerland, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","3b59fae5-17dc-4f0b-a35d-7117840c75b6",61656,,,,"active","9999-12-31","2023-12-08","true",,0.727,2052236
151,1,"00153-CivicAddressFailedInPast","848 Esquimalt Rd, Esquimalt, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"848",,"Esquimalt","Rd","false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.39794 48.432112)","high","parcelPoint","646a6c30-71cd-4377-ba0d-c877c8ff77cc",296065,,,,"active","9999-12-31","2023-12-08","true",,0.088,3617740
152,1,"00156-CivicAddressInWrongLocation","4427 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4427",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4162969 49.8219851)","high","rooftopPoint","e812c88e-84c4-4d10-b234-94bb2095d329",345026,,,,"active","9999-12-31","2023-12-08","true",,0.069,3723542
153,1,"00157-CivicAddressInWrongLocation","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","9d003d88-50ea-481d-a2ff-6aceb05652a5",535086,,,,"active","9999-12-31","2023-12-08","true",,0.056,3492892
154,1,"00158-CivicAddressWithUnescapedSpecialCharacter","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","9d003d88-50ea-481d-a2ff-6aceb05652a5",535086,,,,"active","9999-12-31","2023-12-08","true",,0.054,3492892
155,1,"00159-CivicAddressWithNegativeScore","Sooke, BC",,48,"LOCALITY",68,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12, LOCALITY.isAlias:4, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7316667 48.3825)","coarse","localityPoint",,,,,,"active",,,"true",,12.809,
156,1,"00160-CivicAddressWithCivicNumberTreatedAsCivicNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.121,
157,1,"00161-NonCivicAddressWithKnownSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,5.24,
158,1,"00162-NonCivicAddressWithKnownSiteNameAndMissingStreet","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,3.268,
159,1,"00163-NonCivicAddressWithKnownSiteNameandProvince","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.751,
160,1,"00164-NonCivicAddressWithHwyNameAlias","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.1,
161,1,"00165-CivicAddressWithFractionalCivicNumberSuffix","535 1/2 Fisgard St, Victoria, BC",,98,"BLOCK",99,"[CIVIC_NUMBER_SUFFIX.notMatched:1]",,,,,"535","1/2","Fisgard","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3683677 48.4293144)","low","accessPoint",,310522,,,,"active",,,"true",,0.307,
162,1,"00167-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,1.96,3478532
163,1,"00168-NumberedStreetNameWithEmbeddedBlanks","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,2.113,3478532
164,1,"00169-StreetNameWithGluedWords","2845 Cedar Hill Rd, Victoria, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"2845",,"Cedar Hill","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3452603 48.4424106)","high","parcelPoint","5b4408ad-303c-405d-a31b-771e64b795e3",2660218,,,,"active","9999-12-31","2023-12-08","true",,0.641,3587951
165,1,"00170-LocalityNameWithGluedWords","1722 Elford Rd, Shawnigan Lake, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1722",,"Elford","Rd","false",,"false",,"Shawnigan Lake","Community","CVRD Electoral Area B (Shawnigan Lake)","BC","SRID=4326;POINT(-123.6193839 48.6458832)","high","parcelPoint","2cc67702-66f4-4207-ad97-67f5d539728b",556151,,,,"active","9999-12-31","2023-12-08","true",,0.241,3545213
166,1,"00171-SiteNameWithGluedWords","ANAHIMLAKE AIRPORT -- Anahim Lake, BC",,58,"LOCALITY",68,"[SITE_NAME.notMatched:10]","ANAHIMLAKE AIRPORT",,,,,,,,"false",,"false",,"Anahim Lake","Community","CRD Electoral Area J","BC","SRID=4326;POINT(-125.3180556 52.4663889)","coarse","localityPoint",,,,"ANAHIMLAKE AIRPORT",,"active",,,"true",,8.499,
167,1,"00172-StreetNameWithMultipleSpellingMistakes","Omenica St, Kitimat, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omenica","St","false",,"false",,"Kitimat","District Municipality",,"BC","SRID=4326;POINT(-128.6597836 54.0442719)","coarse","streetPoint",,,,,,"active",,,"true",,2.871,
168,1,"00173-LocalityNameWithMultipleSpellingMistakes","Spallumcheen, BC",,66,"LOCALITY",68,"[LOCALITY.spelledWrong:2]",,,,,,,,,"false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2174999 50.4022222)","coarse","localityPoint",,,,,,"active",,,"true",,2.374,
169,1,"00174-SiteNameWithMultipleSpellingMistakes","ANAHYME LAK ARPORT -- Anahim Lake, BC",,58,"LOCALITY",68,"[SITE_NAME.notMatched:10]","ANAHYME LAK ARPORT",,,,,,,,"false",,"false",,"Anahim Lake","Community","CRD Electoral Area J","BC","SRID=4326;POINT(-125.3180556 52.4663889)","coarse","localityPoint",,,,"ANAHYME LAK ARPORT",,"active",,,"true",,4.038,
170,1,"00175-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,1.984,3478532
171,1,"00178-StreetNameWithSplitWords","1985 Millstream Rd, Highlands, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,4.284,4153266
172,1,"00179-UnknownSiteNameWithFrontGate","OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,0.456,4153266
173,1,"00180-UnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,16.449,4153266
174,1,"00181-UnknownUnitwithUnknownSiteNameWithFrontGate","APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","APT 101 OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,1.238,4153266
175,1,"00182-UnknownUnitwithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,40.959,4153266
176,1,"00183-UnknownUnitAfterStreetWithUnknownSiteNameWithFrontGate","APT 101 APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,88,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]","APT 101 OLD MILL STREAM MANOR","APT","101",,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"APT 101 APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,109.124,4153266
177,1,"00184-UnknownUnitAfterStreetWithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,40.785,4153266
178,1,"00185-UnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,3.839,4153266
179,1,"00186-UnknownUnitWithUnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,38.836,4153266
180,1,"00187-SpelledOutProvinceName","8525 Terrace Dr, Delta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","fd8bad69-896b-4459-a7b3-759ef82c3f2e",131433,,,,"active","9999-12-31","2023-12-08","true",,0.154,2746401
181,1,"00188-RedundantSpelledOutProvinceNameAndAbbreviation","8525 Terrace Dr, Delta, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","fd8bad69-896b-4459-a7b3-759ef82c3f2e",131433,,,,"active","9999-12-31","2023-12-08","true",,1.284,2746401
182,1,"00189-WordUNKNOWNInAddress","975 Balmoral Rd, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"975",,"Balmoral","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.356382 48.4284131)","high","parcelPoint","fcf5e245-bca4-4f68-881f-be77c218a369",300538,,,,"active","9999-12-31","2023-12-08","true",,0.836,2863484
183,1,"00190-WordCANADAInAddress","5142 Manor St, Burnaby, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"5142",,"Manor","St","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9900276 49.2568325)","high","parcelPoint","40abf4f4-6eb2-45bd-9180-8b38fedd4467",116162,,,,"active","9999-12-31","2023-12-08","true",,3.273,2467917
184,1,"00191-GDPostalElementAfterStreet","400 Gower Point Rd, Gibsons, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"400",,"Gower Point","Rd","false",,"false",,"Gibsons","Town",,"BC","SRID=4326;POINT(-123.5092528 49.3994338)","high","parcelPoint","ed2a3a65-1f34-439c-9610-2b9004532659",178782,,,,"active","9999-12-31","2023-12-08","true",,0.895,2461748
185,1,"00192-DNCPostalElementAfterStreet","10631 Rochdale Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10631",,"Rochdale","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1093351 49.1345637)","high","parcelPoint","64e07569-1a0f-4ea1-b293-670c469e5a2a",126449,,,,"active","9999-12-31","2023-12-08","true",,0.136,2683087
186,1,"00193-RPOPostalElementAfterStreet","1751 Martini Way, Qualicum Beach, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1751",,"Martini","Way","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.5637356 49.3047857)","high","parcelPoint","f2f500b6-f619-464f-9e9a-acb9eff6893f",331400,,,,"active","9999-12-31","2023-12-08","true",,0.367,2958432
187,1,"00196-SiteNameAfterStreet","9020 Bridgeport Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9020",,"Bridgeport","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1251457 49.1915261)","high","parcelPoint","9ccbc888-a3c0-4246-aef2-5f42c847faec",349117,,,,"active","9999-12-31","2023-12-08","true",,1.001,1816251
188,1,"00197-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.241,3980238
189,1,"00198-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.346,3980238
190,1,"00199-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.363,3980238
191,1,"00200-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.316,3980238
192,1,"00201-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,19.302,3547420
193,1,"00202-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,22.015,3547420
194,1,"00203-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,18.769,3547420
195,1,"00204-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,18.667,3547420
196,1,"00205-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.275,1095815
197,1,"00206-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.207,1095815
198,1,"00207-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.219,1095815
199,1,"00208-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.214,1095815
200,1,"00209-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","2a5a82c3-ae53-47ef-8dfe-b1aef979d056",279569,,,,"active","9999-12-31","2023-12-08","true",,23.59,3815340
201,1,"00210-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","2a5a82c3-ae53-47ef-8dfe-b1aef979d056",279569,,,,"active","9999-12-31","2023-12-08","true",,22.832,3815340
202,1,"00211-RedundantStreetTypeInAddress","1168 Douglas Terr, Port Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1168",,"Douglas","Terr","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7811 49.2357097)","high","parcelPoint","5d3c3ff2-6dd0-4350-ad97-0f5c834cb235",147675,,,,"active","9999-12-31","2023-12-08","true",,19.979,3826511
203,1,"00212-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.272,2471690
204,1,"00213-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.253,2471690
205,1,"00214-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.115,2471690
206,1,"00215-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.794,2559518
207,1,"00216-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.633,2559518
208,1,"00217-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.929,2559518
209,1,"00218-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.749,2559518
210,1,"00219-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.507,3013340
211,1,"00220-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.393,3013340
212,1,"00221-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.114,3013340
213,1,"00222-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.48,3013340
214,1,"00223-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.465,3013340
215,1,"00224-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.55,3013340
216,1,"00225-RedundantStreetTypeInAddress","1065 Cinnamon Sedge Way, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1065",,"Cinnamon Sedge","Way","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2708609 49.2750462)","high","parcelPoint","4959de89-a240-4b2a-aa94-9a5b86a4cd7d",1864615,,,,"active","9999-12-31","2023-12-08","true",,1.135,4139213
217,1,"00226-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.67,2118865
218,1,"00227-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.641,2118865
219,1,"00228-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.647,2118865
220,1,"00229-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.661,2118865
221,1,"00230-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.644,2118865
222,1,"00231-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.709,2118865
223,1,"00232-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.627,2118865
224,1,"00233-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.602,2118865
225,1,"00234-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.625,2118865
226,1,"00235-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,11.636,1060061
227,1,"00236-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,11.358,1060061
228,1,"00237-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,11.007,1060061
229,1,"00238-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,11.189,1060061
230,1,"00239-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,10.927,1060061
231,1,"00240-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.954,3911239
232,1,"00241-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.064,3911239
233,1,"00242-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.109,3911239
234,1,"00243-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.985,3911239
235,1,"00244-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.917,3911239
236,1,"00245-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.865,3911239
237,1,"00246-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.007,3911239
238,1,"00247-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.048,3911239
239,1,"00248-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,33.895,3911239
240,1,"00249-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.225,3872694
241,1,"00250-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,4.458,3872694
242,1,"00251-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.251,3872694
243,1,"00252-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.338,3872694
244,1,"00253-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","4d942656-0704-4c43-879c-939cd257b8f5",580534,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,28.454,4280010
245,1,"00254-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","4d942656-0704-4c43-879c-939cd257b8f5",580534,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,27.973,4280010
246,1,"00255-UnknownSiteNameWithFrontGate","HOLLYBURN HOUSE -- 2095 Marine Dr, West Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","HOLLYBURN HOUSE",,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","cec50666-a78e-44c9-90ed-7cada1558784",165751,,"HOLLYBURN HOUSE",,"active","9999-12-31","2023-12-08","true",,8.654,2436253
247,1,"00256-UnknownSiteNameAfterStreetWithoutFrontGate","2095 Marine Dr, West Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","cec50666-a78e-44c9-90ed-7cada1558784",165751,,,,"active","9999-12-31","2023-12-08","true",,23.536,2436253
248,1,"00257-UnknownSiteNameWithFrontGate","BRG HOUSING -- 100 E Cordova St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, STREET_DIRECTION.notSuffix:0]","BRG HOUSING",,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","0359f4d1-2724-415c-8b69-3a7cd593d0d4",105944,,"BRG HOUSING",,"active","9999-12-31","2023-12-08","true",,3.419,3780707
249,1,"00258-UnknownSiteNameAfterStreetWithoutFrontGate","100 E Cordova St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.notSuffix:0]",,,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","0359f4d1-2724-415c-8b69-3a7cd593d0d4",105944,,,,"active","9999-12-31","2023-12-08","true",,8.497,3780707
250,1,"00259-GoodAddress","689 Abbott St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.107,8007681
251,1,"00260-WordRTDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.635,8007681
252,1,"00261-WordRETURNMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.672,8007681
253,1,"00262-WordRETURNEDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.629,8007681
254,1,"00263-WordMAILINGAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.608,8007681
255,1,"00264-GoodAddress","9695 Prest Rd, Chilliwack, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.082,1459224
256,1,"00265-WordPOSTALSTNAfterStreet","9695 Prest Rd, Chilliwack, BC",,89,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY.missing:10]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,3.446,1459224
257,1,"00266-WordPOSTALSTATIONAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.81,1459224
258,1,"00267-WordPOSTALAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.442,1459224
259,1,"00268-POBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.27,3496523
260,1,"00269-PspaceOBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.251,3496523
261,1,"00270-POAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.223,3496523
262,1,"00271-PspaceOAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.752,3496523
263,1,"00272-KnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.25,2104959
264,1,"00273-APARTMENTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.353,2104959
265,1,"00274-APARTMENTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.224,2104959
266,1,"00275-APTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.321,2104959
267,1,"00276-APTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.195,2104959
268,1,"00277-POBoxAtFrontOfUnitAddress","UNIT 105 -- 150 21st St, West Vancouver, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,54.312,1430226
269,1,"00278-POBoxAtFrontOfUnitAddresssWithBUZZERNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,60.983,1430226
270,1,"00279-POBoxAtFrontOfUnitAddressWithBUZZNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,61.029,1430226
271,1,"00280-POBoxAtFrontOfUnitAddressWithINTERCOMNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,62.529,1430226
272,1,"00281-StreetNameWithApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","7c73e9de-96f5-42b4-a315-954987ac6ab1",120417,,,,"active","9999-12-31","2023-12-08","true",,0.224,4018594
273,1,"00282-StreetNameWithSpaceInsteadOfApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,88,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","7c73e9de-96f5-42b4-a315-954987ac6ab1",120417,,,,"active","9999-12-31","2023-12-08","true",,14.1,4018594
274,1,"00283-GoodAddress","1110 Cardero St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.116,4187775
275,1,"00284-UnknownSiteNameWithFrontGate","PATRICIA APTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,"PATRICIA APTS",,"active","9999-12-31","2023-12-08","true",,0.212,4187775
276,1,"00285-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.467,4187775
277,1,"00286-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.279,4187775
278,1,"00287-UnknownSiteNameWithFrontGate","PATRICIA APARTMENTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APARTMENTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,"PATRICIA APARTMENTS",,"active","9999-12-31","2023-12-08","true",,0.195,4187775
279,1,"00288-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.485,4187775
280,1,"00289-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.28,4187775
281,1,"00290-UnknownSiteNameWithFrontGate","LILLOET BLDG -- 2016 Fullerton Ave, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1]","LILLOET BLDG",,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","c49735b4-3dba-4ea2-b764-20ebb5af9392",2602976,,"LILLOET BLDG",,"active","9999-12-31","2023-12-08","true",,103.746,8006509
282,1,"00291-UnknownSiteNameWithoutFrontGate","2016 Fullerton Ave, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","c49735b4-3dba-4ea2-b764-20ebb5af9392",2602976,,,,"active","9999-12-31","2023-12-08","true",,1.775,8006509
283,1,"00292-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 410 -- 2016 Fullerton Ave, District of North Vancouver, BC",,96,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, LOCALITY.isAlias:1]",,"UNIT","410",,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","high","parcelPoint","b708e505-9053-4608-807d-cb8ac63000ee",2602976,,"UNIT 410",,"active","9999-12-31","2023-12-08","true",,1.736,2616741
284,1,"00293-UnknownSiteNameWithFrontGate","UNIT 205 CONDOMINIUMS -- 7555 120A St, Surrey, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","UNIT 205 CONDOMINIUMS",,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205 CONDOMINIUMS",,"active","9999-12-31","2023-12-08","true",,2.649,3700539
285,1,"00294-UnknownSiteNameWithoutFrontGate","7555 120A St, Surrey, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,,,"active","9999-12-31","2023-12-08","true",,7.633,3700539
286,1,"00295-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205",,"active","9999-12-31","2023-12-08","true",,6.917,3700539
287,1,"00296-UnknownSiteNameWithFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"CONDO 205",,"active","9999-12-31","2023-12-08","true",,1.949,3700539
288,1,"00297-UnknownSiteNameWithoutFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"CONDO 205",,"active","9999-12-31","2023-12-08","true",,8.028,3700539
289,1,"00298-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205",,"active","9999-12-31","2023-12-08","true",,6.611,3700539
290,1,"00299-UnknownSiteNameWithFrontGate","FRASERVIEW CARE LODGE -- 9580 Williams Rd, Richmond, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","FRASERVIEW CARE LODGE",,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,"FRASERVIEW CARE LODGE",,"active","9999-12-31","2023-12-08","true",,1.69,2175388
291,1,"00300-UnknownSiteNameWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,,,"active","9999-12-31","2023-12-08","true",,1.274,2175388
292,1,"00301-UnknownSiteNameAfterStreetWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,,,"active","9999-12-31","2023-12-08","true",,4.714,2175388
293,1,"00302-UnknownSiteNameWithFrontGate","UNIT 1 LYNN VLY CARE CTR -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]","UNIT 1 LYNN VLY CARE CTR",,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 1 LYNN VLY CARE CTR",,"active","9999-12-31","2023-12-08","true",,11325.459,4123935
294,1,"00303-UnknownSiteNameWithoutFrontGate","1070 Lynn Valley Rd, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,,,"active","9999-12-31","2023-12-08","true",,23.295,4123935
295,1,"00304-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 1 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","1",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,69.244,4123935
296,1,"00305-UnknownSiteNameWithFrontGate","CERWYDDEN CARE HOME -- 3243 Cowichan Lake Rd, Duncan, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","CERWYDDEN CARE HOME",,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,"CERWYDDEN CARE HOME",,"active","9999-12-31","2023-12-08","true",,3.495,3905051
297,1,"00306-UnknownSiteNameWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,,,"active","9999-12-31","2023-12-08","true",,2.303,3905051
298,1,"00307-UnknownSiteNameAfterStreetWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,,,"active","9999-12-31","2023-12-08","true",,3.373,3905051
299,1,"00308-GoodAddress","10011 Simkin Pl, Sidney, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.1,3396062
300,1,"00309-DuplicateBCAfterStreetType","10011 Simkin Pl, Sidney, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.18,3396062
301,1,"00310-DuplicateBCAfterLocality","10011 Simkin Pl, Sidney, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.153,3396062
302,1,"00311-GoodAddress","1447 Rupert St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","af6b7277-d15e-49b1-9667-2d1789a5f9ca",108270,,,,"active","9999-12-31","2023-12-08","true",,0.097,3690174
303,1,"00312-DuplicateLocalityAfterLocality","1447 Rupert St, Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","af6b7277-d15e-49b1-9667-2d1789a5f9ca",108270,,,,"active","9999-12-31","2023-12-08","true",,2.058,3690174
304,1,"00313-GoodAddress","964 Lillooet Rd, District of North Vancouver, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","62b09be7-ce54-4bdf-a730-fefda642528f",1786503,,,,"active","9999-12-31","2023-12-08","true",,13.017,3844965
305,1,"00314-DuplicateLocalityAfterLocality","964 Lillooet Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","62b09be7-ce54-4bdf-a730-fefda642528f",1786503,,,,"active","9999-12-31","2023-12-08","true",,43.77,3844965
306,1,"00315-GoodAddress","1135 Jefferson Ave, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","ec40465d-5663-418c-ad94-f968c5029a87",163333,,,,"active","9999-12-31","2023-12-08","true",,0.362,2329721
307,1,"00316-DuplicateLocalityAfterLocality","1135 Jefferson Ave, West Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","ec40465d-5663-418c-ad94-f968c5029a87",163333,,,,"active","9999-12-31","2023-12-08","true",,5.461,2329721
308,1,"00317-GoodAddress","11048 157A St, Surrey, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","ebbfa41d-3678-4c19-b37d-52e1a69e2b84",139972,,,,"active","9999-12-31","2023-12-08","true",,3.792,3661022
309,1,"00318-DuplicateLocalityAfterLocality","11048 157A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","ebbfa41d-3678-4c19-b37d-52e1a69e2b84",139972,,,,"active","9999-12-31","2023-12-08","true",,19.068,3661022
310,1,"00319-GoodAddress","9917 Ashwood Dr, Richmond, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","a40b84ae-4593-410f-a25b-62a574d56bb5",128091,,,,"active","9999-12-31","2023-12-08","true",,0.113,2618789
311,1,"00320-DuplicateLocalityAfterLocality","9917 Ashwood Dr, Richmond, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","a40b84ae-4593-410f-a25b-62a574d56bb5",128091,,,,"active","9999-12-31","2023-12-08","true",,0.416,2618789
312,1,"00321-GoodAddress","1120 Foster Ave, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","cd1bdefc-e11d-4d40-a83f-a789b2fe6c7f",2612215,,,,"active","9999-12-31","2023-12-08","true",,0.089,1572531
313,1,"00322-DuplicateLocalityAfterLocality","1120 Foster Ave, Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","cd1bdefc-e11d-4d40-a83f-a789b2fe6c7f",2612215,,,,"active","9999-12-31","2023-12-08","true",,1.635,1572531
314,1,"00323-GoodAddress","1040 Fraserview St, Port Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","2b857fad-fe03-407d-b5da-59d225e8884e",147713,,,,"active","9999-12-31","2023-12-08","true",,0.392,3413505
315,1,"00324-DuplicateLocalityAfterLocality","1040 Fraserview St, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","2b857fad-fe03-407d-b5da-59d225e8884e",147713,,,,"active","9999-12-31","2023-12-08","true",,6.486,3413505
316,1,"00325-GoodAddress","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","10f931dc-7445-4019-b607-63cfbf08d197",2182546,,,,"active","9999-12-31","2023-12-08","true",,0.099,3964198
317,1,"00326-NonStandardStreetTypeAbbreviation","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","10f931dc-7445-4019-b607-63cfbf08d197",2182546,,,,"active","9999-12-31","2023-12-08","true",,0.08,3964198
318,1,"00327-AddressInSmallCommunity","6481 Savona Access Rd, Savona, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","db21cdc5-03bd-4ea9-8a33-2339f5ed48f3",209084,,,,"active","9999-12-31","2023-12-08","true",,0.315,4134342
319,1,"00328-AddressInSmallCommunityUsingLocalityAlias","6481 Savona Access Rd, Savona, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","db21cdc5-03bd-4ea9-8a33-2339f5ed48f3",209084,,,,"active","9999-12-31","2023-12-08","true",,0.716,4134342
320,1,"00329-AddressInSmallCommunity","2089 Errington Rd, Errington, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","19837d2a-4dde-4a8a-8f09-910b5a512bae",566371,,,,"active","9999-12-31","2023-12-08","true",,0.081,3183815
321,1,"00330-AddressInSmallCommunityUsingLocalityAlias","2089 Errington Rd, Errington, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","19837d2a-4dde-4a8a-8f09-910b5a512bae",566371,,,,"active","9999-12-31","2023-12-08","true",,0.367,3183815
322,1,"00331-AddressInSmallCommunity","1104 Deep Creek Rd, Deep Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","3f1e5a00-68a6-4ccb-8965-284b5e579f83",470193,,,,"active","9999-12-31","2023-12-08","true",,2.786,3852491
323,1,"00332-AddressInSmallCommunityUsingLocalityAlias","1104 Deep Creek Rd, Deep Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","3f1e5a00-68a6-4ccb-8965-284b5e579f83",470193,,,,"active","9999-12-31","2023-12-08","true",,2.815,3852491
324,1,"00333-AddressInSmallCommunity","4137 Spallumcheen Dr, Spallumcheen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3d305ee0-7b98-409f-ae77-53db4db9cae0",333510,,,,"active","9999-12-31","2023-12-08","true",,0.089,1118954
325,1,"00334-AddressInSmallCommunityUsingLocalityAlias","4137 Spallumcheen Dr, Spallumcheen, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3d305ee0-7b98-409f-ae77-53db4db9cae0",333510,,,,"active","9999-12-31","2023-12-08","true",,0.222,1118954
326,1,"00335-AddressInSmallCommunity","7380 Harrop-Procter Rd, Procter, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","53d68580-81e8-436d-9143-e5284205cab2",2487743,,,,"active","9999-12-31","2023-12-08","true",,0.358,3609081
327,1,"00336-AddressInSmallCommunityUsingLocalityAlias","7380 Harrop-Procter Rd, Procter, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","53d68580-81e8-436d-9143-e5284205cab2",2487743,,,,"active","9999-12-31","2023-12-08","true",,0.796,3609081
328,1,"00337-AddressInSmallCommunity","4260 Blewett Rd, Blewett, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","98e2005d-b55d-4b88-bab0-8afc042dc827",277711,,,,"active","9999-12-31","2023-12-08","true",,0.082,4174241
329,1,"00338-AddressInSmallCommunityUsingLocalityAlias","4260 Blewett Rd, Blewett, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","98e2005d-b55d-4b88-bab0-8afc042dc827",277711,,,,"active","9999-12-31","2023-12-08","true",,0.476,4174241
330,1,"00339-AddressInSmallCommunity","2067 White Lake Rd, White Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","dd70a4ac-d20a-48ac-b9bb-b973c5e551e3",470228,,,,"active","9999-12-31","2023-12-08","true",,16.058,3599301
331,1,"00340-AddressInSmallCommunityUsingLocalityAlias","2067 White Lake Rd, White Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","dd70a4ac-d20a-48ac-b9bb-b973c5e551e3",470228,,,,"active","9999-12-31","2023-12-08","true",,16.008,3599301
332,1,"00341-AddressInSmallCommunity","1754 Pass Creek Rd, Pass Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","8479284b-656d-4e49-89df-75059d184950",276697,,,,"active","9999-12-31","2023-12-08","true",,2.272,1735595
333,1,"00342-AddressInSmallCommunityUsingLocalityAlias","1754 Pass Creek Rd, Pass Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","8479284b-656d-4e49-89df-75059d184950",276697,,,,"active","9999-12-31","2023-12-08","true",,3.878,1735595
334,1,"00343-AddressInSmallCommunity","2928 Wycliffe Store Rd, Wycliffe, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","a62ac5d8-086a-418b-a2aa-f984783a9392",506509,,,,"active","9999-12-31","2023-12-08","true",,0.355,1240493
335,1,"00344-AddressInSmallCommunityUsingLocalityAlias","2928 Wycliffe Store Rd, Wycliffe, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","a62ac5d8-086a-418b-a2aa-f984783a9392",506509,,,,"active","9999-12-31","2023-12-08","true",,0.612,1240493
336,1,"00345-AddressInSmallCommunity","1514 Loon Lake Rd, Loon Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","6480177e-abca-44a7-b336-73fbbca5a182",587894,,,,"active","9999-12-31","2023-12-08","true",,2.172,2965993
337,1,"00346-AddressInSmallCommunityUsingLocalityAlias","1514 Loon Lake Rd, Loon Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","6480177e-abca-44a7-b336-73fbbca5a182",587894,,,,"active","9999-12-31","2023-12-08","true",,6.625,2965993
338,1,"00347-AddressInSmallCommunity","2048 Cambie-Solsqua Rd, Solsqua, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","f14d0e4c-6b0f-4d0d-a9d5-10990cf0cc91",2534370,,,,"active","9999-12-31","2023-12-08","true",,0.584,3347762
339,1,"00348-AddressInSmallCommunityUsingLocalityAlias","2048 Cambie-Solsqua Rd, Solsqua, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","f14d0e4c-6b0f-4d0d-a9d5-10990cf0cc91",2534370,,,,"active","9999-12-31","2023-12-08","true",,1.113,3347762
340,1,"00349-AddressInSmallCommunity","3492 Spokin Lake Rd, Spokin Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","115f9cb3-418d-481c-a8d9-eefb26f84d65",552355,,,,"active","9999-12-31","2023-12-08","true",,0.599,3399209
341,1,"00350-AddressInSmallCommunityUsingLocalityAlias","3492 Spokin Lake Rd, Spokin Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","115f9cb3-418d-481c-a8d9-eefb26f84d65",552355,,,,"active","9999-12-31","2023-12-08","true",,2.424,3399209
342,1,"00351-AddressInSmallCommunity","2582 Shoreacres Rd, Shoreacres, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","9949b2a3-013b-4148-89b9-2b3217874781",277597,,,,"active","9999-12-31","2023-12-08","true",,0.089,2766883
343,1,"00352-AddressInSmallCommunityUsingLocalityAlias","2582 Shoreacres Rd, Shoreacres, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","9949b2a3-013b-4148-89b9-2b3217874781",277597,,,,"active","9999-12-31","2023-12-08","true",,0.38,2766883
344,1,"00353-AddressInSmallCommunity","1679 Moran Rd, Thrums, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","40da3928-ffe2-4a7c-a9c7-8936a836b7e4",2524376,,,,"active","9999-12-31","2023-12-08","true",,0.083,3265781
345,1,"00354-AddressInSmallCommunityUsingLocalityAlias","1679 Moran Rd, Thrums, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","40da3928-ffe2-4a7c-a9c7-8936a836b7e4",2524376,,,,"active","9999-12-31","2023-12-08","true",,0.399,3265781
346,1,"00355-AddressInSmallCommunity","6010 Harrop-Procter Rd, Harrop, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","a508365a-3b22-4e9e-b0a1-5d638d8a3d68",2519145,,,,"active","9999-12-31","2023-12-08","true",,0.373,3746533
347,1,"00356-AddressInSmallCommunityUsingLocalityAlias","6010 Harrop-Procter Rd, Harrop, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","a508365a-3b22-4e9e-b0a1-5d638d8a3d68",2519145,,,,"active","9999-12-31","2023-12-08","true",,0.832,3746533
348,1,"00357-AddressInSmallCommunity","7136 Willis Point Rd, Willis Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","4ff039f5-bf40-4553-bfe1-77626d019405",304127,,,,"active","9999-12-31","2023-12-08","true",,1.531,2547093
349,1,"00358-AddressInSmallCommunityUsingLocalityAlias","7136 Willis Point Rd, Willis Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","4ff039f5-bf40-4553-bfe1-77626d019405",304127,,,,"active","9999-12-31","2023-12-08","true",,1.879,2547093
350,1,"00359-AddressInSmallCommunity","3918 Passmore Upper Rd, Passmore, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","3d545511-fd4c-42fb-8879-fd12a0171a99",339993,,,,"active","9999-12-31","2023-12-08","true",,0.417,2675059
351,1,"00360-AddressInSmallCommunityUsingLocalityAlias","3918 Passmore Upper Rd, Passmore, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","3d545511-fd4c-42fb-8879-fd12a0171a99",339993,,,,"active","9999-12-31","2023-12-08","true",,0.933,2675059
352,1,"00361-AddressInSmallCommunity","1954 Blaeberry School Rd, Blaeberry, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","b250a457-cfb7-4854-985b-a94523baa72d",539262,,,,"active","9999-12-31","2023-12-08","true",,0.661,2900731
353,1,"00362-AddressInSmallCommunityUsingLocalityAlias","1954 Blaeberry School Rd, Blaeberry, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","b250a457-cfb7-4854-985b-a94523baa72d",539262,,,,"active","9999-12-31","2023-12-08","true",,1.426,2900731
354,1,"00363-AddressInSmallCommunity","5199 Baker-Kersley Rd, Kersley, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","1da1b163-a663-462d-ac15-6653defd343d",547912,,,,"active","9999-12-31","2023-12-08","true",,1.854,4032233
355,1,"00364-AddressInSmallCommunityUsingLocalityAlias","5199 Baker-Kersley Rd, Kersley, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","1da1b163-a663-462d-ac15-6653defd343d",547912,,,,"active","9999-12-31","2023-12-08","true",,3.872,4032233
356,1,"00365-AddressInSmallCommunity","7330 Watch Lake Rd, Watch Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","19a8618d-92e6-4515-953a-38e047e1c632",568264,,,,"active","9999-12-31","2023-12-08","true",,1.76,3168378
357,1,"00366-AddressInSmallCommunityUsingLocalityAlias","7330 Watch Lake Rd, Watch Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","19a8618d-92e6-4515-953a-38e047e1c632",568264,,,,"active","9999-12-31","2023-12-08","true",,3.742,3168378
358,1,"00367-AddressInSmallCommunity","2270 Port Mellon Hwy, Port Mellon, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","b2482237-9b0f-460e-9976-e335f123d0b0",590070,,,,"active","9999-12-31","2023-12-08","true",,5.945,3017972
359,1,"00368-AddressInSmallCommunityUsingLocalityAlias","2270 Port Mellon Hwy, Port Mellon, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","b2482237-9b0f-460e-9976-e335f123d0b0",590070,,,,"active","9999-12-31","2023-12-08","true",,2.72,3017972
360,1,"00369-AddressInSmallCommunity","4570 Otter Point Pl, Otter Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","cfe43946-238c-4c40-9354-cdf419298840",1945400,,,,"active","9999-12-31","2023-12-08","true",,2.626,1196803
361,1,"00370-AddressInSmallCommunityUsingLocalityAlias","4570 Otter Point Pl, Otter Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","cfe43946-238c-4c40-9354-cdf419298840",1945400,,,,"active","9999-12-31","2023-12-08","true",,2.176,1196803
362,1,"00371-AddressInSmallCommunity","14187 Palling Rd E, Palling, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","d767cac9-02e0-427c-b5be-65cb1ea060c2",557443,,,,"active","9999-12-31","2023-12-08","true",,0.093,4005523
363,1,"00372-AddressInSmallCommunityUsingLocalityAlias","14187 Palling Rd E, Palling, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","d767cac9-02e0-427c-b5be-65cb1ea060c2",557443,,,,"active","9999-12-31","2023-12-08","true",,1.498,4005523
364,1,"00373-AddressInSmallCommunity","2525 Bouchie Lake Rd, Bouchie Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","466f408d-6b21-4ef3-97fc-bd9f229a77a8",586083,,,,"active","9999-12-31","2023-12-08","true",,0.885,2922408
365,1,"00374-AddressInSmallCommunityUsingLocalityAlias","2525 Bouchie Lake Rd, Bouchie Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","466f408d-6b21-4ef3-97fc-bd9f229a77a8",586083,,,,"active","9999-12-31","2023-12-08","true",,1.187,2922408
366,1,"00375-AddressInSmallCommunity","20010 Colleymount Rd, Colleymount, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","b055f93e-9bb2-41ae-95db-fe42eee54dd5",521096,,,,"active","9999-12-31","2023-12-08","true",,0.106,2910400
367,1,"00376-AddressInSmallCommunityUsingLocalityAlias","20010 Colleymount Rd, Colleymount, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","b055f93e-9bb2-41ae-95db-fe42eee54dd5",521096,,,,"active","9999-12-31","2023-12-08","true",,0.932,2910400
368,1,"00377-AddressInSmallCommunity","1117 Lone Prairie Rd, Lone Prairie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","1d7b36a5-8e1a-48c7-963b-7596465bd2ac",536603,,,,"active","9999-12-31","2023-12-08","true",,1.235,3298949
369,1,"00378-AddressInSmallCommunityUsingLocalityAlias","1117 Lone Prairie Rd, Lone Prairie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","1d7b36a5-8e1a-48c7-963b-7596465bd2ac",536603,,,,"active","9999-12-31","2023-12-08","true",,1.485,3298949
370,1,"00379-AddressInSmallCommunity","58051 Laidlaw Rd, Laidlaw, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","088a2a2b-a33a-49bd-a789-cac7657caa91",483449,,,,"active","9999-12-31","2023-12-08","true",,0.08,2725994
371,1,"00380-AddressInSmallCommunityUsingLocalityAlias","58051 Laidlaw Rd, Laidlaw, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","088a2a2b-a33a-49bd-a789-cac7657caa91",483449,,,,"active","9999-12-31","2023-12-08","true",,0.618,2725994
372,1,"00381-AddressInSmallCommunity","8041 Bridge Lake North Rd, Bridge Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","c99fd433-2ad1-4461-ac18-c7e506c0c833",1982774,,,,"active","9999-12-31","2023-12-08","true",,53.227,3541575
373,1,"00382-AddressInSmallCommunityUsingLocalityAlias","8041 Bridge Lake North Rd, Bridge Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","c99fd433-2ad1-4461-ac18-c7e506c0c833",1982774,,,,"active","9999-12-31","2023-12-08","true",,86.77,3541575
374,1,"00383-AddressInSmallCommunity","136 Grandview Bench Rd, Grandview Bench, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","707bfc34-1d08-469c-8f81-cc6735ca9f44",2342934,,,,"active","9999-12-31","2023-12-08","true",,2.046,3153652
375,1,"00384-AddressInSmallCommunityUsingLocalityAlias","136 Grandview Bench Rd, Grandview Bench, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","707bfc34-1d08-469c-8f81-cc6735ca9f44",2342934,,,,"active","9999-12-31","2023-12-08","true",,2.791,3153652
376,1,"00385-AddressInSmallCommunity","15351 Tatalrose Rd, Tatalrose, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","d20e6629-9b28-4151-97b7-2c764b18e2a7",2189084,,,,"active","9999-12-31","2023-12-08","true",,0.097,3845019
377,1,"00386-AddressInSmallCommunityUsingLocalityAlias","15351 Tatalrose Rd, Tatalrose, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","d20e6629-9b28-4151-97b7-2c764b18e2a7",2189084,,,,"active","9999-12-31","2023-12-08","true",,0.915,3845019
378,1,"00387-AddressInSmallCommunity","10167 Pinchi Lake Rd, Pinchi Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","0094c2bf-3dc3-4ec5-9a1b-8cc89c188f13",1858471,,,,"active","9999-12-31","2023-12-08","true",,0.633,3873966
379,1,"00388-AddressInSmallCommunityUsingLocalityAlias","10167 Pinchi Lake Rd, Pinchi Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","0094c2bf-3dc3-4ec5-9a1b-8cc89c188f13",1858471,,,,"active","9999-12-31","2023-12-08","true",,2.97,3873966
380,1,"00389-AddressInSmallCommunity","2388 Heffley Lake Rd, Heffley Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","55b0607a-afc6-4216-bb61-8ed665d8258d",206948,,,,"active","9999-12-31","2023-12-08","true",,1.657,3382301
381,1,"00390-AddressInSmallCommunityUsingLocalityAlias","2388 Heffley Lake Rd, Heffley Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","55b0607a-afc6-4216-bb61-8ed665d8258d",206948,,,,"active","9999-12-31","2023-12-08","true",,4.415,3382301
382,1,"00391-AddressInSmallCommunity","10381 Popkum Rd S, Popkum, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","539961d2-a1d1-4c62-81a3-6cc2dab9761e",187418,,,,"active","9999-12-31","2023-12-08","true",,0.098,1904703
383,1,"00392-AddressInSmallCommunityUsingLocalityAlias","10381 Popkum Rd S, Popkum, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","539961d2-a1d1-4c62-81a3-6cc2dab9761e",187418,,,,"active","9999-12-31","2023-12-08","true",,1.034,1904703
384,1,"00393-AddressInSmallCommunity","7428 Roe Lake Cres, Roe Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","e2a11f01-a2c8-46e1-8675-f26973749f57",546368,,,,"active","9999-12-31","2023-12-08","true",,1.626,3258770
385,1,"00394-AddressInSmallCommunityUsingLocalityAlias","7428 Roe Lake Cres, Roe Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","e2a11f01-a2c8-46e1-8675-f26973749f57",546368,,,,"active","9999-12-31","2023-12-08","true",,3.573,3258770
386,1,"00395-AddressInSmallCommunity","6120 Garden Bay Rd, Garden Bay, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","c8aef5b1-1808-4cde-aa1e-da907f348448",482325,,,,"active","9999-12-31","2023-12-08","true",,3.291,3923450
387,1,"00396-AddressInSmallCommunityUsingLocalityAlias","6120 Garden Bay Rd, Garden Bay, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","c8aef5b1-1808-4cde-aa1e-da907f348448",482325,,,,"active","9999-12-31","2023-12-08","true",,10.49,3923450
388,1,"00397-AddressInSmallCommunity","1977 Tappen Notch Hill Rd, Tappen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","3143f53b-b699-4735-a100-7eb10e001bde",64488,,,,"active","9999-12-31","2023-12-08","true",,0.822,3268060
389,1,"00398-AddressInSmallCommunityUsingLocalityAlias","1977 Tappen Notch Hill Rd, Tappen, BC",,87,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:4, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","3143f53b-b699-4735-a100-7eb10e001bde",64488,,,,"active","9999-12-31","2023-12-08","true",,196.692,3268060
390,1,"00399-AddressInSmallCommunity","116 Rosebery Loop Rd, Rosebery, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","ec56d415-cd70-45fd-9b4a-59f77933513f",2531930,,,,"active","9999-12-31","2023-12-08","true",,0.427,1644488
391,1,"00400-AddressInSmallCommunityUsingLocalityAlias","116 Rosebery Loop Rd, Rosebery, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","ec56d415-cd70-45fd-9b4a-59f77933513f",2531930,,,,"active","9999-12-31","2023-12-08","true",,2.858,1644488
392,1,"00401-AddressInSmallCommunity","1525 Langdale Rd, Langdale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","fc6c1e1b-c361-4218-a55a-9b49c4f04c8c",178417,,,,"active","9999-12-31","2023-12-08","true",,0.096,3570149
393,1,"00402-AddressInSmallCommunityUsingLocalityAlias","1525 Langdale Rd, Langdale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","fc6c1e1b-c361-4218-a55a-9b49c4f04c8c",178417,,,,"active","9999-12-31","2023-12-08","true",,0.817,3570149
394,1,"00403-AddressInSmallCommunity","6607 Appledale Lower Rd, Appledale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","a8699af5-7308-4496-adf6-5fb38e311fe7",276196,,,,"active","9999-12-31","2023-12-08","true",,0.33,2684515
395,1,"00404-AddressInSmallCommunityUsingLocalityAlias","6607 Appledale Lower Rd, Appledale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","a8699af5-7308-4496-adf6-5fb38e311fe7",276196,,,,"active","9999-12-31","2023-12-08","true",,0.723,2684515
396,1,"00405-AddressInSmallCommunity","4232 Mayook Settlement Rd, Mayook, BC",,99,"BLOCK",99,"[]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.259,
397,1,"00406-AddressInSmallCommunityUsingLocalityAlias","4232 Mayook Settlement Rd, Mayook, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.492,
398,1,"00407-AddressInSmallCommunity","10571 Cheslatta Rd, Cheslatta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","939c0b16-ea1f-4455-a08e-1dc164102b8f",521449,,,,"active","9999-12-31","2023-12-08","true",,0.138,3101708
399,1,"00408-AddressInSmallCommunityUsingLocalityAlias","10571 Cheslatta Rd, Cheslatta, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","939c0b16-ea1f-4455-a08e-1dc164102b8f",521449,,,,"active","9999-12-31","2023-12-08","true",,1.101,3101708
400,1,"00409-NumberedStreetNameWithDetachedSuffix","102A Ave, Surrey, BC",,78,"STREET",78,"[]",,,,,,,"102A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8175667 49.1885721)","coarse","streetPoint",,,,,,"active",,,"true",,2.059,
401,1,"00410-UnitNumberStuckToDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.115,2104959
402,1,"00411-StreetNameWithMissingAmpersand","189 Rod & Gun Rd, Courtenay, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"189",,"Rod & Gun","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0190057 49.683884)","high","parcelPoint","3c90be80-f19d-45d5-9d8f-a6709b61b8f9",258442,,,,"active","9999-12-31","2023-12-08","true",,0.692,4187966
403,1,"00413-LeadingZeroInCivicNumber","Lynn Valley Rd, North Vancouver, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lynn Valley","Rd","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0533951 49.3290039)","coarse","streetPoint",,,,,,"active",,,"true",,707.007,
404,1,"00414-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,12.191,4123935
405,1,"00415-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,12.029,4123935
406,1,"00416-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,17.642,4123935
407,1,"00417-UnitNumberWithLetterPrefix","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","7a331ccc-0a05-44c4-860c-b2951adab313",106300,,"UNIT B2",,"active","9999-12-31","2023-12-08","true",,1.928,1914533
408,1,"00418-UnitNumberWithLetterPrefixGapped","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","7a331ccc-0a05-44c4-860c-b2951adab313",106300,,"UNIT B2",,"active","9999-12-31","2023-12-08","true",,1.821,1914533
409,1,"00419-UnitNumberWithLetterPrefix","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","bedd30c2-4934-43fa-af89-d80958100818",110501,,"UNIT C2",,"active","9999-12-31","2023-12-08","true",,33.137,1753265
410,1,"00420-UnitNumberWithLetterPrefixGapped","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","bedd30c2-4934-43fa-af89-d80958100818",110501,,"UNIT C2",,"active","9999-12-31","2023-12-08","true",,33.213,1753265
411,1,"00421-UnitNumberWithLetterPrefix","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","7c57fc8b-1f74-471c-9eac-65d035cdb2c0",2462668,,"UNIT P100",,"active","9999-12-31","2023-12-08","true",,9.549,1409241
412,1,"00422-UnitNumberWithLetterPrefixGapped","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","7c57fc8b-1f74-471c-9eac-65d035cdb2c0",2462668,,"UNIT P100",,"active","9999-12-31","2023-12-08","true",,9.334,1409241
413,1,"00423-UnitNumberWithLetterPrefix","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,6.697,1172657
414,1,"00424-UnitNumberWithLetterPrefixGapped","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,7.023,1172657
415,1,"00425-CivicAddressWithCareOfName","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,96,"UNIT",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,7.248,1172657
416,1,"00426-NonStandardStreetTypeAbbreviation","2351 Parkway Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2351",,"Parkway","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7934119 49.3196707)","medium","parcelPoint","95793a27-4745-43da-9622-e53fae48e28d",155062,,,,"active","9999-12-31","2023-12-08","true",,0.12,8002265
417,1,"00427-NonStandardStreetTypeAbbreviation","3176 Plateau Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3176",,"Plateau","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7868947 49.3116847)","medium","parcelPoint","50beb2ec-f7cc-4eae-b426-ad8b3adafd24",320982,,,,"active","9999-12-31","2023-12-08","true",,0.09,8001330
418,1,"00428-NonStandardStreetTypeAbbreviation","895 Academy Close, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"895",,"Academy","Close","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3628211 48.4179591)","high","parcelPoint","90033cc2-5e3f-4470-98b8-7ac562732d7c",2661206,,,,"active","9999-12-31","2023-12-08","true",,0.085,4029706
419,1,"00429-NonStandardStreetTypeAbbreviation","4965 Vista View Cres, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4965",,"Vista View","Cres","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-123.9848378 49.2358274)","high","parcelPoint","0dfae8c3-c6fa-4c3c-ac1f-d086be186aa2",416267,,,,"active","9999-12-31","2023-12-08","true",,1.963,3896249
420,1,"00430-NonStandardStreetTypeAbbreviation","1000 Thermal Dr, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1000",,"Thermal","Dr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8340821 49.2698821)","high","parcelPoint","19c314f8-997b-4fd3-bff4-b528042ec75c",148059,,,,"active","9999-12-31","2023-12-08","true",,0.079,1045847
421,1,"00431-NonStandardStreetTypeAbbreviation","8400 Forest Grove Dr, Burnaby, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8400",,"Forest Grove","Dr","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9205029 49.2632662)","high","parcelPoint","6fa80cfe-e0aa-4ce4-a141-730bec5595ef",2636600,,,,"active","9999-12-31","2023-12-08","true",,1.468,1840913
422,1,"00432-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","d8e0cbdb-c1b7-4af6-a2d4-1db873abd8ed",1747737,,,,"active","9999-12-31","2023-12-08","true",,87.804,8004158
423,1,"00433-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","d8e0cbdb-c1b7-4af6-a2d4-1db873abd8ed",1747737,,,,"active","9999-12-31","2023-12-08","true",,45.658,8004158
424,1,"00434-NonStandardStreetTypeAbbreviation","7701 Central Saanich Rd, Central Saanich, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"7701",,"Central Saanich","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4034403 48.5914503)","low","accessPoint",,294099,,,,"active",,,"true",,4.162,
425,1,"00435-NonStandardStreetTypeAbbreviation","3942 Columbia Valley Rd, Cultus Lake, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"3942",,"Columbia Valley","Rd","false",,"false",,"Cultus Lake","Community","FVRD Electoral Area H","BC","SRID=4326;POINT(-121.9597795 49.0739494)","high","parcelPoint","79ec7032-75e7-4485-a571-95b61e6a85c6",1157827,,,,"active","9999-12-31","2023-12-08","true",,226.303,2185851
426,1,"00436-NonStandardStreetTypeAbbreviation","950 Old Hope Princeton Way, Hope, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"950",,"Old Hope Princeton","Way","false",,"false",,"Hope","District Municipality",,"BC","SRID=4326;POINT(-121.4156582 49.3733202)","high","parcelPoint","9f154ee8-acbc-4192-9763-42b79c47533f",193424,,,,"active","9999-12-31","2023-12-08","true",,17.234,1101623
427,1,"00437-NonStandardStreetTypeAbbreviation","774 Great Northern Way, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"774",,"Great Northern","Way","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0880896 49.2660631)","medium","parcelPoint","4c1c7c23-aad3-42ea-9ad4-5038134565c3",341353,,,,"active","9999-12-31","2023-12-08","true",,0.525,8008439
428,1,"00439-NonStandardLocalityNameAbbreviation","352 W 14th St, North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","78438998-a18b-4e5a-8194-c5a725361810",2416363,,,,"active","9999-12-31","2023-12-08","true",,311.918,3147438
429,1,"00440-NonStandardLocalityNameAbbreviation","569 Hody Dr, Okanagan Falls, BC",,65,"CIVIC_NUMBER",100,"[LOCALITY.notMatched:35]",,,,,"569",,"Hody","Dr","false",,"false",,"Okanagan Falls","Community","RDOS Electoral Area D","BC","SRID=4326;POINT(-119.5690298 49.3482363)","high","parcelPoint","709a78bb-79c3-4239-813f-781b63f13d85",60098,,,,"active","9999-12-31","2023-12-08","true",,3.832,3300419
430,1,"00441-NonStandardStreetNameAbbreviation","5450 Oak St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5450",,"Oak","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1275777 49.2362797)","high","parcelPoint","ad0401e3-43b9-46ca-9c09-a164753f4fa1",100420,,,,"active","9999-12-31","2023-12-08","true",,0.142,2704350
431,1,"00442-NonStandardStreetNameAbbreviation","1301 Oak Ave, Quesnel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","854642e3-8d46-4f95-b728-ba3f245cf3b3",227948,,,,"active","9999-12-31","2023-12-08","true",,0.097,3406157
432,1,"00443-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.742,
433,1,"00444-NonStandardGeneralDelivery","Central Bridge, Dawson Creek, BC",,37,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_QUALIFIER.missing:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Central",,"false",,"false","Bridge","Dawson Creek","City",,"BC","SRID=4326;POINT(-120.276389 55.7737565)","coarse","streetPoint",,,,,,"active",,,"true",,1.813,
434,1,"00445-NonStandardGeneralDelivery","General Currie Elementary School Access, Richmond, BC",,25,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, FAULTS.tooMany:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"General Currie Elementary School","Access","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1339848 49.1586967)","coarse","streetPoint",,,,,,"active",,,"true",,0.855,
435,1,"00446-NonStandardGeneralDelivery","Central Bridge, Dawson Creek, BC",,37,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_QUALIFIER.missing:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Central",,"false",,"false","Bridge","Dawson Creek","City",,"BC","SRID=4326;POINT(-120.276389 55.7737565)","coarse","streetPoint",,,,,,"active",,,"true",,1.542,
436,1,"00447-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.61,
437,1,"00448-CareOf","Quesnel, BC",,52,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,1.476,
438,1,"00449-CareOf","1301 Oak Ave, Quesnel, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","854642e3-8d46-4f95-b728-ba3f245cf3b3",227948,,,,"active","9999-12-31","2023-12-08","true",,2.682,3406157
439,1,"00450-SuffixNameMatching","Dent Ave, Burnaby, BC",,72,"STREET",78,"[LOCALITY.isAlias:1, STREET_NAME.spelledWrong:2, STREET_DIRECTION.notMatched:2, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Dent","Ave","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-123.0073749 49.2710941)","coarse","streetPoint",,,,,,"active",,,"true",,22.964,
440,1,"00451-StreetNameWordsGluedTogether","3821 Cedar Hill Rd, Saanich, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,"3821",,"Cedar Hill","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.336341 48.4632076)","high","parcelPoint","ffa4b31e-96d0-4706-a769-18eaf6a45557",299730,,,,"active","9999-12-31","2023-12-08","true",,0.667,3387802
441,1,"00452-StreetNameCompoundWordsSeparated","8514 Horseshoe Bay Rd, Anglemont, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"8514",,"Horseshoe Bay","Rd","false",,"false",,"Anglemont","Community","CSRD Electoral Area F","BC","SRID=4326;POINT(-119.1181382 50.9761127)","high","parcelPoint","76851488-8084-412f-82a6-b0ca5ce1ea5d",2450478,,,,"active","9999-12-31","2023-12-08","true",,0.567,3542205
442,1,"00453-NonStandardStreetTypeAbbreviation","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","0f5b74f4-dda0-44a7-b0e2-3473c17973df",484911,,,,"active","9999-12-31","2023-12-08","true",,6.108,1860086
443,1,"00454-civicAddressWithUnitandUnknownSiteName","UNIT 170 HAPPY HOUSE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","HAPPY HOUSE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 HAPPY HOUSE",,"active","9999-12-31","2023-12-08","true",,6.755,4363977
444,1,"00455-StreetNameWithMultipleSpellingMistakes","Omineca St, Hazelton, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omineca","St","false",,"false",,"Hazelton","Village",,"BC","SRID=4326;POINT(-127.6757927 55.2557017)","coarse","streetPoint",,,,,,"active",,,"true",,2.478,
445,1,"00456-NonStandardLocalityNameAbbreviation","134 E 15th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"134",,"15th","St","false","E","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.070453 49.3223403)","high","parcelPoint","e6e40b24-7976-4904-8ee2-3ea981af7da8",163763,,,,"active","9999-12-31","2023-12-08","true",,51.407,3516754
446,1,"00457-NonStandardLocalityNAmeAbbreviation","2248 McAllister Ave, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:2]",,,,,"2248",,"McAllister","Ave","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7799837 49.262092)","high","parcelPoint","4ca763c4-8f87-4cf2-86c7-0b8664b2a631",146223,,,,"active","9999-12-31","2023-12-08","true",,0.314,3218608
447,1,"00458-civicAddressWithUnitandUnknownSiteName","UNIT 170 DOOGIE UNIVERSITY -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOOGIE UNIVERSITY","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 DOOGIE UNIVERSITY",,"active","9999-12-31","2023-12-08","true",,6.281,4363977
448,1,"00459-LocalityHopping","Kaleden, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.6011112 49.3997222)","coarse","localityPoint",,,,,,"active",,,"true",,0.624,
449,1,"00460-LocalityHopping","UNIT 200 -- Prince George St, Prince Rupert, BC",,63,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_TYPE.notMatched:3, STREET_TYPE.notPrefix:0, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","200",,,,"Prince George","St","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.2990707 54.311388)","coarse","streetPoint",,,,"UNIT 200",,"active",,,"true",,75.948,
450,1,"00461-LocalityHopping","Helmcken Alley, Victoria, BC",,74,"STREET",78,"[STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Helmcken","Alley","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3693133 48.4255635)","coarse","streetPoint",,,,,,"active",,,"true",,2.165,
451,1,"00462-IRAddresses","1901 Lust Rd, Quesnel, BC",,96,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1901",,"Lust","Rd","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4554097 52.9567283)","low","accessPoint",,228320,,,,"active",,,"true",,0.932,
452,1,"00463-IRAddresses","Blueberry Reserve Rd, Buick, BC",,72,"STREET",78,"[STREET_TYPE.missing:6]",,,,,,,"Blueberry Reserve","Rd","false",,"false",,"Buick","Community","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1391639 56.7304618)","coarse","streetPoint",,,,,,"active",,,"true",,11.159,
453,1,"00464-IRAddresses","Blueberry River 205, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Blueberry River 205","Indian Reserve","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1013888 56.7163889)","coarse","localityPoint",,,,,,"active",,,"true",,0.739,
454,1,"00465-IRAddresses","205 BC Mine Rd, Grand Forks, BC",,72,"BLOCK",99,"[INITIAL_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.missing:10, STREET_TYPE.missing:6, PROVINCE.missing:1, FAULTS.tooMany:6]",,,,,"205",,"BC Mine","Rd","false",,"false",,"Grand Forks","City","RDKB Electoral Area D (Rural Grand Forks)","BC","SRID=4326;POINT(-118.5417578 49.1296346)","low","accessPoint",,2411205,,,,"active",,,"true",,71.463,
455,1,"00466-StreetNameWithMultipleSpellingMistakes","UNIT 15 -- 31235 Upper MacLure Rd, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","15",,"31235",,"Upper MacLure","Rd","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3592071 49.0608091)","high","parcelPoint","832b59e0-59a1-4028-a65a-25eace5fc2bd",430758,,"UNIT 15",,"active","9999-12-31","2023-12-08","true",,7.295,1462380
456,1,"00467-StreetNameWithMultipleSpellingMistakes","UNIT 338 -- 32830 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","338",,"32830",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","48ed5fe9-61f8-406f-b981-88e7fd07fdbf",2617631,,"UNIT 338",,"active","9999-12-31","2023-12-08","true",,0.788,2495402
457,1,"00468-StreetNameWithMultipleSpellingMistakes","UNIT 215 -- 32850 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","215",,"32850",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","9b997783-d7b9-4838-92e3-80a9ccc452fa",2617631,,"UNIT 215",,"active","9999-12-31","2023-12-08","true",,0.796,1047582
458,1,"00469-StreetNameWithMultipleSpellingMistakes","UNIT 117B -- 34313 Forrest Terr, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","117","B","34313",,"Forrest","Terr","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2765011 49.0346859)","high","parcelPoint","ab1987ef-f523-4b54-bb38-7f9e8a69a83c",159710,,"UNIT 117B",,"active","9999-12-31","2023-12-08","true",,0.553,1365855
459,1,"00470-StreetNameWithMultipleSpellingMistakes","UNIT 14 -- 43685 Chilliwack Mountain Rd, Chilliwack, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","14",,"43685",,"Chilliwack Mountain","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-122.0166373 49.1641524)","high","parcelPoint","2c2ce6be-b9cb-409e-b037-4ecef8ff2fc3",2400276,,"UNIT 14",,"active","9999-12-31","2023-12-08","true",,279.303,1065331
460,1,"00471-StreetNameWithMultipleSpellingMistakes","29 St SE, Salmon Arm, BC",,63,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.isAlias:4, STREET_DIRECTION.missing:2, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"29","St","false","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2509431 50.6873229)","coarse","streetPoint",,,,,,"active",,,"true",,24.971,
461,1,"00472-StreetNameWithMultipleSpellingMistakes","Whistler, BC",,56,"LOCALITY",68,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Whistler","Resort Municipality",,"BC","SRID=4326;POINT(-122.9544444 50.1169445)","coarse","localityPoint",,,,,,"active",,,"true",,18.112,
462,1,"00473-StreetNameWithMultipleSpellingMistakes","UNIT 2204 -- 7343 Okanagan Landing Rd, Vernon, BC",,88,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","2204",,"7343",,"Okanagan Landing","Rd","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.345325 50.2389897)","high","parcelPoint","4925032d-7e2d-4418-8475-1469e513deae",354892,,"UNIT 2204",,"active","9999-12-31","2023-12-08","true",,16.661,4266077
463,1,"00474-StreetNameWithMultipleSpellingMistakes","UNIT 66 -- 1930 Cedar Village Cres, North Vancouver, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","66",,"1930",,"Cedar Village","Cres","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.043715 49.3270342)","high","parcelPoint","9d253e89-00db-446c-80d3-ba0b160b95db",166103,,"UNIT 66",,"active","9999-12-31","2023-12-08","true",,949.192,2153738
464,1,"00475-StreetNameWithMultipleSpellingMistakes","UNIT 209 -- 8611 General Currie Rd, Richmond, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","209",,"8611",,"General Currie","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1283228 49.1596485)","high","parcelPoint","f48b10c3-c335-46db-ae8b-391986f96685",127602,,"UNIT 209",,"active","9999-12-31","2023-12-08","true",,0.68,2001638
465,1,"00476-StreetNameWithMultipleSpellingMistakes","UNIT 305 -- 1135 Windsor Mews, Coquitlam, BC",,91,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6]",,"UNIT","305",,"1135",,"Windsor","Mews","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7853704 49.2801267)","high","parcelPoint","a4bfb344-0592-466b-870a-e077b1d60a59",1907339,,"UNIT 305",,"active","9999-12-31","2023-12-08","true",,1.336,1102540
466,1,"00477-StreetNameWithOneSpellingMistakeAtFront","UNIT 106 -- 1355 Cumberland Rd, Courtenay, BC",,92,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6]",,"UNIT","106",,"1355",,"Cumberland","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0049707 49.6769203)","high","parcelPoint","544e5fed-75d3-4424-9367-22927a865b6f",1849534,,"UNIT 106",,"active","9999-12-31","2023-12-08","true",,23.67,1020429
467,1,"00478-AddressInSmallCommunityUsingLocalityAlias","352 W 14th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","78438998-a18b-4e5a-8194-c5a725361810",2416363,,,,"active","9999-12-31","2023-12-08","true",,63.287,3147438
468,1,"00479-AddressInSmallCommunityUsingLocalityAlias","1745 Esquimalt Ave, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1745",,"Esquimalt","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1612755 49.3309246)","medium","parcelPoint","947d3aa2-8b81-4f3e-a37b-554468cdb0ce",163306,,,,"active","9999-12-31","2023-12-08","true",,1.943,8001373
469,1,"00480-AddressInSmallCommunityUsingLocalityAlias","223 W 7th Ave, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"223",,"7th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1103425 49.2650219)","high","parcelPoint","2ff78638-a1f2-44fe-958a-0e67c9c9d501",100449,,,,"active","9999-12-31","2023-12-08","true",,15.546,4195797
470,1,"00481-UnitNumberAndCivicNumberSwapped","UNIT 1045 -- Haro St, Vancouver, BC",,76,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","1045",,,,"Haro","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1323651 49.2880745)","coarse","streetPoint",,,,"UNIT 1045",,"active",,,"true",,11.693,
471,1,"00482-UnitNumberAndCivicNumberSwapped","1177 103A Ave, Surrey, BC",,85,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_TYPE.missing:6]",,,,,"1177",,"103A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7921295 49.1899518)","low","accessPoint",,418379,,,,"active",,,"true",,9.444,
472,1,"00483-UnknownMulti-wordUnitDesignator","UNIT 221 -- 4280 Moncton St, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","221",,"4280",,"Moncton","St","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1799769 49.1242764)","high","parcelPoint","4b66701a-39a9-410f-bc34-3ba73c3dc040",351197,,"UNIT 221",,"active","9999-12-31","2023-12-08","true",,0.597,1518456
473,1,"00484-UnknownMulti-wordUunitDesignator","UNIT 54 -- 2938 Trafalgar St, Abbotsford, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","54",,"2938",,"Trafalgar","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3079844 49.054931)","high","parcelPoint","71016c6f-1a5e-41f2-a68f-2efe869224c7",161674,,"UNIT 54",,"active","9999-12-31","2023-12-08","true",,0.689,1257509
474,1,"00485-UnknownUnitNumberWithLetterPrefixGapped","UNIT A309 -- 10557 150 St, Surrey, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","A309",,"10557",,"150","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.806609 49.1944737)","high","parcelPoint","bd685634-9b89-4e2f-8f47-ed66554bfebf",478995,,"UNIT A309",,"active","9999-12-31","2023-12-08","true",,6.8,3149253
475,1,"00486-UnknownUnitNumberWithLetterPrefixGapped","UNIT C7 -- 6901 Island Hwy W, Bowser, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_DIRECTION.notPrefix:0]",,"UNIT","C7",,"6901",,"Island","Hwy","false","W","false",,"Bowser","Community","RDN Electoral Area H","BC","SRID=4326;POINT(-124.667109 49.4348563)","high","parcelPoint","16772256-827d-4452-bffe-bb1a9995499c",1835730,,"UNIT C7",,"active","9999-12-31","2023-12-08","true",,25.77,4072889
476,1,"00487-UnitNumberWithLetterPrefix","UNIT A114 -- 20211 66 Ave, Township of Langley, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","A114",,"20211",,"66","Ave","false",,"false",,"Township of Langley","District Municipality",,"BC","SRID=4326;POINT(-122.6633166 49.1235181)","high","parcelPoint","3d1d9b15-714d-4290-8eee-066b89995912",320513,,"UNIT A114",,"active","9999-12-31","2023-12-08","true",,5.883,1059975
477,1,"00488-ExtraWordAtFrontOfStreetName","UNIT 19 -- Mt Boucherie Pl, West Kelowna, BC",,73,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","19",,,,"Mt Boucherie","Pl","false",,"false",,"West Kelowna","Unknown",,"BC","SRID=4326;POINT(-119.5815689 49.8589959)","coarse","streetPoint",,,,"UNIT 19",,"active",,,"true",,638.836,
478,1,"00489-UnitNumberSuffixInBackAlley","UNIT 206A -- 555 Burrard St, Vancouver, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"UNIT","206","A","555",,"Burrard","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1188944 49.2860099)","low","accessPoint",,475835,,"UNIT 206A",,"active",,,"true",,3.63,
479,1,"00490-SiteNameInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,3.312,4083847
480,1,"00491-DuplicateStreetTypeInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,9.908,4083847
481,1,"00492-CareOfInBackAlley","1175 Douglas St, Victoria, BC",,96,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,7.102,4083847
482,1,"00493-DuplicateStreetAndLocalityInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,21.37,4083847
483,1,"00494-StreetNameWithSpecialCharacters","Pipeho:em Rd, Agassiz, BC",,78,"STREET",78,"[]",,,,,,,"Pipeho:em","Rd","false",,"false",,"Agassiz","Community",,"BC","SRID=4326;POINT(-121.7342045 49.259877)","coarse","streetPoint",,,,,,"active",,,"true",,0.111,
484,1,"00495-StreetNameWithSpecialCharacters","ʔEqeʔat’in ʔEten, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"ʔEqeʔat’in ʔEten",,"false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1683616 52.0139035)","coarse","streetPoint",,,,,,"active",,,"true",,0.188,
485,1,"00496-StreetNameWithSpecialCharacters","Tl’etinqox Rd, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"Tl’etinqox","Rd","false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1612612 52.0089565)","coarse","streetPoint",,,,,,"active",,,"true",,0.119,
486,1,"00497-StreetNameWithSpecialCharacters","Clinton/Loon Lake FSR, Hutchison Lake, BC",,78,"STREET",78,"[]",,,,,,,"Clinton/Loon Lake","FSR","false",,"false",,"Hutchison Lake","Unknown","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.2072936 51.2237932)","coarse","streetPoint",,,,,,"active",,,"true",,2.268,
487,1,"00498-ACrazy","UNIT 201A -- 201A A St, Abbotsford, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER_SUFFIX.notMatched:1]",,"UNIT","201","A","201","A","A","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2608685 49.0060455)","low","accessPoint",,452835,,"UNIT 201A",,"active",,,"true",,22.691,
488,1,"00499-NonIntersectionOfRoadAndHwy","Chancellor Ave, View Royal, BC",,69,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,,,"Chancellor","Ave","false",,"false",,"View Royal","Town",,"BC","SRID=4326;POINT(-123.4279813 48.4648587)","coarse","streetPoint",,,,,,"active",,,"true",,16.848,
489,1,"00500-NoisyAddress","1 Centennial Sq, Victoria, BC",,92,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2]",,,,,"1",,"Centennial","Sq","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3657434 48.4287096)","high","parcelPoint","052f078a-6c37-4ede-bbf8-5bfb6f5e138a",304974,,,,"active","9999-12-31","2023-12-08","true",,2.998,2983771
490,1,"00501-StreetNameCompoundWordsSeparated","12312 Horseshoe Way, Richmond, BC",,98,"BLOCK",99,"[STREET_NAME.partialMatch:1]",,,,,"12312",,"Horseshoe","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.0988494 49.1233204)","low","accessPoint",,128283,,,,"active",,,"true",,3.854,
491,1,"00502-StreetNameCompoundWordsSeparated","101 Seaview St, Sayward, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"101",,"Seaview","St","false",,"false",,"Sayward","Village",,"BC","SRID=4326;POINT(-125.9633841 50.3858383)","high","parcelPoint","ecb1ca31-b857-4ada-b51c-42799ed40c4b",263931,,,,"active","9999-12-31","2023-12-08","true",,28.89,1684375
492,1,"00503-LocalityNameWithSplitWords","1090 Ironwood St, Campbell River, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1090",,"Ironwood","St","false",,"false",,"Campbell River","City",,"BC","SRID=4326;POINT(-125.2561963 50.0253168)","high","parcelPoint","77f4b1cc-2244-4e32-9ed5-9263d77fbe2c",262744,,,,"active","9999-12-31","2023-12-08","true",,4.089,3438603
493,1,"00504-siteNameWithTerminalAndMissingStreetName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,4.585,
494,1,"00505-siteNameWithPortAndMissingStreetName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.669,

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for com.revolsys.open:revolsys-web:6.1.x-SNAPSHOT: Could not find artifact com.revolsys.open:revolsys-parent:pom:6.1.x-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 11, column 11
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project com.revolsys.open:revolsys-web:6.1.x-SNAPSHOT (/workspace/source/revolsys-web/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for com.revolsys.open:revolsys-web:6.1.x-SNAPSHOT: Could not find artifact com.revolsys.open:revolsys-parent:pom:6.1.x-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 11, column 11 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Concurrent Processing Framework [pom]
[INFO] Concurrent Processing Framework Business Application Plugin API [jar]
[INFO] Concurrent Processing Framework Client Java API [jar]
[INFO] Concurrent Processing Framework Application Java API [jar]
[INFO] Concurrent Processing Framework API Worker [jar]
[INFO] Concurrent Processing Framework Base WAR Web Application [war]
[INFO] Concurrent Processing Framework Base WAR Worker [war]
[INFO] CPF Plug-in Maven Arechtype [maven-archetype]
[INFO] Concurrent Processing Framework Archetype Web [maven-archetype]
[INFO] CPF Test Plugins [jar]
[INFO] Digest Plug-in [jar]
[INFO] Geometry Validation Plug-in [jar]
[INFO] Mandelbrot Plug-in [jar]
[INFO] Map Tile Plug-in [jar]
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-parent >--------------------
[INFO] Building Concurrent Processing Framework 7b72f92 [1/14]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-parent ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-parent ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-parent ---
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-parent ---
[INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/target/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-plugin >------------------
[INFO] Building Concurrent Processing Framework Business Application Plugin API 7b72f92 [2/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-plugin/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 37 source files to /workspace/source/cpf-api-plugin/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-plugin ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-plugin ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-plugin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-plugin ---
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-plugin/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-client >------------------
[INFO] Building Concurrent Processing Framework Client Java API 7b72f92 [3/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /workspace/source/cpf-api-client/target/classes
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cpf-api-client ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-client ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-client ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-client ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-client ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-client ---
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-client/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/target/site/java-api
[INFO] Copying 2 resources to template
[INFO]
[INFO] --- jsdoctk-plugin:2.3.2:jsdoc (javascript-api) @ cpf-api-client ---
[INFO] Copying JSDoc Toolkit to temporary directory.
[INFO] JSDoc Toolkit copied to temporary directory, execution will commense shortly.
[INFO] Will be generating JSDoc for '/workspace/source/cpf-api-client/src/main/js'.
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-api-app >-------------------
[INFO] Building Concurrent Processing Framework Application Java API 7b72f92 [4/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 25 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 84 source files to /workspace/source/cpf-api-app/target/classes
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java uses or overrides a deprecated API.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-app ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-app ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-app ---
[INFO] Building jar: /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-app ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-app ---
[INFO] Building jar: /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-app ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-app ---
[INFO] Installing /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-app/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) > generate-sources @ cpf-api-app >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-app ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) < generate-sources @ cpf-api-app <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) @ cpf-api-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-worker >------------------
[INFO] Building Concurrent Processing Framework API Worker 7b72f92 [5/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-worker ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-worker ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-worker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-worker/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-worker ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /workspace/source/cpf-api-worker/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-worker ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-worker ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-worker ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-worker ---
[INFO] Building jar: /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-worker ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-worker ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-worker ---
[INFO] Building jar: /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-worker ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-worker ---
[INFO] Installing /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-worker/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-war-app >-------------------
[INFO] Building Concurrent Processing Framework Base WAR Web Application 7b72f92 [6/14]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-war-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-war-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-war-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-war-app/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-war-app ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-war-app ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-war-app ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-war-app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ cpf-war-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cpf-war-app] in [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Processing war project
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-client/target] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-client/src/main/js/] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-plugin/target] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/src/main/webapp] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp resources [/workspace/source/cpf-war-app/src/main/webapp]
[INFO] Webapp assembled in [1768 msecs]
[INFO] Building war: /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-war-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-war-app ---
[INFO] Skipping because packaging 'war' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-war-app ---
[INFO] Building jar: /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-war-app ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-war-app ---
[INFO] Installing /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO] Installing /workspace/source/cpf-war-app/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-war-worker >------------------
[INFO] Building Concurrent Processing Framework Base WAR Worker 7b72f92 [7/14]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-war-worker ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-war-worker ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-war-worker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-war-worker ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-war-worker ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-war-worker ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-war-worker ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ cpf-war-worker ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cpf-war-worker] in [/workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Processing war project
[INFO] Copying webapp resources [/workspace/source/cpf-war-worker/src/main/webapp]
[INFO] Webapp assembled in [710 msecs]
[INFO] Building war: /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-war-worker ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-war-worker ---
[INFO] Skipping because packaging 'war' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-war-worker ---
[INFO] Building jar: /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-war-worker ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-war-worker ---
[INFO] Installing /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO] Installing /workspace/source/cpf-war-worker/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --------------< ca.bc.gov.open.cpf:cpf-archetype-plugin >---------------
[INFO] Building CPF Plug-in Maven Arechtype 7b72f92 [8/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ cpf-archetype-plugin ---
[INFO] Copying 11 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ cpf-archetype-plugin ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ cpf-archetype-plugin ---
[INFO] Building archetype jar: /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-archetype-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-archetype-plugin ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ cpf-archetype-plugin ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-archetype-plugin ---
[INFO] Building jar: /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ cpf-archetype-plugin ---
[INFO] Installing /workspace/source/cpf-archetype-plugin/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ cpf-archetype-plugin ---
[INFO]
[INFO] ----------------< ca.bc.gov.open.cpf:cpf-archetype-web >----------------
[INFO] Building Concurrent Processing Framework Archetype Web 7b72f92 [9/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-archetype-web ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-archetype-web ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ cpf-archetype-web ---
[INFO] Copying 12 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ cpf-archetype-web ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ cpf-archetype-web ---
[INFO] Building archetype jar: /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-archetype-web ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-archetype-web ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ cpf-archetype-web ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-archetype-web ---
[INFO] Building jar: /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-archetype-web ---
[INFO]
[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ cpf-archetype-web ---
[INFO] Installing /workspace/source/cpf-archetype-web/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ cpf-archetype-web ---
[INFO]
[INFO] ------------------< ca.bc.gov.open.cpf.plugins:test >-------------------
[INFO] Building CPF Test Plugins 7b72f92 [10/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ test ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ test ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /workspace/source/plugins/test/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ test ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ test ---
[INFO] Building jar: /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ test ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ test ---
[INFO] Building jar: /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ test ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ test ---
[INFO] Installing /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/test/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf.plugins:digest >------------------
[INFO] Building Digest Plug-in 7b72f92 [11/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ digest ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ digest ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ digest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ digest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /workspace/source/plugins/digest/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ digest ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ digest ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ digest ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ digest ---
[INFO] Building jar: /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ digest ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ digest ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ digest ---
[INFO] Building jar: /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ digest ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ digest ---
[INFO] Installing /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/digest/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------< ca.bc.gov.open.cpf.plugins:geometry-validation >-----------
[INFO] Building Geometry Validation Plug-in 7b72f92 [12/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ geometry-validation ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ geometry-validation ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geometry-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ geometry-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /workspace/source/plugins/geometry-validation/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geometry-validation ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ geometry-validation ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geometry-validation ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ geometry-validation ---
[INFO] Building jar: /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ geometry-validation ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ geometry-validation ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ geometry-validation ---
[INFO] Building jar: /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ geometry-validation ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ geometry-validation ---
[INFO] Installing /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/geometry-validation/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< ca.bc.gov.open.cpf.plugins:mandelbrot >----------------
[INFO] Building Mandelbrot Plug-in 7b72f92 [13/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ mandelbrot ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ mandelbrot ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mandelbrot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mandelbrot ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /workspace/source/plugins/mandelbrot/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mandelbrot ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mandelbrot ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mandelbrot ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ mandelbrot ---
[INFO] Building jar: /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ mandelbrot ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ mandelbrot ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ mandelbrot ---
[INFO] Building jar: /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ mandelbrot ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ mandelbrot ---
[INFO] Installing /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/mandelbrot/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ----------------< ca.bc.gov.open.cpf.plugins:map-tile >-----------------
[INFO] Building Map Tile Plug-in 7b72f92 [14/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ map-tile ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ map-tile ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ map-tile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ map-tile ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /workspace/source/plugins/map-tile/target/classes
[INFO] /workspace/source/plugins/map-tile/src/main/java/ca/bc/gov/open/cpf/plugins/maptile/MapTileByLocation.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/plugins/map-tile/src/main/java/ca/bc/gov/open/cpf/plugins/maptile/MapTileByLocation.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ map-tile ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ map-tile ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ map-tile ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ map-tile ---
[INFO] Building jar: /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ map-tile ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ map-tile ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ map-tile ---
[INFO] Building jar: /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ map-tile ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ map-tile ---
[INFO] Installing /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/map-tile/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Concurrent Processing Framework 7b72f92:
[INFO]
[INFO] Concurrent Processing Framework .................... SUCCESS [ 8.066 s]
[INFO] Concurrent Processing Framework Business Application Plugin API SUCCESS [ 13.006 s]
[INFO] Concurrent Processing Framework Client Java API .... SUCCESS [ 12.523 s]
[INFO] Concurrent Processing Framework Application Java API SUCCESS [ 9.507 s]
[INFO] Concurrent Processing Framework API Worker ......... SUCCESS [ 3.118 s]
[INFO] Concurrent Processing Framework Base WAR Web Application SUCCESS [ 6.041 s]
[INFO] Concurrent Processing Framework Base WAR Worker .... SUCCESS [ 4.583 s]
[INFO] CPF Plug-in Maven Arechtype ........................ SUCCESS [ 2.952 s]
[INFO] Concurrent Processing Framework Archetype Web ...... SUCCESS [ 1.321 s]
[INFO] CPF Test Plugins ................................... SUCCESS [ 1.983 s]
[INFO] Digest Plug-in ..................................... SUCCESS [ 1.841 s]
[INFO] Geometry Validation Plug-in ........................ SUCCESS [ 1.325 s]
[INFO] Mandelbrot Plug-in ................................. SUCCESS [ 1.442 s]
[INFO] Map Tile Plug-in ................................... SUCCESS [ 1.717 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:10 min
[INFO] Finished at: 2024-01-09T06:03:38Z
[INFO] ------------------------------------------------------------------------

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

"sequenceNumber","resultNumber","yourId","fullAddress","intersectionName","score","matchPrecision","precisionPoints","faults","siteName","unitDesignator","unitNumber","unitNumberSuffix","civicNumber","civicNumberSuffix","streetName","streetType","isStreetTypePrefix","streetDirection","isStreetDirectionPrefix","streetQualifier","localityName","localityType","electoralArea","provinceCode","location","locationPositionalAccuracy","locationDescriptor","siteID","blockID","intersectionID","fullSiteDescriptor","accessNotes","siteStatus","siteRetireDate","changeDate","isOfficial","degree","executionTime","sid"
1,1,"00002-civicAddressWithCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.284,3570324
2,1,"00003-civicAddressWithCivicNumberSuffix","4251A Rockbank Pl, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4251","A","Rockbank","Pl","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2420986 49.3459404)","high","parcelPoint","6397230a-0569-43c8-855e-d84558230db4",342044,,,,"active","9999-12-31","2023-12-08","true",,0.269,2714851
3,1,"00004-civicAddressWithOrdinalCivicNumberSuffix","749E Lakeview Arrow Creek Rd, Wynndel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"749","E","Lakeview Arrow Creek","Rd","false",,"false",,"Wynndel","Community","RDCK Electoral Area C","BC","SRID=4326;POINT(-116.5097552 49.154316)","high","parcelPoint","4b6d3737-4ae6-437b-8a9e-2f209c86c996",2512792,,,,"active","9999-12-31","2023-12-08","true",,6.221,1073929
4,1,"00005-civicAddressWithStreetDirection","456 Gorge Rd E, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.112,3001643
5,1,"00006-civicAddressWithoutStreetDirection","1804 Cedar Dr, Squamish, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1804",,"Cedar","Dr","false",,"false",,"Squamish","District Municipality",,"BC","SRID=4326;POINT(-123.1352813 49.6988427)","high","parcelPoint","29f2655d-ddcb-453c-8f23-7618396a6580",173758,,,,"active","9999-12-31","2023-12-08","true",,0.171,1018699
6,1,"00007-civicAddressWithPrefixStreetDirection","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.139,4174579
7,1,"00008-civicAddressWithStreetNameContainingDirectionWord","947 North Park St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"947",,"North Park","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3566146 48.4293207)","high","parcelPoint","042f4847-e5e5-4c07-bbaf-6e75e43a8577",512719,,,,"active","9999-12-31","2023-12-08","true",,30.603,3897960
8,1,"00009-CivicAddressWithAbbreviatedStreetName","Stelly's Cross Rd, Central Saanich, BC",,78,"STREET",78,"[]",,,,,,,"Stelly's Cross","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4390875 48.579717)","coarse","streetPoint",,,,,,"active",,,"true",,0.383,
9,1,"00010-CivicAddressWithAbbreviatedStreetName","3928 Cedar Hill Cross Rd, Saanich, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3928",,"Cedar Hill Cross","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3477591 48.4659559)","high","parcelPoint","b767e6b4-5af5-428e-acb3-f39fe7a6b952",384645,,,,"active","9999-12-31","2023-12-08","true",,16.35,3290984
10,1,"00011-CivicAddressWithAbbreviatedLocalityName","7495 Columbia Ave, Radium Hot Springs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7495",,"Columbia","Ave","false",,"false",,"Radium Hot Springs","Village",,"BC","SRID=4326;POINT(-116.0777622 50.6205387)","high","parcelPoint","f2f7536d-dd71-46eb-8c1a-5c902035c8e5",338710,,,,"active","9999-12-31","2023-12-08","true",,1.296,4184338
11,1,"00012-civicAddressWithoutProvinceCode","2050 SW Marine Dr, Vancouver, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.135,4174579
12,1,"00013-civicAddressWithProvinceName","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.174,4174579
13,1,"00014-civicAddressWithoutUnit","10372 99 St, Taylor, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10372",,"99","St","false",,"false",,"Taylor","District Municipality",,"BC","SRID=4326;POINT(-120.6811336 56.1548566)","high","parcelPoint","2bb29d69-9d7c-4eac-ad9d-28c6528d63fd",238496,,,,"active","9999-12-31","2023-12-08","true",,1.715,3682455
14,1,"00015-civicAddressWithUnitWithoutUnitDesignator","UNIT 170 -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170",,"active","9999-12-31","2023-12-08","true",,3.042,4363977
15,1,"00016-civicAddressWithUnitAfterStreetType","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.368,2064187
16,1,"00017-civicAddressWithUnitBeforeCivicNumber","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.202,2064187
17,1,"00018-civicAddressWithUnitBeforeCivicNumberandWithoutFrontGate","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.095,2064187
18,1,"00019-civicAddressWithUnitandKnownSiteName","UNIT 170 DOUGLAS COLLEGE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOUGLAS COLLEGE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 DOUGLAS COLLEGE",,"active","9999-12-31","2023-12-08","true",,6.226,4363977
19,1,"00020-civicAddressWithSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,5.277,
20,1,"00021-civicAddressWithPartialSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,1.069,
21,1,"00022-civicAddressWithSiteNameAndMissingCivicNumber","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.097,
22,1,"00023-civicAddressWithNumberForStreetName","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","63359f5d-feb8-4078-a53d-cf7597dedf72",241168,,,,"active","9999-12-31","2023-12-08","true",,15.795,1453435
23,1,"00024-civicAddressWithUnitNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.107,
24,1,"00025-CivicNumberWithHighwayStreetName","4390 Hwy 33, Beaverdell, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4390",,"33","Hwy","true",,"false",,"Beaverdell","Community","RDKB Electoral Area E (West Boundary)","BC","SRID=4326;POINT(-119.0335607 49.3035999)","high","parcelPoint","f0dfb4fd-5be0-4df9-bdc1-f99acad96a10",571497,,,,"active","9999-12-31","2023-12-08","true",,1.215,4097984
25,1,"00026-CivicAddressWithoutProvinceCode","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.073,3570324
26,1,"00027-CivicAddressWithoutLocality","525 Superior St, Victoria, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY.missing:10]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.191,3570324
27,1,"00028-CivicAddressWithoutStreetName","Kamloops, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3391667 50.6755556)","coarse","localityPoint",,,,,,"active",,,"true",,0.332,
28,1,"00029-CivicAddressWithoutStreetType","661A Market Hill, Vancouver, BC",,94,"CIVIC_NUMBER",100,"[STREET_TYPE.missing:6]",,,,,"661","A","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","b2855281-bebf-45d1-9bfe-a451a77941ca",265705,,,,"active","9999-12-31","2023-12-08","true",,1.198,1154850
29,1,"00030-CivicAddressWithoutStreetDirection","456 Gorge Rd E, Victoria, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.94,3001643
30,1,"00031-CivicAddressWithoutCivicNumber","Superior St, Victoria, BC",,78,"STREET",78,"[]",,,,,,,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3742047 48.4187396)","coarse","streetPoint",,,,,,"active",,,"true",,0.081,
31,1,"00032-CivicAddressWithUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.172,1897827
32,1,"00033-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.277,1897827
33,1,"00034-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.316,1897827
34,1,"00035-CivicAddressWithoutUnitDesignator","850 Saucier Ave, Kelowna, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","ff8c0c0f-008d-4c64-b706-20b249dd9dfa",423686,,,,"active","9999-12-31","2023-12-08","true",,0.279,3801227
35,1,"00036-CivicAddressWithoutUnitNumber","UNIT -- 850 Saucier Ave, Kelowna, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"UNIT",,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","ff8c0c0f-008d-4c64-b706-20b249dd9dfa",423686,,"UNIT",,"active","9999-12-31","2023-12-08","true",,0.191,3801227
36,1,"00037-CivicAddressWithoutUnitNumber","APT -- 1359 Porlier Pass Rd, Galiano Island, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"APT",,,"1359",,"Porlier Pass","Rd","false",,"false",,"Galiano Island","Unknown","CAPRD Southern Gulf Islands Electoral Area","BC","SRID=4326;POINT(-123.3619085 48.8934868)","medium","parcelPoint","4932e455-d8e3-4068-8cee-b690c18ec3cd",2652387,,"APT",,"active","9999-12-31","2023-12-08","true",,1.047,8004937
37,1,"00038-CivicAddressWithoutLocalityProvinceCode","3520 Wentworth Ave, West Vancouver, BC",,89,"CIVIC_NUMBER",100,"[LOCALITY.missing:10, PROVINCE.missing:1]",,,,,"3520",,"Wentworth","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2152473 49.3466751)","high","parcelPoint","03afe195-9300-4685-a674-b5ec3293c0c1",570447,,,,"active","9999-12-31","2023-12-08","true",,3.119,2836372
38,1,"00039-CivicAddressWithUnitAttachedToCivicNumber","Lorne St, Kamloops, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lorne","St","false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3275514 50.6782177)","coarse","streetPoint",,,,,,"active",,,"true",,4.261,
39,1,"00040-CivicAddressWithNonNumeric CivicNumber","A-B Connector Rd, Richmond, BC",,70,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:1, STREET_TYPE.notMatched:3, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"A-B Connector","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1809151 49.1921731)","coarse","streetPoint",,,,,,"active",,,"true",,64.185,
40,1,"00041-CivicAddressSwappedCharactersInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,9.872,
41,1,"00042-CivicAddressSwappedCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,9.432,3286476
42,1,"00043-CivicAddressSwappedCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,62.628,3286476
43,1,"00044-CivicAddressSwappedCharactersInStreetNameLocality","30 Firth Cres, Mackenzie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2, STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,92.96,3286476
44,1,"00045-CivicAddressWrongCharacterInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,8.348,
45,1,"00046-CivicAddressWrongCharacterInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,103.68,3286476
46,1,"00047-CivicAddressWrongCharacterInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,44.06,3286476
47,1,"00048-CivicAddressMissingWordInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,2.551,
48,1,"00049-CivicAddressWrongWordInStreetName","6006 Happy Valley Rd, Summerland, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","3b59fae5-17dc-4f0b-a35d-7117840c75b6",61656,,,,"active","9999-12-31","2023-12-08","true",,0.635,2052236
49,1,"00050-CivicAddressMissingFirstWordInStreetName","Valleyview Rd, Penticton, BC",,72,"STREET",78,"[STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Valleyview","Rd","false",,"false",,"Penticton","City",,"BC","SRID=4326;POINT(-119.5742878 49.4516623)","coarse","streetPoint",,,,,,"active",,,"true",,79.915,
50,1,"00051-CivicAddressMissingFirstWordInLocalityName","UNIT 1323 -- 5 Gore Ave, Vancouver, BC",,86,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_NAME.spelledWrong:2, STREET_TYPE.notPrefix:0]",,"UNIT","1323",,"5",,"Gore","Ave","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0979684 49.2846438)","low","accessPoint",,105284,,"UNIT 1323",,"active",,,"true",,22.227,
51,1,"00052-CivicAddressMissingFirstWordInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,5.796,
52,1,"00053-CivicAddressMissingCharactersInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,7.105,
53,1,"00054-CivicAddressWrongWordInStreetName","Community Center Rd, Grand Forks, BC",,78,"STREET",78,"[]",,,,,,,"Community Center","Rd","false",,"false",,"Grand Forks","City",,"BC","SRID=4326;POINT(-118.4881692 49.0174056)","coarse","streetPoint",,,,,,"active",,,"true",,0.556,
54,1,"00055-CivicAddressMissingCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,40.172,3286476
55,1,"00056-CivicAddressMissingCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,44.2,3286476
56,1,"00057-CivicAddressWrongAbbreviationInLocality","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","0f5b74f4-dda0-44a7-b0e2-3473c17973df",484911,,,,"active","9999-12-31","2023-12-08","true",,6.177,1860086
57,1,"00058-CivicAddressWrongProvinceCode","30 Firth Cres, Mackenzie, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.notMatched:1]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,0.777,3286476
58,1,"00059-CivicAddressWrongLocality","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.partialMatch:1]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,1.881,3951760
59,1,"00060-CivicAddressWrongStreetType","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[STREET_TYPE.notMatched:3]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,2.591,3951760
60,1,"00061-CivicAddressWrongStreetDirection","456 Gorge Rd E, Victoria, BC",,97,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2, PROVINCE.missing:1]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.785,3001643
61,1,"00062-CivicAddressMispelledStreetName","952 Comox Ave, Prince Rupert, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,15.831,3951760
62,1,"00063-CivicAddressWithMisplacedStreetDirection","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","63359f5d-feb8-4078-a53d-cf7597dedf72",241168,,,,"active","9999-12-31","2023-12-08","true",,16.426,1453435
63,1,"00064-CivicAddressWithMisplacedStreetDirection","2186 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notSuffix:0]",,,,,"2186",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1585049 49.2182009)","high","parcelPoint","9edb997b-7f36-4dc7-833f-e568324b3d5f",104099,,,,"active","9999-12-31","2023-12-08","true",,4.797,2902304
64,1,"00065-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","881c3c68-0f07-4b07-b93a-f796d820e28d",2646210,,,,"active","9999-12-31","2023-12-08","true",,38.357,3393400
65,1,"00066-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","881c3c68-0f07-4b07-b93a-f796d820e28d",2646210,,,,"active","9999-12-31","2023-12-08","true",,30.339,3393400
66,1,"00067-CivicAddressWithMisplacedStreetType","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,3.301,2287750
67,1,"00069-CivicAddressWithUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,19.425,2287750
68,1,"00070-CivicAddressWithUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","0db17158-e0f2-48a4-8460-e70997a45283",323579,,,,"active","9999-12-31","2023-12-08","true",,17.523,1239002
69,1,"00071-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,26.236,2287750
70,1,"00072-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notPrefix:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","0db17158-e0f2-48a4-8460-e70997a45283",323579,,,,"active","9999-12-31","2023-12-08","true",,21.742,1239002
71,1,"00073-CivicAddressUnknownLocality","626 Lindley Dr, West Kelowna, BC",,93,"BLOCK",99,"[LOCALITY.spelledWrong:2, LOCALITY.isAlias:4]",,,,,"626",,"Lindley","Dr","false",,"false",,"West Kelowna","Unknown","RDCO Central Okanagan West Electoral Area","BC","SRID=4326;POINT(-119.5404528 49.8943439)","low","accessPoint",,571162,,,,"active",,,"true",,5.893,
72,1,"00074-CivicAddressUnknownStreetDirection","456 Gorge Rd E, Victoria, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.863,3001643
73,1,"00075-CivicAddressUnknownStreetType","561 Salmon Rd, Central Saanich, BC",,96,"BLOCK",99,"[STREET_TYPE.notMatched:3]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,11.628,
74,1,"00076-CivicAddressUnknownStreetName","561 Salmon Rd, Central Saanich, BC",,97,"BLOCK",99,"[STREET_NAME.spelledWrong:2]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,132.789,
75,1,"00077-CivicAddressUnknownCivicNumber","Hwy 97B SE, Salmon Arm, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"97B","Hwy","true","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2201925 50.6811245)","coarse","streetPoint",,,,,,"active",,,"true",,82.742,
76,1,"00078-CivicAddressUnknownUnitDescriptor","UNIT 128 ABODE -- 850 Saucier Ave, Kelowna, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]","ABODE","UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128 ABODE",,"active","9999-12-31","2023-12-08","true",,0.305,1897827
77,1,"00079-CivicAddressStreetDirectionForUndirectedStreet","109 Quarry Dr, Salt Spring Island, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2]",,,,,"109",,"Quarry","Dr","false",,"false",,"Salt Spring Island","Unknown","CAPRD Saltspring Island Electoral Area","BC","SRID=4326;POINT(-123.5626031 48.8754044)","high","parcelPoint","ed895675-3557-4f54-aebb-865fddb565d7",2402870,,,,"active","9999-12-31","2023-12-08","true",,7.989,2688433
78,1,"00080-CivicAddressWithMailBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.378,3570324
79,1,"00081-CivicAddressWithMailBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.338,3570324
80,1,"00082-CivicAddressWithBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.327,3570324
81,1,"00083-CivicAddressWithBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.319,3570324
82,1,"00084-CivicAddressWithCompAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.338,3570324
83,1,"00085-CivicAddressWithCompAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.314,3570324
84,1,"00086-CivicAddressWithLcdAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.332,3570324
85,1,"00087-CivicAddressWithLcdAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.322,3570324
86,1,"00088-CivicAddressWithPostalCodeAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.311,3570324
87,1,"00089-CivicAddressWithPostalCodeAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.312,3570324
88,1,"00090-CivicAddressWithRuralRouteAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.314,3570324
89,1,"00091-CivicAddressWithRuralRouteAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.327,3570324
90,1,"00092-CivicAddressWithRuralRouteStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.316,3570324
91,1,"00093-CivicAddressWithRuralRouteStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.34,3570324
92,1,"00094-CivicAddressWithUnabbreviatedRuralRoute","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.323,3570324
93,1,"00095-CivicAddresswithPostBoxStnNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.202,
94,1,"00096-CivicAddressWithPostBoxStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.377,3570324
95,1,"00097-CivicAddressWithPostBoxStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.333,3570324
96,1,"00098-CivicAddresswithPostBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.137,
97,1,"00099-CivicAddressWithPostBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.331,3570324
98,1,"00100-CivicAddressWithPostBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.338,3570324
99,1,"00101-CivicAddresswithBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.125,
100,1,"00102-CivicAddressWithBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.326,3570324
101,1,"00103-CivicAddressWithBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.32,3570324
102,1,"00104-CivicAddressWithFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,5.716,4260507
103,1,"00105-CivicAddressWithReverseFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,14.154,4260507
104,1,"00106-CivicAddressWithUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,5.778,4260507
105,1,"00107-CivicAddressWithReverseUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,14.205,4260507
106,1,"00108-SimpleInterpolatedCivicAddress","5742 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5742",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0134698 49.2299803)","low","accessPoint",,2586590,,,,"active",,,"true",,0.136,
107,1,"00109-AdaptiveInterpolatedCivicAddress","5686 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5686",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0168146 49.2298375)","low","accessPoint",,2586590,,,,"active",,,"true",,0.072,
108,1,"00110-CivicAddressWithKnownCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.077,3570324
109,1,"00111-CivicAddressWithKnownMainEntrance","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.069,3570324
110,1,"00112-CivicAddressWithKnownParcelPoint","5706 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5706",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0159456 49.2298132)","high","parcelPoint","d2458816-e87a-4835-ad7f-3da875eaf381",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.066,3914830
111,1,"00113-CivicAddressWithKnownFrontDoorAndUnknownParcelPoint","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.097,
112,1,"00114-CivicAddressWithUnKnownFrontDoorAndKnownParcelPoint","5712 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5712",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0156988 49.2298087)","high","parcelPoint","4ea88cf9-c8e1-44b2-8c0c-d238b5e91222",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.073,3530385
113,1,"00115-IntersectionAddressWithTwoStreetsInAscendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"8fdc9d21-1489-4470-81d8-91970f6bee19",,,"active",,,"true",4,19.675,
114,1,"00116-IntersectionAddressWithTwoStreetsInDescendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"8fdc9d21-1489-4470-81d8-91970f6bee19",,,"active",,,"true",4,34.327,
115,1,"00117-IntersectionAddressWithFourStreets","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,921.706,
116,1,"00118-IntersectionAddressWithStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"16938575-9d8c-42ab-a8f4-daac32a6014b",,,"active",,,"true",3,0.57,
117,1,"00119-IntersectionAddressWithMissingStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"16938575-9d8c-42ab-a8f4-daac32a6014b",,,"active",,,"true",3,0.222,
118,1,"00120-IntersectionAddressWithoutStreetDirection","Begbie St and Johnson St, Victoria, BC","Begbie St and Johnson St",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3419611 48.4272692)","high","intersectionPoint",,,"57828176-9618-4319-b851-d450f7355481",,,"active",,,"true",3,1.928,
119,1,"00121-IntersectionAddressWithPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"fb63e02a-7823-44d4-965c-3b7d3b538242",,,"active",,,"true",3,3.802,
120,1,"00122-IntersectionAddressWithMissingPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2, STREET_DIRECTION.notSuffix:0]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"fb63e02a-7823-44d4-965c-3b7d3b538242",,,"active",,,"true",3,1.749,
121,1,"00123-IntersectionAddressWithPrefixStreetDirectionAndStreetNameContainingDirectionWord","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.105,
122,1,"00124-IntersectionAddressWithoutProvinceCode","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",99,"INTERSECTION",100,"[PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.269,
123,1,"00125-IntersectionAddressWithProvinceName","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.505,
124,1,"00126-IntersectionAddressWrongLocality","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",93,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, LOCALITY.isAlias:4]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,3.099,
125,1,"00127-IntersectionAddressWrongStreetType","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",85,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,21.65,
126,1,"00128-IntersectionAddressWrongStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,21.112,
127,1,"00129-IntersectionAddressUnknownLocality","George Junction, Surrey, BC",,60,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_NAME.spelledWrong:2, FAULTS.tooMany:6]",,,,,,,"George Junction",,"false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8436983 49.1816386)","coarse","streetPoint",,,,,,"active",,,"true",,42.158,
128,1,"00130-IntersectionAddressUnknownStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,20.95,
129,1,"00131-IntersectionAddressStreetDirectionForUndirectedStreet","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.9,
130,1,"00132-CivicAddressNumberedStreetWithoutTH","955 13th Ave, Valemount, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"955",,"13th","Ave","false",,"false",,"Valemount","Village",,"BC","SRID=4326;POINT(-119.2562088 52.8244902)","high","parcelPoint","77bcbe45-e610-4136-bc6f-5e1ab44226f8",2657065,,,,"active","9999-12-31","2023-12-08","true",,3.544,3340468
131,1,"00133-Street","Wells Rd, Chilliwack, BC",,78,"STREET",78,"[]",,,,,,,"Wells","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9710217 49.1348039)","coarse","streetPoint",,,,,,"active",,,"true",,0.269,
132,1,"00134-CivicAddressFailedInPast","1090 Marine Dr, Port Alice, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1090",,"Marine","Dr","false",,"false",,"Port Alice","Village",,"BC","SRID=4326;POINT(-127.4882951 50.4256588)","high","parcelPoint","973ddaed-c28c-443c-98a4-f10cbbbad7bc",386923,,,,"active","9999-12-31","2023-12-08","true",,1.826,2035733
133,1,"00135-CivicAddressFailedInPast","1772 Hwy 97, 70 Mile House, BC",,100,"CIVIC_NUMBER",100,"[STREET_NAME.isHighwayAlias:0]",,,,,"1772",,"97","Hwy","true",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.388392 51.3175653)","high","parcelPoint","19c012dd-88c3-4337-99a6-63f932cc4d0c",485724,,,,"active","9999-12-31","2023-12-08","true",,9.369,3833822
134,1,"00136-CivicAddressFailedInPast","3545 Prince Edward St, Vancouver, BC",,99,"BLOCK",99,"[]",,,,,"3545",,"Prince Edward","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0966457 49.2534421)","low","accessPoint",,105930,,,,"active",,,"true",,3.182,
135,1,"00137-CivicAddressFailedInPast","671D Market Hill, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"671","D","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","b0c2f51d-cc2b-4684-a89f-968ce99f0677",265705,,,,"active","9999-12-31","2023-12-08","true",,0.099,2290321
136,1,"00138-CivicAddressFailedInPast","100 Mile House, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"100 Mile House","District Municipality",,"BC","SRID=4326;POINT(-121.2955555 51.6425)","coarse","localityPoint",,,,,,"active",,,"true",,1.185,
137,1,"00139-CivicAddressFailedInPast","Willow Dr, 70 Mile House, BC",,78,"STREET",78,"[]",,,,,,,"Willow","Dr","false",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3940095 51.3174337)","coarse","streetPoint",,,,,,"active",,,"true",,2.637,
138,1,"00140-CivicAddressFailedInPast","Gorge Bridge and Gorge Bridge, Esquimalt, BC","Gorge Bridge and Gorge Bridge",88,"INTERSECTION",100,"[STREET_QUALIFIER.missing:1, LOCALITY.missing:10, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.4003273 48.4462962)","high","intersectionPoint",,,"90f60e51-5e93-4924-bfda-d4e122f5e016",,,"active",,,"true",2,5.716,
139,1,"00141-CivicAddressFailedInPast","Vancouver, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1138889 49.2608333)","coarse","localityPoint",,,,,,"active",,,"true",,0.234,
140,1,"00142-CivicAddressNotInAnyAddressRange","Commercial Dr, Dease Lake, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Commercial","Dr","false",,"false",,"Dease Lake","Community","RDKS Electoral Area F","BC","SRID=4326;POINT(-129.9874801 58.4338875)","coarse","streetPoint",,,,,,"active",,,"true",,36.106,
141,1,"00143-CivicAddressStreetNameNotPrimary","1271 Winchester Rd, Qualicum Beach, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"1271",,"Winchester","Rd","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4501346 49.292)","high","parcelPoint","515b3a81-b009-4af6-b392-7ecd204d9861",1897789,,,,"active","9999-12-31","2023-12-08","true",,0.117,3631023
142,1,"00144-CivicAddressWithHashCharacter","UNIT 1 -- 2145 Phillips Rd, Sooke, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"2145",,"Phillips","Rd","false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7064698 48.3865487)","high","rooftopPoint","78759a60-dad5-4c25-93ff-5667adbcc26f",307630,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,6.908,2995850
143,1,"00145-CivicAddressWithProvinceCode","3010 Wood Ave, Armstrong, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3010",,"Wood","Ave","false",,"false",,"Armstrong","City",,"BC","SRID=4326;POINT(-119.1984008 50.4504501)","high","parcelPoint","87d3b050-9e79-4db2-9afc-c045cb2deeca",2638910,,,,"active","9999-12-31","2023-12-08","true",,0.138,2117684
144,1,"00146-InterpolatedAccessPtOnEmptyBlock","527 Superior St, Victoria, BC",,99,"BLOCK",99,"[]",,,,,"527",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708816 48.4180902)","low","accessPoint",,296337,,,,"active",,,"true",,0.081,
145,1,"00147-InterpolatedAccessPtOnBlockWithAccessPtSites","388 Campbell St, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"388",,"Campbell","St","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.6886073 48.7789468)","low","accessPoint",,279783,,,,"active",,,"true",,0.094,
146,1,"00148-InterpolatedAccessPtOnBlockWithParcelPtSites","3484 Auchinachie Rd, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"3484",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7462283 48.7957275)","low","accessPoint",,386280,,,,"active",,,"true",,0.069,
147,1,"00149-AccessPtForAccessPtSite","30 Firth Cres, Mackenzie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,0.068,3286476
148,1,"00150-AccessPtForHighAccuracyParcelPtSite","3482 Auchinachie Rd, Duncan, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3482",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.746139 48.7955143)","high","parcelPoint","79fc1453-8251-433a-9a09-82e2271f14e8",386280,,,,"active","9999-12-31","2023-12-08","true",,0.062,3403909
149,1,"00151-AccessPtForMediumAccuracyParcelPtSite","5670 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5670",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0166701 49.2295564)","high","parcelPoint","4b1627fa-b0eb-4fa0-a2df-2ae3b7624a0e",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.069,3278101
150,1,"00152-CivicAddressFailedInPast","6006 Happy Valley Rd, Summerland, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","3b59fae5-17dc-4f0b-a35d-7117840c75b6",61656,,,,"active","9999-12-31","2023-12-08","true",,0.735,2052236
151,1,"00153-CivicAddressFailedInPast","848 Esquimalt Rd, Esquimalt, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"848",,"Esquimalt","Rd","false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.39794 48.432112)","high","parcelPoint","646a6c30-71cd-4377-ba0d-c877c8ff77cc",296065,,,,"active","9999-12-31","2023-12-08","true",,0.077,3617740
152,1,"00156-CivicAddressInWrongLocation","4427 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4427",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4162969 49.8219851)","high","rooftopPoint","e812c88e-84c4-4d10-b234-94bb2095d329",345026,,,,"active","9999-12-31","2023-12-08","true",,0.067,3723542
153,1,"00157-CivicAddressInWrongLocation","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","9d003d88-50ea-481d-a2ff-6aceb05652a5",535086,,,,"active","9999-12-31","2023-12-08","true",,0.066,3492892
154,1,"00158-CivicAddressWithUnescapedSpecialCharacter","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","9d003d88-50ea-481d-a2ff-6aceb05652a5",535086,,,,"active","9999-12-31","2023-12-08","true",,0.068,3492892
155,1,"00159-CivicAddressWithNegativeScore","Sooke, BC",,48,"LOCALITY",68,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12, LOCALITY.isAlias:4, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7316667 48.3825)","coarse","localityPoint",,,,,,"active",,,"true",,12.869,
156,1,"00160-CivicAddressWithCivicNumberTreatedAsCivicNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.119,
157,1,"00161-NonCivicAddressWithKnownSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,5.135,
158,1,"00162-NonCivicAddressWithKnownSiteNameAndMissingStreet","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,3.362,
159,1,"00163-NonCivicAddressWithKnownSiteNameandProvince","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.727,
160,1,"00164-NonCivicAddressWithHwyNameAlias","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.1,
161,1,"00165-CivicAddressWithFractionalCivicNumberSuffix","535 1/2 Fisgard St, Victoria, BC",,98,"BLOCK",99,"[CIVIC_NUMBER_SUFFIX.notMatched:1]",,,,,"535","1/2","Fisgard","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3683677 48.4293144)","low","accessPoint",,310522,,,,"active",,,"true",,0.284,
162,1,"00167-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,1.931,3478532
163,1,"00168-NumberedStreetNameWithEmbeddedBlanks","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,2.111,3478532
164,1,"00169-StreetNameWithGluedWords","2845 Cedar Hill Rd, Victoria, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"2845",,"Cedar Hill","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3452603 48.4424106)","high","parcelPoint","5b4408ad-303c-405d-a31b-771e64b795e3",2660218,,,,"active","9999-12-31","2023-12-08","true",,0.646,3587951
165,1,"00170-LocalityNameWithGluedWords","1722 Elford Rd, Shawnigan Lake, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1722",,"Elford","Rd","false",,"false",,"Shawnigan Lake","Community","CVRD Electoral Area B (Shawnigan Lake)","BC","SRID=4326;POINT(-123.6193839 48.6458832)","high","parcelPoint","2cc67702-66f4-4207-ad97-67f5d539728b",556151,,,,"active","9999-12-31","2023-12-08","true",,0.237,3545213
166,1,"00171-SiteNameWithGluedWords","ANAHIMLAKE AIRPORT -- Anahim Lake, BC",,58,"LOCALITY",68,"[SITE_NAME.notMatched:10]","ANAHIMLAKE AIRPORT",,,,,,,,"false",,"false",,"Anahim Lake","Community","CRD Electoral Area J","BC","SRID=4326;POINT(-125.3180556 52.4663889)","coarse","localityPoint",,,,"ANAHIMLAKE AIRPORT",,"active",,,"true",,6.241,
167,1,"00172-StreetNameWithMultipleSpellingMistakes","Omenica St, Kitimat, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omenica","St","false",,"false",,"Kitimat","District Municipality",,"BC","SRID=4326;POINT(-128.6597836 54.0442719)","coarse","streetPoint",,,,,,"active",,,"true",,2.802,
168,1,"00173-LocalityNameWithMultipleSpellingMistakes","Spallumcheen, BC",,66,"LOCALITY",68,"[LOCALITY.spelledWrong:2]",,,,,,,,,"false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2174999 50.4022222)","coarse","localityPoint",,,,,,"active",,,"true",,2.282,
169,1,"00174-SiteNameWithMultipleSpellingMistakes","ANAHYME LAK ARPORT -- Anahim Lake, BC",,58,"LOCALITY",68,"[SITE_NAME.notMatched:10]","ANAHYME LAK ARPORT",,,,,,,,"false",,"false",,"Anahim Lake","Community","CRD Electoral Area J","BC","SRID=4326;POINT(-125.3180556 52.4663889)","coarse","localityPoint",,,,"ANAHYME LAK ARPORT",,"active",,,"true",,4.009,
170,1,"00175-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,1.942,3478532
171,1,"00178-StreetNameWithSplitWords","1985 Millstream Rd, Highlands, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,4.246,4153266
172,1,"00179-UnknownSiteNameWithFrontGate","OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,0.449,4153266
173,1,"00180-UnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,16.034,4153266
174,1,"00181-UnknownUnitwithUnknownSiteNameWithFrontGate","APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","APT 101 OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,1.205,4153266
175,1,"00182-UnknownUnitwithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,40.227,4153266
176,1,"00183-UnknownUnitAfterStreetWithUnknownSiteNameWithFrontGate","APT 101 APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,88,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]","APT 101 OLD MILL STREAM MANOR","APT","101",,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"APT 101 APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,112.591,4153266
177,1,"00184-UnknownUnitAfterStreetWithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,41.015,4153266
178,1,"00185-UnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,3.866,4153266
179,1,"00186-UnknownUnitWithUnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,38.46,4153266
180,1,"00187-SpelledOutProvinceName","8525 Terrace Dr, Delta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","fd8bad69-896b-4459-a7b3-759ef82c3f2e",131433,,,,"active","9999-12-31","2023-12-08","true",,0.15,2746401
181,1,"00188-RedundantSpelledOutProvinceNameAndAbbreviation","8525 Terrace Dr, Delta, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","fd8bad69-896b-4459-a7b3-759ef82c3f2e",131433,,,,"active","9999-12-31","2023-12-08","true",,1.218,2746401
182,1,"00189-WordUNKNOWNInAddress","975 Balmoral Rd, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"975",,"Balmoral","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.356382 48.4284131)","high","parcelPoint","fcf5e245-bca4-4f68-881f-be77c218a369",300538,,,,"active","9999-12-31","2023-12-08","true",,0.771,2863484
183,1,"00190-WordCANADAInAddress","5142 Manor St, Burnaby, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"5142",,"Manor","St","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9900276 49.2568325)","high","parcelPoint","40abf4f4-6eb2-45bd-9180-8b38fedd4467",116162,,,,"active","9999-12-31","2023-12-08","true",,3.138,2467917
184,1,"00191-GDPostalElementAfterStreet","400 Gower Point Rd, Gibsons, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"400",,"Gower Point","Rd","false",,"false",,"Gibsons","Town",,"BC","SRID=4326;POINT(-123.5092528 49.3994338)","high","parcelPoint","ed2a3a65-1f34-439c-9610-2b9004532659",178782,,,,"active","9999-12-31","2023-12-08","true",,0.915,2461748
185,1,"00192-DNCPostalElementAfterStreet","10631 Rochdale Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10631",,"Rochdale","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1093351 49.1345637)","high","parcelPoint","64e07569-1a0f-4ea1-b293-670c469e5a2a",126449,,,,"active","9999-12-31","2023-12-08","true",,0.151,2683087
186,1,"00193-RPOPostalElementAfterStreet","1751 Martini Way, Qualicum Beach, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1751",,"Martini","Way","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.5637356 49.3047857)","high","parcelPoint","f2f500b6-f619-464f-9e9a-acb9eff6893f",331400,,,,"active","9999-12-31","2023-12-08","true",,0.371,2958432
187,1,"00196-SiteNameAfterStreet","9020 Bridgeport Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9020",,"Bridgeport","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1251457 49.1915261)","high","parcelPoint","9ccbc888-a3c0-4246-aef2-5f42c847faec",349117,,,,"active","9999-12-31","2023-12-08","true",,1.017,1816251
188,1,"00197-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.172,3980238
189,1,"00198-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.209,3980238
190,1,"00199-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.264,3980238
191,1,"00200-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.333,3980238
192,1,"00201-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,18.731,3547420
193,1,"00202-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,18.549,3547420
194,1,"00203-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,18.472,3547420
195,1,"00204-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,19.383,3547420
196,1,"00205-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.249,1095815
197,1,"00206-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.204,1095815
198,1,"00207-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.207,1095815
199,1,"00208-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.195,1095815
200,1,"00209-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","2a5a82c3-ae53-47ef-8dfe-b1aef979d056",279569,,,,"active","9999-12-31","2023-12-08","true",,22.951,3815340
201,1,"00210-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","2a5a82c3-ae53-47ef-8dfe-b1aef979d056",279569,,,,"active","9999-12-31","2023-12-08","true",,22.724,3815340
202,1,"00211-RedundantStreetTypeInAddress","1168 Douglas Terr, Port Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1168",,"Douglas","Terr","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7811 49.2357097)","high","parcelPoint","5d3c3ff2-6dd0-4350-ad97-0f5c834cb235",147675,,,,"active","9999-12-31","2023-12-08","true",,46.547,3826511
203,1,"00212-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.309,2471690
204,1,"00213-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.221,2471690
205,1,"00214-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.142,2471690
206,1,"00215-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.729,2559518
207,1,"00216-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,6.108,2559518
208,1,"00217-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,6.505,2559518
209,1,"00218-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,5.816,2559518
210,1,"00219-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,3.711,3013340
211,1,"00220-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,3.773,3013340
212,1,"00221-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.917,3013340
213,1,"00222-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.578,3013340
214,1,"00223-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,3.15,3013340
215,1,"00224-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.552,3013340
216,1,"00225-RedundantStreetTypeInAddress","1065 Cinnamon Sedge Way, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1065",,"Cinnamon Sedge","Way","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2708609 49.2750462)","high","parcelPoint","4959de89-a240-4b2a-aa94-9a5b86a4cd7d",1864615,,,,"active","9999-12-31","2023-12-08","true",,1.203,4139213
217,1,"00226-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.743,2118865
218,1,"00227-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.684,2118865
219,1,"00228-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.639,2118865
220,1,"00229-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.618,2118865
221,1,"00230-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.635,2118865
222,1,"00231-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.662,2118865
223,1,"00232-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.646,2118865
224,1,"00233-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.608,2118865
225,1,"00234-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,1.124,2118865
226,1,"00235-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,14.994,1060061
227,1,"00236-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,14.386,1060061
228,1,"00237-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,12.883,1060061
229,1,"00238-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,12.091,1060061
230,1,"00239-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,11.456,1060061
231,1,"00240-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,14.242,3911239
232,1,"00241-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,12.073,3911239
233,1,"00242-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.713,3911239
234,1,"00243-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.963,3911239
235,1,"00244-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,12.04,3911239
236,1,"00245-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.867,3911239
237,1,"00246-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.984,3911239
238,1,"00247-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,12.935,3911239
239,1,"00248-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,14.081,3911239
240,1,"00249-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.323,3872694
241,1,"00250-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.281,3872694
242,1,"00251-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.298,3872694
243,1,"00252-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,3.262,3872694
244,1,"00253-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","4d942656-0704-4c43-879c-939cd257b8f5",580534,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,30.393,4280010
245,1,"00254-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","4d942656-0704-4c43-879c-939cd257b8f5",580534,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,29.048,4280010
246,1,"00255-UnknownSiteNameWithFrontGate","HOLLYBURN HOUSE -- 2095 Marine Dr, West Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","HOLLYBURN HOUSE",,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","cec50666-a78e-44c9-90ed-7cada1558784",165751,,"HOLLYBURN HOUSE",,"active","9999-12-31","2023-12-08","true",,9.066,2436253
247,1,"00256-UnknownSiteNameAfterStreetWithoutFrontGate","2095 Marine Dr, West Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","cec50666-a78e-44c9-90ed-7cada1558784",165751,,,,"active","9999-12-31","2023-12-08","true",,24.433,2436253
248,1,"00257-UnknownSiteNameWithFrontGate","BRG HOUSING -- 100 E Cordova St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, STREET_DIRECTION.notSuffix:0]","BRG HOUSING",,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","0359f4d1-2724-415c-8b69-3a7cd593d0d4",105944,,"BRG HOUSING",,"active","9999-12-31","2023-12-08","true",,5.129,3780707
249,1,"00258-UnknownSiteNameAfterStreetWithoutFrontGate","100 E Cordova St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.notSuffix:0]",,,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","0359f4d1-2724-415c-8b69-3a7cd593d0d4",105944,,,,"active","9999-12-31","2023-12-08","true",,15.542,3780707
250,1,"00259-GoodAddress","689 Abbott St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.173,8007681
251,1,"00260-WordRTDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.862,8007681
252,1,"00261-WordRETURNMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,1.313,8007681
253,1,"00262-WordRETURNEDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,1.117,8007681
254,1,"00263-WordMAILINGAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.996,8007681
255,1,"00264-GoodAddress","9695 Prest Rd, Chilliwack, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.112,1459224
256,1,"00265-WordPOSTALSTNAfterStreet","9695 Prest Rd, Chilliwack, BC",,89,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY.missing:10]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,4.365,1459224
257,1,"00266-WordPOSTALSTATIONAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.972,1459224
258,1,"00267-WordPOSTALAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.424,1459224
259,1,"00268-POBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.258,3496523
260,1,"00269-PspaceOBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.257,3496523
261,1,"00270-POAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.215,3496523
262,1,"00271-PspaceOAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.755,3496523
263,1,"00272-KnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.258,2104959
264,1,"00273-APARTMENTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.345,2104959
265,1,"00274-APARTMENTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.228,2104959
266,1,"00275-APTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.339,2104959
267,1,"00276-APTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.204,2104959
268,1,"00277-POBoxAtFrontOfUnitAddress","UNIT 105 -- 150 21st St, West Vancouver, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,53.981,1430226
269,1,"00278-POBoxAtFrontOfUnitAddresssWithBUZZERNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,61.745,1430226
270,1,"00279-POBoxAtFrontOfUnitAddressWithBUZZNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,62.751,1430226
271,1,"00280-POBoxAtFrontOfUnitAddressWithINTERCOMNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,64.016,1430226
272,1,"00281-StreetNameWithApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","7c73e9de-96f5-42b4-a315-954987ac6ab1",120417,,,,"active","9999-12-31","2023-12-08","true",,0.201,4018594
273,1,"00282-StreetNameWithSpaceInsteadOfApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,88,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","7c73e9de-96f5-42b4-a315-954987ac6ab1",120417,,,,"active","9999-12-31","2023-12-08","true",,13.9,4018594
274,1,"00283-GoodAddress","1110 Cardero St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.113,4187775
275,1,"00284-UnknownSiteNameWithFrontGate","PATRICIA APTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,"PATRICIA APTS",,"active","9999-12-31","2023-12-08","true",,0.219,4187775
276,1,"00285-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.499,4187775
277,1,"00286-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.285,4187775
278,1,"00287-UnknownSiteNameWithFrontGate","PATRICIA APARTMENTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APARTMENTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,"PATRICIA APARTMENTS",,"active","9999-12-31","2023-12-08","true",,0.191,4187775
279,1,"00288-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.493,4187775
280,1,"00289-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.28,4187775
281,1,"00290-UnknownSiteNameWithFrontGate","LILLOET BLDG -- 2016 Fullerton Ave, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1]","LILLOET BLDG",,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","c49735b4-3dba-4ea2-b764-20ebb5af9392",2602976,,"LILLOET BLDG",,"active","9999-12-31","2023-12-08","true",,92.81,8006509
282,1,"00291-UnknownSiteNameWithoutFrontGate","2016 Fullerton Ave, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","c49735b4-3dba-4ea2-b764-20ebb5af9392",2602976,,,,"active","9999-12-31","2023-12-08","true",,1.689,8006509
283,1,"00292-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 410 -- 2016 Fullerton Ave, District of North Vancouver, BC",,96,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, LOCALITY.isAlias:1]",,"UNIT","410",,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","high","parcelPoint","b708e505-9053-4608-807d-cb8ac63000ee",2602976,,"UNIT 410",,"active","9999-12-31","2023-12-08","true",,1.763,2616741
284,1,"00293-UnknownSiteNameWithFrontGate","UNIT 205 CONDOMINIUMS -- 7555 120A St, Surrey, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","UNIT 205 CONDOMINIUMS",,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205 CONDOMINIUMS",,"active","9999-12-31","2023-12-08","true",,2.548,3700539
285,1,"00294-UnknownSiteNameWithoutFrontGate","7555 120A St, Surrey, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,,,"active","9999-12-31","2023-12-08","true",,10.795,3700539
286,1,"00295-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205",,"active","9999-12-31","2023-12-08","true",,6.976,3700539
287,1,"00296-UnknownSiteNameWithFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"CONDO 205",,"active","9999-12-31","2023-12-08","true",,2.026,3700539
288,1,"00297-UnknownSiteNameWithoutFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"CONDO 205",,"active","9999-12-31","2023-12-08","true",,10.739,3700539
289,1,"00298-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205",,"active","9999-12-31","2023-12-08","true",,8.12,3700539
290,1,"00299-UnknownSiteNameWithFrontGate","FRASERVIEW CARE LODGE -- 9580 Williams Rd, Richmond, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","FRASERVIEW CARE LODGE",,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,"FRASERVIEW CARE LODGE",,"active","9999-12-31","2023-12-08","true",,1.773,2175388
291,1,"00300-UnknownSiteNameWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,,,"active","9999-12-31","2023-12-08","true",,1.327,2175388
292,1,"00301-UnknownSiteNameAfterStreetWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,,,"active","9999-12-31","2023-12-08","true",,4.943,2175388
293,1,"00302-UnknownSiteNameWithFrontGate","UNIT 1 LYNN VLY CARE CTR -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]","UNIT 1 LYNN VLY CARE CTR",,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 1 LYNN VLY CARE CTR",,"active","9999-12-31","2023-12-08","true",,11028.898,4123935
294,1,"00303-UnknownSiteNameWithoutFrontGate","1070 Lynn Valley Rd, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,,,"active","9999-12-31","2023-12-08","true",,23.183,4123935
295,1,"00304-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 1 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","1",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,68.231,4123935
296,1,"00305-UnknownSiteNameWithFrontGate","CERWYDDEN CARE HOME -- 3243 Cowichan Lake Rd, Duncan, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","CERWYDDEN CARE HOME",,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,"CERWYDDEN CARE HOME",,"active","9999-12-31","2023-12-08","true",,3.449,3905051
297,1,"00306-UnknownSiteNameWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,,,"active","9999-12-31","2023-12-08","true",,2.256,3905051
298,1,"00307-UnknownSiteNameAfterStreetWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,,,"active","9999-12-31","2023-12-08","true",,3.231,3905051
299,1,"00308-GoodAddress","10011 Simkin Pl, Sidney, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.087,3396062
300,1,"00309-DuplicateBCAfterStreetType","10011 Simkin Pl, Sidney, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.17,3396062
301,1,"00310-DuplicateBCAfterLocality","10011 Simkin Pl, Sidney, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.142,3396062
302,1,"00311-GoodAddress","1447 Rupert St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","af6b7277-d15e-49b1-9667-2d1789a5f9ca",108270,,,,"active","9999-12-31","2023-12-08","true",,0.093,3690174
303,1,"00312-DuplicateLocalityAfterLocality","1447 Rupert St, Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","af6b7277-d15e-49b1-9667-2d1789a5f9ca",108270,,,,"active","9999-12-31","2023-12-08","true",,2.042,3690174
304,1,"00313-GoodAddress","964 Lillooet Rd, District of North Vancouver, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","62b09be7-ce54-4bdf-a730-fefda642528f",1786503,,,,"active","9999-12-31","2023-12-08","true",,12.906,3844965
305,1,"00314-DuplicateLocalityAfterLocality","964 Lillooet Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","62b09be7-ce54-4bdf-a730-fefda642528f",1786503,,,,"active","9999-12-31","2023-12-08","true",,42.328,3844965
306,1,"00315-GoodAddress","1135 Jefferson Ave, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","ec40465d-5663-418c-ad94-f968c5029a87",163333,,,,"active","9999-12-31","2023-12-08","true",,0.354,2329721
307,1,"00316-DuplicateLocalityAfterLocality","1135 Jefferson Ave, West Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","ec40465d-5663-418c-ad94-f968c5029a87",163333,,,,"active","9999-12-31","2023-12-08","true",,5.341,2329721
308,1,"00317-GoodAddress","11048 157A St, Surrey, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","ebbfa41d-3678-4c19-b37d-52e1a69e2b84",139972,,,,"active","9999-12-31","2023-12-08","true",,3.586,3661022
309,1,"00318-DuplicateLocalityAfterLocality","11048 157A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","ebbfa41d-3678-4c19-b37d-52e1a69e2b84",139972,,,,"active","9999-12-31","2023-12-08","true",,15.742,3661022
310,1,"00319-GoodAddress","9917 Ashwood Dr, Richmond, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","a40b84ae-4593-410f-a25b-62a574d56bb5",128091,,,,"active","9999-12-31","2023-12-08","true",,0.111,2618789
311,1,"00320-DuplicateLocalityAfterLocality","9917 Ashwood Dr, Richmond, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","a40b84ae-4593-410f-a25b-62a574d56bb5",128091,,,,"active","9999-12-31","2023-12-08","true",,0.398,2618789
312,1,"00321-GoodAddress","1120 Foster Ave, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","cd1bdefc-e11d-4d40-a83f-a789b2fe6c7f",2612215,,,,"active","9999-12-31","2023-12-08","true",,0.082,1572531
313,1,"00322-DuplicateLocalityAfterLocality","1120 Foster Ave, Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","cd1bdefc-e11d-4d40-a83f-a789b2fe6c7f",2612215,,,,"active","9999-12-31","2023-12-08","true",,1.623,1572531
314,1,"00323-GoodAddress","1040 Fraserview St, Port Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","2b857fad-fe03-407d-b5da-59d225e8884e",147713,,,,"active","9999-12-31","2023-12-08","true",,0.37,3413505
315,1,"00324-DuplicateLocalityAfterLocality","1040 Fraserview St, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","2b857fad-fe03-407d-b5da-59d225e8884e",147713,,,,"active","9999-12-31","2023-12-08","true",,6.308,3413505
316,1,"00325-GoodAddress","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","10f931dc-7445-4019-b607-63cfbf08d197",2182546,,,,"active","9999-12-31","2023-12-08","true",,0.093,3964198
317,1,"00326-NonStandardStreetTypeAbbreviation","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","10f931dc-7445-4019-b607-63cfbf08d197",2182546,,,,"active","9999-12-31","2023-12-08","true",,0.073,3964198
318,1,"00327-AddressInSmallCommunity","6481 Savona Access Rd, Savona, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","db21cdc5-03bd-4ea9-8a33-2339f5ed48f3",209084,,,,"active","9999-12-31","2023-12-08","true",,0.303,4134342
319,1,"00328-AddressInSmallCommunityUsingLocalityAlias","6481 Savona Access Rd, Savona, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","db21cdc5-03bd-4ea9-8a33-2339f5ed48f3",209084,,,,"active","9999-12-31","2023-12-08","true",,0.727,4134342
320,1,"00329-AddressInSmallCommunity","2089 Errington Rd, Errington, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","19837d2a-4dde-4a8a-8f09-910b5a512bae",566371,,,,"active","9999-12-31","2023-12-08","true",,0.079,3183815
321,1,"00330-AddressInSmallCommunityUsingLocalityAlias","2089 Errington Rd, Errington, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","19837d2a-4dde-4a8a-8f09-910b5a512bae",566371,,,,"active","9999-12-31","2023-12-08","true",,0.365,3183815
322,1,"00331-AddressInSmallCommunity","1104 Deep Creek Rd, Deep Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","3f1e5a00-68a6-4ccb-8965-284b5e579f83",470193,,,,"active","9999-12-31","2023-12-08","true",,2.792,3852491
323,1,"00332-AddressInSmallCommunityUsingLocalityAlias","1104 Deep Creek Rd, Deep Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","3f1e5a00-68a6-4ccb-8965-284b5e579f83",470193,,,,"active","9999-12-31","2023-12-08","true",,2.79,3852491
324,1,"00333-AddressInSmallCommunity","4137 Spallumcheen Dr, Spallumcheen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3d305ee0-7b98-409f-ae77-53db4db9cae0",333510,,,,"active","9999-12-31","2023-12-08","true",,0.079,1118954
325,1,"00334-AddressInSmallCommunityUsingLocalityAlias","4137 Spallumcheen Dr, Spallumcheen, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3d305ee0-7b98-409f-ae77-53db4db9cae0",333510,,,,"active","9999-12-31","2023-12-08","true",,0.219,1118954
326,1,"00335-AddressInSmallCommunity","7380 Harrop-Procter Rd, Procter, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","53d68580-81e8-436d-9143-e5284205cab2",2487743,,,,"active","9999-12-31","2023-12-08","true",,0.348,3609081
327,1,"00336-AddressInSmallCommunityUsingLocalityAlias","7380 Harrop-Procter Rd, Procter, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","53d68580-81e8-436d-9143-e5284205cab2",2487743,,,,"active","9999-12-31","2023-12-08","true",,0.806,3609081
328,1,"00337-AddressInSmallCommunity","4260 Blewett Rd, Blewett, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","98e2005d-b55d-4b88-bab0-8afc042dc827",277711,,,,"active","9999-12-31","2023-12-08","true",,0.077,4174241
329,1,"00338-AddressInSmallCommunityUsingLocalityAlias","4260 Blewett Rd, Blewett, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","98e2005d-b55d-4b88-bab0-8afc042dc827",277711,,,,"active","9999-12-31","2023-12-08","true",,0.471,4174241
330,1,"00339-AddressInSmallCommunity","2067 White Lake Rd, White Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","dd70a4ac-d20a-48ac-b9bb-b973c5e551e3",470228,,,,"active","9999-12-31","2023-12-08","true",,15.814,3599301
331,1,"00340-AddressInSmallCommunityUsingLocalityAlias","2067 White Lake Rd, White Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","dd70a4ac-d20a-48ac-b9bb-b973c5e551e3",470228,,,,"active","9999-12-31","2023-12-08","true",,15.998,3599301
332,1,"00341-AddressInSmallCommunity","1754 Pass Creek Rd, Pass Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","8479284b-656d-4e49-89df-75059d184950",276697,,,,"active","9999-12-31","2023-12-08","true",,2.273,1735595
333,1,"00342-AddressInSmallCommunityUsingLocalityAlias","1754 Pass Creek Rd, Pass Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","8479284b-656d-4e49-89df-75059d184950",276697,,,,"active","9999-12-31","2023-12-08","true",,3.732,1735595
334,1,"00343-AddressInSmallCommunity","2928 Wycliffe Store Rd, Wycliffe, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","a62ac5d8-086a-418b-a2aa-f984783a9392",506509,,,,"active","9999-12-31","2023-12-08","true",,0.33,1240493
335,1,"00344-AddressInSmallCommunityUsingLocalityAlias","2928 Wycliffe Store Rd, Wycliffe, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","a62ac5d8-086a-418b-a2aa-f984783a9392",506509,,,,"active","9999-12-31","2023-12-08","true",,0.625,1240493
336,1,"00345-AddressInSmallCommunity","1514 Loon Lake Rd, Loon Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","6480177e-abca-44a7-b336-73fbbca5a182",587894,,,,"active","9999-12-31","2023-12-08","true",,2.14,2965993
337,1,"00346-AddressInSmallCommunityUsingLocalityAlias","1514 Loon Lake Rd, Loon Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","6480177e-abca-44a7-b336-73fbbca5a182",587894,,,,"active","9999-12-31","2023-12-08","true",,6.44,2965993
338,1,"00347-AddressInSmallCommunity","2048 Cambie-Solsqua Rd, Solsqua, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","f14d0e4c-6b0f-4d0d-a9d5-10990cf0cc91",2534370,,,,"active","9999-12-31","2023-12-08","true",,0.54,3347762
339,1,"00348-AddressInSmallCommunityUsingLocalityAlias","2048 Cambie-Solsqua Rd, Solsqua, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","f14d0e4c-6b0f-4d0d-a9d5-10990cf0cc91",2534370,,,,"active","9999-12-31","2023-12-08","true",,1.101,3347762
340,1,"00349-AddressInSmallCommunity","3492 Spokin Lake Rd, Spokin Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","115f9cb3-418d-481c-a8d9-eefb26f84d65",552355,,,,"active","9999-12-31","2023-12-08","true",,0.572,3399209
341,1,"00350-AddressInSmallCommunityUsingLocalityAlias","3492 Spokin Lake Rd, Spokin Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","115f9cb3-418d-481c-a8d9-eefb26f84d65",552355,,,,"active","9999-12-31","2023-12-08","true",,2.389,3399209
342,1,"00351-AddressInSmallCommunity","2582 Shoreacres Rd, Shoreacres, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","9949b2a3-013b-4148-89b9-2b3217874781",277597,,,,"active","9999-12-31","2023-12-08","true",,0.08,2766883
343,1,"00352-AddressInSmallCommunityUsingLocalityAlias","2582 Shoreacres Rd, Shoreacres, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","9949b2a3-013b-4148-89b9-2b3217874781",277597,,,,"active","9999-12-31","2023-12-08","true",,0.367,2766883
344,1,"00353-AddressInSmallCommunity","1679 Moran Rd, Thrums, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","40da3928-ffe2-4a7c-a9c7-8936a836b7e4",2524376,,,,"active","9999-12-31","2023-12-08","true",,0.074,3265781
345,1,"00354-AddressInSmallCommunityUsingLocalityAlias","1679 Moran Rd, Thrums, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","40da3928-ffe2-4a7c-a9c7-8936a836b7e4",2524376,,,,"active","9999-12-31","2023-12-08","true",,0.399,3265781
346,1,"00355-AddressInSmallCommunity","6010 Harrop-Procter Rd, Harrop, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","a508365a-3b22-4e9e-b0a1-5d638d8a3d68",2519145,,,,"active","9999-12-31","2023-12-08","true",,0.346,3746533
347,1,"00356-AddressInSmallCommunityUsingLocalityAlias","6010 Harrop-Procter Rd, Harrop, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","a508365a-3b22-4e9e-b0a1-5d638d8a3d68",2519145,,,,"active","9999-12-31","2023-12-08","true",,0.779,3746533
348,1,"00357-AddressInSmallCommunity","7136 Willis Point Rd, Willis Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","4ff039f5-bf40-4553-bfe1-77626d019405",304127,,,,"active","9999-12-31","2023-12-08","true",,1.435,2547093
349,1,"00358-AddressInSmallCommunityUsingLocalityAlias","7136 Willis Point Rd, Willis Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","4ff039f5-bf40-4553-bfe1-77626d019405",304127,,,,"active","9999-12-31","2023-12-08","true",,1.841,2547093
350,1,"00359-AddressInSmallCommunity","3918 Passmore Upper Rd, Passmore, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","3d545511-fd4c-42fb-8879-fd12a0171a99",339993,,,,"active","9999-12-31","2023-12-08","true",,0.399,2675059
351,1,"00360-AddressInSmallCommunityUsingLocalityAlias","3918 Passmore Upper Rd, Passmore, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","3d545511-fd4c-42fb-8879-fd12a0171a99",339993,,,,"active","9999-12-31","2023-12-08","true",,0.867,2675059
352,1,"00361-AddressInSmallCommunity","1954 Blaeberry School Rd, Blaeberry, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","b250a457-cfb7-4854-985b-a94523baa72d",539262,,,,"active","9999-12-31","2023-12-08","true",,0.632,2900731
353,1,"00362-AddressInSmallCommunityUsingLocalityAlias","1954 Blaeberry School Rd, Blaeberry, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","b250a457-cfb7-4854-985b-a94523baa72d",539262,,,,"active","9999-12-31","2023-12-08","true",,1.396,2900731
354,1,"00363-AddressInSmallCommunity","5199 Baker-Kersley Rd, Kersley, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","1da1b163-a663-462d-ac15-6653defd343d",547912,,,,"active","9999-12-31","2023-12-08","true",,1.731,4032233
355,1,"00364-AddressInSmallCommunityUsingLocalityAlias","5199 Baker-Kersley Rd, Kersley, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","1da1b163-a663-462d-ac15-6653defd343d",547912,,,,"active","9999-12-31","2023-12-08","true",,3.656,4032233
356,1,"00365-AddressInSmallCommunity","7330 Watch Lake Rd, Watch Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","19a8618d-92e6-4515-953a-38e047e1c632",568264,,,,"active","9999-12-31","2023-12-08","true",,1.689,3168378
357,1,"00366-AddressInSmallCommunityUsingLocalityAlias","7330 Watch Lake Rd, Watch Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","19a8618d-92e6-4515-953a-38e047e1c632",568264,,,,"active","9999-12-31","2023-12-08","true",,3.492,3168378
358,1,"00367-AddressInSmallCommunity","2270 Port Mellon Hwy, Port Mellon, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","b2482237-9b0f-460e-9976-e335f123d0b0",590070,,,,"active","9999-12-31","2023-12-08","true",,5.907,3017972
359,1,"00368-AddressInSmallCommunityUsingLocalityAlias","2270 Port Mellon Hwy, Port Mellon, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","b2482237-9b0f-460e-9976-e335f123d0b0",590070,,,,"active","9999-12-31","2023-12-08","true",,2.618,3017972
360,1,"00369-AddressInSmallCommunity","4570 Otter Point Pl, Otter Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","cfe43946-238c-4c40-9354-cdf419298840",1945400,,,,"active","9999-12-31","2023-12-08","true",,2.571,1196803
361,1,"00370-AddressInSmallCommunityUsingLocalityAlias","4570 Otter Point Pl, Otter Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","cfe43946-238c-4c40-9354-cdf419298840",1945400,,,,"active","9999-12-31","2023-12-08","true",,2.065,1196803
362,1,"00371-AddressInSmallCommunity","14187 Palling Rd E, Palling, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","d767cac9-02e0-427c-b5be-65cb1ea060c2",557443,,,,"active","9999-12-31","2023-12-08","true",,0.082,4005523
363,1,"00372-AddressInSmallCommunityUsingLocalityAlias","14187 Palling Rd E, Palling, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","d767cac9-02e0-427c-b5be-65cb1ea060c2",557443,,,,"active","9999-12-31","2023-12-08","true",,1.456,4005523
364,1,"00373-AddressInSmallCommunity","2525 Bouchie Lake Rd, Bouchie Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","466f408d-6b21-4ef3-97fc-bd9f229a77a8",586083,,,,"active","9999-12-31","2023-12-08","true",,0.867,2922408
365,1,"00374-AddressInSmallCommunityUsingLocalityAlias","2525 Bouchie Lake Rd, Bouchie Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","466f408d-6b21-4ef3-97fc-bd9f229a77a8",586083,,,,"active","9999-12-31","2023-12-08","true",,1.091,2922408
366,1,"00375-AddressInSmallCommunity","20010 Colleymount Rd, Colleymount, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","b055f93e-9bb2-41ae-95db-fe42eee54dd5",521096,,,,"active","9999-12-31","2023-12-08","true",,0.09,2910400
367,1,"00376-AddressInSmallCommunityUsingLocalityAlias","20010 Colleymount Rd, Colleymount, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","b055f93e-9bb2-41ae-95db-fe42eee54dd5",521096,,,,"active","9999-12-31","2023-12-08","true",,0.899,2910400
368,1,"00377-AddressInSmallCommunity","1117 Lone Prairie Rd, Lone Prairie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","1d7b36a5-8e1a-48c7-963b-7596465bd2ac",536603,,,,"active","9999-12-31","2023-12-08","true",,1.217,3298949
369,1,"00378-AddressInSmallCommunityUsingLocalityAlias","1117 Lone Prairie Rd, Lone Prairie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","1d7b36a5-8e1a-48c7-963b-7596465bd2ac",536603,,,,"active","9999-12-31","2023-12-08","true",,1.461,3298949
370,1,"00379-AddressInSmallCommunity","58051 Laidlaw Rd, Laidlaw, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","088a2a2b-a33a-49bd-a789-cac7657caa91",483449,,,,"active","9999-12-31","2023-12-08","true",,0.072,2725994
371,1,"00380-AddressInSmallCommunityUsingLocalityAlias","58051 Laidlaw Rd, Laidlaw, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","088a2a2b-a33a-49bd-a789-cac7657caa91",483449,,,,"active","9999-12-31","2023-12-08","true",,0.623,2725994
372,1,"00381-AddressInSmallCommunity","8041 Bridge Lake North Rd, Bridge Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","c99fd433-2ad1-4461-ac18-c7e506c0c833",1982774,,,,"active","9999-12-31","2023-12-08","true",,54.198,3541575
373,1,"00382-AddressInSmallCommunityUsingLocalityAlias","8041 Bridge Lake North Rd, Bridge Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","c99fd433-2ad1-4461-ac18-c7e506c0c833",1982774,,,,"active","9999-12-31","2023-12-08","true",,85.228,3541575
374,1,"00383-AddressInSmallCommunity","136 Grandview Bench Rd, Grandview Bench, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","707bfc34-1d08-469c-8f81-cc6735ca9f44",2342934,,,,"active","9999-12-31","2023-12-08","true",,1.996,3153652
375,1,"00384-AddressInSmallCommunityUsingLocalityAlias","136 Grandview Bench Rd, Grandview Bench, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","707bfc34-1d08-469c-8f81-cc6735ca9f44",2342934,,,,"active","9999-12-31","2023-12-08","true",,2.663,3153652
376,1,"00385-AddressInSmallCommunity","15351 Tatalrose Rd, Tatalrose, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","d20e6629-9b28-4151-97b7-2c764b18e2a7",2189084,,,,"active","9999-12-31","2023-12-08","true",,0.091,3845019
377,1,"00386-AddressInSmallCommunityUsingLocalityAlias","15351 Tatalrose Rd, Tatalrose, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","d20e6629-9b28-4151-97b7-2c764b18e2a7",2189084,,,,"active","9999-12-31","2023-12-08","true",,0.866,3845019
378,1,"00387-AddressInSmallCommunity","10167 Pinchi Lake Rd, Pinchi Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","0094c2bf-3dc3-4ec5-9a1b-8cc89c188f13",1858471,,,,"active","9999-12-31","2023-12-08","true",,0.634,3873966
379,1,"00388-AddressInSmallCommunityUsingLocalityAlias","10167 Pinchi Lake Rd, Pinchi Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","0094c2bf-3dc3-4ec5-9a1b-8cc89c188f13",1858471,,,,"active","9999-12-31","2023-12-08","true",,2.874,3873966
380,1,"00389-AddressInSmallCommunity","2388 Heffley Lake Rd, Heffley Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","55b0607a-afc6-4216-bb61-8ed665d8258d",206948,,,,"active","9999-12-31","2023-12-08","true",,1.623,3382301
381,1,"00390-AddressInSmallCommunityUsingLocalityAlias","2388 Heffley Lake Rd, Heffley Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","55b0607a-afc6-4216-bb61-8ed665d8258d",206948,,,,"active","9999-12-31","2023-12-08","true",,4.234,3382301
382,1,"00391-AddressInSmallCommunity","10381 Popkum Rd S, Popkum, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","539961d2-a1d1-4c62-81a3-6cc2dab9761e",187418,,,,"active","9999-12-31","2023-12-08","true",,0.084,1904703
383,1,"00392-AddressInSmallCommunityUsingLocalityAlias","10381 Popkum Rd S, Popkum, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","539961d2-a1d1-4c62-81a3-6cc2dab9761e",187418,,,,"active","9999-12-31","2023-12-08","true",,1.014,1904703
384,1,"00393-AddressInSmallCommunity","7428 Roe Lake Cres, Roe Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","e2a11f01-a2c8-46e1-8675-f26973749f57",546368,,,,"active","9999-12-31","2023-12-08","true",,1.617,3258770
385,1,"00394-AddressInSmallCommunityUsingLocalityAlias","7428 Roe Lake Cres, Roe Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","e2a11f01-a2c8-46e1-8675-f26973749f57",546368,,,,"active","9999-12-31","2023-12-08","true",,3.372,3258770
386,1,"00395-AddressInSmallCommunity","6120 Garden Bay Rd, Garden Bay, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","c8aef5b1-1808-4cde-aa1e-da907f348448",482325,,,,"active","9999-12-31","2023-12-08","true",,3.227,3923450
387,1,"00396-AddressInSmallCommunityUsingLocalityAlias","6120 Garden Bay Rd, Garden Bay, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","c8aef5b1-1808-4cde-aa1e-da907f348448",482325,,,,"active","9999-12-31","2023-12-08","true",,10.034,3923450
388,1,"00397-AddressInSmallCommunity","1977 Tappen Notch Hill Rd, Tappen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","3143f53b-b699-4735-a100-7eb10e001bde",64488,,,,"active","9999-12-31","2023-12-08","true",,0.731,3268060
389,1,"00398-AddressInSmallCommunityUsingLocalityAlias","1977 Tappen Notch Hill Rd, Tappen, BC",,87,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:4, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","3143f53b-b699-4735-a100-7eb10e001bde",64488,,,,"active","9999-12-31","2023-12-08","true",,111.431,3268060
390,1,"00399-AddressInSmallCommunity","116 Rosebery Loop Rd, Rosebery, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","ec56d415-cd70-45fd-9b4a-59f77933513f",2531930,,,,"active","9999-12-31","2023-12-08","true",,0.38,1644488
391,1,"00400-AddressInSmallCommunityUsingLocalityAlias","116 Rosebery Loop Rd, Rosebery, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","ec56d415-cd70-45fd-9b4a-59f77933513f",2531930,,,,"active","9999-12-31","2023-12-08","true",,2.697,1644488
392,1,"00401-AddressInSmallCommunity","1525 Langdale Rd, Langdale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","fc6c1e1b-c361-4218-a55a-9b49c4f04c8c",178417,,,,"active","9999-12-31","2023-12-08","true",,0.087,3570149
393,1,"00402-AddressInSmallCommunityUsingLocalityAlias","1525 Langdale Rd, Langdale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","fc6c1e1b-c361-4218-a55a-9b49c4f04c8c",178417,,,,"active","9999-12-31","2023-12-08","true",,0.777,3570149
394,1,"00403-AddressInSmallCommunity","6607 Appledale Lower Rd, Appledale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","a8699af5-7308-4496-adf6-5fb38e311fe7",276196,,,,"active","9999-12-31","2023-12-08","true",,0.336,2684515
395,1,"00404-AddressInSmallCommunityUsingLocalityAlias","6607 Appledale Lower Rd, Appledale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","a8699af5-7308-4496-adf6-5fb38e311fe7",276196,,,,"active","9999-12-31","2023-12-08","true",,0.687,2684515
396,1,"00405-AddressInSmallCommunity","4232 Mayook Settlement Rd, Mayook, BC",,99,"BLOCK",99,"[]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.24,
397,1,"00406-AddressInSmallCommunityUsingLocalityAlias","4232 Mayook Settlement Rd, Mayook, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.483,
398,1,"00407-AddressInSmallCommunity","10571 Cheslatta Rd, Cheslatta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","939c0b16-ea1f-4455-a08e-1dc164102b8f",521449,,,,"active","9999-12-31","2023-12-08","true",,0.077,3101708
399,1,"00408-AddressInSmallCommunityUsingLocalityAlias","10571 Cheslatta Rd, Cheslatta, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","939c0b16-ea1f-4455-a08e-1dc164102b8f",521449,,,,"active","9999-12-31","2023-12-08","true",,0.952,3101708
400,1,"00409-NumberedStreetNameWithDetachedSuffix","102A Ave, Surrey, BC",,78,"STREET",78,"[]",,,,,,,"102A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8175667 49.1885721)","coarse","streetPoint",,,,,,"active",,,"true",,1.974,
401,1,"00410-UnitNumberStuckToDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.106,2104959
402,1,"00411-StreetNameWithMissingAmpersand","189 Rod & Gun Rd, Courtenay, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"189",,"Rod & Gun","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0190057 49.683884)","high","parcelPoint","3c90be80-f19d-45d5-9d8f-a6709b61b8f9",258442,,,,"active","9999-12-31","2023-12-08","true",,0.663,4187966
403,1,"00413-LeadingZeroInCivicNumber","Lynn Valley Rd, North Vancouver, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lynn Valley","Rd","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0533951 49.3290039)","coarse","streetPoint",,,,,,"active",,,"true",,682.193,
404,1,"00414-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,11.978,4123935
405,1,"00415-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,11.924,4123935
406,1,"00416-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,17.304,4123935
407,1,"00417-UnitNumberWithLetterPrefix","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","7a331ccc-0a05-44c4-860c-b2951adab313",106300,,"UNIT B2",,"active","9999-12-31","2023-12-08","true",,1.89,1914533
408,1,"00418-UnitNumberWithLetterPrefixGapped","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","7a331ccc-0a05-44c4-860c-b2951adab313",106300,,"UNIT B2",,"active","9999-12-31","2023-12-08","true",,1.839,1914533
409,1,"00419-UnitNumberWithLetterPrefix","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","bedd30c2-4934-43fa-af89-d80958100818",110501,,"UNIT C2",,"active","9999-12-31","2023-12-08","true",,32.317,1753265
410,1,"00420-UnitNumberWithLetterPrefixGapped","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","bedd30c2-4934-43fa-af89-d80958100818",110501,,"UNIT C2",,"active","9999-12-31","2023-12-08","true",,32.96,1753265
411,1,"00421-UnitNumberWithLetterPrefix","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","7c57fc8b-1f74-471c-9eac-65d035cdb2c0",2462668,,"UNIT P100",,"active","9999-12-31","2023-12-08","true",,9.222,1409241
412,1,"00422-UnitNumberWithLetterPrefixGapped","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","7c57fc8b-1f74-471c-9eac-65d035cdb2c0",2462668,,"UNIT P100",,"active","9999-12-31","2023-12-08","true",,9.072,1409241
413,1,"00423-UnitNumberWithLetterPrefix","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,6.679,1172657
414,1,"00424-UnitNumberWithLetterPrefixGapped","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,6.511,1172657
415,1,"00425-CivicAddressWithCareOfName","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,96,"UNIT",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,7.073,1172657
416,1,"00426-NonStandardStreetTypeAbbreviation","2351 Parkway Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2351",,"Parkway","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7934119 49.3196707)","medium","parcelPoint","95793a27-4745-43da-9622-e53fae48e28d",155062,,,,"active","9999-12-31","2023-12-08","true",,0.102,8002265
417,1,"00427-NonStandardStreetTypeAbbreviation","3176 Plateau Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3176",,"Plateau","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7868947 49.3116847)","medium","parcelPoint","50beb2ec-f7cc-4eae-b426-ad8b3adafd24",320982,,,,"active","9999-12-31","2023-12-08","true",,0.079,8001330
418,1,"00428-NonStandardStreetTypeAbbreviation","895 Academy Close, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"895",,"Academy","Close","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3628211 48.4179591)","high","parcelPoint","90033cc2-5e3f-4470-98b8-7ac562732d7c",2661206,,,,"active","9999-12-31","2023-12-08","true",,0.08,4029706
419,1,"00429-NonStandardStreetTypeAbbreviation","4965 Vista View Cres, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4965",,"Vista View","Cres","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-123.9848378 49.2358274)","high","parcelPoint","0dfae8c3-c6fa-4c3c-ac1f-d086be186aa2",416267,,,,"active","9999-12-31","2023-12-08","true",,1.906,3896249
420,1,"00430-NonStandardStreetTypeAbbreviation","1000 Thermal Dr, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1000",,"Thermal","Dr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8340821 49.2698821)","high","parcelPoint","19c314f8-997b-4fd3-bff4-b528042ec75c",148059,,,,"active","9999-12-31","2023-12-08","true",,0.075,1045847
421,1,"00431-NonStandardStreetTypeAbbreviation","8400 Forest Grove Dr, Burnaby, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8400",,"Forest Grove","Dr","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9205029 49.2632662)","high","parcelPoint","6fa80cfe-e0aa-4ce4-a141-730bec5595ef",2636600,,,,"active","9999-12-31","2023-12-08","true",,1.387,1840913
422,1,"00432-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","d8e0cbdb-c1b7-4af6-a2d4-1db873abd8ed",1747737,,,,"active","9999-12-31","2023-12-08","true",,85.878,8004158
423,1,"00433-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","d8e0cbdb-c1b7-4af6-a2d4-1db873abd8ed",1747737,,,,"active","9999-12-31","2023-12-08","true",,29.88,8004158
424,1,"00434-NonStandardStreetTypeAbbreviation","7701 Central Saanich Rd, Central Saanich, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"7701",,"Central Saanich","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4034403 48.5914503)","low","accessPoint",,294099,,,,"active",,,"true",,4.139,
425,1,"00435-NonStandardStreetTypeAbbreviation","3942 Columbia Valley Rd, Cultus Lake, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"3942",,"Columbia Valley","Rd","false",,"false",,"Cultus Lake","Community","FVRD Electoral Area H","BC","SRID=4326;POINT(-121.9597795 49.0739494)","high","parcelPoint","79ec7032-75e7-4485-a571-95b61e6a85c6",1157827,,,,"active","9999-12-31","2023-12-08","true",,246.061,2185851
426,1,"00436-NonStandardStreetTypeAbbreviation","950 Old Hope Princeton Way, Hope, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"950",,"Old Hope Princeton","Way","false",,"false",,"Hope","District Municipality",,"BC","SRID=4326;POINT(-121.4156582 49.3733202)","high","parcelPoint","9f154ee8-acbc-4192-9763-42b79c47533f",193424,,,,"active","9999-12-31","2023-12-08","true",,16.972,1101623
427,1,"00437-NonStandardStreetTypeAbbreviation","774 Great Northern Way, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"774",,"Great Northern","Way","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0880896 49.2660631)","medium","parcelPoint","4c1c7c23-aad3-42ea-9ad4-5038134565c3",341353,,,,"active","9999-12-31","2023-12-08","true",,0.527,8008439
428,1,"00439-NonStandardLocalityNameAbbreviation","352 W 14th St, North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","78438998-a18b-4e5a-8194-c5a725361810",2416363,,,,"active","9999-12-31","2023-12-08","true",,306.749,3147438
429,1,"00440-NonStandardLocalityNameAbbreviation","569 Hody Dr, Okanagan Falls, BC",,65,"CIVIC_NUMBER",100,"[LOCALITY.notMatched:35]",,,,,"569",,"Hody","Dr","false",,"false",,"Okanagan Falls","Community","RDOS Electoral Area D","BC","SRID=4326;POINT(-119.5690298 49.3482363)","high","parcelPoint","709a78bb-79c3-4239-813f-781b63f13d85",60098,,,,"active","9999-12-31","2023-12-08","true",,3.749,3300419
430,1,"00441-NonStandardStreetNameAbbreviation","5450 Oak St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5450",,"Oak","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1275777 49.2362797)","high","parcelPoint","ad0401e3-43b9-46ca-9c09-a164753f4fa1",100420,,,,"active","9999-12-31","2023-12-08","true",,0.128,2704350
431,1,"00442-NonStandardStreetNameAbbreviation","1301 Oak Ave, Quesnel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","854642e3-8d46-4f95-b728-ba3f245cf3b3",227948,,,,"active","9999-12-31","2023-12-08","true",,0.083,3406157
432,1,"00443-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.706,
433,1,"00444-NonStandardGeneralDelivery","Central Bridge, Dawson Creek, BC",,37,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_QUALIFIER.missing:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Central",,"false",,"false","Bridge","Dawson Creek","City",,"BC","SRID=4326;POINT(-120.276389 55.7737565)","coarse","streetPoint",,,,,,"active",,,"true",,1.797,
434,1,"00445-NonStandardGeneralDelivery","General Currie Elementary School Access, Richmond, BC",,25,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, FAULTS.tooMany:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"General Currie Elementary School","Access","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1339848 49.1586967)","coarse","streetPoint",,,,,,"active",,,"true",,0.865,
435,1,"00446-NonStandardGeneralDelivery","Central Bridge, Dawson Creek, BC",,37,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_QUALIFIER.missing:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Central",,"false",,"false","Bridge","Dawson Creek","City",,"BC","SRID=4326;POINT(-120.276389 55.7737565)","coarse","streetPoint",,,,,,"active",,,"true",,1.543,
436,1,"00447-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.642,
437,1,"00448-CareOf","Quesnel, BC",,52,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,1.495,
438,1,"00449-CareOf","1301 Oak Ave, Quesnel, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","854642e3-8d46-4f95-b728-ba3f245cf3b3",227948,,,,"active","9999-12-31","2023-12-08","true",,2.708,3406157
439,1,"00450-SuffixNameMatching","Dent Ave, Burnaby, BC",,72,"STREET",78,"[LOCALITY.isAlias:1, STREET_NAME.spelledWrong:2, STREET_DIRECTION.notMatched:2, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Dent","Ave","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-123.0073749 49.2710941)","coarse","streetPoint",,,,,,"active",,,"true",,23.953,
440,1,"00451-StreetNameWordsGluedTogether","3821 Cedar Hill Rd, Saanich, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,"3821",,"Cedar Hill","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.336341 48.4632076)","high","parcelPoint","ffa4b31e-96d0-4706-a769-18eaf6a45557",299730,,,,"active","9999-12-31","2023-12-08","true",,0.627,3387802
441,1,"00452-StreetNameCompoundWordsSeparated","8514 Horseshoe Bay Rd, Anglemont, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"8514",,"Horseshoe Bay","Rd","false",,"false",,"Anglemont","Community","CSRD Electoral Area F","BC","SRID=4326;POINT(-119.1181382 50.9761127)","high","parcelPoint","76851488-8084-412f-82a6-b0ca5ce1ea5d",2450478,,,,"active","9999-12-31","2023-12-08","true",,0.532,3542205
442,1,"00453-NonStandardStreetTypeAbbreviation","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","0f5b74f4-dda0-44a7-b0e2-3473c17973df",484911,,,,"active","9999-12-31","2023-12-08","true",,9.766,1860086
443,1,"00454-civicAddressWithUnitandUnknownSiteName","UNIT 170 HAPPY HOUSE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","HAPPY HOUSE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 HAPPY HOUSE",,"active","9999-12-31","2023-12-08","true",,11.541,4363977
444,1,"00455-StreetNameWithMultipleSpellingMistakes","Omineca St, Hazelton, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omineca","St","false",,"false",,"Hazelton","Village",,"BC","SRID=4326;POINT(-127.6757927 55.2557017)","coarse","streetPoint",,,,,,"active",,,"true",,4.051,
445,1,"00456-NonStandardLocalityNameAbbreviation","134 E 15th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"134",,"15th","St","false","E","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.070453 49.3223403)","high","parcelPoint","e6e40b24-7976-4904-8ee2-3ea981af7da8",163763,,,,"active","9999-12-31","2023-12-08","true",,54.328,3516754
446,1,"00457-NonStandardLocalityNAmeAbbreviation","2248 McAllister Ave, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:2]",,,,,"2248",,"McAllister","Ave","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7799837 49.262092)","high","parcelPoint","4ca763c4-8f87-4cf2-86c7-0b8664b2a631",146223,,,,"active","9999-12-31","2023-12-08","true",,0.3,3218608
447,1,"00458-civicAddressWithUnitandUnknownSiteName","UNIT 170 DOOGIE UNIVERSITY -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOOGIE UNIVERSITY","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 DOOGIE UNIVERSITY",,"active","9999-12-31","2023-12-08","true",,6.3,4363977
448,1,"00459-LocalityHopping","Kaleden, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.6011112 49.3997222)","coarse","localityPoint",,,,,,"active",,,"true",,0.572,
449,1,"00460-LocalityHopping","UNIT 200 -- Prince George St, Prince Rupert, BC",,63,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_TYPE.notMatched:3, STREET_TYPE.notPrefix:0, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","200",,,,"Prince George","St","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.2990707 54.311388)","coarse","streetPoint",,,,"UNIT 200",,"active",,,"true",,80.736,
450,1,"00461-LocalityHopping","Helmcken Alley, Victoria, BC",,74,"STREET",78,"[STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Helmcken","Alley","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3693133 48.4255635)","coarse","streetPoint",,,,,,"active",,,"true",,2.354,
451,1,"00462-IRAddresses","1901 Lust Rd, Quesnel, BC",,96,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1901",,"Lust","Rd","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4554097 52.9567283)","low","accessPoint",,228320,,,,"active",,,"true",,1.002,
452,1,"00463-IRAddresses","Blueberry Reserve Rd, Buick, BC",,72,"STREET",78,"[STREET_TYPE.missing:6]",,,,,,,"Blueberry Reserve","Rd","false",,"false",,"Buick","Community","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1391639 56.7304618)","coarse","streetPoint",,,,,,"active",,,"true",,10.681,
453,1,"00464-IRAddresses","Blueberry River 205, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Blueberry River 205","Indian Reserve","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1013888 56.7163889)","coarse","localityPoint",,,,,,"active",,,"true",,0.749,
454,1,"00465-IRAddresses","205 BC Mine Rd, Grand Forks, BC",,72,"BLOCK",99,"[INITIAL_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.missing:10, STREET_TYPE.missing:6, PROVINCE.missing:1, FAULTS.tooMany:6]",,,,,"205",,"BC Mine","Rd","false",,"false",,"Grand Forks","City","RDKB Electoral Area D (Rural Grand Forks)","BC","SRID=4326;POINT(-118.5417578 49.1296346)","low","accessPoint",,2411205,,,,"active",,,"true",,71.826,
455,1,"00466-StreetNameWithMultipleSpellingMistakes","UNIT 15 -- 31235 Upper MacLure Rd, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","15",,"31235",,"Upper MacLure","Rd","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3592071 49.0608091)","high","parcelPoint","832b59e0-59a1-4028-a65a-25eace5fc2bd",430758,,"UNIT 15",,"active","9999-12-31","2023-12-08","true",,6.393,1462380
456,1,"00467-StreetNameWithMultipleSpellingMistakes","UNIT 338 -- 32830 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","338",,"32830",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","48ed5fe9-61f8-406f-b981-88e7fd07fdbf",2617631,,"UNIT 338",,"active","9999-12-31","2023-12-08","true",,0.702,2495402
457,1,"00468-StreetNameWithMultipleSpellingMistakes","UNIT 215 -- 32850 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","215",,"32850",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","9b997783-d7b9-4838-92e3-80a9ccc452fa",2617631,,"UNIT 215",,"active","9999-12-31","2023-12-08","true",,0.751,1047582
458,1,"00469-StreetNameWithMultipleSpellingMistakes","UNIT 117B -- 34313 Forrest Terr, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","117","B","34313",,"Forrest","Terr","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2765011 49.0346859)","high","parcelPoint","ab1987ef-f523-4b54-bb38-7f9e8a69a83c",159710,,"UNIT 117B",,"active","9999-12-31","2023-12-08","true",,0.552,1365855
459,1,"00470-StreetNameWithMultipleSpellingMistakes","UNIT 14 -- 43685 Chilliwack Mountain Rd, Chilliwack, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","14",,"43685",,"Chilliwack Mountain","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-122.0166373 49.1641524)","high","parcelPoint","2c2ce6be-b9cb-409e-b037-4ecef8ff2fc3",2400276,,"UNIT 14",,"active","9999-12-31","2023-12-08","true",,236.659,1065331
460,1,"00471-StreetNameWithMultipleSpellingMistakes","29 St SE, Salmon Arm, BC",,63,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.isAlias:4, STREET_DIRECTION.missing:2, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"29","St","false","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2509431 50.6873229)","coarse","streetPoint",,,,,,"active",,,"true",,22.139,
461,1,"00472-StreetNameWithMultipleSpellingMistakes","Whistler, BC",,56,"LOCALITY",68,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Whistler","Resort Municipality",,"BC","SRID=4326;POINT(-122.9544444 50.1169445)","coarse","localityPoint",,,,,,"active",,,"true",,23.387,
462,1,"00473-StreetNameWithMultipleSpellingMistakes","UNIT 2204 -- 7343 Okanagan Landing Rd, Vernon, BC",,88,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","2204",,"7343",,"Okanagan Landing","Rd","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.345325 50.2389897)","high","parcelPoint","4925032d-7e2d-4418-8475-1469e513deae",354892,,"UNIT 2204",,"active","9999-12-31","2023-12-08","true",,16.6,4266077
463,1,"00474-StreetNameWithMultipleSpellingMistakes","UNIT 66 -- 1930 Cedar Village Cres, North Vancouver, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","66",,"1930",,"Cedar Village","Cres","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.043715 49.3270342)","high","parcelPoint","9d253e89-00db-446c-80d3-ba0b160b95db",166103,,"UNIT 66",,"active","9999-12-31","2023-12-08","true",,959.118,2153738
464,1,"00475-StreetNameWithMultipleSpellingMistakes","UNIT 209 -- 8611 General Currie Rd, Richmond, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","209",,"8611",,"General Currie","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1283228 49.1596485)","high","parcelPoint","f48b10c3-c335-46db-ae8b-391986f96685",127602,,"UNIT 209",,"active","9999-12-31","2023-12-08","true",,0.674,2001638
465,1,"00476-StreetNameWithMultipleSpellingMistakes","UNIT 305 -- 1135 Windsor Mews, Coquitlam, BC",,91,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6]",,"UNIT","305",,"1135",,"Windsor","Mews","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7853704 49.2801267)","high","parcelPoint","a4bfb344-0592-466b-870a-e077b1d60a59",1907339,,"UNIT 305",,"active","9999-12-31","2023-12-08","true",,1.291,1102540
466,1,"00477-StreetNameWithOneSpellingMistakeAtFront","UNIT 106 -- 1355 Cumberland Rd, Courtenay, BC",,92,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6]",,"UNIT","106",,"1355",,"Cumberland","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0049707 49.6769203)","high","parcelPoint","544e5fed-75d3-4424-9367-22927a865b6f",1849534,,"UNIT 106",,"active","9999-12-31","2023-12-08","true",,23.074,1020429
467,1,"00478-AddressInSmallCommunityUsingLocalityAlias","352 W 14th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","78438998-a18b-4e5a-8194-c5a725361810",2416363,,,,"active","9999-12-31","2023-12-08","true",,61.508,3147438
468,1,"00479-AddressInSmallCommunityUsingLocalityAlias","1745 Esquimalt Ave, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1745",,"Esquimalt","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1612755 49.3309246)","medium","parcelPoint","947d3aa2-8b81-4f3e-a37b-554468cdb0ce",163306,,,,"active","9999-12-31","2023-12-08","true",,1.883,8001373
469,1,"00480-AddressInSmallCommunityUsingLocalityAlias","223 W 7th Ave, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"223",,"7th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1103425 49.2650219)","high","parcelPoint","2ff78638-a1f2-44fe-958a-0e67c9c9d501",100449,,,,"active","9999-12-31","2023-12-08","true",,14.961,4195797
470,1,"00481-UnitNumberAndCivicNumberSwapped","UNIT 1045 -- Haro St, Vancouver, BC",,76,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","1045",,,,"Haro","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1323651 49.2880745)","coarse","streetPoint",,,,"UNIT 1045",,"active",,,"true",,10.895,
471,1,"00482-UnitNumberAndCivicNumberSwapped","1177 103A Ave, Surrey, BC",,85,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_TYPE.missing:6]",,,,,"1177",,"103A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7921295 49.1899518)","low","accessPoint",,418379,,,,"active",,,"true",,8.922,
472,1,"00483-UnknownMulti-wordUnitDesignator","UNIT 221 -- 4280 Moncton St, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","221",,"4280",,"Moncton","St","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1799769 49.1242764)","high","parcelPoint","4b66701a-39a9-410f-bc34-3ba73c3dc040",351197,,"UNIT 221",,"active","9999-12-31","2023-12-08","true",,0.575,1518456
473,1,"00484-UnknownMulti-wordUunitDesignator","UNIT 54 -- 2938 Trafalgar St, Abbotsford, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","54",,"2938",,"Trafalgar","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3079844 49.054931)","high","parcelPoint","71016c6f-1a5e-41f2-a68f-2efe869224c7",161674,,"UNIT 54",,"active","9999-12-31","2023-12-08","true",,0.687,1257509
474,1,"00485-UnknownUnitNumberWithLetterPrefixGapped","UNIT A309 -- 10557 150 St, Surrey, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","A309",,"10557",,"150","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.806609 49.1944737)","high","parcelPoint","bd685634-9b89-4e2f-8f47-ed66554bfebf",478995,,"UNIT A309",,"active","9999-12-31","2023-12-08","true",,6.595,3149253
475,1,"00486-UnknownUnitNumberWithLetterPrefixGapped","UNIT C7 -- 6901 Island Hwy W, Bowser, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_DIRECTION.notPrefix:0]",,"UNIT","C7",,"6901",,"Island","Hwy","false","W","false",,"Bowser","Community","RDN Electoral Area H","BC","SRID=4326;POINT(-124.667109 49.4348563)","high","parcelPoint","16772256-827d-4452-bffe-bb1a9995499c",1835730,,"UNIT C7",,"active","9999-12-31","2023-12-08","true",,23.539,4072889
476,1,"00487-UnitNumberWithLetterPrefix","UNIT A114 -- 20211 66 Ave, Township of Langley, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","A114",,"20211",,"66","Ave","false",,"false",,"Township of Langley","District Municipality",,"BC","SRID=4326;POINT(-122.6633166 49.1235181)","high","parcelPoint","3d1d9b15-714d-4290-8eee-066b89995912",320513,,"UNIT A114",,"active","9999-12-31","2023-12-08","true",,5.717,1059975
477,1,"00488-ExtraWordAtFrontOfStreetName","UNIT 19 -- Mt Boucherie Pl, West Kelowna, BC",,73,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","19",,,,"Mt Boucherie","Pl","false",,"false",,"West Kelowna","Unknown",,"BC","SRID=4326;POINT(-119.5815689 49.8589959)","coarse","streetPoint",,,,"UNIT 19",,"active",,,"true",,625.281,
478,1,"00489-UnitNumberSuffixInBackAlley","UNIT 206A -- 555 Burrard St, Vancouver, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"UNIT","206","A","555",,"Burrard","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1188944 49.2860099)","low","accessPoint",,475835,,"UNIT 206A",,"active",,,"true",,3.303,
479,1,"00490-SiteNameInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,3.214,4083847
480,1,"00491-DuplicateStreetTypeInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,7.873,4083847
481,1,"00492-CareOfInBackAlley","1175 Douglas St, Victoria, BC",,96,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,6.805,4083847
482,1,"00493-DuplicateStreetAndLocalityInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,18.58,4083847
483,1,"00494-StreetNameWithSpecialCharacters","Pipeho:em Rd, Agassiz, BC",,78,"STREET",78,"[]",,,,,,,"Pipeho:em","Rd","false",,"false",,"Agassiz","Community",,"BC","SRID=4326;POINT(-121.7342045 49.259877)","coarse","streetPoint",,,,,,"active",,,"true",,0.104,
484,1,"00495-StreetNameWithSpecialCharacters","ʔEqeʔat’in ʔEten, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"ʔEqeʔat’in ʔEten",,"false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1683616 52.0139035)","coarse","streetPoint",,,,,,"active",,,"true",,0.171,
485,1,"00496-StreetNameWithSpecialCharacters","Tl’etinqox Rd, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"Tl’etinqox","Rd","false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1612612 52.0089565)","coarse","streetPoint",,,,,,"active",,,"true",,0.118,
486,1,"00497-StreetNameWithSpecialCharacters","Clinton/Loon Lake FSR, Hutchison Lake, BC",,78,"STREET",78,"[]",,,,,,,"Clinton/Loon Lake","FSR","false",,"false",,"Hutchison Lake","Unknown","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.2072936 51.2237932)","coarse","streetPoint",,,,,,"active",,,"true",,2.195,
487,1,"00498-ACrazy","UNIT 201A -- 201A A St, Abbotsford, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER_SUFFIX.notMatched:1]",,"UNIT","201","A","201","A","A","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2608685 49.0060455)","low","accessPoint",,452835,,"UNIT 201A",,"active",,,"true",,21.584,
488,1,"00499-NonIntersectionOfRoadAndHwy","Chancellor Ave, View Royal, BC",,69,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,,,"Chancellor","Ave","false",,"false",,"View Royal","Town",,"BC","SRID=4326;POINT(-123.4279813 48.4648587)","coarse","streetPoint",,,,,,"active",,,"true",,16.332,
489,1,"00500-NoisyAddress","1 Centennial Sq, Victoria, BC",,92,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2]",,,,,"1",,"Centennial","Sq","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3657434 48.4287096)","high","parcelPoint","052f078a-6c37-4ede-bbf8-5bfb6f5e138a",304974,,,,"active","9999-12-31","2023-12-08","true",,2.955,2983771
490,1,"00501-StreetNameCompoundWordsSeparated","12312 Horseshoe Way, Richmond, BC",,98,"BLOCK",99,"[STREET_NAME.partialMatch:1]",,,,,"12312",,"Horseshoe","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.0988494 49.1233204)","low","accessPoint",,128283,,,,"active",,,"true",,3.941,
491,1,"00502-StreetNameCompoundWordsSeparated","101 Seaview St, Sayward, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"101",,"Seaview","St","false",,"false",,"Sayward","Village",,"BC","SRID=4326;POINT(-125.9633841 50.3858383)","high","parcelPoint","ecb1ca31-b857-4ada-b51c-42799ed40c4b",263931,,,,"active","9999-12-31","2023-12-08","true",,23.913,1684375
492,1,"00503-LocalityNameWithSplitWords","1090 Ironwood St, Campbell River, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1090",,"Ironwood","St","false",,"false",,"Campbell River","City",,"BC","SRID=4326;POINT(-125.2561963 50.0253168)","high","parcelPoint","77f4b1cc-2244-4e32-9ed5-9263d77fbe2c",262744,,,,"active","9999-12-31","2023-12-08","true",,4.026,3438603
493,1,"00504-siteNameWithTerminalAndMissingStreetName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,4.437,
494,1,"00505-siteNameWithPortAndMissingStreetName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.665,

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Revolution Systems Open Library [pom]
[INFO] RS Core [jar]
[INFO] RS Test API [jar]
[INFO] RS ESRI File Geodatabase [jar]
[INFO] RS GDAL [jar]
[INFO] RS Geopackage [jar]
[INFO] RS Oracle [jar]
[INFO] RS PostgreSQL [jar]
[INFO] Revolsys Swing Components [jar]
[INFO] Maki Markers [jar]
[INFO] RS Web [jar]
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-parent >------------------
[INFO] Building Revolution Systems Open Library 7b72f92 [1/11]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-parent ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-parent ---
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-parent ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-parent ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-parent ---
[INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-parent/7b72f92906639c53399a70af505c18082e9c198d/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/target/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-parent/7b72f92906639c53399a70af505c18082e9c198d/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-core >-------------------
[INFO] Building RS Core 7b72f92 [2/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-core ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-core ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 28 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1858 source files to /workspace/source/revolsys-core/target/classes
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/geometry/model/LinearRing.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/geometry/model/LinearRing.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/io/map/MapSerializer.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/io/map/MapSerializer.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-core ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-core ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-core ---
[INFO] Building jar: /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-core ---
[INFO] Building jar: /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-core ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-core ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-core ---
[INFO] Installing /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-core/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-testapi >-----------------
[INFO] Building RS Test API 7b72f92 [3/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-testapi ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-testapi ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-testapi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/revolsys-testapi/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-testapi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /workspace/source/revolsys-testapi/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-testapi ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-testapi ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-testapi ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-testapi ---
[INFO] Building jar: /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-testapi ---
[INFO] Building jar: /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-testapi ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-testapi ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-testapi ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-testapi ---
[INFO] Installing /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-testapi/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-fgdb >-------------------
[INFO] Building RS ESRI File Geodatabase 7b72f92 [4/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-fgdb ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-fgdb ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-fgdb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-fgdb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /workspace/source/revolsys-fgdb/target/classes
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/GeodatabaseReference.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/GeodatabaseReference.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/capi/type/AbstractFileGdbFieldDefinition.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/capi/type/AbstractFileGdbFieldDefinition.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-fgdb ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-fgdb ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-fgdb ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-fgdb ---
[INFO] Building jar: /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-fgdb ---
[INFO] Building jar: /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-fgdb ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-fgdb ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-fgdb ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-fgdb ---
[INFO] Installing /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-fgdb/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-gdal >-------------------
[INFO] Building RS GDAL 7b72f92 [5/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-gdal ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-gdal ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-gdal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-gdal ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /workspace/source/revolsys-gdal/target/classes
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java: /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java uses or overrides a deprecated API.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java: /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java uses unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-gdal ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-gdal ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-gdal ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-gdal ---
[INFO] Building jar: /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-gdal ---
[INFO] Building jar: /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-gdal ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-gdal ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-gdal ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-gdal ---
[INFO] Installing /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-gdal/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< com.revolsys.open:revolsys-geopackage >----------------
[INFO] Building RS Geopackage 7b72f92 [6/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-geopackage ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-geopackage ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-geopackage ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-geopackage ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /workspace/source/revolsys-geopackage/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-geopackage ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-geopackage ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-geopackage ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-geopackage ---
[INFO] Building jar: /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-geopackage ---
[INFO] Building jar: /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-geopackage ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-geopackage ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-geopackage ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-geopackage ---
[INFO] Installing /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-geopackage/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-oracle >------------------
[INFO] Building RS Oracle 7b72f92 [7/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-oracle ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-oracle ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-oracle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-oracle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /workspace/source/revolsys-oracle/target/classes
[INFO] /workspace/source/revolsys-oracle/src/main/java/com/revolsys/oracle/recordstore/OracleJdbcQueryIterator.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-oracle/src/main/java/com/revolsys/oracle/recordstore/OracleJdbcQueryIterator.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-oracle ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-oracle ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-oracle ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-oracle ---
[INFO] Building jar: /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-oracle ---
[INFO] Building jar: /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-oracle ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-oracle ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-oracle ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-oracle ---
[INFO] Installing /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-oracle/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< com.revolsys.open:revolsys-postgresql >----------------
[INFO] Building RS PostgreSQL 7b72f92 [8/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-postgresql ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-postgresql ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-postgresql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-postgresql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /workspace/source/revolsys-postgresql/target/classes
[INFO] /workspace/source/revolsys-postgresql/src/main/java/com/revolsys/gis/postgresql/PostgreSQLJdbcQueryResultPager.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-postgresql/src/main/java/com/revolsys/gis/postgresql/PostgreSQLJdbcQueryResultPager.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-postgresql ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-postgresql ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-postgresql ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-postgresql ---
[INFO] Building jar: /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-postgresql ---
[INFO] Building jar: /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-postgresql ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-postgresql ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-postgresql ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-postgresql ---
[INFO] Installing /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-postgresql/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-swing >------------------
[INFO] Building Revolsys Swing Components 7b72f92 [9/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-swing ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-swing ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-swing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 935 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-swing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 548 source files to /workspace/source/revolsys-swing/target/classes
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-swing ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-swing ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-swing ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-swing ---
[INFO] Building jar: /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-swing ---
[INFO] Building jar: /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-swing ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-swing ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-swing ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-swing ---
[INFO] Installing /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-swing/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-maki >-------------------
[INFO] Building Maki Markers 7b72f92 [10/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-maki ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-maki ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-maki ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 148 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-maki ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-maki ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-maki ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-maki ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-maki ---
[INFO] Building jar: /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-maki ---
[INFO] Building jar: /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-maki ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-maki ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-maki ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-maki ---
[INFO] Installing /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-maki/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -------------------< com.revolsys.open:revolsys-web >-------------------
[INFO] Building RS Web 7b72f92 [11/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-web ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-web ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-web ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 297 source files to /workspace/source/revolsys-web/target/classes
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/config/Attribute.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/config/Attribute.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/rest/interceptor/AnnotationHandlerMethodResolver.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/rest/interceptor/AnnotationHandlerMethodResolver.java: Recompile with -Xlint:removal for details.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/html/view/ElementContainer.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/html/view/ElementContainer.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-web ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-web ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-web ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-web ---
[INFO] Building jar: /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-web ---
[INFO] Building jar: /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-web ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-web ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-web ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-web ---
[INFO] Installing /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-web/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Revolution Systems Open Library 7b72f92:
[INFO]
[INFO] Revolution Systems Open Library .................... SUCCESS [ 4.813 s]
[INFO] RS Core ............................................ SUCCESS [ 45.649 s]
[INFO] RS Test API ........................................ SUCCESS [ 2.825 s]
[INFO] RS ESRI File Geodatabase ........................... SUCCESS [ 2.789 s]
[INFO] RS GDAL ............................................ SUCCESS [ 3.043 s]
[INFO] RS Geopackage ...................................... SUCCESS [ 2.304 s]
[INFO] RS Oracle .......................................... SUCCESS [ 2.536 s]
[INFO] RS PostgreSQL ...................................... SUCCESS [ 2.131 s]
[INFO] Revolsys Swing Components .......................... SUCCESS [ 19.288 s]
[INFO] Maki Markers ....................................... SUCCESS [ 3.677 s]
[INFO] RS Web ............................................. SUCCESS [ 5.555 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:34 min
[INFO] Finished at: 2024-01-09T06:35:11Z
[INFO] ------------------------------------------------------------------------

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Concurrent Processing Framework [pom]
[INFO] Concurrent Processing Framework Business Application Plugin API [jar]
[INFO] Concurrent Processing Framework Client Java API [jar]
[INFO] Concurrent Processing Framework Application Java API [jar]
[INFO] Concurrent Processing Framework API Worker [jar]
[INFO] Concurrent Processing Framework Base WAR Web Application [war]
[INFO] Concurrent Processing Framework Base WAR Worker [war]
[INFO] CPF Plug-in Maven Arechtype [maven-archetype]
[INFO] Concurrent Processing Framework Archetype Web [maven-archetype]
[INFO] CPF Test Plugins [jar]
[INFO] Digest Plug-in [jar]
[INFO] Geometry Validation Plug-in [jar]
[INFO] Mandelbrot Plug-in [jar]
[INFO] Map Tile Plug-in [jar]
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-parent >--------------------
[INFO] Building Concurrent Processing Framework 7b72f92 [1/14]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-parent ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-parent ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-parent ---
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-parent ---
[INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/target/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-plugin >------------------
[INFO] Building Concurrent Processing Framework Business Application Plugin API 7b72f92 [2/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-plugin/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 37 source files to /workspace/source/cpf-api-plugin/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-plugin ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-plugin ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-plugin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-plugin ---
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-plugin/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-client >------------------
[INFO] Building Concurrent Processing Framework Client Java API 7b72f92 [3/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /workspace/source/cpf-api-client/target/classes
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cpf-api-client ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-client ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-client ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-client ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-client ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-client ---
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-client/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/target/site/java-api
[INFO] Copying 2 resources to template
[INFO]
[INFO] --- jsdoctk-plugin:2.3.2:jsdoc (javascript-api) @ cpf-api-client ---
[INFO] Copying JSDoc Toolkit to temporary directory.
[INFO] JSDoc Toolkit copied to temporary directory, execution will commense shortly.
[INFO] Will be generating JSDoc for '/workspace/source/cpf-api-client/src/main/js'.
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-api-app >-------------------
[INFO] Building Concurrent Processing Framework Application Java API 7b72f92 [4/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 25 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 84 source files to /workspace/source/cpf-api-app/target/classes
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java uses or overrides a deprecated API.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-app ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-app ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-app ---
[INFO] Building jar: /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-app ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-app ---
[INFO] Building jar: /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-app ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-app ---
[INFO] Installing /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-app/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) > generate-sources @ cpf-api-app >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-app ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) < generate-sources @ cpf-api-app <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) @ cpf-api-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-worker >------------------
[INFO] Building Concurrent Processing Framework API Worker 7b72f92 [5/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-worker ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-worker ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-worker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-worker/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-worker ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /workspace/source/cpf-api-worker/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-worker ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-worker ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-worker ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-worker ---
[INFO] Building jar: /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-worker ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-worker ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-worker ---
[INFO] Building jar: /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-worker ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-worker ---
[INFO] Installing /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-worker/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-war-app >-------------------
[INFO] Building Concurrent Processing Framework Base WAR Web Application 7b72f92 [6/14]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-war-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-war-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-war-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-war-app/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-war-app ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-war-app ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-war-app ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-war-app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ cpf-war-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cpf-war-app] in [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Processing war project
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-client/target] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-client/src/main/js/] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-plugin/target] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/src/main/webapp] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp resources [/workspace/source/cpf-war-app/src/main/webapp]
[INFO] Webapp assembled in [1016 msecs]
[INFO] Building war: /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-war-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-war-app ---
[INFO] Skipping because packaging 'war' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-war-app ---
[INFO] Building jar: /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-war-app ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-war-app ---
[INFO] Installing /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO] Installing /workspace/source/cpf-war-app/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-war-worker >------------------
[INFO] Building Concurrent Processing Framework Base WAR Worker 7b72f92 [7/14]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-war-worker ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-war-worker ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-war-worker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-war-worker ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-war-worker ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-war-worker ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-war-worker ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ cpf-war-worker ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cpf-war-worker] in [/workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Processing war project
[INFO] Copying webapp resources [/workspace/source/cpf-war-worker/src/main/webapp]
[INFO] Webapp assembled in [518 msecs]
[INFO] Building war: /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-war-worker ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-war-worker ---
[INFO] Skipping because packaging 'war' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-war-worker ---
[INFO] Building jar: /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-war-worker ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-war-worker ---
[INFO] Installing /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO] Installing /workspace/source/cpf-war-worker/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --------------< ca.bc.gov.open.cpf:cpf-archetype-plugin >---------------
[INFO] Building CPF Plug-in Maven Arechtype 7b72f92 [8/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ cpf-archetype-plugin ---
[INFO] Copying 11 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ cpf-archetype-plugin ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ cpf-archetype-plugin ---
[INFO] Building archetype jar: /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-archetype-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-archetype-plugin ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ cpf-archetype-plugin ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-archetype-plugin ---
[INFO] Building jar: /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ cpf-archetype-plugin ---
[INFO] Installing /workspace/source/cpf-archetype-plugin/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ cpf-archetype-plugin ---
[INFO]
[INFO] ----------------< ca.bc.gov.open.cpf:cpf-archetype-web >----------------
[INFO] Building Concurrent Processing Framework Archetype Web 7b72f92 [9/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-archetype-web ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-archetype-web ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ cpf-archetype-web ---
[INFO] Copying 12 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ cpf-archetype-web ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ cpf-archetype-web ---
[INFO] Building archetype jar: /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-archetype-web ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-archetype-web ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ cpf-archetype-web ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-archetype-web ---
[INFO] Building jar: /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-archetype-web ---
[INFO]
[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ cpf-archetype-web ---
[INFO] Installing /workspace/source/cpf-archetype-web/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ cpf-archetype-web ---
[INFO]
[INFO] ------------------< ca.bc.gov.open.cpf.plugins:test >-------------------
[INFO] Building CPF Test Plugins 7b72f92 [10/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ test ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ test ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /workspace/source/plugins/test/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ test ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ test ---
[INFO] Building jar: /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ test ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ test ---
[INFO] Building jar: /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ test ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ test ---
[INFO] Installing /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/test/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf.plugins:digest >------------------
[INFO] Building Digest Plug-in 7b72f92 [11/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ digest ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ digest ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ digest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ digest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /workspace/source/plugins/digest/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ digest ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ digest ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ digest ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ digest ---
[INFO] Building jar: /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ digest ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ digest ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ digest ---
[INFO] Building jar: /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ digest ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ digest ---
[INFO] Installing /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/digest/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------< ca.bc.gov.open.cpf.plugins:geometry-validation >-----------
[INFO] Building Geometry Validation Plug-in 7b72f92 [12/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ geometry-validation ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ geometry-validation ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geometry-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ geometry-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /workspace/source/plugins/geometry-validation/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geometry-validation ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ geometry-validation ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geometry-validation ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ geometry-validation ---
[INFO] Building jar: /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ geometry-validation ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ geometry-validation ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ geometry-validation ---
[INFO] Building jar: /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ geometry-validation ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ geometry-validation ---
[INFO] Installing /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/geometry-validation/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< ca.bc.gov.open.cpf.plugins:mandelbrot >----------------
[INFO] Building Mandelbrot Plug-in 7b72f92 [13/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ mandelbrot ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ mandelbrot ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mandelbrot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mandelbrot ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /workspace/source/plugins/mandelbrot/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mandelbrot ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mandelbrot ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mandelbrot ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ mandelbrot ---
[INFO] Building jar: /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ mandelbrot ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ mandelbrot ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ mandelbrot ---
[INFO] Building jar: /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ mandelbrot ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ mandelbrot ---
[INFO] Installing /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/mandelbrot/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ----------------< ca.bc.gov.open.cpf.plugins:map-tile >-----------------
[INFO] Building Map Tile Plug-in 7b72f92 [14/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ map-tile ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ map-tile ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ map-tile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ map-tile ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /workspace/source/plugins/map-tile/target/classes
[INFO] /workspace/source/plugins/map-tile/src/main/java/ca/bc/gov/open/cpf/plugins/maptile/MapTileByLocation.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/plugins/map-tile/src/main/java/ca/bc/gov/open/cpf/plugins/maptile/MapTileByLocation.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ map-tile ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ map-tile ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ map-tile ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ map-tile ---
[INFO] Building jar: /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ map-tile ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ map-tile ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ map-tile ---
[INFO] Building jar: /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ map-tile ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ map-tile ---
[INFO] Installing /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/map-tile/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Concurrent Processing Framework 7b72f92:
[INFO]
[INFO] Concurrent Processing Framework .................... SUCCESS [ 5.069 s]
[INFO] Concurrent Processing Framework Business Application Plugin API SUCCESS [ 8.822 s]
[INFO] Concurrent Processing Framework Client Java API .... SUCCESS [ 8.109 s]
[INFO] Concurrent Processing Framework Application Java API SUCCESS [ 5.303 s]
[INFO] Concurrent Processing Framework API Worker ......... SUCCESS [ 1.802 s]
[INFO] Concurrent Processing Framework Base WAR Web Application SUCCESS [ 4.418 s]
[INFO] Concurrent Processing Framework Base WAR Worker .... SUCCESS [ 3.161 s]
[INFO] CPF Plug-in Maven Arechtype ........................ SUCCESS [ 1.715 s]
[INFO] Concurrent Processing Framework Archetype Web ...... SUCCESS [ 0.868 s]
[INFO] CPF Test Plugins ................................... SUCCESS [ 1.236 s]
[INFO] Digest Plug-in ..................................... SUCCESS [ 1.365 s]
[INFO] Geometry Validation Plug-in ........................ SUCCESS [ 0.968 s]
[INFO] Mandelbrot Plug-in ................................. SUCCESS [ 1.069 s]
[INFO] Map Tile Plug-in ................................... SUCCESS [ 1.385 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 45.712 s
[INFO] Finished at: 2024-01-09T06:36:23Z
[INFO] ------------------------------------------------------------------------

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

"sequenceNumber","resultNumber","yourId","fullAddress","intersectionName","score","matchPrecision","precisionPoints","faults","siteName","unitDesignator","unitNumber","unitNumberSuffix","civicNumber","civicNumberSuffix","streetName","streetType","isStreetTypePrefix","streetDirection","isStreetDirectionPrefix","streetQualifier","localityName","localityType","electoralArea","provinceCode","location","locationPositionalAccuracy","locationDescriptor","siteID","blockID","intersectionID","fullSiteDescriptor","accessNotes","siteStatus","siteRetireDate","changeDate","isOfficial","degree","executionTime","sid"
1,1,"00002-civicAddressWithCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.157,3570324
2,1,"00003-civicAddressWithCivicNumberSuffix","4251A Rockbank Pl, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4251","A","Rockbank","Pl","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2420986 49.3459404)","high","parcelPoint","6397230a-0569-43c8-855e-d84558230db4",342044,,,,"active","9999-12-31","2023-12-08","true",,0.236,2714851
3,1,"00004-civicAddressWithOrdinalCivicNumberSuffix","749E Lakeview Arrow Creek Rd, Wynndel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"749","E","Lakeview Arrow Creek","Rd","false",,"false",,"Wynndel","Community","RDCK Electoral Area C","BC","SRID=4326;POINT(-116.5097552 49.154316)","high","parcelPoint","4b6d3737-4ae6-437b-8a9e-2f209c86c996",2512792,,,,"active","9999-12-31","2023-12-08","true",,5.989,1073929
4,1,"00005-civicAddressWithStreetDirection","456 Gorge Rd E, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.103,3001643
5,1,"00006-civicAddressWithoutStreetDirection","1804 Cedar Dr, Squamish, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1804",,"Cedar","Dr","false",,"false",,"Squamish","District Municipality",,"BC","SRID=4326;POINT(-123.1352813 49.6988427)","high","parcelPoint","29f2655d-ddcb-453c-8f23-7618396a6580",173758,,,,"active","9999-12-31","2023-12-08","true",,0.156,1018699
6,1,"00007-civicAddressWithPrefixStreetDirection","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.21,4174579
7,1,"00008-civicAddressWithStreetNameContainingDirectionWord","947 North Park St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"947",,"North Park","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3566146 48.4293207)","high","parcelPoint","042f4847-e5e5-4c07-bbaf-6e75e43a8577",512719,,,,"active","9999-12-31","2023-12-08","true",,43.104,3897960
8,1,"00009-CivicAddressWithAbbreviatedStreetName","Stelly's Cross Rd, Central Saanich, BC",,78,"STREET",78,"[]",,,,,,,"Stelly's Cross","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4390875 48.579717)","coarse","streetPoint",,,,,,"active",,,"true",,0.391,
9,1,"00010-CivicAddressWithAbbreviatedStreetName","3928 Cedar Hill Cross Rd, Saanich, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3928",,"Cedar Hill Cross","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3477591 48.4659559)","high","parcelPoint","b767e6b4-5af5-428e-acb3-f39fe7a6b952",384645,,,,"active","9999-12-31","2023-12-08","true",,16.964,3290984
10,1,"00011-CivicAddressWithAbbreviatedLocalityName","7495 Columbia Ave, Radium Hot Springs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7495",,"Columbia","Ave","false",,"false",,"Radium Hot Springs","Village",,"BC","SRID=4326;POINT(-116.0777622 50.6205387)","high","parcelPoint","f2f7536d-dd71-46eb-8c1a-5c902035c8e5",338710,,,,"active","9999-12-31","2023-12-08","true",,1.178,4184338
11,1,"00012-civicAddressWithoutProvinceCode","2050 SW Marine Dr, Vancouver, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.134,4174579
12,1,"00013-civicAddressWithProvinceName","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.173,4174579
13,1,"00014-civicAddressWithoutUnit","10372 99 St, Taylor, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10372",,"99","St","false",,"false",,"Taylor","District Municipality",,"BC","SRID=4326;POINT(-120.6811336 56.1548566)","high","parcelPoint","2bb29d69-9d7c-4eac-ad9d-28c6528d63fd",238496,,,,"active","9999-12-31","2023-12-08","true",,1.733,3682455
14,1,"00015-civicAddressWithUnitWithoutUnitDesignator","UNIT 170 -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170",,"active","9999-12-31","2023-12-08","true",,3.181,4363977
15,1,"00016-civicAddressWithUnitAfterStreetType","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.369,2064187
16,1,"00017-civicAddressWithUnitBeforeCivicNumber","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.224,2064187
17,1,"00018-civicAddressWithUnitBeforeCivicNumberandWithoutFrontGate","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.085,2064187
18,1,"00019-civicAddressWithUnitandKnownSiteName","UNIT 170 DOUGLAS COLLEGE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOUGLAS COLLEGE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 DOUGLAS COLLEGE",,"active","9999-12-31","2023-12-08","true",,6.636,4363977
19,1,"00020-civicAddressWithSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,5.612,
20,1,"00021-civicAddressWithPartialSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,1.081,
21,1,"00022-civicAddressWithSiteNameAndMissingCivicNumber","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.107,
22,1,"00023-civicAddressWithNumberForStreetName","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","63359f5d-feb8-4078-a53d-cf7597dedf72",241168,,,,"active","9999-12-31","2023-12-08","true",,17.084,1453435
23,1,"00024-civicAddressWithUnitNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.137,
24,1,"00025-CivicNumberWithHighwayStreetName","4390 Hwy 33, Beaverdell, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4390",,"33","Hwy","true",,"false",,"Beaverdell","Community","RDKB Electoral Area E (West Boundary)","BC","SRID=4326;POINT(-119.0335607 49.3035999)","high","parcelPoint","f0dfb4fd-5be0-4df9-bdc1-f99acad96a10",571497,,,,"active","9999-12-31","2023-12-08","true",,1.332,4097984
25,1,"00026-CivicAddressWithoutProvinceCode","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.084,3570324
26,1,"00027-CivicAddressWithoutLocality","525 Superior St, Victoria, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY.missing:10]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.205,3570324
27,1,"00028-CivicAddressWithoutStreetName","Kamloops, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3391667 50.6755556)","coarse","localityPoint",,,,,,"active",,,"true",,0.339,
28,1,"00029-CivicAddressWithoutStreetType","661A Market Hill, Vancouver, BC",,94,"CIVIC_NUMBER",100,"[STREET_TYPE.missing:6]",,,,,"661","A","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","b2855281-bebf-45d1-9bfe-a451a77941ca",265705,,,,"active","9999-12-31","2023-12-08","true",,1.236,1154850
29,1,"00030-CivicAddressWithoutStreetDirection","456 Gorge Rd E, Victoria, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.993,3001643
30,1,"00031-CivicAddressWithoutCivicNumber","Superior St, Victoria, BC",,78,"STREET",78,"[]",,,,,,,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3742047 48.4187396)","coarse","streetPoint",,,,,,"active",,,"true",,0.083,
31,1,"00032-CivicAddressWithUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.187,1897827
32,1,"00033-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.295,1897827
33,1,"00034-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.289,1897827
34,1,"00035-CivicAddressWithoutUnitDesignator","850 Saucier Ave, Kelowna, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","ff8c0c0f-008d-4c64-b706-20b249dd9dfa",423686,,,,"active","9999-12-31","2023-12-08","true",,0.292,3801227
35,1,"00036-CivicAddressWithoutUnitNumber","UNIT -- 850 Saucier Ave, Kelowna, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"UNIT",,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","ff8c0c0f-008d-4c64-b706-20b249dd9dfa",423686,,"UNIT",,"active","9999-12-31","2023-12-08","true",,0.211,3801227
36,1,"00037-CivicAddressWithoutUnitNumber","APT -- 1359 Porlier Pass Rd, Galiano Island, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"APT",,,"1359",,"Porlier Pass","Rd","false",,"false",,"Galiano Island","Unknown","CAPRD Southern Gulf Islands Electoral Area","BC","SRID=4326;POINT(-123.3619085 48.8934868)","medium","parcelPoint","4932e455-d8e3-4068-8cee-b690c18ec3cd",2652387,,"APT",,"active","9999-12-31","2023-12-08","true",,1.077,8004937
37,1,"00038-CivicAddressWithoutLocalityProvinceCode","3520 Wentworth Ave, West Vancouver, BC",,89,"CIVIC_NUMBER",100,"[LOCALITY.missing:10, PROVINCE.missing:1]",,,,,"3520",,"Wentworth","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2152473 49.3466751)","high","parcelPoint","03afe195-9300-4685-a674-b5ec3293c0c1",570447,,,,"active","9999-12-31","2023-12-08","true",,3.256,2836372
38,1,"00039-CivicAddressWithUnitAttachedToCivicNumber","Lorne St, Kamloops, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lorne","St","false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3275514 50.6782177)","coarse","streetPoint",,,,,,"active",,,"true",,4.786,
39,1,"00040-CivicAddressWithNonNumeric CivicNumber","A-B Connector Rd, Richmond, BC",,70,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:1, STREET_TYPE.notMatched:3, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"A-B Connector","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1809151 49.1921731)","coarse","streetPoint",,,,,,"active",,,"true",,67.371,
40,1,"00041-CivicAddressSwappedCharactersInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,10.624,
41,1,"00042-CivicAddressSwappedCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,10.128,3286476
42,1,"00043-CivicAddressSwappedCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,53.678,3286476
43,1,"00044-CivicAddressSwappedCharactersInStreetNameLocality","30 Firth Cres, Mackenzie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2, STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,88.851,3286476
44,1,"00045-CivicAddressWrongCharacterInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,8.701,
45,1,"00046-CivicAddressWrongCharacterInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,114.074,3286476
46,1,"00047-CivicAddressWrongCharacterInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,45.161,3286476
47,1,"00048-CivicAddressMissingWordInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,2.565,
48,1,"00049-CivicAddressWrongWordInStreetName","6006 Happy Valley Rd, Summerland, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","3b59fae5-17dc-4f0b-a35d-7117840c75b6",61656,,,,"active","9999-12-31","2023-12-08","true",,0.657,2052236
49,1,"00050-CivicAddressMissingFirstWordInStreetName","Valleyview Rd, Penticton, BC",,72,"STREET",78,"[STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Valleyview","Rd","false",,"false",,"Penticton","City",,"BC","SRID=4326;POINT(-119.5742878 49.4516623)","coarse","streetPoint",,,,,,"active",,,"true",,78.014,
50,1,"00051-CivicAddressMissingFirstWordInLocalityName","UNIT 1323 -- 5 Gore Ave, Vancouver, BC",,86,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_NAME.spelledWrong:2, STREET_TYPE.notPrefix:0]",,"UNIT","1323",,"5",,"Gore","Ave","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0979684 49.2846438)","low","accessPoint",,105284,,"UNIT 1323",,"active",,,"true",,23.15,
51,1,"00052-CivicAddressMissingFirstWordInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,5.956,
52,1,"00053-CivicAddressMissingCharactersInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,7.224,
53,1,"00054-CivicAddressWrongWordInStreetName","Community Center Rd, Grand Forks, BC",,78,"STREET",78,"[]",,,,,,,"Community Center","Rd","false",,"false",,"Grand Forks","City",,"BC","SRID=4326;POINT(-118.4881692 49.0174056)","coarse","streetPoint",,,,,,"active",,,"true",,0.538,
54,1,"00055-CivicAddressMissingCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,42.303,3286476
55,1,"00056-CivicAddressMissingCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,53.4,3286476
56,1,"00057-CivicAddressWrongAbbreviationInLocality","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","0f5b74f4-dda0-44a7-b0e2-3473c17973df",484911,,,,"active","9999-12-31","2023-12-08","true",,6.64,1860086
57,1,"00058-CivicAddressWrongProvinceCode","30 Firth Cres, Mackenzie, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.notMatched:1]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,0.867,3286476
58,1,"00059-CivicAddressWrongLocality","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.partialMatch:1]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,2.086,3951760
59,1,"00060-CivicAddressWrongStreetType","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[STREET_TYPE.notMatched:3]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,2.969,3951760
60,1,"00061-CivicAddressWrongStreetDirection","456 Gorge Rd E, Victoria, BC",,97,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2, PROVINCE.missing:1]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.851,3001643
61,1,"00062-CivicAddressMispelledStreetName","952 Comox Ave, Prince Rupert, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,22.381,3951760
62,1,"00063-CivicAddressWithMisplacedStreetDirection","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","63359f5d-feb8-4078-a53d-cf7597dedf72",241168,,,,"active","9999-12-31","2023-12-08","true",,18.275,1453435
63,1,"00064-CivicAddressWithMisplacedStreetDirection","2186 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notSuffix:0]",,,,,"2186",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1585049 49.2182009)","high","parcelPoint","9edb997b-7f36-4dc7-833f-e568324b3d5f",104099,,,,"active","9999-12-31","2023-12-08","true",,5.575,2902304
64,1,"00065-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","881c3c68-0f07-4b07-b93a-f796d820e28d",2646210,,,,"active","9999-12-31","2023-12-08","true",,43.074,3393400
65,1,"00066-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","881c3c68-0f07-4b07-b93a-f796d820e28d",2646210,,,,"active","9999-12-31","2023-12-08","true",,31.857,3393400
66,1,"00067-CivicAddressWithMisplacedStreetType","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,3.78,2287750
67,1,"00069-CivicAddressWithUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,19.831,2287750
68,1,"00070-CivicAddressWithUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","0db17158-e0f2-48a4-8460-e70997a45283",323579,,,,"active","9999-12-31","2023-12-08","true",,18.382,1239002
69,1,"00071-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,28.514,2287750
70,1,"00072-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notPrefix:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","0db17158-e0f2-48a4-8460-e70997a45283",323579,,,,"active","9999-12-31","2023-12-08","true",,24.03,1239002
71,1,"00073-CivicAddressUnknownLocality","626 Lindley Dr, West Kelowna, BC",,93,"BLOCK",99,"[LOCALITY.spelledWrong:2, LOCALITY.isAlias:4]",,,,,"626",,"Lindley","Dr","false",,"false",,"West Kelowna","Unknown","RDCO Central Okanagan West Electoral Area","BC","SRID=4326;POINT(-119.5404528 49.8943439)","low","accessPoint",,571162,,,,"active",,,"true",,5.762,
72,1,"00074-CivicAddressUnknownStreetDirection","456 Gorge Rd E, Victoria, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.831,3001643
73,1,"00075-CivicAddressUnknownStreetType","561 Salmon Rd, Central Saanich, BC",,96,"BLOCK",99,"[STREET_TYPE.notMatched:3]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,6.044,
74,1,"00076-CivicAddressUnknownStreetName","561 Salmon Rd, Central Saanich, BC",,97,"BLOCK",99,"[STREET_NAME.spelledWrong:2]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,142.555,
75,1,"00077-CivicAddressUnknownCivicNumber","Hwy 97B SE, Salmon Arm, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"97B","Hwy","true","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2201925 50.6811245)","coarse","streetPoint",,,,,,"active",,,"true",,84.315,
76,1,"00078-CivicAddressUnknownUnitDescriptor","UNIT 128 ABODE -- 850 Saucier Ave, Kelowna, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]","ABODE","UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128 ABODE",,"active","9999-12-31","2023-12-08","true",,0.302,1897827
77,1,"00079-CivicAddressStreetDirectionForUndirectedStreet","109 Quarry Dr, Salt Spring Island, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2]",,,,,"109",,"Quarry","Dr","false",,"false",,"Salt Spring Island","Unknown","CAPRD Saltspring Island Electoral Area","BC","SRID=4326;POINT(-123.5626031 48.8754044)","high","parcelPoint","ed895675-3557-4f54-aebb-865fddb565d7",2402870,,,,"active","9999-12-31","2023-12-08","true",,7.978,2688433
78,1,"00080-CivicAddressWithMailBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.383,3570324
79,1,"00081-CivicAddressWithMailBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.35,3570324
80,1,"00082-CivicAddressWithBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.326,3570324
81,1,"00083-CivicAddressWithBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.332,3570324
82,1,"00084-CivicAddressWithCompAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.339,3570324
83,1,"00085-CivicAddressWithCompAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.325,3570324
84,1,"00086-CivicAddressWithLcdAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.321,3570324
85,1,"00087-CivicAddressWithLcdAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.312,3570324
86,1,"00088-CivicAddressWithPostalCodeAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.315,3570324
87,1,"00089-CivicAddressWithPostalCodeAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.306,3570324
88,1,"00090-CivicAddressWithRuralRouteAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.336,3570324
89,1,"00091-CivicAddressWithRuralRouteAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.318,3570324
90,1,"00092-CivicAddressWithRuralRouteStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.335,3570324
91,1,"00093-CivicAddressWithRuralRouteStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.325,3570324
92,1,"00094-CivicAddressWithUnabbreviatedRuralRoute","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.311,3570324
93,1,"00095-CivicAddresswithPostBoxStnNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.187,
94,1,"00096-CivicAddressWithPostBoxStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.36,3570324
95,1,"00097-CivicAddressWithPostBoxStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.342,3570324
96,1,"00098-CivicAddresswithPostBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.127,
97,1,"00099-CivicAddressWithPostBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.339,3570324
98,1,"00100-CivicAddressWithPostBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.336,3570324
99,1,"00101-CivicAddresswithBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.125,
100,1,"00102-CivicAddressWithBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.337,3570324
101,1,"00103-CivicAddressWithBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.327,3570324
102,1,"00104-CivicAddressWithFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,5.779,4260507
103,1,"00105-CivicAddressWithReverseFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,14.146,4260507
104,1,"00106-CivicAddressWithUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,5.836,4260507
105,1,"00107-CivicAddressWithReverseUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,14.112,4260507
106,1,"00108-SimpleInterpolatedCivicAddress","5742 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5742",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0134698 49.2299803)","low","accessPoint",,2586590,,,,"active",,,"true",,0.115,
107,1,"00109-AdaptiveInterpolatedCivicAddress","5686 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5686",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0168146 49.2298375)","low","accessPoint",,2586590,,,,"active",,,"true",,0.077,
108,1,"00110-CivicAddressWithKnownCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.076,3570324
109,1,"00111-CivicAddressWithKnownMainEntrance","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.071,3570324
110,1,"00112-CivicAddressWithKnownParcelPoint","5706 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5706",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0159456 49.2298132)","high","parcelPoint","d2458816-e87a-4835-ad7f-3da875eaf381",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.078,3914830
111,1,"00113-CivicAddressWithKnownFrontDoorAndUnknownParcelPoint","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.1,
112,1,"00114-CivicAddressWithUnKnownFrontDoorAndKnownParcelPoint","5712 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5712",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0156988 49.2298087)","high","parcelPoint","4ea88cf9-c8e1-44b2-8c0c-d238b5e91222",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.067,3530385
113,1,"00115-IntersectionAddressWithTwoStreetsInAscendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"8fdc9d21-1489-4470-81d8-91970f6bee19",,,"active",,,"true",4,19.38,
114,1,"00116-IntersectionAddressWithTwoStreetsInDescendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"8fdc9d21-1489-4470-81d8-91970f6bee19",,,"active",,,"true",4,23.836,
115,1,"00117-IntersectionAddressWithFourStreets","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,979.774,
116,1,"00118-IntersectionAddressWithStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"16938575-9d8c-42ab-a8f4-daac32a6014b",,,"active",,,"true",3,0.598,
117,1,"00119-IntersectionAddressWithMissingStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"16938575-9d8c-42ab-a8f4-daac32a6014b",,,"active",,,"true",3,0.229,
118,1,"00120-IntersectionAddressWithoutStreetDirection","Begbie St and Johnson St, Victoria, BC","Begbie St and Johnson St",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3419611 48.4272692)","high","intersectionPoint",,,"57828176-9618-4319-b851-d450f7355481",,,"active",,,"true",3,1.955,
119,1,"00121-IntersectionAddressWithPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"fb63e02a-7823-44d4-965c-3b7d3b538242",,,"active",,,"true",3,3.828,
120,1,"00122-IntersectionAddressWithMissingPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2, STREET_DIRECTION.notSuffix:0]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"fb63e02a-7823-44d4-965c-3b7d3b538242",,,"active",,,"true",3,1.753,
121,1,"00123-IntersectionAddressWithPrefixStreetDirectionAndStreetNameContainingDirectionWord","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.114,
122,1,"00124-IntersectionAddressWithoutProvinceCode","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",99,"INTERSECTION",100,"[PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.283,
123,1,"00125-IntersectionAddressWithProvinceName","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.573,
124,1,"00126-IntersectionAddressWrongLocality","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",93,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, LOCALITY.isAlias:4]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,3.266,
125,1,"00127-IntersectionAddressWrongStreetType","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",85,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,22.487,
126,1,"00128-IntersectionAddressWrongStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,21.578,
127,1,"00129-IntersectionAddressUnknownLocality","George Junction, Surrey, BC",,60,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_NAME.spelledWrong:2, FAULTS.tooMany:6]",,,,,,,"George Junction",,"false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8436983 49.1816386)","coarse","streetPoint",,,,,,"active",,,"true",,44.251,
128,1,"00130-IntersectionAddressUnknownStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,22.443,
129,1,"00131-IntersectionAddressStreetDirectionForUndirectedStreet","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.903,
130,1,"00132-CivicAddressNumberedStreetWithoutTH","955 13th Ave, Valemount, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"955",,"13th","Ave","false",,"false",,"Valemount","Village",,"BC","SRID=4326;POINT(-119.2562088 52.8244902)","high","parcelPoint","77bcbe45-e610-4136-bc6f-5e1ab44226f8",2657065,,,,"active","9999-12-31","2023-12-08","true",,3.73,3340468
131,1,"00133-Street","Wells Rd, Chilliwack, BC",,78,"STREET",78,"[]",,,,,,,"Wells","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9710217 49.1348039)","coarse","streetPoint",,,,,,"active",,,"true",,0.194,
132,1,"00134-CivicAddressFailedInPast","1090 Marine Dr, Port Alice, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1090",,"Marine","Dr","false",,"false",,"Port Alice","Village",,"BC","SRID=4326;POINT(-127.4882951 50.4256588)","high","parcelPoint","973ddaed-c28c-443c-98a4-f10cbbbad7bc",386923,,,,"active","9999-12-31","2023-12-08","true",,1.906,2035733
133,1,"00135-CivicAddressFailedInPast","1772 Hwy 97, 70 Mile House, BC",,100,"CIVIC_NUMBER",100,"[STREET_NAME.isHighwayAlias:0]",,,,,"1772",,"97","Hwy","true",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.388392 51.3175653)","high","parcelPoint","19c012dd-88c3-4337-99a6-63f932cc4d0c",485724,,,,"active","9999-12-31","2023-12-08","true",,9.42,3833822
134,1,"00136-CivicAddressFailedInPast","3545 Prince Edward St, Vancouver, BC",,99,"BLOCK",99,"[]",,,,,"3545",,"Prince Edward","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0966457 49.2534421)","low","accessPoint",,105930,,,,"active",,,"true",,3.233,
135,1,"00137-CivicAddressFailedInPast","671D Market Hill, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"671","D","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","b0c2f51d-cc2b-4684-a89f-968ce99f0677",265705,,,,"active","9999-12-31","2023-12-08","true",,0.12,2290321
136,1,"00138-CivicAddressFailedInPast","100 Mile House, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"100 Mile House","District Municipality",,"BC","SRID=4326;POINT(-121.2955555 51.6425)","coarse","localityPoint",,,,,,"active",,,"true",,4.09,
137,1,"00139-CivicAddressFailedInPast","Willow Dr, 70 Mile House, BC",,78,"STREET",78,"[]",,,,,,,"Willow","Dr","false",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3940095 51.3174337)","coarse","streetPoint",,,,,,"active",,,"true",,2.733,
138,1,"00140-CivicAddressFailedInPast","Gorge Bridge and Gorge Bridge, Esquimalt, BC","Gorge Bridge and Gorge Bridge",88,"INTERSECTION",100,"[STREET_QUALIFIER.missing:1, LOCALITY.missing:10, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.4003273 48.4462962)","high","intersectionPoint",,,"90f60e51-5e93-4924-bfda-d4e122f5e016",,,"active",,,"true",2,6.122,
139,1,"00141-CivicAddressFailedInPast","Vancouver, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1138889 49.2608333)","coarse","localityPoint",,,,,,"active",,,"true",,0.242,
140,1,"00142-CivicAddressNotInAnyAddressRange","Commercial Dr, Dease Lake, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Commercial","Dr","false",,"false",,"Dease Lake","Community","RDKS Electoral Area F","BC","SRID=4326;POINT(-129.9874801 58.4338875)","coarse","streetPoint",,,,,,"active",,,"true",,37.933,
141,1,"00143-CivicAddressStreetNameNotPrimary","1271 Winchester Rd, Qualicum Beach, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"1271",,"Winchester","Rd","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4501346 49.292)","high","parcelPoint","515b3a81-b009-4af6-b392-7ecd204d9861",1897789,,,,"active","9999-12-31","2023-12-08","true",,0.118,3631023
142,1,"00144-CivicAddressWithHashCharacter","UNIT 1 -- 2145 Phillips Rd, Sooke, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"2145",,"Phillips","Rd","false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7064698 48.3865487)","high","rooftopPoint","78759a60-dad5-4c25-93ff-5667adbcc26f",307630,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,6.915,2995850
143,1,"00145-CivicAddressWithProvinceCode","3010 Wood Ave, Armstrong, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3010",,"Wood","Ave","false",,"false",,"Armstrong","City",,"BC","SRID=4326;POINT(-119.1984008 50.4504501)","high","parcelPoint","87d3b050-9e79-4db2-9afc-c045cb2deeca",2638910,,,,"active","9999-12-31","2023-12-08","true",,0.156,2117684
144,1,"00146-InterpolatedAccessPtOnEmptyBlock","527 Superior St, Victoria, BC",,99,"BLOCK",99,"[]",,,,,"527",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708816 48.4180902)","low","accessPoint",,296337,,,,"active",,,"true",,0.079,
145,1,"00147-InterpolatedAccessPtOnBlockWithAccessPtSites","388 Campbell St, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"388",,"Campbell","St","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.6886073 48.7789468)","low","accessPoint",,279783,,,,"active",,,"true",,0.094,
146,1,"00148-InterpolatedAccessPtOnBlockWithParcelPtSites","3484 Auchinachie Rd, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"3484",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7462283 48.7957275)","low","accessPoint",,386280,,,,"active",,,"true",,0.069,
147,1,"00149-AccessPtForAccessPtSite","30 Firth Cres, Mackenzie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,0.069,3286476
148,1,"00150-AccessPtForHighAccuracyParcelPtSite","3482 Auchinachie Rd, Duncan, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3482",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.746139 48.7955143)","high","parcelPoint","79fc1453-8251-433a-9a09-82e2271f14e8",386280,,,,"active","9999-12-31","2023-12-08","true",,0.062,3403909
149,1,"00151-AccessPtForMediumAccuracyParcelPtSite","5670 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5670",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0166701 49.2295564)","high","parcelPoint","4b1627fa-b0eb-4fa0-a2df-2ae3b7624a0e",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.066,3278101
150,1,"00152-CivicAddressFailedInPast","6006 Happy Valley Rd, Summerland, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","3b59fae5-17dc-4f0b-a35d-7117840c75b6",61656,,,,"active","9999-12-31","2023-12-08","true",,0.721,2052236
151,1,"00153-CivicAddressFailedInPast","848 Esquimalt Rd, Esquimalt, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"848",,"Esquimalt","Rd","false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.39794 48.432112)","high","parcelPoint","646a6c30-71cd-4377-ba0d-c877c8ff77cc",296065,,,,"active","9999-12-31","2023-12-08","true",,0.074,3617740
152,1,"00156-CivicAddressInWrongLocation","4427 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4427",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4162969 49.8219851)","high","rooftopPoint","e812c88e-84c4-4d10-b234-94bb2095d329",345026,,,,"active","9999-12-31","2023-12-08","true",,0.07,3723542
153,1,"00157-CivicAddressInWrongLocation","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","9d003d88-50ea-481d-a2ff-6aceb05652a5",535086,,,,"active","9999-12-31","2023-12-08","true",,0.058,3492892
154,1,"00158-CivicAddressWithUnescapedSpecialCharacter","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","9d003d88-50ea-481d-a2ff-6aceb05652a5",535086,,,,"active","9999-12-31","2023-12-08","true",,0.053,3492892
155,1,"00159-CivicAddressWithNegativeScore","Sooke, BC",,48,"LOCALITY",68,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12, LOCALITY.isAlias:4, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7316667 48.3825)","coarse","localityPoint",,,,,,"active",,,"true",,12.914,
156,1,"00160-CivicAddressWithCivicNumberTreatedAsCivicNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.129,
157,1,"00161-NonCivicAddressWithKnownSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,5.33,
158,1,"00162-NonCivicAddressWithKnownSiteNameAndMissingStreet","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,3.575,
159,1,"00163-NonCivicAddressWithKnownSiteNameandProvince","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.794,
160,1,"00164-NonCivicAddressWithHwyNameAlias","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.115,
161,1,"00165-CivicAddressWithFractionalCivicNumberSuffix","535 1/2 Fisgard St, Victoria, BC",,98,"BLOCK",99,"[CIVIC_NUMBER_SUFFIX.notMatched:1]",,,,,"535","1/2","Fisgard","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3683677 48.4293144)","low","accessPoint",,310522,,,,"active",,,"true",,0.305,
162,1,"00167-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,1.916,3478532
163,1,"00168-NumberedStreetNameWithEmbeddedBlanks","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,2.107,3478532
164,1,"00169-StreetNameWithGluedWords","2845 Cedar Hill Rd, Victoria, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"2845",,"Cedar Hill","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3452603 48.4424106)","high","parcelPoint","5b4408ad-303c-405d-a31b-771e64b795e3",2660218,,,,"active","9999-12-31","2023-12-08","true",,0.655,3587951
165,1,"00170-LocalityNameWithGluedWords","1722 Elford Rd, Shawnigan Lake, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1722",,"Elford","Rd","false",,"false",,"Shawnigan Lake","Community","CVRD Electoral Area B (Shawnigan Lake)","BC","SRID=4326;POINT(-123.6193839 48.6458832)","high","parcelPoint","2cc67702-66f4-4207-ad97-67f5d539728b",556151,,,,"active","9999-12-31","2023-12-08","true",,0.244,3545213
166,1,"00171-SiteNameWithGluedWords","ANAHIMLAKE AIRPORT -- Anahim Lake, BC",,58,"LOCALITY",68,"[SITE_NAME.notMatched:10]","ANAHIMLAKE AIRPORT",,,,,,,,"false",,"false",,"Anahim Lake","Community","CRD Electoral Area J","BC","SRID=4326;POINT(-125.3180556 52.4663889)","coarse","localityPoint",,,,"ANAHIMLAKE AIRPORT",,"active",,,"true",,6.68,
167,1,"00172-StreetNameWithMultipleSpellingMistakes","Omenica St, Kitimat, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omenica","St","false",,"false",,"Kitimat","District Municipality",,"BC","SRID=4326;POINT(-128.6597836 54.0442719)","coarse","streetPoint",,,,,,"active",,,"true",,2.988,
168,1,"00173-LocalityNameWithMultipleSpellingMistakes","Spallumcheen, BC",,66,"LOCALITY",68,"[LOCALITY.spelledWrong:2]",,,,,,,,,"false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2174999 50.4022222)","coarse","localityPoint",,,,,,"active",,,"true",,2.522,
169,1,"00174-SiteNameWithMultipleSpellingMistakes","ANAHYME LAK ARPORT -- Anahim Lake, BC",,58,"LOCALITY",68,"[SITE_NAME.notMatched:10]","ANAHYME LAK ARPORT",,,,,,,,"false",,"false",,"Anahim Lake","Community","CRD Electoral Area J","BC","SRID=4326;POINT(-125.3180556 52.4663889)","coarse","localityPoint",,,,"ANAHYME LAK ARPORT",,"active",,,"true",,4.095,
170,1,"00175-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,1.932,3478532
171,1,"00178-StreetNameWithSplitWords","1985 Millstream Rd, Highlands, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,4.252,4153266
172,1,"00179-UnknownSiteNameWithFrontGate","OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,0.472,4153266
173,1,"00180-UnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,15.865,4153266
174,1,"00181-UnknownUnitwithUnknownSiteNameWithFrontGate","APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","APT 101 OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,1.251,4153266
175,1,"00182-UnknownUnitwithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,40.661,4153266
176,1,"00183-UnknownUnitAfterStreetWithUnknownSiteNameWithFrontGate","APT 101 APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,88,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]","APT 101 OLD MILL STREAM MANOR","APT","101",,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"APT 101 APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,106.667,4153266
177,1,"00184-UnknownUnitAfterStreetWithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,45.419,4153266
178,1,"00185-UnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,3.931,4153266
179,1,"00186-UnknownUnitWithUnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,47.179,4153266
180,1,"00187-SpelledOutProvinceName","8525 Terrace Dr, Delta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","fd8bad69-896b-4459-a7b3-759ef82c3f2e",131433,,,,"active","9999-12-31","2023-12-08","true",,0.156,2746401
181,1,"00188-RedundantSpelledOutProvinceNameAndAbbreviation","8525 Terrace Dr, Delta, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","fd8bad69-896b-4459-a7b3-759ef82c3f2e",131433,,,,"active","9999-12-31","2023-12-08","true",,1.272,2746401
182,1,"00189-WordUNKNOWNInAddress","975 Balmoral Rd, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"975",,"Balmoral","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.356382 48.4284131)","high","parcelPoint","fcf5e245-bca4-4f68-881f-be77c218a369",300538,,,,"active","9999-12-31","2023-12-08","true",,0.826,2863484
183,1,"00190-WordCANADAInAddress","5142 Manor St, Burnaby, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"5142",,"Manor","St","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9900276 49.2568325)","high","parcelPoint","40abf4f4-6eb2-45bd-9180-8b38fedd4467",116162,,,,"active","9999-12-31","2023-12-08","true",,3.33,2467917
184,1,"00191-GDPostalElementAfterStreet","400 Gower Point Rd, Gibsons, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"400",,"Gower Point","Rd","false",,"false",,"Gibsons","Town",,"BC","SRID=4326;POINT(-123.5092528 49.3994338)","high","parcelPoint","ed2a3a65-1f34-439c-9610-2b9004532659",178782,,,,"active","9999-12-31","2023-12-08","true",,0.932,2461748
185,1,"00192-DNCPostalElementAfterStreet","10631 Rochdale Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10631",,"Rochdale","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1093351 49.1345637)","high","parcelPoint","64e07569-1a0f-4ea1-b293-670c469e5a2a",126449,,,,"active","9999-12-31","2023-12-08","true",,0.142,2683087
186,1,"00193-RPOPostalElementAfterStreet","1751 Martini Way, Qualicum Beach, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1751",,"Martini","Way","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.5637356 49.3047857)","high","parcelPoint","f2f500b6-f619-464f-9e9a-acb9eff6893f",331400,,,,"active","9999-12-31","2023-12-08","true",,0.366,2958432
187,1,"00196-SiteNameAfterStreet","9020 Bridgeport Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9020",,"Bridgeport","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1251457 49.1915261)","high","parcelPoint","9ccbc888-a3c0-4246-aef2-5f42c847faec",349117,,,,"active","9999-12-31","2023-12-08","true",,1.021,1816251
188,1,"00197-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.191,3980238
189,1,"00198-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.397,3980238
190,1,"00199-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.422,3980238
191,1,"00200-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.354,3980238
192,1,"00201-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,18.685,3547420
193,1,"00202-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,18.602,3547420
194,1,"00203-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,18.369,3547420
195,1,"00204-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,18.35,3547420
196,1,"00205-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.26,1095815
197,1,"00206-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.2,1095815
198,1,"00207-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.201,1095815
199,1,"00208-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.205,1095815
200,1,"00209-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","2a5a82c3-ae53-47ef-8dfe-b1aef979d056",279569,,,,"active","9999-12-31","2023-12-08","true",,22.539,3815340
201,1,"00210-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","2a5a82c3-ae53-47ef-8dfe-b1aef979d056",279569,,,,"active","9999-12-31","2023-12-08","true",,22.76,3815340
202,1,"00211-RedundantStreetTypeInAddress","1168 Douglas Terr, Port Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1168",,"Douglas","Terr","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7811 49.2357097)","high","parcelPoint","5d3c3ff2-6dd0-4350-ad97-0f5c834cb235",147675,,,,"active","9999-12-31","2023-12-08","true",,19.27,3826511
203,1,"00212-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.269,2471690
204,1,"00213-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.229,2471690
205,1,"00214-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.123,2471690
206,1,"00215-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.529,2559518
207,1,"00216-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.538,2559518
208,1,"00217-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.686,2559518
209,1,"00218-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.636,2559518
210,1,"00219-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.458,3013340
211,1,"00220-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.344,3013340
212,1,"00221-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,1.935,3013340
213,1,"00222-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.415,3013340
214,1,"00223-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.359,3013340
215,1,"00224-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.399,3013340
216,1,"00225-RedundantStreetTypeInAddress","1065 Cinnamon Sedge Way, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1065",,"Cinnamon Sedge","Way","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2708609 49.2750462)","high","parcelPoint","4959de89-a240-4b2a-aa94-9a5b86a4cd7d",1864615,,,,"active","9999-12-31","2023-12-08","true",,0.999,4139213
217,1,"00226-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.664,2118865
218,1,"00227-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.627,2118865
219,1,"00228-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.62,2118865
220,1,"00229-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.615,2118865
221,1,"00230-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.622,2118865
222,1,"00231-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.62,2118865
223,1,"00232-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.63,2118865
224,1,"00233-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.617,2118865
225,1,"00234-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.607,2118865
226,1,"00235-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,11.091,1060061
227,1,"00236-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,11.007,1060061
228,1,"00237-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,10.937,1060061
229,1,"00238-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,11.61,1060061
230,1,"00239-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,11.571,1060061
231,1,"00240-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.283,3911239
232,1,"00241-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.784,3911239
233,1,"00242-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.718,3911239
234,1,"00243-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.721,3911239
235,1,"00244-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.925,3911239
236,1,"00245-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.728,3911239
237,1,"00246-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.044,3911239
238,1,"00247-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,14.273,3911239
239,1,"00248-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.418,3911239
240,1,"00249-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.305,3872694
241,1,"00250-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.315,3872694
242,1,"00251-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.295,3872694
243,1,"00252-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.359,3872694
244,1,"00253-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","4d942656-0704-4c43-879c-939cd257b8f5",580534,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,29.009,4280010
245,1,"00254-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","4d942656-0704-4c43-879c-939cd257b8f5",580534,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,28.992,4280010
246,1,"00255-UnknownSiteNameWithFrontGate","HOLLYBURN HOUSE -- 2095 Marine Dr, West Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","HOLLYBURN HOUSE",,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","cec50666-a78e-44c9-90ed-7cada1558784",165751,,"HOLLYBURN HOUSE",,"active","9999-12-31","2023-12-08","true",,9.453,2436253
247,1,"00256-UnknownSiteNameAfterStreetWithoutFrontGate","2095 Marine Dr, West Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","cec50666-a78e-44c9-90ed-7cada1558784",165751,,,,"active","9999-12-31","2023-12-08","true",,22.384,2436253
248,1,"00257-UnknownSiteNameWithFrontGate","BRG HOUSING -- 100 E Cordova St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, STREET_DIRECTION.notSuffix:0]","BRG HOUSING",,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","0359f4d1-2724-415c-8b69-3a7cd593d0d4",105944,,"BRG HOUSING",,"active","9999-12-31","2023-12-08","true",,3.525,3780707
249,1,"00258-UnknownSiteNameAfterStreetWithoutFrontGate","100 E Cordova St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.notSuffix:0]",,,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","0359f4d1-2724-415c-8b69-3a7cd593d0d4",105944,,,,"active","9999-12-31","2023-12-08","true",,8.823,3780707
250,1,"00259-GoodAddress","689 Abbott St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.109,8007681
251,1,"00260-WordRTDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.687,8007681
252,1,"00261-WordRETURNMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.71,8007681
253,1,"00262-WordRETURNEDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.645,8007681
254,1,"00263-WordMAILINGAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.627,8007681
255,1,"00264-GoodAddress","9695 Prest Rd, Chilliwack, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.101,1459224
256,1,"00265-WordPOSTALSTNAfterStreet","9695 Prest Rd, Chilliwack, BC",,89,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY.missing:10]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,3.628,1459224
257,1,"00266-WordPOSTALSTATIONAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.846,1459224
258,1,"00267-WordPOSTALAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.455,1459224
259,1,"00268-POBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.278,3496523
260,1,"00269-PspaceOBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.284,3496523
261,1,"00270-POAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.24,3496523
262,1,"00271-PspaceOAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.8,3496523
263,1,"00272-KnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.254,2104959
264,1,"00273-APARTMENTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.399,2104959
265,1,"00274-APARTMENTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.233,2104959
266,1,"00275-APTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.387,2104959
267,1,"00276-APTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.242,2104959
268,1,"00277-POBoxAtFrontOfUnitAddress","UNIT 105 -- 150 21st St, West Vancouver, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,60.725,1430226
269,1,"00278-POBoxAtFrontOfUnitAddresssWithBUZZERNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,65.796,1430226
270,1,"00279-POBoxAtFrontOfUnitAddressWithBUZZNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,67.407,1430226
271,1,"00280-POBoxAtFrontOfUnitAddressWithINTERCOMNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,67.272,1430226
272,1,"00281-StreetNameWithApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","7c73e9de-96f5-42b4-a315-954987ac6ab1",120417,,,,"active","9999-12-31","2023-12-08","true",,0.215,4018594
273,1,"00282-StreetNameWithSpaceInsteadOfApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,88,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","7c73e9de-96f5-42b4-a315-954987ac6ab1",120417,,,,"active","9999-12-31","2023-12-08","true",,26.92,4018594
274,1,"00283-GoodAddress","1110 Cardero St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.118,4187775
275,1,"00284-UnknownSiteNameWithFrontGate","PATRICIA APTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,"PATRICIA APTS",,"active","9999-12-31","2023-12-08","true",,0.244,4187775
276,1,"00285-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.515,4187775
277,1,"00286-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.348,4187775
278,1,"00287-UnknownSiteNameWithFrontGate","PATRICIA APARTMENTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APARTMENTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,"PATRICIA APARTMENTS",,"active","9999-12-31","2023-12-08","true",,0.205,4187775
279,1,"00288-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.517,4187775
280,1,"00289-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.303,4187775
281,1,"00290-UnknownSiteNameWithFrontGate","LILLOET BLDG -- 2016 Fullerton Ave, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1]","LILLOET BLDG",,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","c49735b4-3dba-4ea2-b764-20ebb5af9392",2602976,,"LILLOET BLDG",,"active","9999-12-31","2023-12-08","true",,104.416,8006509
282,1,"00291-UnknownSiteNameWithoutFrontGate","2016 Fullerton Ave, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","c49735b4-3dba-4ea2-b764-20ebb5af9392",2602976,,,,"active","9999-12-31","2023-12-08","true",,1.822,8006509
283,1,"00292-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 410 -- 2016 Fullerton Ave, District of North Vancouver, BC",,96,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, LOCALITY.isAlias:1]",,"UNIT","410",,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","high","parcelPoint","b708e505-9053-4608-807d-cb8ac63000ee",2602976,,"UNIT 410",,"active","9999-12-31","2023-12-08","true",,1.787,2616741
284,1,"00293-UnknownSiteNameWithFrontGate","UNIT 205 CONDOMINIUMS -- 7555 120A St, Surrey, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","UNIT 205 CONDOMINIUMS",,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205 CONDOMINIUMS",,"active","9999-12-31","2023-12-08","true",,2.774,3700539
285,1,"00294-UnknownSiteNameWithoutFrontGate","7555 120A St, Surrey, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,,,"active","9999-12-31","2023-12-08","true",,7.996,3700539
286,1,"00295-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205",,"active","9999-12-31","2023-12-08","true",,7.124,3700539
287,1,"00296-UnknownSiteNameWithFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"CONDO 205",,"active","9999-12-31","2023-12-08","true",,1.999,3700539
288,1,"00297-UnknownSiteNameWithoutFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"CONDO 205",,"active","9999-12-31","2023-12-08","true",,8.339,3700539
289,1,"00298-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205",,"active","9999-12-31","2023-12-08","true",,6.985,3700539
290,1,"00299-UnknownSiteNameWithFrontGate","FRASERVIEW CARE LODGE -- 9580 Williams Rd, Richmond, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","FRASERVIEW CARE LODGE",,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,"FRASERVIEW CARE LODGE",,"active","9999-12-31","2023-12-08","true",,1.73,2175388
291,1,"00300-UnknownSiteNameWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,,,"active","9999-12-31","2023-12-08","true",,1.327,2175388
292,1,"00301-UnknownSiteNameAfterStreetWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,,,"active","9999-12-31","2023-12-08","true",,4.755,2175388
293,1,"00302-UnknownSiteNameWithFrontGate","UNIT 1 LYNN VLY CARE CTR -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]","UNIT 1 LYNN VLY CARE CTR",,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 1 LYNN VLY CARE CTR",,"active","9999-12-31","2023-12-08","true",,11477.812,4123935
294,1,"00303-UnknownSiteNameWithoutFrontGate","1070 Lynn Valley Rd, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,,,"active","9999-12-31","2023-12-08","true",,22.074,4123935
295,1,"00304-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 1 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","1",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,65.847,4123935
296,1,"00305-UnknownSiteNameWithFrontGate","CERWYDDEN CARE HOME -- 3243 Cowichan Lake Rd, Duncan, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","CERWYDDEN CARE HOME",,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,"CERWYDDEN CARE HOME",,"active","9999-12-31","2023-12-08","true",,3.289,3905051
297,1,"00306-UnknownSiteNameWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,,,"active","9999-12-31","2023-12-08","true",,2.262,3905051
298,1,"00307-UnknownSiteNameAfterStreetWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,,,"active","9999-12-31","2023-12-08","true",,3.078,3905051
299,1,"00308-GoodAddress","10011 Simkin Pl, Sidney, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.087,3396062
300,1,"00309-DuplicateBCAfterStreetType","10011 Simkin Pl, Sidney, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.161,3396062
301,1,"00310-DuplicateBCAfterLocality","10011 Simkin Pl, Sidney, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.136,3396062
302,1,"00311-GoodAddress","1447 Rupert St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","af6b7277-d15e-49b1-9667-2d1789a5f9ca",108270,,,,"active","9999-12-31","2023-12-08","true",,0.086,3690174
303,1,"00312-DuplicateLocalityAfterLocality","1447 Rupert St, Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","af6b7277-d15e-49b1-9667-2d1789a5f9ca",108270,,,,"active","9999-12-31","2023-12-08","true",,1.956,3690174
304,1,"00313-GoodAddress","964 Lillooet Rd, District of North Vancouver, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","62b09be7-ce54-4bdf-a730-fefda642528f",1786503,,,,"active","9999-12-31","2023-12-08","true",,12.381,3844965
305,1,"00314-DuplicateLocalityAfterLocality","964 Lillooet Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","62b09be7-ce54-4bdf-a730-fefda642528f",1786503,,,,"active","9999-12-31","2023-12-08","true",,43.209,3844965
306,1,"00315-GoodAddress","1135 Jefferson Ave, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","ec40465d-5663-418c-ad94-f968c5029a87",163333,,,,"active","9999-12-31","2023-12-08","true",,0.333,2329721
307,1,"00316-DuplicateLocalityAfterLocality","1135 Jefferson Ave, West Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","ec40465d-5663-418c-ad94-f968c5029a87",163333,,,,"active","9999-12-31","2023-12-08","true",,5.173,2329721
308,1,"00317-GoodAddress","11048 157A St, Surrey, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","ebbfa41d-3678-4c19-b37d-52e1a69e2b84",139972,,,,"active","9999-12-31","2023-12-08","true",,3.478,3661022
309,1,"00318-DuplicateLocalityAfterLocality","11048 157A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","ebbfa41d-3678-4c19-b37d-52e1a69e2b84",139972,,,,"active","9999-12-31","2023-12-08","true",,15.224,3661022
310,1,"00319-GoodAddress","9917 Ashwood Dr, Richmond, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","a40b84ae-4593-410f-a25b-62a574d56bb5",128091,,,,"active","9999-12-31","2023-12-08","true",,0.099,2618789
311,1,"00320-DuplicateLocalityAfterLocality","9917 Ashwood Dr, Richmond, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","a40b84ae-4593-410f-a25b-62a574d56bb5",128091,,,,"active","9999-12-31","2023-12-08","true",,0.381,2618789
312,1,"00321-GoodAddress","1120 Foster Ave, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","cd1bdefc-e11d-4d40-a83f-a789b2fe6c7f",2612215,,,,"active","9999-12-31","2023-12-08","true",,0.079,1572531
313,1,"00322-DuplicateLocalityAfterLocality","1120 Foster Ave, Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","cd1bdefc-e11d-4d40-a83f-a789b2fe6c7f",2612215,,,,"active","9999-12-31","2023-12-08","true",,1.531,1572531
314,1,"00323-GoodAddress","1040 Fraserview St, Port Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","2b857fad-fe03-407d-b5da-59d225e8884e",147713,,,,"active","9999-12-31","2023-12-08","true",,0.372,3413505
315,1,"00324-DuplicateLocalityAfterLocality","1040 Fraserview St, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","2b857fad-fe03-407d-b5da-59d225e8884e",147713,,,,"active","9999-12-31","2023-12-08","true",,5.942,3413505
316,1,"00325-GoodAddress","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","10f931dc-7445-4019-b607-63cfbf08d197",2182546,,,,"active","9999-12-31","2023-12-08","true",,0.082,3964198
317,1,"00326-NonStandardStreetTypeAbbreviation","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","10f931dc-7445-4019-b607-63cfbf08d197",2182546,,,,"active","9999-12-31","2023-12-08","true",,0.061,3964198
318,1,"00327-AddressInSmallCommunity","6481 Savona Access Rd, Savona, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","db21cdc5-03bd-4ea9-8a33-2339f5ed48f3",209084,,,,"active","9999-12-31","2023-12-08","true",,0.285,4134342
319,1,"00328-AddressInSmallCommunityUsingLocalityAlias","6481 Savona Access Rd, Savona, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","db21cdc5-03bd-4ea9-8a33-2339f5ed48f3",209084,,,,"active","9999-12-31","2023-12-08","true",,0.671,4134342
320,1,"00329-AddressInSmallCommunity","2089 Errington Rd, Errington, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","19837d2a-4dde-4a8a-8f09-910b5a512bae",566371,,,,"active","9999-12-31","2023-12-08","true",,0.073,3183815
321,1,"00330-AddressInSmallCommunityUsingLocalityAlias","2089 Errington Rd, Errington, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","19837d2a-4dde-4a8a-8f09-910b5a512bae",566371,,,,"active","9999-12-31","2023-12-08","true",,0.428,3183815
322,1,"00331-AddressInSmallCommunity","1104 Deep Creek Rd, Deep Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","3f1e5a00-68a6-4ccb-8965-284b5e579f83",470193,,,,"active","9999-12-31","2023-12-08","true",,2.661,3852491
323,1,"00332-AddressInSmallCommunityUsingLocalityAlias","1104 Deep Creek Rd, Deep Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","3f1e5a00-68a6-4ccb-8965-284b5e579f83",470193,,,,"active","9999-12-31","2023-12-08","true",,2.617,3852491
324,1,"00333-AddressInSmallCommunity","4137 Spallumcheen Dr, Spallumcheen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3d305ee0-7b98-409f-ae77-53db4db9cae0",333510,,,,"active","9999-12-31","2023-12-08","true",,0.088,1118954
325,1,"00334-AddressInSmallCommunityUsingLocalityAlias","4137 Spallumcheen Dr, Spallumcheen, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3d305ee0-7b98-409f-ae77-53db4db9cae0",333510,,,,"active","9999-12-31","2023-12-08","true",,0.193,1118954
326,1,"00335-AddressInSmallCommunity","7380 Harrop-Procter Rd, Procter, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","53d68580-81e8-436d-9143-e5284205cab2",2487743,,,,"active","9999-12-31","2023-12-08","true",,0.325,3609081
327,1,"00336-AddressInSmallCommunityUsingLocalityAlias","7380 Harrop-Procter Rd, Procter, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","53d68580-81e8-436d-9143-e5284205cab2",2487743,,,,"active","9999-12-31","2023-12-08","true",,0.74,3609081
328,1,"00337-AddressInSmallCommunity","4260 Blewett Rd, Blewett, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","98e2005d-b55d-4b88-bab0-8afc042dc827",277711,,,,"active","9999-12-31","2023-12-08","true",,0.076,4174241
329,1,"00338-AddressInSmallCommunityUsingLocalityAlias","4260 Blewett Rd, Blewett, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","98e2005d-b55d-4b88-bab0-8afc042dc827",277711,,,,"active","9999-12-31","2023-12-08","true",,0.512,4174241
330,1,"00339-AddressInSmallCommunity","2067 White Lake Rd, White Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","dd70a4ac-d20a-48ac-b9bb-b973c5e551e3",470228,,,,"active","9999-12-31","2023-12-08","true",,15.153,3599301
331,1,"00340-AddressInSmallCommunityUsingLocalityAlias","2067 White Lake Rd, White Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","dd70a4ac-d20a-48ac-b9bb-b973c5e551e3",470228,,,,"active","9999-12-31","2023-12-08","true",,15.161,3599301
332,1,"00341-AddressInSmallCommunity","1754 Pass Creek Rd, Pass Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","8479284b-656d-4e49-89df-75059d184950",276697,,,,"active","9999-12-31","2023-12-08","true",,2.123,1735595
333,1,"00342-AddressInSmallCommunityUsingLocalityAlias","1754 Pass Creek Rd, Pass Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","8479284b-656d-4e49-89df-75059d184950",276697,,,,"active","9999-12-31","2023-12-08","true",,3.563,1735595
334,1,"00343-AddressInSmallCommunity","2928 Wycliffe Store Rd, Wycliffe, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","a62ac5d8-086a-418b-a2aa-f984783a9392",506509,,,,"active","9999-12-31","2023-12-08","true",,0.301,1240493
335,1,"00344-AddressInSmallCommunityUsingLocalityAlias","2928 Wycliffe Store Rd, Wycliffe, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","a62ac5d8-086a-418b-a2aa-f984783a9392",506509,,,,"active","9999-12-31","2023-12-08","true",,0.572,1240493
336,1,"00345-AddressInSmallCommunity","1514 Loon Lake Rd, Loon Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","6480177e-abca-44a7-b336-73fbbca5a182",587894,,,,"active","9999-12-31","2023-12-08","true",,2.044,2965993
337,1,"00346-AddressInSmallCommunityUsingLocalityAlias","1514 Loon Lake Rd, Loon Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","6480177e-abca-44a7-b336-73fbbca5a182",587894,,,,"active","9999-12-31","2023-12-08","true",,6.274,2965993
338,1,"00347-AddressInSmallCommunity","2048 Cambie-Solsqua Rd, Solsqua, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","f14d0e4c-6b0f-4d0d-a9d5-10990cf0cc91",2534370,,,,"active","9999-12-31","2023-12-08","true",,0.574,3347762
339,1,"00348-AddressInSmallCommunityUsingLocalityAlias","2048 Cambie-Solsqua Rd, Solsqua, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","f14d0e4c-6b0f-4d0d-a9d5-10990cf0cc91",2534370,,,,"active","9999-12-31","2023-12-08","true",,1.111,3347762
340,1,"00349-AddressInSmallCommunity","3492 Spokin Lake Rd, Spokin Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","115f9cb3-418d-481c-a8d9-eefb26f84d65",552355,,,,"active","9999-12-31","2023-12-08","true",,0.591,3399209
341,1,"00350-AddressInSmallCommunityUsingLocalityAlias","3492 Spokin Lake Rd, Spokin Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","115f9cb3-418d-481c-a8d9-eefb26f84d65",552355,,,,"active","9999-12-31","2023-12-08","true",,2.242,3399209
342,1,"00351-AddressInSmallCommunity","2582 Shoreacres Rd, Shoreacres, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","9949b2a3-013b-4148-89b9-2b3217874781",277597,,,,"active","9999-12-31","2023-12-08","true",,0.083,2766883
343,1,"00352-AddressInSmallCommunityUsingLocalityAlias","2582 Shoreacres Rd, Shoreacres, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","9949b2a3-013b-4148-89b9-2b3217874781",277597,,,,"active","9999-12-31","2023-12-08","true",,0.342,2766883
344,1,"00353-AddressInSmallCommunity","1679 Moran Rd, Thrums, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","40da3928-ffe2-4a7c-a9c7-8936a836b7e4",2524376,,,,"active","9999-12-31","2023-12-08","true",,0.064,3265781
345,1,"00354-AddressInSmallCommunityUsingLocalityAlias","1679 Moran Rd, Thrums, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","40da3928-ffe2-4a7c-a9c7-8936a836b7e4",2524376,,,,"active","9999-12-31","2023-12-08","true",,0.375,3265781
346,1,"00355-AddressInSmallCommunity","6010 Harrop-Procter Rd, Harrop, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","a508365a-3b22-4e9e-b0a1-5d638d8a3d68",2519145,,,,"active","9999-12-31","2023-12-08","true",,0.33,3746533
347,1,"00356-AddressInSmallCommunityUsingLocalityAlias","6010 Harrop-Procter Rd, Harrop, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","a508365a-3b22-4e9e-b0a1-5d638d8a3d68",2519145,,,,"active","9999-12-31","2023-12-08","true",,0.741,3746533
348,1,"00357-AddressInSmallCommunity","7136 Willis Point Rd, Willis Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","4ff039f5-bf40-4553-bfe1-77626d019405",304127,,,,"active","9999-12-31","2023-12-08","true",,1.495,2547093
349,1,"00358-AddressInSmallCommunityUsingLocalityAlias","7136 Willis Point Rd, Willis Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","4ff039f5-bf40-4553-bfe1-77626d019405",304127,,,,"active","9999-12-31","2023-12-08","true",,1.817,2547093
350,1,"00359-AddressInSmallCommunity","3918 Passmore Upper Rd, Passmore, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","3d545511-fd4c-42fb-8879-fd12a0171a99",339993,,,,"active","9999-12-31","2023-12-08","true",,0.395,2675059
351,1,"00360-AddressInSmallCommunityUsingLocalityAlias","3918 Passmore Upper Rd, Passmore, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","3d545511-fd4c-42fb-8879-fd12a0171a99",339993,,,,"active","9999-12-31","2023-12-08","true",,0.842,2675059
352,1,"00361-AddressInSmallCommunity","1954 Blaeberry School Rd, Blaeberry, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","b250a457-cfb7-4854-985b-a94523baa72d",539262,,,,"active","9999-12-31","2023-12-08","true",,0.569,2900731
353,1,"00362-AddressInSmallCommunityUsingLocalityAlias","1954 Blaeberry School Rd, Blaeberry, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","b250a457-cfb7-4854-985b-a94523baa72d",539262,,,,"active","9999-12-31","2023-12-08","true",,1.329,2900731
354,1,"00363-AddressInSmallCommunity","5199 Baker-Kersley Rd, Kersley, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","1da1b163-a663-462d-ac15-6653defd343d",547912,,,,"active","9999-12-31","2023-12-08","true",,1.654,4032233
355,1,"00364-AddressInSmallCommunityUsingLocalityAlias","5199 Baker-Kersley Rd, Kersley, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","1da1b163-a663-462d-ac15-6653defd343d",547912,,,,"active","9999-12-31","2023-12-08","true",,3.491,4032233
356,1,"00365-AddressInSmallCommunity","7330 Watch Lake Rd, Watch Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","19a8618d-92e6-4515-953a-38e047e1c632",568264,,,,"active","9999-12-31","2023-12-08","true",,1.627,3168378
357,1,"00366-AddressInSmallCommunityUsingLocalityAlias","7330 Watch Lake Rd, Watch Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","19a8618d-92e6-4515-953a-38e047e1c632",568264,,,,"active","9999-12-31","2023-12-08","true",,3.347,3168378
358,1,"00367-AddressInSmallCommunity","2270 Port Mellon Hwy, Port Mellon, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","b2482237-9b0f-460e-9976-e335f123d0b0",590070,,,,"active","9999-12-31","2023-12-08","true",,5.654,3017972
359,1,"00368-AddressInSmallCommunityUsingLocalityAlias","2270 Port Mellon Hwy, Port Mellon, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","b2482237-9b0f-460e-9976-e335f123d0b0",590070,,,,"active","9999-12-31","2023-12-08","true",,2.531,3017972
360,1,"00369-AddressInSmallCommunity","4570 Otter Point Pl, Otter Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","cfe43946-238c-4c40-9354-cdf419298840",1945400,,,,"active","9999-12-31","2023-12-08","true",,2.456,1196803
361,1,"00370-AddressInSmallCommunityUsingLocalityAlias","4570 Otter Point Pl, Otter Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","cfe43946-238c-4c40-9354-cdf419298840",1945400,,,,"active","9999-12-31","2023-12-08","true",,2.005,1196803
362,1,"00371-AddressInSmallCommunity","14187 Palling Rd E, Palling, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","d767cac9-02e0-427c-b5be-65cb1ea060c2",557443,,,,"active","9999-12-31","2023-12-08","true",,0.078,4005523
363,1,"00372-AddressInSmallCommunityUsingLocalityAlias","14187 Palling Rd E, Palling, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","d767cac9-02e0-427c-b5be-65cb1ea060c2",557443,,,,"active","9999-12-31","2023-12-08","true",,1.388,4005523
364,1,"00373-AddressInSmallCommunity","2525 Bouchie Lake Rd, Bouchie Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","466f408d-6b21-4ef3-97fc-bd9f229a77a8",586083,,,,"active","9999-12-31","2023-12-08","true",,0.824,2922408
365,1,"00374-AddressInSmallCommunityUsingLocalityAlias","2525 Bouchie Lake Rd, Bouchie Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","466f408d-6b21-4ef3-97fc-bd9f229a77a8",586083,,,,"active","9999-12-31","2023-12-08","true",,1.139,2922408
366,1,"00375-AddressInSmallCommunity","20010 Colleymount Rd, Colleymount, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","b055f93e-9bb2-41ae-95db-fe42eee54dd5",521096,,,,"active","9999-12-31","2023-12-08","true",,0.09,2910400
367,1,"00376-AddressInSmallCommunityUsingLocalityAlias","20010 Colleymount Rd, Colleymount, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","b055f93e-9bb2-41ae-95db-fe42eee54dd5",521096,,,,"active","9999-12-31","2023-12-08","true",,0.858,2910400
368,1,"00377-AddressInSmallCommunity","1117 Lone Prairie Rd, Lone Prairie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","1d7b36a5-8e1a-48c7-963b-7596465bd2ac",536603,,,,"active","9999-12-31","2023-12-08","true",,1.144,3298949
369,1,"00378-AddressInSmallCommunityUsingLocalityAlias","1117 Lone Prairie Rd, Lone Prairie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","1d7b36a5-8e1a-48c7-963b-7596465bd2ac",536603,,,,"active","9999-12-31","2023-12-08","true",,1.405,3298949
370,1,"00379-AddressInSmallCommunity","58051 Laidlaw Rd, Laidlaw, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","088a2a2b-a33a-49bd-a789-cac7657caa91",483449,,,,"active","9999-12-31","2023-12-08","true",,0.069,2725994
371,1,"00380-AddressInSmallCommunityUsingLocalityAlias","58051 Laidlaw Rd, Laidlaw, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","088a2a2b-a33a-49bd-a789-cac7657caa91",483449,,,,"active","9999-12-31","2023-12-08","true",,0.57,2725994
372,1,"00381-AddressInSmallCommunity","8041 Bridge Lake North Rd, Bridge Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","c99fd433-2ad1-4461-ac18-c7e506c0c833",1982774,,,,"active","9999-12-31","2023-12-08","true",,50.223,3541575
373,1,"00382-AddressInSmallCommunityUsingLocalityAlias","8041 Bridge Lake North Rd, Bridge Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","c99fd433-2ad1-4461-ac18-c7e506c0c833",1982774,,,,"active","9999-12-31","2023-12-08","true",,82.442,3541575
374,1,"00383-AddressInSmallCommunity","136 Grandview Bench Rd, Grandview Bench, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","707bfc34-1d08-469c-8f81-cc6735ca9f44",2342934,,,,"active","9999-12-31","2023-12-08","true",,1.887,3153652
375,1,"00384-AddressInSmallCommunityUsingLocalityAlias","136 Grandview Bench Rd, Grandview Bench, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","707bfc34-1d08-469c-8f81-cc6735ca9f44",2342934,,,,"active","9999-12-31","2023-12-08","true",,2.553,3153652
376,1,"00385-AddressInSmallCommunity","15351 Tatalrose Rd, Tatalrose, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","d20e6629-9b28-4151-97b7-2c764b18e2a7",2189084,,,,"active","9999-12-31","2023-12-08","true",,0.103,3845019
377,1,"00386-AddressInSmallCommunityUsingLocalityAlias","15351 Tatalrose Rd, Tatalrose, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","d20e6629-9b28-4151-97b7-2c764b18e2a7",2189084,,,,"active","9999-12-31","2023-12-08","true",,0.833,3845019
378,1,"00387-AddressInSmallCommunity","10167 Pinchi Lake Rd, Pinchi Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","0094c2bf-3dc3-4ec5-9a1b-8cc89c188f13",1858471,,,,"active","9999-12-31","2023-12-08","true",,0.594,3873966
379,1,"00388-AddressInSmallCommunityUsingLocalityAlias","10167 Pinchi Lake Rd, Pinchi Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","0094c2bf-3dc3-4ec5-9a1b-8cc89c188f13",1858471,,,,"active","9999-12-31","2023-12-08","true",,2.733,3873966
380,1,"00389-AddressInSmallCommunity","2388 Heffley Lake Rd, Heffley Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","55b0607a-afc6-4216-bb61-8ed665d8258d",206948,,,,"active","9999-12-31","2023-12-08","true",,1.627,3382301
381,1,"00390-AddressInSmallCommunityUsingLocalityAlias","2388 Heffley Lake Rd, Heffley Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","55b0607a-afc6-4216-bb61-8ed665d8258d",206948,,,,"active","9999-12-31","2023-12-08","true",,4.17,3382301
382,1,"00391-AddressInSmallCommunity","10381 Popkum Rd S, Popkum, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","539961d2-a1d1-4c62-81a3-6cc2dab9761e",187418,,,,"active","9999-12-31","2023-12-08","true",,0.079,1904703
383,1,"00392-AddressInSmallCommunityUsingLocalityAlias","10381 Popkum Rd S, Popkum, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","539961d2-a1d1-4c62-81a3-6cc2dab9761e",187418,,,,"active","9999-12-31","2023-12-08","true",,0.966,1904703
384,1,"00393-AddressInSmallCommunity","7428 Roe Lake Cres, Roe Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","e2a11f01-a2c8-46e1-8675-f26973749f57",546368,,,,"active","9999-12-31","2023-12-08","true",,1.565,3258770
385,1,"00394-AddressInSmallCommunityUsingLocalityAlias","7428 Roe Lake Cres, Roe Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","e2a11f01-a2c8-46e1-8675-f26973749f57",546368,,,,"active","9999-12-31","2023-12-08","true",,3.26,3258770
386,1,"00395-AddressInSmallCommunity","6120 Garden Bay Rd, Garden Bay, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","c8aef5b1-1808-4cde-aa1e-da907f348448",482325,,,,"active","9999-12-31","2023-12-08","true",,3.14,3923450
387,1,"00396-AddressInSmallCommunityUsingLocalityAlias","6120 Garden Bay Rd, Garden Bay, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","c8aef5b1-1808-4cde-aa1e-da907f348448",482325,,,,"active","9999-12-31","2023-12-08","true",,11.966,3923450
388,1,"00397-AddressInSmallCommunity","1977 Tappen Notch Hill Rd, Tappen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","3143f53b-b699-4735-a100-7eb10e001bde",64488,,,,"active","9999-12-31","2023-12-08","true",,0.747,3268060
389,1,"00398-AddressInSmallCommunityUsingLocalityAlias","1977 Tappen Notch Hill Rd, Tappen, BC",,87,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:4, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","3143f53b-b699-4735-a100-7eb10e001bde",64488,,,,"active","9999-12-31","2023-12-08","true",,105.475,3268060
390,1,"00399-AddressInSmallCommunity","116 Rosebery Loop Rd, Rosebery, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","ec56d415-cd70-45fd-9b4a-59f77933513f",2531930,,,,"active","9999-12-31","2023-12-08","true",,0.374,1644488
391,1,"00400-AddressInSmallCommunityUsingLocalityAlias","116 Rosebery Loop Rd, Rosebery, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","ec56d415-cd70-45fd-9b4a-59f77933513f",2531930,,,,"active","9999-12-31","2023-12-08","true",,2.564,1644488
392,1,"00401-AddressInSmallCommunity","1525 Langdale Rd, Langdale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","fc6c1e1b-c361-4218-a55a-9b49c4f04c8c",178417,,,,"active","9999-12-31","2023-12-08","true",,0.084,3570149
393,1,"00402-AddressInSmallCommunityUsingLocalityAlias","1525 Langdale Rd, Langdale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","fc6c1e1b-c361-4218-a55a-9b49c4f04c8c",178417,,,,"active","9999-12-31","2023-12-08","true",,0.748,3570149
394,1,"00403-AddressInSmallCommunity","6607 Appledale Lower Rd, Appledale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","a8699af5-7308-4496-adf6-5fb38e311fe7",276196,,,,"active","9999-12-31","2023-12-08","true",,0.312,2684515
395,1,"00404-AddressInSmallCommunityUsingLocalityAlias","6607 Appledale Lower Rd, Appledale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","a8699af5-7308-4496-adf6-5fb38e311fe7",276196,,,,"active","9999-12-31","2023-12-08","true",,0.679,2684515
396,1,"00405-AddressInSmallCommunity","4232 Mayook Settlement Rd, Mayook, BC",,99,"BLOCK",99,"[]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.218,
397,1,"00406-AddressInSmallCommunityUsingLocalityAlias","4232 Mayook Settlement Rd, Mayook, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.449,
398,1,"00407-AddressInSmallCommunity","10571 Cheslatta Rd, Cheslatta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","939c0b16-ea1f-4455-a08e-1dc164102b8f",521449,,,,"active","9999-12-31","2023-12-08","true",,0.073,3101708
399,1,"00408-AddressInSmallCommunityUsingLocalityAlias","10571 Cheslatta Rd, Cheslatta, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","939c0b16-ea1f-4455-a08e-1dc164102b8f",521449,,,,"active","9999-12-31","2023-12-08","true",,0.91,3101708
400,1,"00409-NumberedStreetNameWithDetachedSuffix","102A Ave, Surrey, BC",,78,"STREET",78,"[]",,,,,,,"102A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8175667 49.1885721)","coarse","streetPoint",,,,,,"active",,,"true",,1.918,
401,1,"00410-UnitNumberStuckToDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.107,2104959
402,1,"00411-StreetNameWithMissingAmpersand","189 Rod & Gun Rd, Courtenay, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"189",,"Rod & Gun","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0190057 49.683884)","high","parcelPoint","3c90be80-f19d-45d5-9d8f-a6709b61b8f9",258442,,,,"active","9999-12-31","2023-12-08","true",,0.622,4187966
403,1,"00413-LeadingZeroInCivicNumber","Lynn Valley Rd, North Vancouver, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lynn Valley","Rd","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0533951 49.3290039)","coarse","streetPoint",,,,,,"active",,,"true",,672.57,
404,1,"00414-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,12.59,4123935
405,1,"00415-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,12.298,4123935
406,1,"00416-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,17.796,4123935
407,1,"00417-UnitNumberWithLetterPrefix","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","7a331ccc-0a05-44c4-860c-b2951adab313",106300,,"UNIT B2",,"active","9999-12-31","2023-12-08","true",,1.908,1914533
408,1,"00418-UnitNumberWithLetterPrefixGapped","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","7a331ccc-0a05-44c4-860c-b2951adab313",106300,,"UNIT B2",,"active","9999-12-31","2023-12-08","true",,1.845,1914533
409,1,"00419-UnitNumberWithLetterPrefix","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","bedd30c2-4934-43fa-af89-d80958100818",110501,,"UNIT C2",,"active","9999-12-31","2023-12-08","true",,32.955,1753265
410,1,"00420-UnitNumberWithLetterPrefixGapped","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","bedd30c2-4934-43fa-af89-d80958100818",110501,,"UNIT C2",,"active","9999-12-31","2023-12-08","true",,32.812,1753265
411,1,"00421-UnitNumberWithLetterPrefix","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","7c57fc8b-1f74-471c-9eac-65d035cdb2c0",2462668,,"UNIT P100",,"active","9999-12-31","2023-12-08","true",,9.67,1409241
412,1,"00422-UnitNumberWithLetterPrefixGapped","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","7c57fc8b-1f74-471c-9eac-65d035cdb2c0",2462668,,"UNIT P100",,"active","9999-12-31","2023-12-08","true",,9.542,1409241
413,1,"00423-UnitNumberWithLetterPrefix","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,7.001,1172657
414,1,"00424-UnitNumberWithLetterPrefixGapped","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,6.934,1172657
415,1,"00425-CivicAddressWithCareOfName","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,96,"UNIT",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,7.473,1172657
416,1,"00426-NonStandardStreetTypeAbbreviation","2351 Parkway Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2351",,"Parkway","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7934119 49.3196707)","medium","parcelPoint","95793a27-4745-43da-9622-e53fae48e28d",155062,,,,"active","9999-12-31","2023-12-08","true",,0.117,8002265
417,1,"00427-NonStandardStreetTypeAbbreviation","3176 Plateau Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3176",,"Plateau","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7868947 49.3116847)","medium","parcelPoint","50beb2ec-f7cc-4eae-b426-ad8b3adafd24",320982,,,,"active","9999-12-31","2023-12-08","true",,0.086,8001330
418,1,"00428-NonStandardStreetTypeAbbreviation","895 Academy Close, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"895",,"Academy","Close","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3628211 48.4179591)","high","parcelPoint","90033cc2-5e3f-4470-98b8-7ac562732d7c",2661206,,,,"active","9999-12-31","2023-12-08","true",,0.078,4029706
419,1,"00429-NonStandardStreetTypeAbbreviation","4965 Vista View Cres, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4965",,"Vista View","Cres","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-123.9848378 49.2358274)","high","parcelPoint","0dfae8c3-c6fa-4c3c-ac1f-d086be186aa2",416267,,,,"active","9999-12-31","2023-12-08","true",,1.955,3896249
420,1,"00430-NonStandardStreetTypeAbbreviation","1000 Thermal Dr, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1000",,"Thermal","Dr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8340821 49.2698821)","high","parcelPoint","19c314f8-997b-4fd3-bff4-b528042ec75c",148059,,,,"active","9999-12-31","2023-12-08","true",,0.08,1045847
421,1,"00431-NonStandardStreetTypeAbbreviation","8400 Forest Grove Dr, Burnaby, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8400",,"Forest Grove","Dr","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9205029 49.2632662)","high","parcelPoint","6fa80cfe-e0aa-4ce4-a141-730bec5595ef",2636600,,,,"active","9999-12-31","2023-12-08","true",,1.463,1840913
422,1,"00432-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","d8e0cbdb-c1b7-4af6-a2d4-1db873abd8ed",1747737,,,,"active","9999-12-31","2023-12-08","true",,88.401,8004158
423,1,"00433-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","d8e0cbdb-c1b7-4af6-a2d4-1db873abd8ed",1747737,,,,"active","9999-12-31","2023-12-08","true",,31.047,8004158
424,1,"00434-NonStandardStreetTypeAbbreviation","7701 Central Saanich Rd, Central Saanich, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"7701",,"Central Saanich","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4034403 48.5914503)","low","accessPoint",,294099,,,,"active",,,"true",,4.236,
425,1,"00435-NonStandardStreetTypeAbbreviation","3942 Columbia Valley Rd, Cultus Lake, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"3942",,"Columbia Valley","Rd","false",,"false",,"Cultus Lake","Community","FVRD Electoral Area H","BC","SRID=4326;POINT(-121.9597795 49.0739494)","high","parcelPoint","79ec7032-75e7-4485-a571-95b61e6a85c6",1157827,,,,"active","9999-12-31","2023-12-08","true",,252.123,2185851
426,1,"00436-NonStandardStreetTypeAbbreviation","950 Old Hope Princeton Way, Hope, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"950",,"Old Hope Princeton","Way","false",,"false",,"Hope","District Municipality",,"BC","SRID=4326;POINT(-121.4156582 49.3733202)","high","parcelPoint","9f154ee8-acbc-4192-9763-42b79c47533f",193424,,,,"active","9999-12-31","2023-12-08","true",,18.515,1101623
427,1,"00437-NonStandardStreetTypeAbbreviation","774 Great Northern Way, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"774",,"Great Northern","Way","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0880896 49.2660631)","medium","parcelPoint","4c1c7c23-aad3-42ea-9ad4-5038134565c3",341353,,,,"active","9999-12-31","2023-12-08","true",,0.627,8008439
428,1,"00439-NonStandardLocalityNameAbbreviation","352 W 14th St, North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","78438998-a18b-4e5a-8194-c5a725361810",2416363,,,,"active","9999-12-31","2023-12-08","true",,334.901,3147438
429,1,"00440-NonStandardLocalityNameAbbreviation","569 Hody Dr, Okanagan Falls, BC",,65,"CIVIC_NUMBER",100,"[LOCALITY.notMatched:35]",,,,,"569",,"Hody","Dr","false",,"false",,"Okanagan Falls","Community","RDOS Electoral Area D","BC","SRID=4326;POINT(-119.5690298 49.3482363)","high","parcelPoint","709a78bb-79c3-4239-813f-781b63f13d85",60098,,,,"active","9999-12-31","2023-12-08","true",,3.956,3300419
430,1,"00441-NonStandardStreetNameAbbreviation","5450 Oak St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5450",,"Oak","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1275777 49.2362797)","high","parcelPoint","ad0401e3-43b9-46ca-9c09-a164753f4fa1",100420,,,,"active","9999-12-31","2023-12-08","true",,0.142,2704350
431,1,"00442-NonStandardStreetNameAbbreviation","1301 Oak Ave, Quesnel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","854642e3-8d46-4f95-b728-ba3f245cf3b3",227948,,,,"active","9999-12-31","2023-12-08","true",,0.089,3406157
432,1,"00443-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.719,
433,1,"00444-NonStandardGeneralDelivery","Central Bridge, Dawson Creek, BC",,37,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_QUALIFIER.missing:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Central",,"false",,"false","Bridge","Dawson Creek","City",,"BC","SRID=4326;POINT(-120.276389 55.7737565)","coarse","streetPoint",,,,,,"active",,,"true",,1.785,
434,1,"00445-NonStandardGeneralDelivery","General Currie Elementary School Access, Richmond, BC",,25,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, FAULTS.tooMany:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"General Currie Elementary School","Access","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1339848 49.1586967)","coarse","streetPoint",,,,,,"active",,,"true",,0.889,
435,1,"00446-NonStandardGeneralDelivery","Central Bridge, Dawson Creek, BC",,37,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_QUALIFIER.missing:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Central",,"false",,"false","Bridge","Dawson Creek","City",,"BC","SRID=4326;POINT(-120.276389 55.7737565)","coarse","streetPoint",,,,,,"active",,,"true",,1.587,
436,1,"00447-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.658,
437,1,"00448-CareOf","Quesnel, BC",,52,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,1.535,
438,1,"00449-CareOf","1301 Oak Ave, Quesnel, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","854642e3-8d46-4f95-b728-ba3f245cf3b3",227948,,,,"active","9999-12-31","2023-12-08","true",,2.814,3406157
439,1,"00450-SuffixNameMatching","Dent Ave, Burnaby, BC",,72,"STREET",78,"[LOCALITY.isAlias:1, STREET_NAME.spelledWrong:2, STREET_DIRECTION.notMatched:2, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Dent","Ave","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-123.0073749 49.2710941)","coarse","streetPoint",,,,,,"active",,,"true",,23.584,
440,1,"00451-StreetNameWordsGluedTogether","3821 Cedar Hill Rd, Saanich, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,"3821",,"Cedar Hill","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.336341 48.4632076)","high","parcelPoint","ffa4b31e-96d0-4706-a769-18eaf6a45557",299730,,,,"active","9999-12-31","2023-12-08","true",,0.69,3387802
441,1,"00452-StreetNameCompoundWordsSeparated","8514 Horseshoe Bay Rd, Anglemont, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"8514",,"Horseshoe Bay","Rd","false",,"false",,"Anglemont","Community","CSRD Electoral Area F","BC","SRID=4326;POINT(-119.1181382 50.9761127)","high","parcelPoint","76851488-8084-412f-82a6-b0ca5ce1ea5d",2450478,,,,"active","9999-12-31","2023-12-08","true",,0.54,3542205
442,1,"00453-NonStandardStreetTypeAbbreviation","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","0f5b74f4-dda0-44a7-b0e2-3473c17973df",484911,,,,"active","9999-12-31","2023-12-08","true",,6.106,1860086
443,1,"00454-civicAddressWithUnitandUnknownSiteName","UNIT 170 HAPPY HOUSE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","HAPPY HOUSE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 HAPPY HOUSE",,"active","9999-12-31","2023-12-08","true",,6.662,4363977
444,1,"00455-StreetNameWithMultipleSpellingMistakes","Omineca St, Hazelton, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omineca","St","false",,"false",,"Hazelton","Village",,"BC","SRID=4326;POINT(-127.6757927 55.2557017)","coarse","streetPoint",,,,,,"active",,,"true",,2.431,
445,1,"00456-NonStandardLocalityNameAbbreviation","134 E 15th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"134",,"15th","St","false","E","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.070453 49.3223403)","high","parcelPoint","e6e40b24-7976-4904-8ee2-3ea981af7da8",163763,,,,"active","9999-12-31","2023-12-08","true",,72.685,3516754
446,1,"00457-NonStandardLocalityNAmeAbbreviation","2248 McAllister Ave, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:2]",,,,,"2248",,"McAllister","Ave","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7799837 49.262092)","high","parcelPoint","4ca763c4-8f87-4cf2-86c7-0b8664b2a631",146223,,,,"active","9999-12-31","2023-12-08","true",,0.311,3218608
447,1,"00458-civicAddressWithUnitandUnknownSiteName","UNIT 170 DOOGIE UNIVERSITY -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOOGIE UNIVERSITY","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 DOOGIE UNIVERSITY",,"active","9999-12-31","2023-12-08","true",,6.514,4363977
448,1,"00459-LocalityHopping","Kaleden, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.6011112 49.3997222)","coarse","localityPoint",,,,,,"active",,,"true",,0.627,
449,1,"00460-LocalityHopping","UNIT 200 -- Prince George St, Prince Rupert, BC",,63,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_TYPE.notMatched:3, STREET_TYPE.notPrefix:0, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","200",,,,"Prince George","St","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.2990707 54.311388)","coarse","streetPoint",,,,"UNIT 200",,"active",,,"true",,97.461,
450,1,"00461-LocalityHopping","Helmcken Alley, Victoria, BC",,74,"STREET",78,"[STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Helmcken","Alley","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3693133 48.4255635)","coarse","streetPoint",,,,,,"active",,,"true",,2.226,
451,1,"00462-IRAddresses","1901 Lust Rd, Quesnel, BC",,96,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1901",,"Lust","Rd","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4554097 52.9567283)","low","accessPoint",,228320,,,,"active",,,"true",,0.971,
452,1,"00463-IRAddresses","Blueberry Reserve Rd, Buick, BC",,72,"STREET",78,"[STREET_TYPE.missing:6]",,,,,,,"Blueberry Reserve","Rd","false",,"false",,"Buick","Community","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1391639 56.7304618)","coarse","streetPoint",,,,,,"active",,,"true",,10.951,
453,1,"00464-IRAddresses","Blueberry River 205, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Blueberry River 205","Indian Reserve","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1013888 56.7163889)","coarse","localityPoint",,,,,,"active",,,"true",,0.742,
454,1,"00465-IRAddresses","205 BC Mine Rd, Grand Forks, BC",,72,"BLOCK",99,"[INITIAL_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.missing:10, STREET_TYPE.missing:6, PROVINCE.missing:1, FAULTS.tooMany:6]",,,,,"205",,"BC Mine","Rd","false",,"false",,"Grand Forks","City","RDKB Electoral Area D (Rural Grand Forks)","BC","SRID=4326;POINT(-118.5417578 49.1296346)","low","accessPoint",,2411205,,,,"active",,,"true",,71.152,
455,1,"00466-StreetNameWithMultipleSpellingMistakes","UNIT 15 -- 31235 Upper MacLure Rd, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","15",,"31235",,"Upper MacLure","Rd","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3592071 49.0608091)","high","parcelPoint","832b59e0-59a1-4028-a65a-25eace5fc2bd",430758,,"UNIT 15",,"active","9999-12-31","2023-12-08","true",,6.598,1462380
456,1,"00467-StreetNameWithMultipleSpellingMistakes","UNIT 338 -- 32830 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","338",,"32830",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","48ed5fe9-61f8-406f-b981-88e7fd07fdbf",2617631,,"UNIT 338",,"active","9999-12-31","2023-12-08","true",,0.749,2495402
457,1,"00468-StreetNameWithMultipleSpellingMistakes","UNIT 215 -- 32850 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","215",,"32850",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","9b997783-d7b9-4838-92e3-80a9ccc452fa",2617631,,"UNIT 215",,"active","9999-12-31","2023-12-08","true",,0.759,1047582
458,1,"00469-StreetNameWithMultipleSpellingMistakes","UNIT 117B -- 34313 Forrest Terr, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","117","B","34313",,"Forrest","Terr","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2765011 49.0346859)","high","parcelPoint","ab1987ef-f523-4b54-bb38-7f9e8a69a83c",159710,,"UNIT 117B",,"active","9999-12-31","2023-12-08","true",,0.558,1365855
459,1,"00470-StreetNameWithMultipleSpellingMistakes","UNIT 14 -- 43685 Chilliwack Mountain Rd, Chilliwack, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","14",,"43685",,"Chilliwack Mountain","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-122.0166373 49.1641524)","high","parcelPoint","2c2ce6be-b9cb-409e-b037-4ecef8ff2fc3",2400276,,"UNIT 14",,"active","9999-12-31","2023-12-08","true",,232.476,1065331
460,1,"00471-StreetNameWithMultipleSpellingMistakes","29 St SE, Salmon Arm, BC",,63,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.isAlias:4, STREET_DIRECTION.missing:2, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"29","St","false","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2509431 50.6873229)","coarse","streetPoint",,,,,,"active",,,"true",,25.211,
461,1,"00472-StreetNameWithMultipleSpellingMistakes","Whistler, BC",,56,"LOCALITY",68,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Whistler","Resort Municipality",,"BC","SRID=4326;POINT(-122.9544444 50.1169445)","coarse","localityPoint",,,,,,"active",,,"true",,19.206,
462,1,"00473-StreetNameWithMultipleSpellingMistakes","UNIT 2204 -- 7343 Okanagan Landing Rd, Vernon, BC",,88,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","2204",,"7343",,"Okanagan Landing","Rd","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.345325 50.2389897)","high","parcelPoint","4925032d-7e2d-4418-8475-1469e513deae",354892,,"UNIT 2204",,"active","9999-12-31","2023-12-08","true",,16.944,4266077
463,1,"00474-StreetNameWithMultipleSpellingMistakes","UNIT 66 -- 1930 Cedar Village Cres, North Vancouver, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","66",,"1930",,"Cedar Village","Cres","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.043715 49.3270342)","high","parcelPoint","9d253e89-00db-446c-80d3-ba0b160b95db",166103,,"UNIT 66",,"active","9999-12-31","2023-12-08","true",,964.829,2153738
464,1,"00475-StreetNameWithMultipleSpellingMistakes","UNIT 209 -- 8611 General Currie Rd, Richmond, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","209",,"8611",,"General Currie","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1283228 49.1596485)","high","parcelPoint","f48b10c3-c335-46db-ae8b-391986f96685",127602,,"UNIT 209",,"active","9999-12-31","2023-12-08","true",,0.649,2001638
465,1,"00476-StreetNameWithMultipleSpellingMistakes","UNIT 305 -- 1135 Windsor Mews, Coquitlam, BC",,91,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6]",,"UNIT","305",,"1135",,"Windsor","Mews","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7853704 49.2801267)","high","parcelPoint","a4bfb344-0592-466b-870a-e077b1d60a59",1907339,,"UNIT 305",,"active","9999-12-31","2023-12-08","true",,1.376,1102540
466,1,"00477-StreetNameWithOneSpellingMistakeAtFront","UNIT 106 -- 1355 Cumberland Rd, Courtenay, BC",,92,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6]",,"UNIT","106",,"1355",,"Cumberland","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0049707 49.6769203)","high","parcelPoint","544e5fed-75d3-4424-9367-22927a865b6f",1849534,,"UNIT 106",,"active","9999-12-31","2023-12-08","true",,23.61,1020429
467,1,"00478-AddressInSmallCommunityUsingLocalityAlias","352 W 14th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","78438998-a18b-4e5a-8194-c5a725361810",2416363,,,,"active","9999-12-31","2023-12-08","true",,63.749,3147438
468,1,"00479-AddressInSmallCommunityUsingLocalityAlias","1745 Esquimalt Ave, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1745",,"Esquimalt","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1612755 49.3309246)","medium","parcelPoint","947d3aa2-8b81-4f3e-a37b-554468cdb0ce",163306,,,,"active","9999-12-31","2023-12-08","true",,1.956,8001373
469,1,"00480-AddressInSmallCommunityUsingLocalityAlias","223 W 7th Ave, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"223",,"7th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1103425 49.2650219)","high","parcelPoint","2ff78638-a1f2-44fe-958a-0e67c9c9d501",100449,,,,"active","9999-12-31","2023-12-08","true",,15.905,4195797
470,1,"00481-UnitNumberAndCivicNumberSwapped","UNIT 1045 -- Haro St, Vancouver, BC",,76,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","1045",,,,"Haro","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1323651 49.2880745)","coarse","streetPoint",,,,"UNIT 1045",,"active",,,"true",,13.461,
471,1,"00482-UnitNumberAndCivicNumberSwapped","1177 103A Ave, Surrey, BC",,85,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_TYPE.missing:6]",,,,,"1177",,"103A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7921295 49.1899518)","low","accessPoint",,418379,,,,"active",,,"true",,10.756,
472,1,"00483-UnknownMulti-wordUnitDesignator","UNIT 221 -- 4280 Moncton St, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","221",,"4280",,"Moncton","St","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1799769 49.1242764)","high","parcelPoint","4b66701a-39a9-410f-bc34-3ba73c3dc040",351197,,"UNIT 221",,"active","9999-12-31","2023-12-08","true",,1.097,1518456
473,1,"00484-UnknownMulti-wordUunitDesignator","UNIT 54 -- 2938 Trafalgar St, Abbotsford, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","54",,"2938",,"Trafalgar","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3079844 49.054931)","high","parcelPoint","71016c6f-1a5e-41f2-a68f-2efe869224c7",161674,,"UNIT 54",,"active","9999-12-31","2023-12-08","true",,1.485,1257509
474,1,"00485-UnknownUnitNumberWithLetterPrefixGapped","UNIT A309 -- 10557 150 St, Surrey, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","A309",,"10557",,"150","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.806609 49.1944737)","high","parcelPoint","bd685634-9b89-4e2f-8f47-ed66554bfebf",478995,,"UNIT A309",,"active","9999-12-31","2023-12-08","true",,6.631,3149253
475,1,"00486-UnknownUnitNumberWithLetterPrefixGapped","UNIT C7 -- 6901 Island Hwy W, Bowser, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_DIRECTION.notPrefix:0]",,"UNIT","C7",,"6901",,"Island","Hwy","false","W","false",,"Bowser","Community","RDN Electoral Area H","BC","SRID=4326;POINT(-124.667109 49.4348563)","high","parcelPoint","16772256-827d-4452-bffe-bb1a9995499c",1835730,,"UNIT C7",,"active","9999-12-31","2023-12-08","true",,30.329,4072889
476,1,"00487-UnitNumberWithLetterPrefix","UNIT A114 -- 20211 66 Ave, Township of Langley, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","A114",,"20211",,"66","Ave","false",,"false",,"Township of Langley","District Municipality",,"BC","SRID=4326;POINT(-122.6633166 49.1235181)","high","parcelPoint","3d1d9b15-714d-4290-8eee-066b89995912",320513,,"UNIT A114",,"active","9999-12-31","2023-12-08","true",,7.434,1059975
477,1,"00488-ExtraWordAtFrontOfStreetName","UNIT 19 -- Mt Boucherie Pl, West Kelowna, BC",,73,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","19",,,,"Mt Boucherie","Pl","false",,"false",,"West Kelowna","Unknown",,"BC","SRID=4326;POINT(-119.5815689 49.8589959)","coarse","streetPoint",,,,"UNIT 19",,"active",,,"true",,629.554,
478,1,"00489-UnitNumberSuffixInBackAlley","UNIT 206A -- 555 Burrard St, Vancouver, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"UNIT","206","A","555",,"Burrard","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1188944 49.2860099)","low","accessPoint",,475835,,"UNIT 206A",,"active",,,"true",,6.299,
479,1,"00490-SiteNameInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,3.367,4083847
480,1,"00491-DuplicateStreetTypeInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,8.049,4083847
481,1,"00492-CareOfInBackAlley","1175 Douglas St, Victoria, BC",,96,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,7.32,4083847
482,1,"00493-DuplicateStreetAndLocalityInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,19.599,4083847
483,1,"00494-StreetNameWithSpecialCharacters","Pipeho:em Rd, Agassiz, BC",,78,"STREET",78,"[]",,,,,,,"Pipeho:em","Rd","false",,"false",,"Agassiz","Community",,"BC","SRID=4326;POINT(-121.7342045 49.259877)","coarse","streetPoint",,,,,,"active",,,"true",,0.181,
484,1,"00495-StreetNameWithSpecialCharacters","ʔEqeʔat’in ʔEten, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"ʔEqeʔat’in ʔEten",,"false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1683616 52.0139035)","coarse","streetPoint",,,,,,"active",,,"true",,0.196,
485,1,"00496-StreetNameWithSpecialCharacters","Tl’etinqox Rd, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"Tl’etinqox","Rd","false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1612612 52.0089565)","coarse","streetPoint",,,,,,"active",,,"true",,0.121,
486,1,"00497-StreetNameWithSpecialCharacters","Clinton/Loon Lake FSR, Hutchison Lake, BC",,78,"STREET",78,"[]",,,,,,,"Clinton/Loon Lake","FSR","false",,"false",,"Hutchison Lake","Unknown","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.2072936 51.2237932)","coarse","streetPoint",,,,,,"active",,,"true",,2.323,
487,1,"00498-ACrazy","UNIT 201A -- 201A A St, Abbotsford, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER_SUFFIX.notMatched:1]",,"UNIT","201","A","201","A","A","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2608685 49.0060455)","low","accessPoint",,452835,,"UNIT 201A",,"active",,,"true",,22.554,
488,1,"00499-NonIntersectionOfRoadAndHwy","Chancellor Ave, View Royal, BC",,69,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,,,"Chancellor","Ave","false",,"false",,"View Royal","Town",,"BC","SRID=4326;POINT(-123.4279813 48.4648587)","coarse","streetPoint",,,,,,"active",,,"true",,16.827,
489,1,"00500-NoisyAddress","1 Centennial Sq, Victoria, BC",,92,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2]",,,,,"1",,"Centennial","Sq","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3657434 48.4287096)","high","parcelPoint","052f078a-6c37-4ede-bbf8-5bfb6f5e138a",304974,,,,"active","9999-12-31","2023-12-08","true",,3.251,2983771
490,1,"00501-StreetNameCompoundWordsSeparated","12312 Horseshoe Way, Richmond, BC",,98,"BLOCK",99,"[STREET_NAME.partialMatch:1]",,,,,"12312",,"Horseshoe","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.0988494 49.1233204)","low","accessPoint",,128283,,,,"active",,,"true",,3.909,
491,1,"00502-StreetNameCompoundWordsSeparated","101 Seaview St, Sayward, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"101",,"Seaview","St","false",,"false",,"Sayward","Village",,"BC","SRID=4326;POINT(-125.9633841 50.3858383)","high","parcelPoint","ecb1ca31-b857-4ada-b51c-42799ed40c4b",263931,,,,"active","9999-12-31","2023-12-08","true",,25.069,1684375
492,1,"00503-LocalityNameWithSplitWords","1090 Ironwood St, Campbell River, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1090",,"Ironwood","St","false",,"false",,"Campbell River","City",,"BC","SRID=4326;POINT(-125.2561963 50.0253168)","high","parcelPoint","77f4b1cc-2244-4e32-9ed5-9263d77fbe2c",262744,,,,"active","9999-12-31","2023-12-08","true",,4.138,3438603
493,1,"00504-siteNameWithTerminalAndMissingStreetName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,4.948,
494,1,"00505-siteNameWithPortAndMissingStreetName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.709,

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Revolution Systems Open Library [pom]
[INFO] RS Core [jar]
[INFO] RS Test API [jar]
[INFO] RS ESRI File Geodatabase [jar]
[INFO] RS GDAL [jar]
[INFO] RS Geopackage [jar]
[INFO] RS Oracle [jar]
[INFO] RS PostgreSQL [jar]
[INFO] Revolsys Swing Components [jar]
[INFO] Maki Markers [jar]
[INFO] RS Web [jar]
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-parent >------------------
[INFO] Building Revolution Systems Open Library 7b72f92 [1/11]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-parent ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-parent ---
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-parent ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-parent ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-parent ---
[INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-parent/7b72f92906639c53399a70af505c18082e9c198d/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/target/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-parent/7b72f92906639c53399a70af505c18082e9c198d/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-core >-------------------
[INFO] Building RS Core 7b72f92 [2/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-core ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-core ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 28 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1858 source files to /workspace/source/revolsys-core/target/classes
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/geometry/model/LinearRing.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/geometry/model/LinearRing.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/io/map/MapSerializer.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/io/map/MapSerializer.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-core ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-core ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-core ---
[INFO] Building jar: /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-core ---
[INFO] Building jar: /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-core ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-core ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-core ---
[INFO] Installing /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-core/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-testapi >-----------------
[INFO] Building RS Test API 7b72f92 [3/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-testapi ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-testapi ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-testapi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/revolsys-testapi/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-testapi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /workspace/source/revolsys-testapi/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-testapi ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-testapi ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-testapi ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-testapi ---
[INFO] Building jar: /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-testapi ---
[INFO] Building jar: /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-testapi ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-testapi ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-testapi ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-testapi ---
[INFO] Installing /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-testapi/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-fgdb >-------------------
[INFO] Building RS ESRI File Geodatabase 7b72f92 [4/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-fgdb ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-fgdb ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-fgdb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-fgdb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /workspace/source/revolsys-fgdb/target/classes
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/GeodatabaseReference.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/GeodatabaseReference.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/capi/type/AbstractFileGdbFieldDefinition.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/capi/type/AbstractFileGdbFieldDefinition.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-fgdb ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-fgdb ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-fgdb ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-fgdb ---
[INFO] Building jar: /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-fgdb ---
[INFO] Building jar: /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-fgdb ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-fgdb ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-fgdb ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-fgdb ---
[INFO] Installing /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-fgdb/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-gdal >-------------------
[INFO] Building RS GDAL 7b72f92 [5/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-gdal ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-gdal ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-gdal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-gdal ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /workspace/source/revolsys-gdal/target/classes
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java: /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java uses or overrides a deprecated API.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java: /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java uses unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-gdal ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-gdal ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-gdal ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-gdal ---
[INFO] Building jar: /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-gdal ---
[INFO] Building jar: /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-gdal ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-gdal ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-gdal ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-gdal ---
[INFO] Installing /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-gdal/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< com.revolsys.open:revolsys-geopackage >----------------
[INFO] Building RS Geopackage 7b72f92 [6/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-geopackage ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-geopackage ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-geopackage ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-geopackage ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /workspace/source/revolsys-geopackage/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-geopackage ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-geopackage ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-geopackage ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-geopackage ---
[INFO] Building jar: /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-geopackage ---
[INFO] Building jar: /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-geopackage ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-geopackage ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-geopackage ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-geopackage ---
[INFO] Installing /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-geopackage/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-oracle >------------------
[INFO] Building RS Oracle 7b72f92 [7/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-oracle ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-oracle ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-oracle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-oracle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /workspace/source/revolsys-oracle/target/classes
[INFO] /workspace/source/revolsys-oracle/src/main/java/com/revolsys/oracle/recordstore/OracleJdbcQueryIterator.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-oracle/src/main/java/com/revolsys/oracle/recordstore/OracleJdbcQueryIterator.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-oracle ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-oracle ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-oracle ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-oracle ---
[INFO] Building jar: /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-oracle ---
[INFO] Building jar: /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-oracle ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-oracle ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-oracle ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-oracle ---
[INFO] Installing /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-oracle/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< com.revolsys.open:revolsys-postgresql >----------------
[INFO] Building RS PostgreSQL 7b72f92 [8/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-postgresql ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-postgresql ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-postgresql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-postgresql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /workspace/source/revolsys-postgresql/target/classes
[INFO] /workspace/source/revolsys-postgresql/src/main/java/com/revolsys/gis/postgresql/PostgreSQLJdbcQueryResultPager.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-postgresql/src/main/java/com/revolsys/gis/postgresql/PostgreSQLJdbcQueryResultPager.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-postgresql ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-postgresql ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-postgresql ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-postgresql ---
[INFO] Building jar: /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-postgresql ---
[INFO] Building jar: /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-postgresql ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-postgresql ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-postgresql ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-postgresql ---
[INFO] Installing /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-postgresql/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-swing >------------------
[INFO] Building Revolsys Swing Components 7b72f92 [9/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-swing ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-swing ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-swing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 935 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-swing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 548 source files to /workspace/source/revolsys-swing/target/classes
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-swing ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-swing ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-swing ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-swing ---
[INFO] Building jar: /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-swing ---
[INFO] Building jar: /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-swing ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-swing ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-swing ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-swing ---
[INFO] Installing /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-swing/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-maki >-------------------
[INFO] Building Maki Markers 7b72f92 [10/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-maki ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-maki ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-maki ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 148 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-maki ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-maki ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-maki ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-maki ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-maki ---
[INFO] Building jar: /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-maki ---
[INFO] Building jar: /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-maki ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-maki ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-maki ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-maki ---
[INFO] Installing /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-maki/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -------------------< com.revolsys.open:revolsys-web >-------------------
[INFO] Building RS Web 7b72f92 [11/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-web ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-web ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-web ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 297 source files to /workspace/source/revolsys-web/target/classes
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/config/Attribute.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/config/Attribute.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/rest/interceptor/AnnotationHandlerMethodResolver.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/rest/interceptor/AnnotationHandlerMethodResolver.java: Recompile with -Xlint:removal for details.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/html/view/ElementContainer.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/html/view/ElementContainer.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-web ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-web ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-web ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-web ---
[INFO] Building jar: /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-web ---
[INFO] Building jar: /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-web ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-web ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-web ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-web ---
[INFO] Installing /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-web/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Revolution Systems Open Library 7b72f92:
[INFO]
[INFO] Revolution Systems Open Library .................... SUCCESS [ 9.661 s]
[INFO] RS Core ............................................ SUCCESS [01:17 min]
[INFO] RS Test API ........................................ SUCCESS [ 5.840 s]
[INFO] RS ESRI File Geodatabase ........................... SUCCESS [ 7.324 s]
[INFO] RS GDAL ............................................ SUCCESS [ 4.934 s]
[INFO] RS Geopackage ...................................... SUCCESS [ 5.221 s]
[INFO] RS Oracle .......................................... SUCCESS [ 5.843 s]
[INFO] RS PostgreSQL ...................................... SUCCESS [ 4.660 s]
[INFO] Revolsys Swing Components .......................... SUCCESS [ 33.376 s]
[INFO] Maki Markers ....................................... SUCCESS [ 6.308 s]
[INFO] RS Web ............................................. SUCCESS [ 11.640 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:52 min
[INFO] Finished at: 2024-01-09T07:03:26Z
[INFO] ------------------------------------------------------------------------

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Concurrent Processing Framework [pom]
[INFO] Concurrent Processing Framework Business Application Plugin API [jar]
[INFO] Concurrent Processing Framework Client Java API [jar]
[INFO] Concurrent Processing Framework Application Java API [jar]
[INFO] Concurrent Processing Framework API Worker [jar]
[INFO] Concurrent Processing Framework Base WAR Web Application [war]
[INFO] Concurrent Processing Framework Base WAR Worker [war]
[INFO] CPF Plug-in Maven Arechtype [maven-archetype]
[INFO] Concurrent Processing Framework Archetype Web [maven-archetype]
[INFO] CPF Test Plugins [jar]
[INFO] Digest Plug-in [jar]
[INFO] Geometry Validation Plug-in [jar]
[INFO] Mandelbrot Plug-in [jar]
[INFO] Map Tile Plug-in [jar]
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-parent >--------------------
[INFO] Building Concurrent Processing Framework 7b72f92 [1/14]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-parent ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-parent ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-parent ---
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-parent ---
[INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/target/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-plugin >------------------
[INFO] Building Concurrent Processing Framework Business Application Plugin API 7b72f92 [2/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-plugin/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 37 source files to /workspace/source/cpf-api-plugin/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-plugin ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-plugin ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-plugin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-plugin ---
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-plugin/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-client >------------------
[INFO] Building Concurrent Processing Framework Client Java API 7b72f92 [3/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /workspace/source/cpf-api-client/target/classes
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cpf-api-client ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-client ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-client ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-client ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-client ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-client ---
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-client/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/target/site/java-api
[INFO] Copying 2 resources to template
[INFO]
[INFO] --- jsdoctk-plugin:2.3.2:jsdoc (javascript-api) @ cpf-api-client ---
[INFO] Copying JSDoc Toolkit to temporary directory.
[INFO] JSDoc Toolkit copied to temporary directory, execution will commense shortly.
[INFO] Will be generating JSDoc for '/workspace/source/cpf-api-client/src/main/js'.
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-api-app >-------------------
[INFO] Building Concurrent Processing Framework Application Java API 7b72f92 [4/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 25 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 84 source files to /workspace/source/cpf-api-app/target/classes
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java uses or overrides a deprecated API.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-app ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-app ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-app ---
[INFO] Building jar: /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-app ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-app ---
[INFO] Building jar: /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-app ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-app ---
[INFO] Installing /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-app/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) > generate-sources @ cpf-api-app >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-app ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) < generate-sources @ cpf-api-app <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) @ cpf-api-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-worker >------------------
[INFO] Building Concurrent Processing Framework API Worker 7b72f92 [5/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-worker ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-worker ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-worker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-worker/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-worker ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /workspace/source/cpf-api-worker/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-worker ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-worker ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-worker ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-worker ---
[INFO] Building jar: /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-worker ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-worker ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-worker ---
[INFO] Building jar: /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-worker ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-worker ---
[INFO] Installing /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-worker/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-war-app >-------------------
[INFO] Building Concurrent Processing Framework Base WAR Web Application 7b72f92 [6/14]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-war-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-war-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-war-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-war-app/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-war-app ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-war-app ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-war-app ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-war-app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ cpf-war-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cpf-war-app] in [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Processing war project
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-client/target] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-client/src/main/js/] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-plugin/target] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/src/main/webapp] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp resources [/workspace/source/cpf-war-app/src/main/webapp]
[INFO] Webapp assembled in [2090 msecs]
[INFO] Building war: /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-war-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-war-app ---
[INFO] Skipping because packaging 'war' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-war-app ---
[INFO] Building jar: /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-war-app ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-war-app ---
[INFO] Installing /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO] Installing /workspace/source/cpf-war-app/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-war-worker >------------------
[INFO] Building Concurrent Processing Framework Base WAR Worker 7b72f92 [7/14]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-war-worker ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-war-worker ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-war-worker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-war-worker ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-war-worker ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-war-worker ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-war-worker ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ cpf-war-worker ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cpf-war-worker] in [/workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Processing war project
[INFO] Copying webapp resources [/workspace/source/cpf-war-worker/src/main/webapp]
[INFO] Webapp assembled in [1011 msecs]
[INFO] Building war: /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-war-worker ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-war-worker ---
[INFO] Skipping because packaging 'war' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-war-worker ---
[INFO] Building jar: /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-war-worker ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-war-worker ---
[INFO] Installing /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO] Installing /workspace/source/cpf-war-worker/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --------------< ca.bc.gov.open.cpf:cpf-archetype-plugin >---------------
[INFO] Building CPF Plug-in Maven Arechtype 7b72f92 [8/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ cpf-archetype-plugin ---
[INFO] Copying 11 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ cpf-archetype-plugin ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ cpf-archetype-plugin ---
[INFO] Building archetype jar: /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-archetype-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-archetype-plugin ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ cpf-archetype-plugin ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-archetype-plugin ---
[INFO] Building jar: /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ cpf-archetype-plugin ---
[INFO] Installing /workspace/source/cpf-archetype-plugin/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ cpf-archetype-plugin ---
[INFO]
[INFO] ----------------< ca.bc.gov.open.cpf:cpf-archetype-web >----------------
[INFO] Building Concurrent Processing Framework Archetype Web 7b72f92 [9/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-archetype-web ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-archetype-web ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ cpf-archetype-web ---
[INFO] Copying 12 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ cpf-archetype-web ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ cpf-archetype-web ---
[INFO] Building archetype jar: /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-archetype-web ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-archetype-web ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ cpf-archetype-web ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-archetype-web ---
[INFO] Building jar: /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-archetype-web ---
[INFO]
[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ cpf-archetype-web ---
[INFO] Installing /workspace/source/cpf-archetype-web/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ cpf-archetype-web ---
[INFO]
[INFO] ------------------< ca.bc.gov.open.cpf.plugins:test >-------------------
[INFO] Building CPF Test Plugins 7b72f92 [10/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ test ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ test ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /workspace/source/plugins/test/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ test ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ test ---
[INFO] Building jar: /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ test ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ test ---
[INFO] Building jar: /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ test ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ test ---
[INFO] Installing /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/test/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf.plugins:digest >------------------
[INFO] Building Digest Plug-in 7b72f92 [11/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ digest ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ digest ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ digest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ digest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /workspace/source/plugins/digest/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ digest ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ digest ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ digest ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ digest ---
[INFO] Building jar: /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ digest ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ digest ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ digest ---
[INFO] Building jar: /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ digest ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ digest ---
[INFO] Installing /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/digest/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------< ca.bc.gov.open.cpf.plugins:geometry-validation >-----------
[INFO] Building Geometry Validation Plug-in 7b72f92 [12/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ geometry-validation ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ geometry-validation ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geometry-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ geometry-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /workspace/source/plugins/geometry-validation/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geometry-validation ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ geometry-validation ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geometry-validation ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ geometry-validation ---
[INFO] Building jar: /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ geometry-validation ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ geometry-validation ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ geometry-validation ---
[INFO] Building jar: /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ geometry-validation ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ geometry-validation ---
[INFO] Installing /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/geometry-validation/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< ca.bc.gov.open.cpf.plugins:mandelbrot >----------------
[INFO] Building Mandelbrot Plug-in 7b72f92 [13/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ mandelbrot ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ mandelbrot ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mandelbrot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mandelbrot ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /workspace/source/plugins/mandelbrot/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mandelbrot ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mandelbrot ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mandelbrot ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ mandelbrot ---
[INFO] Building jar: /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ mandelbrot ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ mandelbrot ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ mandelbrot ---
[INFO] Building jar: /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ mandelbrot ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ mandelbrot ---
[INFO] Installing /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/mandelbrot/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ----------------< ca.bc.gov.open.cpf.plugins:map-tile >-----------------
[INFO] Building Map Tile Plug-in 7b72f92 [14/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ map-tile ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ map-tile ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ map-tile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ map-tile ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /workspace/source/plugins/map-tile/target/classes
[INFO] /workspace/source/plugins/map-tile/src/main/java/ca/bc/gov/open/cpf/plugins/maptile/MapTileByLocation.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/plugins/map-tile/src/main/java/ca/bc/gov/open/cpf/plugins/maptile/MapTileByLocation.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ map-tile ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ map-tile ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ map-tile ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ map-tile ---
[INFO] Building jar: /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ map-tile ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ map-tile ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ map-tile ---
[INFO] Building jar: /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ map-tile ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ map-tile ---
[INFO] Installing /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/map-tile/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Concurrent Processing Framework 7b72f92:
[INFO]
[INFO] Concurrent Processing Framework .................... SUCCESS [ 7.471 s]
[INFO] Concurrent Processing Framework Business Application Plugin API SUCCESS [ 14.557 s]
[INFO] Concurrent Processing Framework Client Java API .... SUCCESS [ 12.265 s]
[INFO] Concurrent Processing Framework Application Java API SUCCESS [ 8.759 s]
[INFO] Concurrent Processing Framework API Worker ......... SUCCESS [ 4.017 s]
[INFO] Concurrent Processing Framework Base WAR Web Application SUCCESS [ 7.000 s]
[INFO] Concurrent Processing Framework Base WAR Worker .... SUCCESS [ 4.770 s]
[INFO] CPF Plug-in Maven Arechtype ........................ SUCCESS [ 3.081 s]
[INFO] Concurrent Processing Framework Archetype Web ...... SUCCESS [ 1.656 s]
[INFO] CPF Test Plugins ................................... SUCCESS [ 3.243 s]
[INFO] Digest Plug-in ..................................... SUCCESS [ 2.777 s]
[INFO] Geometry Validation Plug-in ........................ SUCCESS [ 2.267 s]
[INFO] Mandelbrot Plug-in ................................. SUCCESS [ 2.636 s]
[INFO] Map Tile Plug-in ................................... SUCCESS [ 3.337 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:18 min
[INFO] Finished at: 2024-01-09T07:05:09Z
[INFO] ------------------------------------------------------------------------

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

"sequenceNumber","resultNumber","yourId","fullAddress","intersectionName","score","matchPrecision","precisionPoints","faults","siteName","unitDesignator","unitNumber","unitNumberSuffix","civicNumber","civicNumberSuffix","streetName","streetType","isStreetTypePrefix","streetDirection","isStreetDirectionPrefix","streetQualifier","localityName","localityType","electoralArea","provinceCode","location","locationPositionalAccuracy","locationDescriptor","siteID","blockID","intersectionID","fullSiteDescriptor","accessNotes","siteStatus","siteRetireDate","changeDate","isOfficial","degree","executionTime","sid"
1,1,"00002-civicAddressWithCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.18,3570324
2,1,"00003-civicAddressWithCivicNumberSuffix","4251A Rockbank Pl, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4251","A","Rockbank","Pl","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2420986 49.3459404)","high","parcelPoint","6397230a-0569-43c8-855e-d84558230db4",342044,,,,"active","9999-12-31","2023-12-08","true",,0.255,2714851
3,1,"00004-civicAddressWithOrdinalCivicNumberSuffix","749E Lakeview Arrow Creek Rd, Wynndel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"749","E","Lakeview Arrow Creek","Rd","false",,"false",,"Wynndel","Community","RDCK Electoral Area C","BC","SRID=4326;POINT(-116.5097552 49.154316)","high","parcelPoint","4b6d3737-4ae6-437b-8a9e-2f209c86c996",2512792,,,,"active","9999-12-31","2023-12-08","true",,8.087,1073929
4,1,"00005-civicAddressWithStreetDirection","456 Gorge Rd E, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.154,3001643
5,1,"00006-civicAddressWithoutStreetDirection","1804 Cedar Dr, Squamish, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1804",,"Cedar","Dr","false",,"false",,"Squamish","District Municipality",,"BC","SRID=4326;POINT(-123.1352813 49.6988427)","high","parcelPoint","29f2655d-ddcb-453c-8f23-7618396a6580",173758,,,,"active","9999-12-31","2023-12-08","true",,0.155,1018699
6,1,"00007-civicAddressWithPrefixStreetDirection","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.139,4174579
7,1,"00008-civicAddressWithStreetNameContainingDirectionWord","947 North Park St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"947",,"North Park","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3566146 48.4293207)","high","parcelPoint","042f4847-e5e5-4c07-bbaf-6e75e43a8577",512719,,,,"active","9999-12-31","2023-12-08","true",,31.191,3897960
8,1,"00009-CivicAddressWithAbbreviatedStreetName","Stelly's Cross Rd, Central Saanich, BC",,78,"STREET",78,"[]",,,,,,,"Stelly's Cross","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4390875 48.579717)","coarse","streetPoint",,,,,,"active",,,"true",,0.325,
9,1,"00010-CivicAddressWithAbbreviatedStreetName","3928 Cedar Hill Cross Rd, Saanich, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3928",,"Cedar Hill Cross","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3477591 48.4659559)","high","parcelPoint","b767e6b4-5af5-428e-acb3-f39fe7a6b952",384645,,,,"active","9999-12-31","2023-12-08","true",,17.284,3290984
10,1,"00011-CivicAddressWithAbbreviatedLocalityName","7495 Columbia Ave, Radium Hot Springs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7495",,"Columbia","Ave","false",,"false",,"Radium Hot Springs","Village",,"BC","SRID=4326;POINT(-116.0777622 50.6205387)","high","parcelPoint","f2f7536d-dd71-46eb-8c1a-5c902035c8e5",338710,,,,"active","9999-12-31","2023-12-08","true",,1.153,4184338
11,1,"00012-civicAddressWithoutProvinceCode","2050 SW Marine Dr, Vancouver, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.123,4174579
12,1,"00013-civicAddressWithProvinceName","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.184,4174579
13,1,"00014-civicAddressWithoutUnit","10372 99 St, Taylor, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10372",,"99","St","false",,"false",,"Taylor","District Municipality",,"BC","SRID=4326;POINT(-120.6811336 56.1548566)","high","parcelPoint","2bb29d69-9d7c-4eac-ad9d-28c6528d63fd",238496,,,,"active","9999-12-31","2023-12-08","true",,1.693,3682455
14,1,"00015-civicAddressWithUnitWithoutUnitDesignator","UNIT 170 -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170",,"active","9999-12-31","2023-12-08","true",,3.228,4363977
15,1,"00016-civicAddressWithUnitAfterStreetType","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.379,2064187
16,1,"00017-civicAddressWithUnitBeforeCivicNumber","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.228,2064187
17,1,"00018-civicAddressWithUnitBeforeCivicNumberandWithoutFrontGate","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.076,2064187
18,1,"00019-civicAddressWithUnitandKnownSiteName","UNIT 170 DOUGLAS COLLEGE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOUGLAS COLLEGE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 DOUGLAS COLLEGE",,"active","9999-12-31","2023-12-08","true",,6.726,4363977
19,1,"00020-civicAddressWithSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,5.681,
20,1,"00021-civicAddressWithPartialSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,1.108,
21,1,"00022-civicAddressWithSiteNameAndMissingCivicNumber","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.101,
22,1,"00023-civicAddressWithNumberForStreetName","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","63359f5d-feb8-4078-a53d-cf7597dedf72",241168,,,,"active","9999-12-31","2023-12-08","true",,16.661,1453435
23,1,"00024-civicAddressWithUnitNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.167,
24,1,"00025-CivicNumberWithHighwayStreetName","4390 Hwy 33, Beaverdell, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4390",,"33","Hwy","true",,"false",,"Beaverdell","Community","RDKB Electoral Area E (West Boundary)","BC","SRID=4326;POINT(-119.0335607 49.3035999)","high","parcelPoint","f0dfb4fd-5be0-4df9-bdc1-f99acad96a10",571497,,,,"active","9999-12-31","2023-12-08","true",,1.688,4097984
25,1,"00026-CivicAddressWithoutProvinceCode","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.117,3570324
26,1,"00027-CivicAddressWithoutLocality","525 Superior St, Victoria, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY.missing:10]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.172,3570324
27,1,"00028-CivicAddressWithoutStreetName","Kamloops, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3391667 50.6755556)","coarse","localityPoint",,,,,,"active",,,"true",,0.329,
28,1,"00029-CivicAddressWithoutStreetType","661A Market Hill, Vancouver, BC",,94,"CIVIC_NUMBER",100,"[STREET_TYPE.missing:6]",,,,,"661","A","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","b2855281-bebf-45d1-9bfe-a451a77941ca",265705,,,,"active","9999-12-31","2023-12-08","true",,1.422,1154850
29,1,"00030-CivicAddressWithoutStreetDirection","456 Gorge Rd E, Victoria, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,1.036,3001643
30,1,"00031-CivicAddressWithoutCivicNumber","Superior St, Victoria, BC",,78,"STREET",78,"[]",,,,,,,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3742047 48.4187396)","coarse","streetPoint",,,,,,"active",,,"true",,0.075,
31,1,"00032-CivicAddressWithUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.216,1897827
32,1,"00033-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.317,1897827
33,1,"00034-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.28,1897827
34,1,"00035-CivicAddressWithoutUnitDesignator","850 Saucier Ave, Kelowna, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","ff8c0c0f-008d-4c64-b706-20b249dd9dfa",423686,,,,"active","9999-12-31","2023-12-08","true",,0.311,3801227
35,1,"00036-CivicAddressWithoutUnitNumber","UNIT -- 850 Saucier Ave, Kelowna, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"UNIT",,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","ff8c0c0f-008d-4c64-b706-20b249dd9dfa",423686,,"UNIT",,"active","9999-12-31","2023-12-08","true",,0.241,3801227
36,1,"00037-CivicAddressWithoutUnitNumber","APT -- 1359 Porlier Pass Rd, Galiano Island, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"APT",,,"1359",,"Porlier Pass","Rd","false",,"false",,"Galiano Island","Unknown","CAPRD Southern Gulf Islands Electoral Area","BC","SRID=4326;POINT(-123.3619085 48.8934868)","medium","parcelPoint","4932e455-d8e3-4068-8cee-b690c18ec3cd",2652387,,"APT",,"active","9999-12-31","2023-12-08","true",,1.127,8004937
37,1,"00038-CivicAddressWithoutLocalityProvinceCode","3520 Wentworth Ave, West Vancouver, BC",,89,"CIVIC_NUMBER",100,"[LOCALITY.missing:10, PROVINCE.missing:1]",,,,,"3520",,"Wentworth","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2152473 49.3466751)","high","parcelPoint","03afe195-9300-4685-a674-b5ec3293c0c1",570447,,,,"active","9999-12-31","2023-12-08","true",,3.483,2836372
38,1,"00039-CivicAddressWithUnitAttachedToCivicNumber","Lorne St, Kamloops, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lorne","St","false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3275514 50.6782177)","coarse","streetPoint",,,,,,"active",,,"true",,4.935,
39,1,"00040-CivicAddressWithNonNumeric CivicNumber","A-B Connector Rd, Richmond, BC",,70,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:1, STREET_TYPE.notMatched:3, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"A-B Connector","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1809151 49.1921731)","coarse","streetPoint",,,,,,"active",,,"true",,71.721,
40,1,"00041-CivicAddressSwappedCharactersInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,14.644,
41,1,"00042-CivicAddressSwappedCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,16.695,3286476
42,1,"00043-CivicAddressSwappedCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,115.426,3286476
43,1,"00044-CivicAddressSwappedCharactersInStreetNameLocality","30 Firth Cres, Mackenzie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2, STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,153.431,3286476
44,1,"00045-CivicAddressWrongCharacterInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,13.24,
45,1,"00046-CivicAddressWrongCharacterInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,197.565,3286476
46,1,"00047-CivicAddressWrongCharacterInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,55.124,3286476
47,1,"00048-CivicAddressMissingWordInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,2.893,
48,1,"00049-CivicAddressWrongWordInStreetName","6006 Happy Valley Rd, Summerland, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","3b59fae5-17dc-4f0b-a35d-7117840c75b6",61656,,,,"active","9999-12-31","2023-12-08","true",,0.718,2052236
49,1,"00050-CivicAddressMissingFirstWordInStreetName","Valleyview Rd, Penticton, BC",,72,"STREET",78,"[STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Valleyview","Rd","false",,"false",,"Penticton","City",,"BC","SRID=4326;POINT(-119.5742878 49.4516623)","coarse","streetPoint",,,,,,"active",,,"true",,86.642,
50,1,"00051-CivicAddressMissingFirstWordInLocalityName","UNIT 1323 -- 5 Gore Ave, Vancouver, BC",,86,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_NAME.spelledWrong:2, STREET_TYPE.notPrefix:0]",,"UNIT","1323",,"5",,"Gore","Ave","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0979684 49.2846438)","low","accessPoint",,105284,,"UNIT 1323",,"active",,,"true",,23.999,
51,1,"00052-CivicAddressMissingFirstWordInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,6.121,
52,1,"00053-CivicAddressMissingCharactersInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,7.449,
53,1,"00054-CivicAddressWrongWordInStreetName","Community Center Rd, Grand Forks, BC",,78,"STREET",78,"[]",,,,,,,"Community Center","Rd","false",,"false",,"Grand Forks","City",,"BC","SRID=4326;POINT(-118.4881692 49.0174056)","coarse","streetPoint",,,,,,"active",,,"true",,0.54,
54,1,"00055-CivicAddressMissingCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,41.326,3286476
55,1,"00056-CivicAddressMissingCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,45.625,3286476
56,1,"00057-CivicAddressWrongAbbreviationInLocality","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","0f5b74f4-dda0-44a7-b0e2-3473c17973df",484911,,,,"active","9999-12-31","2023-12-08","true",,6.17,1860086
57,1,"00058-CivicAddressWrongProvinceCode","30 Firth Cres, Mackenzie, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.notMatched:1]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,0.769,3286476
58,1,"00059-CivicAddressWrongLocality","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.partialMatch:1]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,1.891,3951760
59,1,"00060-CivicAddressWrongStreetType","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[STREET_TYPE.notMatched:3]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,2.576,3951760
60,1,"00061-CivicAddressWrongStreetDirection","456 Gorge Rd E, Victoria, BC",,97,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2, PROVINCE.missing:1]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.788,3001643
61,1,"00062-CivicAddressMispelledStreetName","952 Comox Ave, Prince Rupert, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,18.006,3951760
62,1,"00063-CivicAddressWithMisplacedStreetDirection","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","63359f5d-feb8-4078-a53d-cf7597dedf72",241168,,,,"active","9999-12-31","2023-12-08","true",,17.192,1453435
63,1,"00064-CivicAddressWithMisplacedStreetDirection","2186 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notSuffix:0]",,,,,"2186",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1585049 49.2182009)","high","parcelPoint","9edb997b-7f36-4dc7-833f-e568324b3d5f",104099,,,,"active","9999-12-31","2023-12-08","true",,5.19,2902304
64,1,"00065-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","881c3c68-0f07-4b07-b93a-f796d820e28d",2646210,,,,"active","9999-12-31","2023-12-08","true",,39.495,3393400
65,1,"00066-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","881c3c68-0f07-4b07-b93a-f796d820e28d",2646210,,,,"active","9999-12-31","2023-12-08","true",,34.251,3393400
66,1,"00067-CivicAddressWithMisplacedStreetType","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,3.413,2287750
67,1,"00069-CivicAddressWithUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,20.829,2287750
68,1,"00070-CivicAddressWithUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","0db17158-e0f2-48a4-8460-e70997a45283",323579,,,,"active","9999-12-31","2023-12-08","true",,20.803,1239002
69,1,"00071-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,29.12,2287750
70,1,"00072-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notPrefix:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","0db17158-e0f2-48a4-8460-e70997a45283",323579,,,,"active","9999-12-31","2023-12-08","true",,22.955,1239002
71,1,"00073-CivicAddressUnknownLocality","626 Lindley Dr, West Kelowna, BC",,93,"BLOCK",99,"[LOCALITY.spelledWrong:2, LOCALITY.isAlias:4]",,,,,"626",,"Lindley","Dr","false",,"false",,"West Kelowna","Unknown","RDCO Central Okanagan West Electoral Area","BC","SRID=4326;POINT(-119.5404528 49.8943439)","low","accessPoint",,571162,,,,"active",,,"true",,5.909,
72,1,"00074-CivicAddressUnknownStreetDirection","456 Gorge Rd E, Victoria, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.894,3001643
73,1,"00075-CivicAddressUnknownStreetType","561 Salmon Rd, Central Saanich, BC",,96,"BLOCK",99,"[STREET_TYPE.notMatched:3]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,6.116,
74,1,"00076-CivicAddressUnknownStreetName","561 Salmon Rd, Central Saanich, BC",,97,"BLOCK",99,"[STREET_NAME.spelledWrong:2]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,140.95,
75,1,"00077-CivicAddressUnknownCivicNumber","Hwy 97B SE, Salmon Arm, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"97B","Hwy","true","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2201925 50.6811245)","coarse","streetPoint",,,,,,"active",,,"true",,85.179,
76,1,"00078-CivicAddressUnknownUnitDescriptor","UNIT 128 ABODE -- 850 Saucier Ave, Kelowna, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]","ABODE","UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128 ABODE",,"active","9999-12-31","2023-12-08","true",,0.32,1897827
77,1,"00079-CivicAddressStreetDirectionForUndirectedStreet","109 Quarry Dr, Salt Spring Island, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2]",,,,,"109",,"Quarry","Dr","false",,"false",,"Salt Spring Island","Unknown","CAPRD Saltspring Island Electoral Area","BC","SRID=4326;POINT(-123.5626031 48.8754044)","high","parcelPoint","ed895675-3557-4f54-aebb-865fddb565d7",2402870,,,,"active","9999-12-31","2023-12-08","true",,8.367,2688433
78,1,"00080-CivicAddressWithMailBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.428,3570324
79,1,"00081-CivicAddressWithMailBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.364,3570324
80,1,"00082-CivicAddressWithBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.354,3570324
81,1,"00083-CivicAddressWithBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.354,3570324
82,1,"00084-CivicAddressWithCompAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.45,3570324
83,1,"00085-CivicAddressWithCompAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.358,3570324
84,1,"00086-CivicAddressWithLcdAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.35,3570324
85,1,"00087-CivicAddressWithLcdAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.36,3570324
86,1,"00088-CivicAddressWithPostalCodeAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.326,3570324
87,1,"00089-CivicAddressWithPostalCodeAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.329,3570324
88,1,"00090-CivicAddressWithRuralRouteAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.356,3570324
89,1,"00091-CivicAddressWithRuralRouteAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.331,3570324
90,1,"00092-CivicAddressWithRuralRouteStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.355,3570324
91,1,"00093-CivicAddressWithRuralRouteStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.357,3570324
92,1,"00094-CivicAddressWithUnabbreviatedRuralRoute","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.344,3570324
93,1,"00095-CivicAddresswithPostBoxStnNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.548,
94,1,"00096-CivicAddressWithPostBoxStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.425,3570324
95,1,"00097-CivicAddressWithPostBoxStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.398,3570324
96,1,"00098-CivicAddresswithPostBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.367,
97,1,"00099-CivicAddressWithPostBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.352,3570324
98,1,"00100-CivicAddressWithPostBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.348,3570324
99,1,"00101-CivicAddresswithBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.154,
100,1,"00102-CivicAddressWithBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.356,3570324
101,1,"00103-CivicAddressWithBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.322,3570324
102,1,"00104-CivicAddressWithFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,5.943,4260507
103,1,"00105-CivicAddressWithReverseFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,14.331,4260507
104,1,"00106-CivicAddressWithUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,5.881,4260507
105,1,"00107-CivicAddressWithReverseUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,31.466,4260507
106,1,"00108-SimpleInterpolatedCivicAddress","5742 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5742",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0134698 49.2299803)","low","accessPoint",,2586590,,,,"active",,,"true",,0.142,
107,1,"00109-AdaptiveInterpolatedCivicAddress","5686 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5686",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0168146 49.2298375)","low","accessPoint",,2586590,,,,"active",,,"true",,0.079,
108,1,"00110-CivicAddressWithKnownCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.081,3570324
109,1,"00111-CivicAddressWithKnownMainEntrance","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.065,3570324
110,1,"00112-CivicAddressWithKnownParcelPoint","5706 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5706",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0159456 49.2298132)","high","parcelPoint","d2458816-e87a-4835-ad7f-3da875eaf381",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.072,3914830
111,1,"00113-CivicAddressWithKnownFrontDoorAndUnknownParcelPoint","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.152,
112,1,"00114-CivicAddressWithUnKnownFrontDoorAndKnownParcelPoint","5712 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5712",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0156988 49.2298087)","high","parcelPoint","4ea88cf9-c8e1-44b2-8c0c-d238b5e91222",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.108,3530385
113,1,"00115-IntersectionAddressWithTwoStreetsInAscendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"8fdc9d21-1489-4470-81d8-91970f6bee19",,,"active",,,"true",4,21.468,
114,1,"00116-IntersectionAddressWithTwoStreetsInDescendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"8fdc9d21-1489-4470-81d8-91970f6bee19",,,"active",,,"true",4,24.085,
115,1,"00117-IntersectionAddressWithFourStreets","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,964.559,
116,1,"00118-IntersectionAddressWithStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"16938575-9d8c-42ab-a8f4-daac32a6014b",,,"active",,,"true",3,0.503,
117,1,"00119-IntersectionAddressWithMissingStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"16938575-9d8c-42ab-a8f4-daac32a6014b",,,"active",,,"true",3,0.227,
118,1,"00120-IntersectionAddressWithoutStreetDirection","Begbie St and Johnson St, Victoria, BC","Begbie St and Johnson St",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3419611 48.4272692)","high","intersectionPoint",,,"57828176-9618-4319-b851-d450f7355481",,,"active",,,"true",3,2.124,
119,1,"00121-IntersectionAddressWithPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"fb63e02a-7823-44d4-965c-3b7d3b538242",,,"active",,,"true",3,4.007,
120,1,"00122-IntersectionAddressWithMissingPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2, STREET_DIRECTION.notSuffix:0]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"fb63e02a-7823-44d4-965c-3b7d3b538242",,,"active",,,"true",3,1.773,
121,1,"00123-IntersectionAddressWithPrefixStreetDirectionAndStreetNameContainingDirectionWord","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.097,
122,1,"00124-IntersectionAddressWithoutProvinceCode","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",99,"INTERSECTION",100,"[PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.27,
123,1,"00125-IntersectionAddressWithProvinceName","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.521,
124,1,"00126-IntersectionAddressWrongLocality","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",93,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, LOCALITY.isAlias:4]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,3.475,
125,1,"00127-IntersectionAddressWrongStreetType","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",85,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,21.559,
126,1,"00128-IntersectionAddressWrongStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,20.831,
127,1,"00129-IntersectionAddressUnknownLocality","George Junction, Surrey, BC",,60,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_NAME.spelledWrong:2, FAULTS.tooMany:6]",,,,,,,"George Junction",,"false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8436983 49.1816386)","coarse","streetPoint",,,,,,"active",,,"true",,43.041,
128,1,"00130-IntersectionAddressUnknownStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,21.004,
129,1,"00131-IntersectionAddressStreetDirectionForUndirectedStreet","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.876,
130,1,"00132-CivicAddressNumberedStreetWithoutTH","955 13th Ave, Valemount, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"955",,"13th","Ave","false",,"false",,"Valemount","Village",,"BC","SRID=4326;POINT(-119.2562088 52.8244902)","high","parcelPoint","77bcbe45-e610-4136-bc6f-5e1ab44226f8",2657065,,,,"active","9999-12-31","2023-12-08","true",,3.643,3340468
131,1,"00133-Street","Wells Rd, Chilliwack, BC",,78,"STREET",78,"[]",,,,,,,"Wells","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9710217 49.1348039)","coarse","streetPoint",,,,,,"active",,,"true",,0.189,
132,1,"00134-CivicAddressFailedInPast","1090 Marine Dr, Port Alice, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1090",,"Marine","Dr","false",,"false",,"Port Alice","Village",,"BC","SRID=4326;POINT(-127.4882951 50.4256588)","high","parcelPoint","973ddaed-c28c-443c-98a4-f10cbbbad7bc",386923,,,,"active","9999-12-31","2023-12-08","true",,1.838,2035733
133,1,"00135-CivicAddressFailedInPast","1772 Hwy 97, 70 Mile House, BC",,100,"CIVIC_NUMBER",100,"[STREET_NAME.isHighwayAlias:0]",,,,,"1772",,"97","Hwy","true",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.388392 51.3175653)","high","parcelPoint","19c012dd-88c3-4337-99a6-63f932cc4d0c",485724,,,,"active","9999-12-31","2023-12-08","true",,10.028,3833822
134,1,"00136-CivicAddressFailedInPast","3545 Prince Edward St, Vancouver, BC",,99,"BLOCK",99,"[]",,,,,"3545",,"Prince Edward","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0966457 49.2534421)","low","accessPoint",,105930,,,,"active",,,"true",,3.084,
135,1,"00137-CivicAddressFailedInPast","671D Market Hill, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"671","D","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","b0c2f51d-cc2b-4684-a89f-968ce99f0677",265705,,,,"active","9999-12-31","2023-12-08","true",,0.112,2290321
136,1,"00138-CivicAddressFailedInPast","100 Mile House, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"100 Mile House","District Municipality",,"BC","SRID=4326;POINT(-121.2955555 51.6425)","coarse","localityPoint",,,,,,"active",,,"true",,1.22,
137,1,"00139-CivicAddressFailedInPast","Willow Dr, 70 Mile House, BC",,78,"STREET",78,"[]",,,,,,,"Willow","Dr","false",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3940095 51.3174337)","coarse","streetPoint",,,,,,"active",,,"true",,39.241,
138,1,"00140-CivicAddressFailedInPast","Gorge Bridge and Gorge Bridge, Esquimalt, BC","Gorge Bridge and Gorge Bridge",88,"INTERSECTION",100,"[STREET_QUALIFIER.missing:1, LOCALITY.missing:10, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.4003273 48.4462962)","high","intersectionPoint",,,"90f60e51-5e93-4924-bfda-d4e122f5e016",,,"active",,,"true",2,6.302,
139,1,"00141-CivicAddressFailedInPast","Vancouver, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1138889 49.2608333)","coarse","localityPoint",,,,,,"active",,,"true",,0.242,
140,1,"00142-CivicAddressNotInAnyAddressRange","Commercial Dr, Dease Lake, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Commercial","Dr","false",,"false",,"Dease Lake","Community","RDKS Electoral Area F","BC","SRID=4326;POINT(-129.9874801 58.4338875)","coarse","streetPoint",,,,,,"active",,,"true",,37.693,
141,1,"00143-CivicAddressStreetNameNotPrimary","1271 Winchester Rd, Qualicum Beach, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"1271",,"Winchester","Rd","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4501346 49.292)","high","parcelPoint","515b3a81-b009-4af6-b392-7ecd204d9861",1897789,,,,"active","9999-12-31","2023-12-08","true",,0.111,3631023
142,1,"00144-CivicAddressWithHashCharacter","UNIT 1 -- 2145 Phillips Rd, Sooke, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"2145",,"Phillips","Rd","false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7064698 48.3865487)","high","rooftopPoint","78759a60-dad5-4c25-93ff-5667adbcc26f",307630,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,7.255,2995850
143,1,"00145-CivicAddressWithProvinceCode","3010 Wood Ave, Armstrong, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3010",,"Wood","Ave","false",,"false",,"Armstrong","City",,"BC","SRID=4326;POINT(-119.1984008 50.4504501)","high","parcelPoint","87d3b050-9e79-4db2-9afc-c045cb2deeca",2638910,,,,"active","9999-12-31","2023-12-08","true",,0.167,2117684
144,1,"00146-InterpolatedAccessPtOnEmptyBlock","527 Superior St, Victoria, BC",,99,"BLOCK",99,"[]",,,,,"527",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708816 48.4180902)","low","accessPoint",,296337,,,,"active",,,"true",,0.078,
145,1,"00147-InterpolatedAccessPtOnBlockWithAccessPtSites","388 Campbell St, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"388",,"Campbell","St","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.6886073 48.7789468)","low","accessPoint",,279783,,,,"active",,,"true",,0.088,
146,1,"00148-InterpolatedAccessPtOnBlockWithParcelPtSites","3484 Auchinachie Rd, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"3484",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7462283 48.7957275)","low","accessPoint",,386280,,,,"active",,,"true",,0.096,
147,1,"00149-AccessPtForAccessPtSite","30 Firth Cres, Mackenzie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,0.075,3286476
148,1,"00150-AccessPtForHighAccuracyParcelPtSite","3482 Auchinachie Rd, Duncan, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3482",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.746139 48.7955143)","high","parcelPoint","79fc1453-8251-433a-9a09-82e2271f14e8",386280,,,,"active","9999-12-31","2023-12-08","true",,0.061,3403909
149,1,"00151-AccessPtForMediumAccuracyParcelPtSite","5670 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5670",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0166701 49.2295564)","high","parcelPoint","4b1627fa-b0eb-4fa0-a2df-2ae3b7624a0e",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.065,3278101
150,1,"00152-CivicAddressFailedInPast","6006 Happy Valley Rd, Summerland, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","3b59fae5-17dc-4f0b-a35d-7117840c75b6",61656,,,,"active","9999-12-31","2023-12-08","true",,0.743,2052236
151,1,"00153-CivicAddressFailedInPast","848 Esquimalt Rd, Esquimalt, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"848",,"Esquimalt","Rd","false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.39794 48.432112)","high","parcelPoint","646a6c30-71cd-4377-ba0d-c877c8ff77cc",296065,,,,"active","9999-12-31","2023-12-08","true",,0.072,3617740
152,1,"00156-CivicAddressInWrongLocation","4427 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4427",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4162969 49.8219851)","high","rooftopPoint","e812c88e-84c4-4d10-b234-94bb2095d329",345026,,,,"active","9999-12-31","2023-12-08","true",,0.061,3723542
153,1,"00157-CivicAddressInWrongLocation","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","9d003d88-50ea-481d-a2ff-6aceb05652a5",535086,,,,"active","9999-12-31","2023-12-08","true",,0.049,3492892
154,1,"00158-CivicAddressWithUnescapedSpecialCharacter","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","9d003d88-50ea-481d-a2ff-6aceb05652a5",535086,,,,"active","9999-12-31","2023-12-08","true",,0.049,3492892
155,1,"00159-CivicAddressWithNegativeScore","Sooke, BC",,48,"LOCALITY",68,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12, LOCALITY.isAlias:4, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7316667 48.3825)","coarse","localityPoint",,,,,,"active",,,"true",,13.467,
156,1,"00160-CivicAddressWithCivicNumberTreatedAsCivicNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.121,
157,1,"00161-NonCivicAddressWithKnownSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,11.732,
158,1,"00162-NonCivicAddressWithKnownSiteNameAndMissingStreet","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,3.878,
159,1,"00163-NonCivicAddressWithKnownSiteNameandProvince","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.854,
160,1,"00164-NonCivicAddressWithHwyNameAlias","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.112,
161,1,"00165-CivicAddressWithFractionalCivicNumberSuffix","535 1/2 Fisgard St, Victoria, BC",,98,"BLOCK",99,"[CIVIC_NUMBER_SUFFIX.notMatched:1]",,,,,"535","1/2","Fisgard","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3683677 48.4293144)","low","accessPoint",,310522,,,,"active",,,"true",,0.417,
162,1,"00167-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,2.039,3478532
163,1,"00168-NumberedStreetNameWithEmbeddedBlanks","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,2.253,3478532
164,1,"00169-StreetNameWithGluedWords","2845 Cedar Hill Rd, Victoria, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"2845",,"Cedar Hill","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3452603 48.4424106)","high","parcelPoint","5b4408ad-303c-405d-a31b-771e64b795e3",2660218,,,,"active","9999-12-31","2023-12-08","true",,0.682,3587951
165,1,"00170-LocalityNameWithGluedWords","1722 Elford Rd, Shawnigan Lake, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1722",,"Elford","Rd","false",,"false",,"Shawnigan Lake","Community","CVRD Electoral Area B (Shawnigan Lake)","BC","SRID=4326;POINT(-123.6193839 48.6458832)","high","parcelPoint","2cc67702-66f4-4207-ad97-67f5d539728b",556151,,,,"active","9999-12-31","2023-12-08","true",,0.248,3545213
166,1,"00171-SiteNameWithGluedWords","ANAHIMLAKE AIRPORT -- Anahim Lake, BC",,58,"LOCALITY",68,"[SITE_NAME.notMatched:10]","ANAHIMLAKE AIRPORT",,,,,,,,"false",,"false",,"Anahim Lake","Community","CRD Electoral Area J","BC","SRID=4326;POINT(-125.3180556 52.4663889)","coarse","localityPoint",,,,"ANAHIMLAKE AIRPORT",,"active",,,"true",,6.893,
167,1,"00172-StreetNameWithMultipleSpellingMistakes","Omenica St, Kitimat, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omenica","St","false",,"false",,"Kitimat","District Municipality",,"BC","SRID=4326;POINT(-128.6597836 54.0442719)","coarse","streetPoint",,,,,,"active",,,"true",,3.027,
168,1,"00173-LocalityNameWithMultipleSpellingMistakes","Spallumcheen, BC",,66,"LOCALITY",68,"[LOCALITY.spelledWrong:2]",,,,,,,,,"false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2174999 50.4022222)","coarse","localityPoint",,,,,,"active",,,"true",,2.686,
169,1,"00174-SiteNameWithMultipleSpellingMistakes","ANAHYME LAK ARPORT -- Anahim Lake, BC",,58,"LOCALITY",68,"[SITE_NAME.notMatched:10]","ANAHYME LAK ARPORT",,,,,,,,"false",,"false",,"Anahim Lake","Community","CRD Electoral Area J","BC","SRID=4326;POINT(-125.3180556 52.4663889)","coarse","localityPoint",,,,"ANAHYME LAK ARPORT",,"active",,,"true",,4.365,
170,1,"00175-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,2.223,3478532
171,1,"00178-StreetNameWithSplitWords","1985 Millstream Rd, Highlands, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,4.568,4153266
172,1,"00179-UnknownSiteNameWithFrontGate","OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,0.498,4153266
173,1,"00180-UnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,18.714,4153266
174,1,"00181-UnknownUnitwithUnknownSiteNameWithFrontGate","APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","APT 101 OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,1.383,4153266
175,1,"00182-UnknownUnitwithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,50.754,4153266
176,1,"00183-UnknownUnitAfterStreetWithUnknownSiteNameWithFrontGate","APT 101 APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,88,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]","APT 101 OLD MILL STREAM MANOR","APT","101",,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"APT 101 APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,112.396,4153266
177,1,"00184-UnknownUnitAfterStreetWithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,41.18,4153266
178,1,"00185-UnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,3.892,4153266
179,1,"00186-UnknownUnitWithUnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,39.399,4153266
180,1,"00187-SpelledOutProvinceName","8525 Terrace Dr, Delta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","fd8bad69-896b-4459-a7b3-759ef82c3f2e",131433,,,,"active","9999-12-31","2023-12-08","true",,0.145,2746401
181,1,"00188-RedundantSpelledOutProvinceNameAndAbbreviation","8525 Terrace Dr, Delta, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","fd8bad69-896b-4459-a7b3-759ef82c3f2e",131433,,,,"active","9999-12-31","2023-12-08","true",,1.25,2746401
182,1,"00189-WordUNKNOWNInAddress","975 Balmoral Rd, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"975",,"Balmoral","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.356382 48.4284131)","high","parcelPoint","fcf5e245-bca4-4f68-881f-be77c218a369",300538,,,,"active","9999-12-31","2023-12-08","true",,0.789,2863484
183,1,"00190-WordCANADAInAddress","5142 Manor St, Burnaby, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"5142",,"Manor","St","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9900276 49.2568325)","high","parcelPoint","40abf4f4-6eb2-45bd-9180-8b38fedd4467",116162,,,,"active","9999-12-31","2023-12-08","true",,3.285,2467917
184,1,"00191-GDPostalElementAfterStreet","400 Gower Point Rd, Gibsons, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"400",,"Gower Point","Rd","false",,"false",,"Gibsons","Town",,"BC","SRID=4326;POINT(-123.5092528 49.3994338)","high","parcelPoint","ed2a3a65-1f34-439c-9610-2b9004532659",178782,,,,"active","9999-12-31","2023-12-08","true",,0.887,2461748
185,1,"00192-DNCPostalElementAfterStreet","10631 Rochdale Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10631",,"Rochdale","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1093351 49.1345637)","high","parcelPoint","64e07569-1a0f-4ea1-b293-670c469e5a2a",126449,,,,"active","9999-12-31","2023-12-08","true",,0.139,2683087
186,1,"00193-RPOPostalElementAfterStreet","1751 Martini Way, Qualicum Beach, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1751",,"Martini","Way","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.5637356 49.3047857)","high","parcelPoint","f2f500b6-f619-464f-9e9a-acb9eff6893f",331400,,,,"active","9999-12-31","2023-12-08","true",,0.364,2958432
187,1,"00196-SiteNameAfterStreet","9020 Bridgeport Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9020",,"Bridgeport","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1251457 49.1915261)","high","parcelPoint","9ccbc888-a3c0-4246-aef2-5f42c847faec",349117,,,,"active","9999-12-31","2023-12-08","true",,1.036,1816251
188,1,"00197-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.213,3980238
189,1,"00198-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.197,3980238
190,1,"00199-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.306,3980238
191,1,"00200-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.381,3980238
192,1,"00201-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,18.812,3547420
193,1,"00202-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,18.628,3547420
194,1,"00203-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,18.437,3547420
195,1,"00204-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,18.586,3547420
196,1,"00205-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.246,1095815
197,1,"00206-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.241,1095815
198,1,"00207-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.208,1095815
199,1,"00208-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.191,1095815
200,1,"00209-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","2a5a82c3-ae53-47ef-8dfe-b1aef979d056",279569,,,,"active","9999-12-31","2023-12-08","true",,26.308,3815340
201,1,"00210-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","2a5a82c3-ae53-47ef-8dfe-b1aef979d056",279569,,,,"active","9999-12-31","2023-12-08","true",,23.118,3815340
202,1,"00211-RedundantStreetTypeInAddress","1168 Douglas Terr, Port Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1168",,"Douglas","Terr","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7811 49.2357097)","high","parcelPoint","5d3c3ff2-6dd0-4350-ad97-0f5c834cb235",147675,,,,"active","9999-12-31","2023-12-08","true",,19.34,3826511
203,1,"00212-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.265,2471690
204,1,"00213-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.205,2471690
205,1,"00214-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.114,2471690
206,1,"00215-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.606,2559518
207,1,"00216-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.569,2559518
208,1,"00217-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.595,2559518
209,1,"00218-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,16.842,2559518
210,1,"00219-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.554,3013340
211,1,"00220-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.433,3013340
212,1,"00221-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,1.957,3013340
213,1,"00222-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,33.246,3013340
214,1,"00223-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.469,3013340
215,1,"00224-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.381,3013340
216,1,"00225-RedundantStreetTypeInAddress","1065 Cinnamon Sedge Way, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1065",,"Cinnamon Sedge","Way","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2708609 49.2750462)","high","parcelPoint","4959de89-a240-4b2a-aa94-9a5b86a4cd7d",1864615,,,,"active","9999-12-31","2023-12-08","true",,1.03,4139213
217,1,"00226-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.644,2118865
218,1,"00227-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.634,2118865
219,1,"00228-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.642,2118865
220,1,"00229-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.613,2118865
221,1,"00230-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.607,2118865
222,1,"00231-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.606,2118865
223,1,"00232-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,3.756,2118865
224,1,"00233-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.872,2118865
225,1,"00234-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.675,2118865
226,1,"00235-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,11.404,1060061
227,1,"00236-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,12.102,1060061
228,1,"00237-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,12.673,1060061
229,1,"00238-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,13.336,1060061
230,1,"00239-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,11.52,1060061
231,1,"00240-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.308,3911239
232,1,"00241-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.072,3911239
233,1,"00242-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.43,3911239
234,1,"00243-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.593,3911239
235,1,"00244-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.778,3911239
236,1,"00245-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,17.127,3911239
237,1,"00246-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,16.746,3911239
238,1,"00247-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,17.617,3911239
239,1,"00248-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.032,3911239
240,1,"00249-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.26,3872694
241,1,"00250-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.207,3872694
242,1,"00251-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,4.082,3872694
243,1,"00252-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,4.132,3872694
244,1,"00253-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","4d942656-0704-4c43-879c-939cd257b8f5",580534,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,36.585,4280010
245,1,"00254-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","4d942656-0704-4c43-879c-939cd257b8f5",580534,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,35.336,4280010
246,1,"00255-UnknownSiteNameWithFrontGate","HOLLYBURN HOUSE -- 2095 Marine Dr, West Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","HOLLYBURN HOUSE",,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","cec50666-a78e-44c9-90ed-7cada1558784",165751,,"HOLLYBURN HOUSE",,"active","9999-12-31","2023-12-08","true",,9.964,2436253
247,1,"00256-UnknownSiteNameAfterStreetWithoutFrontGate","2095 Marine Dr, West Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","cec50666-a78e-44c9-90ed-7cada1558784",165751,,,,"active","9999-12-31","2023-12-08","true",,22.414,2436253
248,1,"00257-UnknownSiteNameWithFrontGate","BRG HOUSING -- 100 E Cordova St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, STREET_DIRECTION.notSuffix:0]","BRG HOUSING",,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","0359f4d1-2724-415c-8b69-3a7cd593d0d4",105944,,"BRG HOUSING",,"active","9999-12-31","2023-12-08","true",,3.341,3780707
249,1,"00258-UnknownSiteNameAfterStreetWithoutFrontGate","100 E Cordova St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.notSuffix:0]",,,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","0359f4d1-2724-415c-8b69-3a7cd593d0d4",105944,,,,"active","9999-12-31","2023-12-08","true",,8.706,3780707
250,1,"00259-GoodAddress","689 Abbott St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.101,8007681
251,1,"00260-WordRTDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.652,8007681
252,1,"00261-WordRETURNMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.675,8007681
253,1,"00262-WordRETURNEDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.618,8007681
254,1,"00263-WordMAILINGAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.612,8007681
255,1,"00264-GoodAddress","9695 Prest Rd, Chilliwack, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.075,1459224
256,1,"00265-WordPOSTALSTNAfterStreet","9695 Prest Rd, Chilliwack, BC",,89,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY.missing:10]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,3.619,1459224
257,1,"00266-WordPOSTALSTATIONAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.8,1459224
258,1,"00267-WordPOSTALAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.422,1459224
259,1,"00268-POBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.263,3496523
260,1,"00269-PspaceOBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.236,3496523
261,1,"00270-POAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.224,3496523
262,1,"00271-PspaceOAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.726,3496523
263,1,"00272-KnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.231,2104959
264,1,"00273-APARTMENTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.339,2104959
265,1,"00274-APARTMENTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.212,2104959
266,1,"00275-APTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.322,2104959
267,1,"00276-APTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.192,2104959
268,1,"00277-POBoxAtFrontOfUnitAddress","UNIT 105 -- 150 21st St, West Vancouver, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,54.26,1430226
269,1,"00278-POBoxAtFrontOfUnitAddresssWithBUZZERNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,62.112,1430226
270,1,"00279-POBoxAtFrontOfUnitAddressWithBUZZNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,62.831,1430226
271,1,"00280-POBoxAtFrontOfUnitAddressWithINTERCOMNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,89.273,1430226
272,1,"00281-StreetNameWithApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","7c73e9de-96f5-42b4-a315-954987ac6ab1",120417,,,,"active","9999-12-31","2023-12-08","true",,0.195,4018594
273,1,"00282-StreetNameWithSpaceInsteadOfApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,88,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","7c73e9de-96f5-42b4-a315-954987ac6ab1",120417,,,,"active","9999-12-31","2023-12-08","true",,14.243,4018594
274,1,"00283-GoodAddress","1110 Cardero St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.101,4187775
275,1,"00284-UnknownSiteNameWithFrontGate","PATRICIA APTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,"PATRICIA APTS",,"active","9999-12-31","2023-12-08","true",,0.202,4187775
276,1,"00285-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.487,4187775
277,1,"00286-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.279,4187775
278,1,"00287-UnknownSiteNameWithFrontGate","PATRICIA APARTMENTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APARTMENTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,"PATRICIA APARTMENTS",,"active","9999-12-31","2023-12-08","true",,0.203,4187775
279,1,"00288-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.468,4187775
280,1,"00289-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.288,4187775
281,1,"00290-UnknownSiteNameWithFrontGate","LILLOET BLDG -- 2016 Fullerton Ave, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1]","LILLOET BLDG",,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","c49735b4-3dba-4ea2-b764-20ebb5af9392",2602976,,"LILLOET BLDG",,"active","9999-12-31","2023-12-08","true",,99.815,8006509
282,1,"00291-UnknownSiteNameWithoutFrontGate","2016 Fullerton Ave, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","c49735b4-3dba-4ea2-b764-20ebb5af9392",2602976,,,,"active","9999-12-31","2023-12-08","true",,1.792,8006509
283,1,"00292-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 410 -- 2016 Fullerton Ave, District of North Vancouver, BC",,96,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, LOCALITY.isAlias:1]",,"UNIT","410",,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","high","parcelPoint","b708e505-9053-4608-807d-cb8ac63000ee",2602976,,"UNIT 410",,"active","9999-12-31","2023-12-08","true",,1.991,2616741
284,1,"00293-UnknownSiteNameWithFrontGate","UNIT 205 CONDOMINIUMS -- 7555 120A St, Surrey, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","UNIT 205 CONDOMINIUMS",,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205 CONDOMINIUMS",,"active","9999-12-31","2023-12-08","true",,3.26,3700539
285,1,"00294-UnknownSiteNameWithoutFrontGate","7555 120A St, Surrey, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,,,"active","9999-12-31","2023-12-08","true",,7.912,3700539
286,1,"00295-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205",,"active","9999-12-31","2023-12-08","true",,7.586,3700539
287,1,"00296-UnknownSiteNameWithFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"CONDO 205",,"active","9999-12-31","2023-12-08","true",,2.106,3700539
288,1,"00297-UnknownSiteNameWithoutFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"CONDO 205",,"active","9999-12-31","2023-12-08","true",,10.135,3700539
289,1,"00298-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205",,"active","9999-12-31","2023-12-08","true",,8.261,3700539
290,1,"00299-UnknownSiteNameWithFrontGate","FRASERVIEW CARE LODGE -- 9580 Williams Rd, Richmond, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","FRASERVIEW CARE LODGE",,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,"FRASERVIEW CARE LODGE",,"active","9999-12-31","2023-12-08","true",,1.943,2175388
291,1,"00300-UnknownSiteNameWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,,,"active","9999-12-31","2023-12-08","true",,1.43,2175388
292,1,"00301-UnknownSiteNameAfterStreetWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,,,"active","9999-12-31","2023-12-08","true",,5.016,2175388
293,1,"00302-UnknownSiteNameWithFrontGate","UNIT 1 LYNN VLY CARE CTR -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]","UNIT 1 LYNN VLY CARE CTR",,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 1 LYNN VLY CARE CTR",,"active","9999-12-31","2023-12-08","true",,11263.271,4123935
294,1,"00303-UnknownSiteNameWithoutFrontGate","1070 Lynn Valley Rd, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,,,"active","9999-12-31","2023-12-08","true",,28.403,4123935
295,1,"00304-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 1 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","1",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,70.933,4123935
296,1,"00305-UnknownSiteNameWithFrontGate","CERWYDDEN CARE HOME -- 3243 Cowichan Lake Rd, Duncan, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","CERWYDDEN CARE HOME",,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,"CERWYDDEN CARE HOME",,"active","9999-12-31","2023-12-08","true",,3.471,3905051
297,1,"00306-UnknownSiteNameWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,,,"active","9999-12-31","2023-12-08","true",,2.322,3905051
298,1,"00307-UnknownSiteNameAfterStreetWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,,,"active","9999-12-31","2023-12-08","true",,3.224,3905051
299,1,"00308-GoodAddress","10011 Simkin Pl, Sidney, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.081,3396062
300,1,"00309-DuplicateBCAfterStreetType","10011 Simkin Pl, Sidney, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.179,3396062
301,1,"00310-DuplicateBCAfterLocality","10011 Simkin Pl, Sidney, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.149,3396062
302,1,"00311-GoodAddress","1447 Rupert St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","af6b7277-d15e-49b1-9667-2d1789a5f9ca",108270,,,,"active","9999-12-31","2023-12-08","true",,0.09,3690174
303,1,"00312-DuplicateLocalityAfterLocality","1447 Rupert St, Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","af6b7277-d15e-49b1-9667-2d1789a5f9ca",108270,,,,"active","9999-12-31","2023-12-08","true",,2.05,3690174
304,1,"00313-GoodAddress","964 Lillooet Rd, District of North Vancouver, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","62b09be7-ce54-4bdf-a730-fefda642528f",1786503,,,,"active","9999-12-31","2023-12-08","true",,13.223,3844965
305,1,"00314-DuplicateLocalityAfterLocality","964 Lillooet Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","62b09be7-ce54-4bdf-a730-fefda642528f",1786503,,,,"active","9999-12-31","2023-12-08","true",,47.015,3844965
306,1,"00315-GoodAddress","1135 Jefferson Ave, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","ec40465d-5663-418c-ad94-f968c5029a87",163333,,,,"active","9999-12-31","2023-12-08","true",,0.324,2329721
307,1,"00316-DuplicateLocalityAfterLocality","1135 Jefferson Ave, West Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","ec40465d-5663-418c-ad94-f968c5029a87",163333,,,,"active","9999-12-31","2023-12-08","true",,5.537,2329721
308,1,"00317-GoodAddress","11048 157A St, Surrey, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","ebbfa41d-3678-4c19-b37d-52e1a69e2b84",139972,,,,"active","9999-12-31","2023-12-08","true",,3.746,3661022
309,1,"00318-DuplicateLocalityAfterLocality","11048 157A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","ebbfa41d-3678-4c19-b37d-52e1a69e2b84",139972,,,,"active","9999-12-31","2023-12-08","true",,17,3661022
310,1,"00319-GoodAddress","9917 Ashwood Dr, Richmond, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","a40b84ae-4593-410f-a25b-62a574d56bb5",128091,,,,"active","9999-12-31","2023-12-08","true",,0.09,2618789
311,1,"00320-DuplicateLocalityAfterLocality","9917 Ashwood Dr, Richmond, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","a40b84ae-4593-410f-a25b-62a574d56bb5",128091,,,,"active","9999-12-31","2023-12-08","true",,0.452,2618789
312,1,"00321-GoodAddress","1120 Foster Ave, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","cd1bdefc-e11d-4d40-a83f-a789b2fe6c7f",2612215,,,,"active","9999-12-31","2023-12-08","true",,0.101,1572531
313,1,"00322-DuplicateLocalityAfterLocality","1120 Foster Ave, Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","cd1bdefc-e11d-4d40-a83f-a789b2fe6c7f",2612215,,,,"active","9999-12-31","2023-12-08","true",,1.667,1572531
314,1,"00323-GoodAddress","1040 Fraserview St, Port Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","2b857fad-fe03-407d-b5da-59d225e8884e",147713,,,,"active","9999-12-31","2023-12-08","true",,0.37,3413505
315,1,"00324-DuplicateLocalityAfterLocality","1040 Fraserview St, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","2b857fad-fe03-407d-b5da-59d225e8884e",147713,,,,"active","9999-12-31","2023-12-08","true",,6.454,3413505
316,1,"00325-GoodAddress","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","10f931dc-7445-4019-b607-63cfbf08d197",2182546,,,,"active","9999-12-31","2023-12-08","true",,0.083,3964198
317,1,"00326-NonStandardStreetTypeAbbreviation","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","10f931dc-7445-4019-b607-63cfbf08d197",2182546,,,,"active","9999-12-31","2023-12-08","true",,0.062,3964198
318,1,"00327-AddressInSmallCommunity","6481 Savona Access Rd, Savona, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","db21cdc5-03bd-4ea9-8a33-2339f5ed48f3",209084,,,,"active","9999-12-31","2023-12-08","true",,0.326,4134342
319,1,"00328-AddressInSmallCommunityUsingLocalityAlias","6481 Savona Access Rd, Savona, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","db21cdc5-03bd-4ea9-8a33-2339f5ed48f3",209084,,,,"active","9999-12-31","2023-12-08","true",,0.756,4134342
320,1,"00329-AddressInSmallCommunity","2089 Errington Rd, Errington, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","19837d2a-4dde-4a8a-8f09-910b5a512bae",566371,,,,"active","9999-12-31","2023-12-08","true",,0.08,3183815
321,1,"00330-AddressInSmallCommunityUsingLocalityAlias","2089 Errington Rd, Errington, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","19837d2a-4dde-4a8a-8f09-910b5a512bae",566371,,,,"active","9999-12-31","2023-12-08","true",,0.369,3183815
322,1,"00331-AddressInSmallCommunity","1104 Deep Creek Rd, Deep Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","3f1e5a00-68a6-4ccb-8965-284b5e579f83",470193,,,,"active","9999-12-31","2023-12-08","true",,3.064,3852491
323,1,"00332-AddressInSmallCommunityUsingLocalityAlias","1104 Deep Creek Rd, Deep Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","3f1e5a00-68a6-4ccb-8965-284b5e579f83",470193,,,,"active","9999-12-31","2023-12-08","true",,3.047,3852491
324,1,"00333-AddressInSmallCommunity","4137 Spallumcheen Dr, Spallumcheen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3d305ee0-7b98-409f-ae77-53db4db9cae0",333510,,,,"active","9999-12-31","2023-12-08","true",,0.11,1118954
325,1,"00334-AddressInSmallCommunityUsingLocalityAlias","4137 Spallumcheen Dr, Spallumcheen, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3d305ee0-7b98-409f-ae77-53db4db9cae0",333510,,,,"active","9999-12-31","2023-12-08","true",,0.213,1118954
326,1,"00335-AddressInSmallCommunity","7380 Harrop-Procter Rd, Procter, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","53d68580-81e8-436d-9143-e5284205cab2",2487743,,,,"active","9999-12-31","2023-12-08","true",,0.367,3609081
327,1,"00336-AddressInSmallCommunityUsingLocalityAlias","7380 Harrop-Procter Rd, Procter, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","53d68580-81e8-436d-9143-e5284205cab2",2487743,,,,"active","9999-12-31","2023-12-08","true",,0.907,3609081
328,1,"00337-AddressInSmallCommunity","4260 Blewett Rd, Blewett, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","98e2005d-b55d-4b88-bab0-8afc042dc827",277711,,,,"active","9999-12-31","2023-12-08","true",,0.104,4174241
329,1,"00338-AddressInSmallCommunityUsingLocalityAlias","4260 Blewett Rd, Blewett, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","98e2005d-b55d-4b88-bab0-8afc042dc827",277711,,,,"active","9999-12-31","2023-12-08","true",,0.528,4174241
330,1,"00339-AddressInSmallCommunity","2067 White Lake Rd, White Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","dd70a4ac-d20a-48ac-b9bb-b973c5e551e3",470228,,,,"active","9999-12-31","2023-12-08","true",,18.341,3599301
331,1,"00340-AddressInSmallCommunityUsingLocalityAlias","2067 White Lake Rd, White Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","dd70a4ac-d20a-48ac-b9bb-b973c5e551e3",470228,,,,"active","9999-12-31","2023-12-08","true",,16.876,3599301
332,1,"00341-AddressInSmallCommunity","1754 Pass Creek Rd, Pass Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","8479284b-656d-4e49-89df-75059d184950",276697,,,,"active","9999-12-31","2023-12-08","true",,2.259,1735595
333,1,"00342-AddressInSmallCommunityUsingLocalityAlias","1754 Pass Creek Rd, Pass Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","8479284b-656d-4e49-89df-75059d184950",276697,,,,"active","9999-12-31","2023-12-08","true",,5.594,1735595
334,1,"00343-AddressInSmallCommunity","2928 Wycliffe Store Rd, Wycliffe, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","a62ac5d8-086a-418b-a2aa-f984783a9392",506509,,,,"active","9999-12-31","2023-12-08","true",,0.554,1240493
335,1,"00344-AddressInSmallCommunityUsingLocalityAlias","2928 Wycliffe Store Rd, Wycliffe, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","a62ac5d8-086a-418b-a2aa-f984783a9392",506509,,,,"active","9999-12-31","2023-12-08","true",,0.847,1240493
336,1,"00345-AddressInSmallCommunity","1514 Loon Lake Rd, Loon Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","6480177e-abca-44a7-b336-73fbbca5a182",587894,,,,"active","9999-12-31","2023-12-08","true",,2.302,2965993
337,1,"00346-AddressInSmallCommunityUsingLocalityAlias","1514 Loon Lake Rd, Loon Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","6480177e-abca-44a7-b336-73fbbca5a182",587894,,,,"active","9999-12-31","2023-12-08","true",,7.911,2965993
338,1,"00347-AddressInSmallCommunity","2048 Cambie-Solsqua Rd, Solsqua, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","f14d0e4c-6b0f-4d0d-a9d5-10990cf0cc91",2534370,,,,"active","9999-12-31","2023-12-08","true",,0.581,3347762
339,1,"00348-AddressInSmallCommunityUsingLocalityAlias","2048 Cambie-Solsqua Rd, Solsqua, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","f14d0e4c-6b0f-4d0d-a9d5-10990cf0cc91",2534370,,,,"active","9999-12-31","2023-12-08","true",,1.097,3347762
340,1,"00349-AddressInSmallCommunity","3492 Spokin Lake Rd, Spokin Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","115f9cb3-418d-481c-a8d9-eefb26f84d65",552355,,,,"active","9999-12-31","2023-12-08","true",,0.596,3399209
341,1,"00350-AddressInSmallCommunityUsingLocalityAlias","3492 Spokin Lake Rd, Spokin Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","115f9cb3-418d-481c-a8d9-eefb26f84d65",552355,,,,"active","9999-12-31","2023-12-08","true",,2.399,3399209
342,1,"00351-AddressInSmallCommunity","2582 Shoreacres Rd, Shoreacres, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","9949b2a3-013b-4148-89b9-2b3217874781",277597,,,,"active","9999-12-31","2023-12-08","true",,0.09,2766883
343,1,"00352-AddressInSmallCommunityUsingLocalityAlias","2582 Shoreacres Rd, Shoreacres, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","9949b2a3-013b-4148-89b9-2b3217874781",277597,,,,"active","9999-12-31","2023-12-08","true",,0.563,2766883
344,1,"00353-AddressInSmallCommunity","1679 Moran Rd, Thrums, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","40da3928-ffe2-4a7c-a9c7-8936a836b7e4",2524376,,,,"active","9999-12-31","2023-12-08","true",,0.1,3265781
345,1,"00354-AddressInSmallCommunityUsingLocalityAlias","1679 Moran Rd, Thrums, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","40da3928-ffe2-4a7c-a9c7-8936a836b7e4",2524376,,,,"active","9999-12-31","2023-12-08","true",,0.495,3265781
346,1,"00355-AddressInSmallCommunity","6010 Harrop-Procter Rd, Harrop, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","a508365a-3b22-4e9e-b0a1-5d638d8a3d68",2519145,,,,"active","9999-12-31","2023-12-08","true",,0.36,3746533
347,1,"00356-AddressInSmallCommunityUsingLocalityAlias","6010 Harrop-Procter Rd, Harrop, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","a508365a-3b22-4e9e-b0a1-5d638d8a3d68",2519145,,,,"active","9999-12-31","2023-12-08","true",,0.781,3746533
348,1,"00357-AddressInSmallCommunity","7136 Willis Point Rd, Willis Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","4ff039f5-bf40-4553-bfe1-77626d019405",304127,,,,"active","9999-12-31","2023-12-08","true",,1.465,2547093
349,1,"00358-AddressInSmallCommunityUsingLocalityAlias","7136 Willis Point Rd, Willis Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","4ff039f5-bf40-4553-bfe1-77626d019405",304127,,,,"active","9999-12-31","2023-12-08","true",,1.995,2547093
350,1,"00359-AddressInSmallCommunity","3918 Passmore Upper Rd, Passmore, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","3d545511-fd4c-42fb-8879-fd12a0171a99",339993,,,,"active","9999-12-31","2023-12-08","true",,0.464,2675059
351,1,"00360-AddressInSmallCommunityUsingLocalityAlias","3918 Passmore Upper Rd, Passmore, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","3d545511-fd4c-42fb-8879-fd12a0171a99",339993,,,,"active","9999-12-31","2023-12-08","true",,1.017,2675059
352,1,"00361-AddressInSmallCommunity","1954 Blaeberry School Rd, Blaeberry, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","b250a457-cfb7-4854-985b-a94523baa72d",539262,,,,"active","9999-12-31","2023-12-08","true",,0.716,2900731
353,1,"00362-AddressInSmallCommunityUsingLocalityAlias","1954 Blaeberry School Rd, Blaeberry, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","b250a457-cfb7-4854-985b-a94523baa72d",539262,,,,"active","9999-12-31","2023-12-08","true",,1.566,2900731
354,1,"00363-AddressInSmallCommunity","5199 Baker-Kersley Rd, Kersley, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","1da1b163-a663-462d-ac15-6653defd343d",547912,,,,"active","9999-12-31","2023-12-08","true",,1.803,4032233
355,1,"00364-AddressInSmallCommunityUsingLocalityAlias","5199 Baker-Kersley Rd, Kersley, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","1da1b163-a663-462d-ac15-6653defd343d",547912,,,,"active","9999-12-31","2023-12-08","true",,6.043,4032233
356,1,"00365-AddressInSmallCommunity","7330 Watch Lake Rd, Watch Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","19a8618d-92e6-4515-953a-38e047e1c632",568264,,,,"active","9999-12-31","2023-12-08","true",,2.972,3168378
357,1,"00366-AddressInSmallCommunityUsingLocalityAlias","7330 Watch Lake Rd, Watch Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","19a8618d-92e6-4515-953a-38e047e1c632",568264,,,,"active","9999-12-31","2023-12-08","true",,6.206,3168378
358,1,"00367-AddressInSmallCommunity","2270 Port Mellon Hwy, Port Mellon, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","b2482237-9b0f-460e-9976-e335f123d0b0",590070,,,,"active","9999-12-31","2023-12-08","true",,6.431,3017972
359,1,"00368-AddressInSmallCommunityUsingLocalityAlias","2270 Port Mellon Hwy, Port Mellon, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","b2482237-9b0f-460e-9976-e335f123d0b0",590070,,,,"active","9999-12-31","2023-12-08","true",,13.414,3017972
360,1,"00369-AddressInSmallCommunity","4570 Otter Point Pl, Otter Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","cfe43946-238c-4c40-9354-cdf419298840",1945400,,,,"active","9999-12-31","2023-12-08","true",,2.723,1196803
361,1,"00370-AddressInSmallCommunityUsingLocalityAlias","4570 Otter Point Pl, Otter Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","cfe43946-238c-4c40-9354-cdf419298840",1945400,,,,"active","9999-12-31","2023-12-08","true",,2.294,1196803
362,1,"00371-AddressInSmallCommunity","14187 Palling Rd E, Palling, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","d767cac9-02e0-427c-b5be-65cb1ea060c2",557443,,,,"active","9999-12-31","2023-12-08","true",,0.096,4005523
363,1,"00372-AddressInSmallCommunityUsingLocalityAlias","14187 Palling Rd E, Palling, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","d767cac9-02e0-427c-b5be-65cb1ea060c2",557443,,,,"active","9999-12-31","2023-12-08","true",,1.506,4005523
364,1,"00373-AddressInSmallCommunity","2525 Bouchie Lake Rd, Bouchie Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","466f408d-6b21-4ef3-97fc-bd9f229a77a8",586083,,,,"active","9999-12-31","2023-12-08","true",,0.903,2922408
365,1,"00374-AddressInSmallCommunityUsingLocalityAlias","2525 Bouchie Lake Rd, Bouchie Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","466f408d-6b21-4ef3-97fc-bd9f229a77a8",586083,,,,"active","9999-12-31","2023-12-08","true",,23.913,2922408
366,1,"00375-AddressInSmallCommunity","20010 Colleymount Rd, Colleymount, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","b055f93e-9bb2-41ae-95db-fe42eee54dd5",521096,,,,"active","9999-12-31","2023-12-08","true",,0.137,2910400
367,1,"00376-AddressInSmallCommunityUsingLocalityAlias","20010 Colleymount Rd, Colleymount, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","b055f93e-9bb2-41ae-95db-fe42eee54dd5",521096,,,,"active","9999-12-31","2023-12-08","true",,0.959,2910400
368,1,"00377-AddressInSmallCommunity","1117 Lone Prairie Rd, Lone Prairie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","1d7b36a5-8e1a-48c7-963b-7596465bd2ac",536603,,,,"active","9999-12-31","2023-12-08","true",,1.258,3298949
369,1,"00378-AddressInSmallCommunityUsingLocalityAlias","1117 Lone Prairie Rd, Lone Prairie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","1d7b36a5-8e1a-48c7-963b-7596465bd2ac",536603,,,,"active","9999-12-31","2023-12-08","true",,1.542,3298949
370,1,"00379-AddressInSmallCommunity","58051 Laidlaw Rd, Laidlaw, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","088a2a2b-a33a-49bd-a789-cac7657caa91",483449,,,,"active","9999-12-31","2023-12-08","true",,0.08,2725994
371,1,"00380-AddressInSmallCommunityUsingLocalityAlias","58051 Laidlaw Rd, Laidlaw, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","088a2a2b-a33a-49bd-a789-cac7657caa91",483449,,,,"active","9999-12-31","2023-12-08","true",,0.657,2725994
372,1,"00381-AddressInSmallCommunity","8041 Bridge Lake North Rd, Bridge Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","c99fd433-2ad1-4461-ac18-c7e506c0c833",1982774,,,,"active","9999-12-31","2023-12-08","true",,69.311,3541575
373,1,"00382-AddressInSmallCommunityUsingLocalityAlias","8041 Bridge Lake North Rd, Bridge Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","c99fd433-2ad1-4461-ac18-c7e506c0c833",1982774,,,,"active","9999-12-31","2023-12-08","true",,99.696,3541575
374,1,"00383-AddressInSmallCommunity","136 Grandview Bench Rd, Grandview Bench, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","707bfc34-1d08-469c-8f81-cc6735ca9f44",2342934,,,,"active","9999-12-31","2023-12-08","true",,2.382,3153652
375,1,"00384-AddressInSmallCommunityUsingLocalityAlias","136 Grandview Bench Rd, Grandview Bench, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","707bfc34-1d08-469c-8f81-cc6735ca9f44",2342934,,,,"active","9999-12-31","2023-12-08","true",,2.725,3153652
376,1,"00385-AddressInSmallCommunity","15351 Tatalrose Rd, Tatalrose, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","d20e6629-9b28-4151-97b7-2c764b18e2a7",2189084,,,,"active","9999-12-31","2023-12-08","true",,0.088,3845019
377,1,"00386-AddressInSmallCommunityUsingLocalityAlias","15351 Tatalrose Rd, Tatalrose, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","d20e6629-9b28-4151-97b7-2c764b18e2a7",2189084,,,,"active","9999-12-31","2023-12-08","true",,0.889,3845019
378,1,"00387-AddressInSmallCommunity","10167 Pinchi Lake Rd, Pinchi Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","0094c2bf-3dc3-4ec5-9a1b-8cc89c188f13",1858471,,,,"active","9999-12-31","2023-12-08","true",,0.649,3873966
379,1,"00388-AddressInSmallCommunityUsingLocalityAlias","10167 Pinchi Lake Rd, Pinchi Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","0094c2bf-3dc3-4ec5-9a1b-8cc89c188f13",1858471,,,,"active","9999-12-31","2023-12-08","true",,2.946,3873966
380,1,"00389-AddressInSmallCommunity","2388 Heffley Lake Rd, Heffley Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","55b0607a-afc6-4216-bb61-8ed665d8258d",206948,,,,"active","9999-12-31","2023-12-08","true",,1.65,3382301
381,1,"00390-AddressInSmallCommunityUsingLocalityAlias","2388 Heffley Lake Rd, Heffley Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","55b0607a-afc6-4216-bb61-8ed665d8258d",206948,,,,"active","9999-12-31","2023-12-08","true",,4.302,3382301
382,1,"00391-AddressInSmallCommunity","10381 Popkum Rd S, Popkum, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","539961d2-a1d1-4c62-81a3-6cc2dab9761e",187418,,,,"active","9999-12-31","2023-12-08","true",,0.079,1904703
383,1,"00392-AddressInSmallCommunityUsingLocalityAlias","10381 Popkum Rd S, Popkum, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","539961d2-a1d1-4c62-81a3-6cc2dab9761e",187418,,,,"active","9999-12-31","2023-12-08","true",,1.014,1904703
384,1,"00393-AddressInSmallCommunity","7428 Roe Lake Cres, Roe Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","e2a11f01-a2c8-46e1-8675-f26973749f57",546368,,,,"active","9999-12-31","2023-12-08","true",,1.672,3258770
385,1,"00394-AddressInSmallCommunityUsingLocalityAlias","7428 Roe Lake Cres, Roe Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","e2a11f01-a2c8-46e1-8675-f26973749f57",546368,,,,"active","9999-12-31","2023-12-08","true",,3.44,3258770
386,1,"00395-AddressInSmallCommunity","6120 Garden Bay Rd, Garden Bay, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","c8aef5b1-1808-4cde-aa1e-da907f348448",482325,,,,"active","9999-12-31","2023-12-08","true",,3.303,3923450
387,1,"00396-AddressInSmallCommunityUsingLocalityAlias","6120 Garden Bay Rd, Garden Bay, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","c8aef5b1-1808-4cde-aa1e-da907f348448",482325,,,,"active","9999-12-31","2023-12-08","true",,10.814,3923450
388,1,"00397-AddressInSmallCommunity","1977 Tappen Notch Hill Rd, Tappen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","3143f53b-b699-4735-a100-7eb10e001bde",64488,,,,"active","9999-12-31","2023-12-08","true",,0.844,3268060
389,1,"00398-AddressInSmallCommunityUsingLocalityAlias","1977 Tappen Notch Hill Rd, Tappen, BC",,87,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:4, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","3143f53b-b699-4735-a100-7eb10e001bde",64488,,,,"active","9999-12-31","2023-12-08","true",,114.437,3268060
390,1,"00399-AddressInSmallCommunity","116 Rosebery Loop Rd, Rosebery, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","ec56d415-cd70-45fd-9b4a-59f77933513f",2531930,,,,"active","9999-12-31","2023-12-08","true",,0.39,1644488
391,1,"00400-AddressInSmallCommunityUsingLocalityAlias","116 Rosebery Loop Rd, Rosebery, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","ec56d415-cd70-45fd-9b4a-59f77933513f",2531930,,,,"active","9999-12-31","2023-12-08","true",,2.773,1644488
392,1,"00401-AddressInSmallCommunity","1525 Langdale Rd, Langdale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","fc6c1e1b-c361-4218-a55a-9b49c4f04c8c",178417,,,,"active","9999-12-31","2023-12-08","true",,0.12,3570149
393,1,"00402-AddressInSmallCommunityUsingLocalityAlias","1525 Langdale Rd, Langdale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","fc6c1e1b-c361-4218-a55a-9b49c4f04c8c",178417,,,,"active","9999-12-31","2023-12-08","true",,0.825,3570149
394,1,"00403-AddressInSmallCommunity","6607 Appledale Lower Rd, Appledale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","a8699af5-7308-4496-adf6-5fb38e311fe7",276196,,,,"active","9999-12-31","2023-12-08","true",,0.333,2684515
395,1,"00404-AddressInSmallCommunityUsingLocalityAlias","6607 Appledale Lower Rd, Appledale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","a8699af5-7308-4496-adf6-5fb38e311fe7",276196,,,,"active","9999-12-31","2023-12-08","true",,0.738,2684515
396,1,"00405-AddressInSmallCommunity","4232 Mayook Settlement Rd, Mayook, BC",,99,"BLOCK",99,"[]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.227,
397,1,"00406-AddressInSmallCommunityUsingLocalityAlias","4232 Mayook Settlement Rd, Mayook, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.514,
398,1,"00407-AddressInSmallCommunity","10571 Cheslatta Rd, Cheslatta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","939c0b16-ea1f-4455-a08e-1dc164102b8f",521449,,,,"active","9999-12-31","2023-12-08","true",,0.086,3101708
399,1,"00408-AddressInSmallCommunityUsingLocalityAlias","10571 Cheslatta Rd, Cheslatta, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","939c0b16-ea1f-4455-a08e-1dc164102b8f",521449,,,,"active","9999-12-31","2023-12-08","true",,1.005,3101708
400,1,"00409-NumberedStreetNameWithDetachedSuffix","102A Ave, Surrey, BC",,78,"STREET",78,"[]",,,,,,,"102A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8175667 49.1885721)","coarse","streetPoint",,,,,,"active",,,"true",,2.026,
401,1,"00410-UnitNumberStuckToDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.132,2104959
402,1,"00411-StreetNameWithMissingAmpersand","189 Rod & Gun Rd, Courtenay, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"189",,"Rod & Gun","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0190057 49.683884)","high","parcelPoint","3c90be80-f19d-45d5-9d8f-a6709b61b8f9",258442,,,,"active","9999-12-31","2023-12-08","true",,0.653,4187966
403,1,"00413-LeadingZeroInCivicNumber","Lynn Valley Rd, North Vancouver, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lynn Valley","Rd","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0533951 49.3290039)","coarse","streetPoint",,,,,,"active",,,"true",,692.029,
404,1,"00414-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,13.95,4123935
405,1,"00415-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,17.172,4123935
406,1,"00416-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,19.35,4123935
407,1,"00417-UnitNumberWithLetterPrefix","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","7a331ccc-0a05-44c4-860c-b2951adab313",106300,,"UNIT B2",,"active","9999-12-31","2023-12-08","true",,2.176,1914533
408,1,"00418-UnitNumberWithLetterPrefixGapped","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","7a331ccc-0a05-44c4-860c-b2951adab313",106300,,"UNIT B2",,"active","9999-12-31","2023-12-08","true",,1.744,1914533
409,1,"00419-UnitNumberWithLetterPrefix","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","bedd30c2-4934-43fa-af89-d80958100818",110501,,"UNIT C2",,"active","9999-12-31","2023-12-08","true",,33.168,1753265
410,1,"00420-UnitNumberWithLetterPrefixGapped","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","bedd30c2-4934-43fa-af89-d80958100818",110501,,"UNIT C2",,"active","9999-12-31","2023-12-08","true",,32.621,1753265
411,1,"00421-UnitNumberWithLetterPrefix","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","7c57fc8b-1f74-471c-9eac-65d035cdb2c0",2462668,,"UNIT P100",,"active","9999-12-31","2023-12-08","true",,9.252,1409241
412,1,"00422-UnitNumberWithLetterPrefixGapped","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","7c57fc8b-1f74-471c-9eac-65d035cdb2c0",2462668,,"UNIT P100",,"active","9999-12-31","2023-12-08","true",,11.261,1409241
413,1,"00423-UnitNumberWithLetterPrefix","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,6.665,1172657
414,1,"00424-UnitNumberWithLetterPrefixGapped","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,6.776,1172657
415,1,"00425-CivicAddressWithCareOfName","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,96,"UNIT",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,8.065,1172657
416,1,"00426-NonStandardStreetTypeAbbreviation","2351 Parkway Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2351",,"Parkway","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7934119 49.3196707)","medium","parcelPoint","95793a27-4745-43da-9622-e53fae48e28d",155062,,,,"active","9999-12-31","2023-12-08","true",,0.101,8002265
417,1,"00427-NonStandardStreetTypeAbbreviation","3176 Plateau Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3176",,"Plateau","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7868947 49.3116847)","medium","parcelPoint","50beb2ec-f7cc-4eae-b426-ad8b3adafd24",320982,,,,"active","9999-12-31","2023-12-08","true",,0.088,8001330
418,1,"00428-NonStandardStreetTypeAbbreviation","895 Academy Close, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"895",,"Academy","Close","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3628211 48.4179591)","high","parcelPoint","90033cc2-5e3f-4470-98b8-7ac562732d7c",2661206,,,,"active","9999-12-31","2023-12-08","true",,0.077,4029706
419,1,"00429-NonStandardStreetTypeAbbreviation","4965 Vista View Cres, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4965",,"Vista View","Cres","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-123.9848378 49.2358274)","high","parcelPoint","0dfae8c3-c6fa-4c3c-ac1f-d086be186aa2",416267,,,,"active","9999-12-31","2023-12-08","true",,1.911,3896249
420,1,"00430-NonStandardStreetTypeAbbreviation","1000 Thermal Dr, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1000",,"Thermal","Dr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8340821 49.2698821)","high","parcelPoint","19c314f8-997b-4fd3-bff4-b528042ec75c",148059,,,,"active","9999-12-31","2023-12-08","true",,0.071,1045847
421,1,"00431-NonStandardStreetTypeAbbreviation","8400 Forest Grove Dr, Burnaby, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8400",,"Forest Grove","Dr","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9205029 49.2632662)","high","parcelPoint","6fa80cfe-e0aa-4ce4-a141-730bec5595ef",2636600,,,,"active","9999-12-31","2023-12-08","true",,1.367,1840913
422,1,"00432-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","d8e0cbdb-c1b7-4af6-a2d4-1db873abd8ed",1747737,,,,"active","9999-12-31","2023-12-08","true",,86.344,8004158
423,1,"00433-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","d8e0cbdb-c1b7-4af6-a2d4-1db873abd8ed",1747737,,,,"active","9999-12-31","2023-12-08","true",,28.553,8004158
424,1,"00434-NonStandardStreetTypeAbbreviation","7701 Central Saanich Rd, Central Saanich, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"7701",,"Central Saanich","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4034403 48.5914503)","low","accessPoint",,294099,,,,"active",,,"true",,3.963,
425,1,"00435-NonStandardStreetTypeAbbreviation","3942 Columbia Valley Rd, Cultus Lake, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"3942",,"Columbia Valley","Rd","false",,"false",,"Cultus Lake","Community","FVRD Electoral Area H","BC","SRID=4326;POINT(-121.9597795 49.0739494)","high","parcelPoint","79ec7032-75e7-4485-a571-95b61e6a85c6",1157827,,,,"active","9999-12-31","2023-12-08","true",,225.009,2185851
426,1,"00436-NonStandardStreetTypeAbbreviation","950 Old Hope Princeton Way, Hope, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"950",,"Old Hope Princeton","Way","false",,"false",,"Hope","District Municipality",,"BC","SRID=4326;POINT(-121.4156582 49.3733202)","high","parcelPoint","9f154ee8-acbc-4192-9763-42b79c47533f",193424,,,,"active","9999-12-31","2023-12-08","true",,16.958,1101623
427,1,"00437-NonStandardStreetTypeAbbreviation","774 Great Northern Way, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"774",,"Great Northern","Way","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0880896 49.2660631)","medium","parcelPoint","4c1c7c23-aad3-42ea-9ad4-5038134565c3",341353,,,,"active","9999-12-31","2023-12-08","true",,0.506,8008439
428,1,"00439-NonStandardLocalityNameAbbreviation","352 W 14th St, North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","78438998-a18b-4e5a-8194-c5a725361810",2416363,,,,"active","9999-12-31","2023-12-08","true",,310.46,3147438
429,1,"00440-NonStandardLocalityNameAbbreviation","569 Hody Dr, Okanagan Falls, BC",,65,"CIVIC_NUMBER",100,"[LOCALITY.notMatched:35]",,,,,"569",,"Hody","Dr","false",,"false",,"Okanagan Falls","Community","RDOS Electoral Area D","BC","SRID=4326;POINT(-119.5690298 49.3482363)","high","parcelPoint","709a78bb-79c3-4239-813f-781b63f13d85",60098,,,,"active","9999-12-31","2023-12-08","true",,3.685,3300419
430,1,"00441-NonStandardStreetNameAbbreviation","5450 Oak St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5450",,"Oak","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1275777 49.2362797)","high","parcelPoint","ad0401e3-43b9-46ca-9c09-a164753f4fa1",100420,,,,"active","9999-12-31","2023-12-08","true",,0.124,2704350
431,1,"00442-NonStandardStreetNameAbbreviation","1301 Oak Ave, Quesnel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","854642e3-8d46-4f95-b728-ba3f245cf3b3",227948,,,,"active","9999-12-31","2023-12-08","true",,0.077,3406157
432,1,"00443-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.674,
433,1,"00444-NonStandardGeneralDelivery","Central Bridge, Dawson Creek, BC",,37,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_QUALIFIER.missing:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Central",,"false",,"false","Bridge","Dawson Creek","City",,"BC","SRID=4326;POINT(-120.276389 55.7737565)","coarse","streetPoint",,,,,,"active",,,"true",,1.688,
434,1,"00445-NonStandardGeneralDelivery","General Currie Elementary School Access, Richmond, BC",,25,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, FAULTS.tooMany:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"General Currie Elementary School","Access","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1339848 49.1586967)","coarse","streetPoint",,,,,,"active",,,"true",,0.845,
435,1,"00446-NonStandardGeneralDelivery","Central Bridge, Dawson Creek, BC",,37,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_QUALIFIER.missing:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Central",,"false",,"false","Bridge","Dawson Creek","City",,"BC","SRID=4326;POINT(-120.276389 55.7737565)","coarse","streetPoint",,,,,,"active",,,"true",,1.432,
436,1,"00447-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.599,
437,1,"00448-CareOf","Quesnel, BC",,52,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,1.449,
438,1,"00449-CareOf","1301 Oak Ave, Quesnel, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","854642e3-8d46-4f95-b728-ba3f245cf3b3",227948,,,,"active","9999-12-31","2023-12-08","true",,2.648,3406157
439,1,"00450-SuffixNameMatching","Dent Ave, Burnaby, BC",,72,"STREET",78,"[LOCALITY.isAlias:1, STREET_NAME.spelledWrong:2, STREET_DIRECTION.notMatched:2, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Dent","Ave","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-123.0073749 49.2710941)","coarse","streetPoint",,,,,,"active",,,"true",,24.817,
440,1,"00451-StreetNameWordsGluedTogether","3821 Cedar Hill Rd, Saanich, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,"3821",,"Cedar Hill","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.336341 48.4632076)","high","parcelPoint","ffa4b31e-96d0-4706-a769-18eaf6a45557",299730,,,,"active","9999-12-31","2023-12-08","true",,0.615,3387802
441,1,"00452-StreetNameCompoundWordsSeparated","8514 Horseshoe Bay Rd, Anglemont, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"8514",,"Horseshoe Bay","Rd","false",,"false",,"Anglemont","Community","CSRD Electoral Area F","BC","SRID=4326;POINT(-119.1181382 50.9761127)","high","parcelPoint","76851488-8084-412f-82a6-b0ca5ce1ea5d",2450478,,,,"active","9999-12-31","2023-12-08","true",,0.503,3542205
442,1,"00453-NonStandardStreetTypeAbbreviation","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","0f5b74f4-dda0-44a7-b0e2-3473c17973df",484911,,,,"active","9999-12-31","2023-12-08","true",,5.801,1860086
443,1,"00454-civicAddressWithUnitandUnknownSiteName","UNIT 170 HAPPY HOUSE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","HAPPY HOUSE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 HAPPY HOUSE",,"active","9999-12-31","2023-12-08","true",,6.286,4363977
444,1,"00455-StreetNameWithMultipleSpellingMistakes","Omineca St, Hazelton, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omineca","St","false",,"false",,"Hazelton","Village",,"BC","SRID=4326;POINT(-127.6757927 55.2557017)","coarse","streetPoint",,,,,,"active",,,"true",,2.324,
445,1,"00456-NonStandardLocalityNameAbbreviation","134 E 15th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"134",,"15th","St","false","E","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.070453 49.3223403)","high","parcelPoint","e6e40b24-7976-4904-8ee2-3ea981af7da8",163763,,,,"active","9999-12-31","2023-12-08","true",,50.835,3516754
446,1,"00457-NonStandardLocalityNAmeAbbreviation","2248 McAllister Ave, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:2]",,,,,"2248",,"McAllister","Ave","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7799837 49.262092)","high","parcelPoint","4ca763c4-8f87-4cf2-86c7-0b8664b2a631",146223,,,,"active","9999-12-31","2023-12-08","true",,0.291,3218608
447,1,"00458-civicAddressWithUnitandUnknownSiteName","UNIT 170 DOOGIE UNIVERSITY -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOOGIE UNIVERSITY","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 DOOGIE UNIVERSITY",,"active","9999-12-31","2023-12-08","true",,6.241,4363977
448,1,"00459-LocalityHopping","Kaleden, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.6011112 49.3997222)","coarse","localityPoint",,,,,,"active",,,"true",,0.589,
449,1,"00460-LocalityHopping","UNIT 200 -- Prince George St, Prince Rupert, BC",,63,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_TYPE.notMatched:3, STREET_TYPE.notPrefix:0, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","200",,,,"Prince George","St","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.2990707 54.311388)","coarse","streetPoint",,,,"UNIT 200",,"active",,,"true",,74.857,
450,1,"00461-LocalityHopping","Helmcken Alley, Victoria, BC",,74,"STREET",78,"[STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Helmcken","Alley","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3693133 48.4255635)","coarse","streetPoint",,,,,,"active",,,"true",,2.106,
451,1,"00462-IRAddresses","1901 Lust Rd, Quesnel, BC",,96,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1901",,"Lust","Rd","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4554097 52.9567283)","low","accessPoint",,228320,,,,"active",,,"true",,0.919,
452,1,"00463-IRAddresses","Blueberry Reserve Rd, Buick, BC",,72,"STREET",78,"[STREET_TYPE.missing:6]",,,,,,,"Blueberry Reserve","Rd","false",,"false",,"Buick","Community","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1391639 56.7304618)","coarse","streetPoint",,,,,,"active",,,"true",,10.651,
453,1,"00464-IRAddresses","Blueberry River 205, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Blueberry River 205","Indian Reserve","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1013888 56.7163889)","coarse","localityPoint",,,,,,"active",,,"true",,0.724,
454,1,"00465-IRAddresses","205 BC Mine Rd, Grand Forks, BC",,72,"BLOCK",99,"[INITIAL_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.missing:10, STREET_TYPE.missing:6, PROVINCE.missing:1, FAULTS.tooMany:6]",,,,,"205",,"BC Mine","Rd","false",,"false",,"Grand Forks","City","RDKB Electoral Area D (Rural Grand Forks)","BC","SRID=4326;POINT(-118.5417578 49.1296346)","low","accessPoint",,2411205,,,,"active",,,"true",,64.703,
455,1,"00466-StreetNameWithMultipleSpellingMistakes","UNIT 15 -- 31235 Upper MacLure Rd, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","15",,"31235",,"Upper MacLure","Rd","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3592071 49.0608091)","high","parcelPoint","832b59e0-59a1-4028-a65a-25eace5fc2bd",430758,,"UNIT 15",,"active","9999-12-31","2023-12-08","true",,6.292,1462380
456,1,"00467-StreetNameWithMultipleSpellingMistakes","UNIT 338 -- 32830 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","338",,"32830",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","48ed5fe9-61f8-406f-b981-88e7fd07fdbf",2617631,,"UNIT 338",,"active","9999-12-31","2023-12-08","true",,0.701,2495402
457,1,"00468-StreetNameWithMultipleSpellingMistakes","UNIT 215 -- 32850 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","215",,"32850",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","9b997783-d7b9-4838-92e3-80a9ccc452fa",2617631,,"UNIT 215",,"active","9999-12-31","2023-12-08","true",,0.723,1047582
458,1,"00469-StreetNameWithMultipleSpellingMistakes","UNIT 117B -- 34313 Forrest Terr, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","117","B","34313",,"Forrest","Terr","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2765011 49.0346859)","high","parcelPoint","ab1987ef-f523-4b54-bb38-7f9e8a69a83c",159710,,"UNIT 117B",,"active","9999-12-31","2023-12-08","true",,0.538,1365855
459,1,"00470-StreetNameWithMultipleSpellingMistakes","UNIT 14 -- 43685 Chilliwack Mountain Rd, Chilliwack, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","14",,"43685",,"Chilliwack Mountain","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-122.0166373 49.1641524)","high","parcelPoint","2c2ce6be-b9cb-409e-b037-4ecef8ff2fc3",2400276,,"UNIT 14",,"active","9999-12-31","2023-12-08","true",,232.717,1065331
460,1,"00471-StreetNameWithMultipleSpellingMistakes","29 St SE, Salmon Arm, BC",,63,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.isAlias:4, STREET_DIRECTION.missing:2, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"29","St","false","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2509431 50.6873229)","coarse","streetPoint",,,,,,"active",,,"true",,23.145,
461,1,"00472-StreetNameWithMultipleSpellingMistakes","Whistler, BC",,56,"LOCALITY",68,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Whistler","Resort Municipality",,"BC","SRID=4326;POINT(-122.9544444 50.1169445)","coarse","localityPoint",,,,,,"active",,,"true",,19.034,
462,1,"00473-StreetNameWithMultipleSpellingMistakes","UNIT 2204 -- 7343 Okanagan Landing Rd, Vernon, BC",,88,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","2204",,"7343",,"Okanagan Landing","Rd","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.345325 50.2389897)","high","parcelPoint","4925032d-7e2d-4418-8475-1469e513deae",354892,,"UNIT 2204",,"active","9999-12-31","2023-12-08","true",,16.765,4266077
463,1,"00474-StreetNameWithMultipleSpellingMistakes","UNIT 66 -- 1930 Cedar Village Cres, North Vancouver, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","66",,"1930",,"Cedar Village","Cres","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.043715 49.3270342)","high","parcelPoint","9d253e89-00db-446c-80d3-ba0b160b95db",166103,,"UNIT 66",,"active","9999-12-31","2023-12-08","true",,950.96,2153738
464,1,"00475-StreetNameWithMultipleSpellingMistakes","UNIT 209 -- 8611 General Currie Rd, Richmond, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","209",,"8611",,"General Currie","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1283228 49.1596485)","high","parcelPoint","f48b10c3-c335-46db-ae8b-391986f96685",127602,,"UNIT 209",,"active","9999-12-31","2023-12-08","true",,0.663,2001638
465,1,"00476-StreetNameWithMultipleSpellingMistakes","UNIT 305 -- 1135 Windsor Mews, Coquitlam, BC",,91,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6]",,"UNIT","305",,"1135",,"Windsor","Mews","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7853704 49.2801267)","high","parcelPoint","a4bfb344-0592-466b-870a-e077b1d60a59",1907339,,"UNIT 305",,"active","9999-12-31","2023-12-08","true",,1.332,1102540
466,1,"00477-StreetNameWithOneSpellingMistakeAtFront","UNIT 106 -- 1355 Cumberland Rd, Courtenay, BC",,92,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6]",,"UNIT","106",,"1355",,"Cumberland","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0049707 49.6769203)","high","parcelPoint","544e5fed-75d3-4424-9367-22927a865b6f",1849534,,"UNIT 106",,"active","9999-12-31","2023-12-08","true",,23.619,1020429
467,1,"00478-AddressInSmallCommunityUsingLocalityAlias","352 W 14th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","78438998-a18b-4e5a-8194-c5a725361810",2416363,,,,"active","9999-12-31","2023-12-08","true",,61.487,3147438
468,1,"00479-AddressInSmallCommunityUsingLocalityAlias","1745 Esquimalt Ave, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1745",,"Esquimalt","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1612755 49.3309246)","medium","parcelPoint","947d3aa2-8b81-4f3e-a37b-554468cdb0ce",163306,,,,"active","9999-12-31","2023-12-08","true",,1.889,8001373
469,1,"00480-AddressInSmallCommunityUsingLocalityAlias","223 W 7th Ave, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"223",,"7th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1103425 49.2650219)","high","parcelPoint","2ff78638-a1f2-44fe-958a-0e67c9c9d501",100449,,,,"active","9999-12-31","2023-12-08","true",,15.043,4195797
470,1,"00481-UnitNumberAndCivicNumberSwapped","UNIT 1045 -- Haro St, Vancouver, BC",,76,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","1045",,,,"Haro","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1323651 49.2880745)","coarse","streetPoint",,,,"UNIT 1045",,"active",,,"true",,10.97,
471,1,"00482-UnitNumberAndCivicNumberSwapped","1177 103A Ave, Surrey, BC",,85,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_TYPE.missing:6]",,,,,"1177",,"103A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7921295 49.1899518)","low","accessPoint",,418379,,,,"active",,,"true",,9.038,
472,1,"00483-UnknownMulti-wordUnitDesignator","UNIT 221 -- 4280 Moncton St, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","221",,"4280",,"Moncton","St","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1799769 49.1242764)","high","parcelPoint","4b66701a-39a9-410f-bc34-3ba73c3dc040",351197,,"UNIT 221",,"active","9999-12-31","2023-12-08","true",,0.572,1518456
473,1,"00484-UnknownMulti-wordUunitDesignator","UNIT 54 -- 2938 Trafalgar St, Abbotsford, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","54",,"2938",,"Trafalgar","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3079844 49.054931)","high","parcelPoint","71016c6f-1a5e-41f2-a68f-2efe869224c7",161674,,"UNIT 54",,"active","9999-12-31","2023-12-08","true",,0.675,1257509
474,1,"00485-UnknownUnitNumberWithLetterPrefixGapped","UNIT A309 -- 10557 150 St, Surrey, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","A309",,"10557",,"150","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.806609 49.1944737)","high","parcelPoint","bd685634-9b89-4e2f-8f47-ed66554bfebf",478995,,"UNIT A309",,"active","9999-12-31","2023-12-08","true",,6.653,3149253
475,1,"00486-UnknownUnitNumberWithLetterPrefixGapped","UNIT C7 -- 6901 Island Hwy W, Bowser, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_DIRECTION.notPrefix:0]",,"UNIT","C7",,"6901",,"Island","Hwy","false","W","false",,"Bowser","Community","RDN Electoral Area H","BC","SRID=4326;POINT(-124.667109 49.4348563)","high","parcelPoint","16772256-827d-4452-bffe-bb1a9995499c",1835730,,"UNIT C7",,"active","9999-12-31","2023-12-08","true",,23.666,4072889
476,1,"00487-UnitNumberWithLetterPrefix","UNIT A114 -- 20211 66 Ave, Township of Langley, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","A114",,"20211",,"66","Ave","false",,"false",,"Township of Langley","District Municipality",,"BC","SRID=4326;POINT(-122.6633166 49.1235181)","high","parcelPoint","3d1d9b15-714d-4290-8eee-066b89995912",320513,,"UNIT A114",,"active","9999-12-31","2023-12-08","true",,5.718,1059975
477,1,"00488-ExtraWordAtFrontOfStreetName","UNIT 19 -- Mt Boucherie Pl, West Kelowna, BC",,73,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","19",,,,"Mt Boucherie","Pl","false",,"false",,"West Kelowna","Unknown",,"BC","SRID=4326;POINT(-119.5815689 49.8589959)","coarse","streetPoint",,,,"UNIT 19",,"active",,,"true",,666.96,
478,1,"00489-UnitNumberSuffixInBackAlley","UNIT 206A -- 555 Burrard St, Vancouver, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"UNIT","206","A","555",,"Burrard","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1188944 49.2860099)","low","accessPoint",,475835,,"UNIT 206A",,"active",,,"true",,3.518,
479,1,"00490-SiteNameInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,3.149,4083847
480,1,"00491-DuplicateStreetTypeInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,12.423,4083847
481,1,"00492-CareOfInBackAlley","1175 Douglas St, Victoria, BC",,96,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,10.43,4083847
482,1,"00493-DuplicateStreetAndLocalityInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,29.137,4083847
483,1,"00494-StreetNameWithSpecialCharacters","Pipeho:em Rd, Agassiz, BC",,78,"STREET",78,"[]",,,,,,,"Pipeho:em","Rd","false",,"false",,"Agassiz","Community",,"BC","SRID=4326;POINT(-121.7342045 49.259877)","coarse","streetPoint",,,,,,"active",,,"true",,0.128,
484,1,"00495-StreetNameWithSpecialCharacters","ʔEqeʔat’in ʔEten, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"ʔEqeʔat’in ʔEten",,"false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1683616 52.0139035)","coarse","streetPoint",,,,,,"active",,,"true",,0.263,
485,1,"00496-StreetNameWithSpecialCharacters","Tl’etinqox Rd, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"Tl’etinqox","Rd","false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1612612 52.0089565)","coarse","streetPoint",,,,,,"active",,,"true",,0.169,
486,1,"00497-StreetNameWithSpecialCharacters","Clinton/Loon Lake FSR, Hutchison Lake, BC",,78,"STREET",78,"[]",,,,,,,"Clinton/Loon Lake","FSR","false",,"false",,"Hutchison Lake","Unknown","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.2072936 51.2237932)","coarse","streetPoint",,,,,,"active",,,"true",,3.526,
487,1,"00498-ACrazy","UNIT 201A -- 201A A St, Abbotsford, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER_SUFFIX.notMatched:1]",,"UNIT","201","A","201","A","A","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2608685 49.0060455)","low","accessPoint",,452835,,"UNIT 201A",,"active",,,"true",,36.689,
488,1,"00499-NonIntersectionOfRoadAndHwy","Chancellor Ave, View Royal, BC",,69,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,,,"Chancellor","Ave","false",,"false",,"View Royal","Town",,"BC","SRID=4326;POINT(-123.4279813 48.4648587)","coarse","streetPoint",,,,,,"active",,,"true",,24.741,
489,1,"00500-NoisyAddress","1 Centennial Sq, Victoria, BC",,92,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2]",,,,,"1",,"Centennial","Sq","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3657434 48.4287096)","high","parcelPoint","052f078a-6c37-4ede-bbf8-5bfb6f5e138a",304974,,,,"active","9999-12-31","2023-12-08","true",,5.004,2983771
490,1,"00501-StreetNameCompoundWordsSeparated","12312 Horseshoe Way, Richmond, BC",,98,"BLOCK",99,"[STREET_NAME.partialMatch:1]",,,,,"12312",,"Horseshoe","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.0988494 49.1233204)","low","accessPoint",,128283,,,,"active",,,"true",,6.39,
491,1,"00502-StreetNameCompoundWordsSeparated","101 Seaview St, Sayward, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"101",,"Seaview","St","false",,"false",,"Sayward","Village",,"BC","SRID=4326;POINT(-125.9633841 50.3858383)","high","parcelPoint","ecb1ca31-b857-4ada-b51c-42799ed40c4b",263931,,,,"active","9999-12-31","2023-12-08","true",,42.841,1684375
492,1,"00503-LocalityNameWithSplitWords","1090 Ironwood St, Campbell River, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1090",,"Ironwood","St","false",,"false",,"Campbell River","City",,"BC","SRID=4326;POINT(-125.2561963 50.0253168)","high","parcelPoint","77f4b1cc-2244-4e32-9ed5-9263d77fbe2c",262744,,,,"active","9999-12-31","2023-12-08","true",,7.039,3438603
493,1,"00504-siteNameWithTerminalAndMissingStreetName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,6.654,
494,1,"00505-siteNameWithPortAndMissingStreetName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,1.096,

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Revolution Systems Open Library [pom]
[INFO] RS Core [jar]
[INFO] RS Test API [jar]
[INFO] RS ESRI File Geodatabase [jar]
[INFO] RS GDAL [jar]
[INFO] RS Geopackage [jar]
[INFO] RS Oracle [jar]
[INFO] RS PostgreSQL [jar]
[INFO] Revolsys Swing Components [jar]
[INFO] Maki Markers [jar]
[INFO] RS Web [jar]
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-parent >------------------
[INFO] Building Revolution Systems Open Library 7b72f92 [1/11]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-parent ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-parent ---
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-parent ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-parent ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-parent ---
[INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-parent/7b72f92906639c53399a70af505c18082e9c198d/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/target/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-parent/7b72f92906639c53399a70af505c18082e9c198d/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-core >-------------------
[INFO] Building RS Core 7b72f92 [2/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-core ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-core ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 28 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1858 source files to /workspace/source/revolsys-core/target/classes
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/geometry/model/LinearRing.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/geometry/model/LinearRing.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/io/map/MapSerializer.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/io/map/MapSerializer.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-core ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-core ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-core ---
[INFO] Building jar: /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-core ---
[INFO] Building jar: /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-core ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-core ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-core ---
[INFO] Installing /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-core/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-testapi >-----------------
[INFO] Building RS Test API 7b72f92 [3/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-testapi ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-testapi ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-testapi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/revolsys-testapi/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-testapi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /workspace/source/revolsys-testapi/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-testapi ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-testapi ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-testapi ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-testapi ---
[INFO] Building jar: /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-testapi ---
[INFO] Building jar: /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-testapi ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-testapi ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-testapi ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-testapi ---
[INFO] Installing /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-testapi/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-fgdb >-------------------
[INFO] Building RS ESRI File Geodatabase 7b72f92 [4/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-fgdb ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-fgdb ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-fgdb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-fgdb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /workspace/source/revolsys-fgdb/target/classes
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/GeodatabaseReference.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/GeodatabaseReference.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/capi/type/AbstractFileGdbFieldDefinition.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/capi/type/AbstractFileGdbFieldDefinition.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-fgdb ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-fgdb ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-fgdb ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-fgdb ---
[INFO] Building jar: /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-fgdb ---
[INFO] Building jar: /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-fgdb ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-fgdb ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-fgdb ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-fgdb ---
[INFO] Installing /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-fgdb/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-gdal >-------------------
[INFO] Building RS GDAL 7b72f92 [5/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-gdal ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-gdal ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-gdal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-gdal ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /workspace/source/revolsys-gdal/target/classes
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java: /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java uses or overrides a deprecated API.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java: /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java uses unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-gdal ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-gdal ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-gdal ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-gdal ---
[INFO] Building jar: /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-gdal ---
[INFO] Building jar: /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-gdal ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-gdal ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-gdal ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-gdal ---
[INFO] Installing /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-gdal/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< com.revolsys.open:revolsys-geopackage >----------------
[INFO] Building RS Geopackage 7b72f92 [6/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-geopackage ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-geopackage ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-geopackage ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-geopackage ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /workspace/source/revolsys-geopackage/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-geopackage ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-geopackage ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-geopackage ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-geopackage ---
[INFO] Building jar: /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-geopackage ---
[INFO] Building jar: /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-geopackage ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-geopackage ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-geopackage ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-geopackage ---
[INFO] Installing /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-geopackage/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-oracle >------------------
[INFO] Building RS Oracle 7b72f92 [7/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-oracle ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-oracle ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-oracle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-oracle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /workspace/source/revolsys-oracle/target/classes
[INFO] /workspace/source/revolsys-oracle/src/main/java/com/revolsys/oracle/recordstore/OracleJdbcQueryIterator.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-oracle/src/main/java/com/revolsys/oracle/recordstore/OracleJdbcQueryIterator.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-oracle ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-oracle ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-oracle ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-oracle ---
[INFO] Building jar: /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-oracle ---
[INFO] Building jar: /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-oracle ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-oracle ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-oracle ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-oracle ---
[INFO] Installing /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-oracle/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< com.revolsys.open:revolsys-postgresql >----------------
[INFO] Building RS PostgreSQL 7b72f92 [8/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-postgresql ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-postgresql ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-postgresql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-postgresql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /workspace/source/revolsys-postgresql/target/classes
[INFO] /workspace/source/revolsys-postgresql/src/main/java/com/revolsys/gis/postgresql/PostgreSQLJdbcQueryResultPager.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-postgresql/src/main/java/com/revolsys/gis/postgresql/PostgreSQLJdbcQueryResultPager.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-postgresql ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-postgresql ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-postgresql ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-postgresql ---
[INFO] Building jar: /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-postgresql ---
[INFO] Building jar: /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-postgresql ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-postgresql ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-postgresql ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-postgresql ---
[INFO] Installing /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-postgresql/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-swing >------------------
[INFO] Building Revolsys Swing Components 7b72f92 [9/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-swing ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-swing ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-swing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 935 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-swing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 548 source files to /workspace/source/revolsys-swing/target/classes
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-swing ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-swing ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-swing ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-swing ---
[INFO] Building jar: /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-swing ---
[INFO] Building jar: /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-swing ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-swing ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-swing ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-swing ---
[INFO] Installing /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-swing/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-maki >-------------------
[INFO] Building Maki Markers 7b72f92 [10/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-maki ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-maki ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-maki ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 148 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-maki ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-maki ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-maki ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-maki ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-maki ---
[INFO] Building jar: /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-maki ---
[INFO] Building jar: /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-maki ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-maki ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-maki ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-maki ---
[INFO] Installing /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-maki/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -------------------< com.revolsys.open:revolsys-web >-------------------
[INFO] Building RS Web 7b72f92 [11/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-web ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-web ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-web ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 297 source files to /workspace/source/revolsys-web/target/classes
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/config/Attribute.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/config/Attribute.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/rest/interceptor/AnnotationHandlerMethodResolver.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/rest/interceptor/AnnotationHandlerMethodResolver.java: Recompile with -Xlint:removal for details.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/html/view/ElementContainer.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/html/view/ElementContainer.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-web ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-web ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-web ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-web ---
[INFO] Building jar: /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-web ---
[INFO] Building jar: /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-web ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-web ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-web ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-web ---
[INFO] Installing /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-web/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Revolution Systems Open Library 7b72f92:
[INFO]
[INFO] Revolution Systems Open Library .................... SUCCESS [ 7.448 s]
[INFO] RS Core ............................................ SUCCESS [01:07 min]
[INFO] RS Test API ........................................ SUCCESS [ 4.934 s]
[INFO] RS ESRI File Geodatabase ........................... SUCCESS [ 3.441 s]
[INFO] RS GDAL ............................................ SUCCESS [ 5.135 s]
[INFO] RS Geopackage ...................................... SUCCESS [ 3.905 s]
[INFO] RS Oracle .......................................... SUCCESS [ 3.539 s]
[INFO] RS PostgreSQL ...................................... SUCCESS [ 5.993 s]
[INFO] Revolsys Swing Components .......................... SUCCESS [ 31.837 s]
[INFO] Maki Markers ....................................... SUCCESS [ 6.144 s]
[INFO] RS Web ............................................. SUCCESS [ 9.571 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:29 min
[INFO] Finished at: 2024-01-09T16:57:37Z
[INFO] ------------------------------------------------------------------------

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Concurrent Processing Framework [pom]
[INFO] Concurrent Processing Framework Business Application Plugin API [jar]
[INFO] Concurrent Processing Framework Client Java API [jar]
[INFO] Concurrent Processing Framework Application Java API [jar]
[INFO] Concurrent Processing Framework API Worker [jar]
[INFO] Concurrent Processing Framework Base WAR Web Application [war]
[INFO] Concurrent Processing Framework Base WAR Worker [war]
[INFO] CPF Plug-in Maven Arechtype [maven-archetype]
[INFO] Concurrent Processing Framework Archetype Web [maven-archetype]
[INFO] CPF Test Plugins [jar]
[INFO] Digest Plug-in [jar]
[INFO] Geometry Validation Plug-in [jar]
[INFO] Mandelbrot Plug-in [jar]
[INFO] Map Tile Plug-in [jar]
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-parent >--------------------
[INFO] Building Concurrent Processing Framework 7b72f92 [1/14]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-parent ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-parent ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-parent ---
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-parent ---
[INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/target/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-plugin >------------------
[INFO] Building Concurrent Processing Framework Business Application Plugin API 7b72f92 [2/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-plugin/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 37 source files to /workspace/source/cpf-api-plugin/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-plugin ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-plugin ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-plugin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-plugin ---
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-plugin/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-client >------------------
[INFO] Building Concurrent Processing Framework Client Java API 7b72f92 [3/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /workspace/source/cpf-api-client/target/classes
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cpf-api-client ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-client ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-client ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-client ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-client ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-client ---
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-client/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/target/site/java-api
[INFO] Copying 2 resources to template
[INFO]
[INFO] --- jsdoctk-plugin:2.3.2:jsdoc (javascript-api) @ cpf-api-client ---
[INFO] Copying JSDoc Toolkit to temporary directory.
[INFO] JSDoc Toolkit copied to temporary directory, execution will commense shortly.
[INFO] Will be generating JSDoc for '/workspace/source/cpf-api-client/src/main/js'.
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-api-app >-------------------
[INFO] Building Concurrent Processing Framework Application Java API 7b72f92 [4/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 25 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 84 source files to /workspace/source/cpf-api-app/target/classes
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java uses or overrides a deprecated API.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-app ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-app ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-app ---
[INFO] Building jar: /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-app ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-app ---
[INFO] Building jar: /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-app ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-app ---
[INFO] Installing /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-app/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) > generate-sources @ cpf-api-app >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-app ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) < generate-sources @ cpf-api-app <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) @ cpf-api-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-worker >------------------
[INFO] Building Concurrent Processing Framework API Worker 7b72f92 [5/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-worker ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-worker ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-worker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-worker/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-worker ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /workspace/source/cpf-api-worker/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-worker ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-worker ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-worker ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-worker ---
[INFO] Building jar: /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-worker ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-worker ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-worker ---
[INFO] Building jar: /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-worker ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-worker ---
[INFO] Installing /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-worker/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-war-app >-------------------
[INFO] Building Concurrent Processing Framework Base WAR Web Application 7b72f92 [6/14]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-war-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-war-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-war-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-war-app/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-war-app ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-war-app ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-war-app ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-war-app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ cpf-war-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cpf-war-app] in [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Processing war project
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-client/target] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-client/src/main/js/] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-plugin/target] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/src/main/webapp] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp resources [/workspace/source/cpf-war-app/src/main/webapp]
[INFO] Webapp assembled in [2853 msecs]
[INFO] Building war: /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-war-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-war-app ---
[INFO] Skipping because packaging 'war' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-war-app ---
[INFO] Building jar: /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-war-app ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-war-app ---
[INFO] Installing /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO] Installing /workspace/source/cpf-war-app/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-war-worker >------------------
[INFO] Building Concurrent Processing Framework Base WAR Worker 7b72f92 [7/14]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-war-worker ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-war-worker ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-war-worker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-war-worker ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-war-worker ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-war-worker ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-war-worker ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ cpf-war-worker ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cpf-war-worker] in [/workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Processing war project
[INFO] Copying webapp resources [/workspace/source/cpf-war-worker/src/main/webapp]
[INFO] Webapp assembled in [1356 msecs]
[INFO] Building war: /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-war-worker ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-war-worker ---
[INFO] Skipping because packaging 'war' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-war-worker ---
[INFO] Building jar: /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-war-worker ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-war-worker ---
[INFO] Installing /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO] Installing /workspace/source/cpf-war-worker/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --------------< ca.bc.gov.open.cpf:cpf-archetype-plugin >---------------
[INFO] Building CPF Plug-in Maven Arechtype 7b72f92 [8/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ cpf-archetype-plugin ---
[INFO] Copying 11 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ cpf-archetype-plugin ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ cpf-archetype-plugin ---
[INFO] Building archetype jar: /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-archetype-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-archetype-plugin ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ cpf-archetype-plugin ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-archetype-plugin ---
[INFO] Building jar: /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ cpf-archetype-plugin ---
[INFO] Installing /workspace/source/cpf-archetype-plugin/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ cpf-archetype-plugin ---
[INFO]
[INFO] ----------------< ca.bc.gov.open.cpf:cpf-archetype-web >----------------
[INFO] Building Concurrent Processing Framework Archetype Web 7b72f92 [9/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-archetype-web ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-archetype-web ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ cpf-archetype-web ---
[INFO] Copying 12 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ cpf-archetype-web ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ cpf-archetype-web ---
[INFO] Building archetype jar: /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-archetype-web ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-archetype-web ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ cpf-archetype-web ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-archetype-web ---
[INFO] Building jar: /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-archetype-web ---
[INFO]
[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ cpf-archetype-web ---
[INFO] Installing /workspace/source/cpf-archetype-web/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ cpf-archetype-web ---
[INFO]
[INFO] ------------------< ca.bc.gov.open.cpf.plugins:test >-------------------
[INFO] Building CPF Test Plugins 7b72f92 [10/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ test ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ test ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /workspace/source/plugins/test/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ test ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ test ---
[INFO] Building jar: /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ test ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ test ---
[INFO] Building jar: /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ test ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ test ---
[INFO] Installing /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/test/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf.plugins:digest >------------------
[INFO] Building Digest Plug-in 7b72f92 [11/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ digest ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ digest ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ digest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ digest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /workspace/source/plugins/digest/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ digest ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ digest ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ digest ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ digest ---
[INFO] Building jar: /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ digest ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ digest ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ digest ---
[INFO] Building jar: /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ digest ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ digest ---
[INFO] Installing /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/digest/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------< ca.bc.gov.open.cpf.plugins:geometry-validation >-----------
[INFO] Building Geometry Validation Plug-in 7b72f92 [12/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ geometry-validation ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ geometry-validation ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geometry-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ geometry-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /workspace/source/plugins/geometry-validation/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geometry-validation ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ geometry-validation ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geometry-validation ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ geometry-validation ---
[INFO] Building jar: /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ geometry-validation ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ geometry-validation ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ geometry-validation ---
[INFO] Building jar: /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ geometry-validation ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ geometry-validation ---
[INFO] Installing /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/geometry-validation/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< ca.bc.gov.open.cpf.plugins:mandelbrot >----------------
[INFO] Building Mandelbrot Plug-in 7b72f92 [13/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ mandelbrot ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ mandelbrot ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mandelbrot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mandelbrot ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /workspace/source/plugins/mandelbrot/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mandelbrot ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mandelbrot ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mandelbrot ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ mandelbrot ---
[INFO] Building jar: /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ mandelbrot ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ mandelbrot ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ mandelbrot ---
[INFO] Building jar: /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ mandelbrot ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ mandelbrot ---
[INFO] Installing /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/mandelbrot/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ----------------< ca.bc.gov.open.cpf.plugins:map-tile >-----------------
[INFO] Building Map Tile Plug-in 7b72f92 [14/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ map-tile ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ map-tile ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ map-tile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ map-tile ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /workspace/source/plugins/map-tile/target/classes
[INFO] /workspace/source/plugins/map-tile/src/main/java/ca/bc/gov/open/cpf/plugins/maptile/MapTileByLocation.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/plugins/map-tile/src/main/java/ca/bc/gov/open/cpf/plugins/maptile/MapTileByLocation.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ map-tile ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ map-tile ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ map-tile ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ map-tile ---
[INFO] Building jar: /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ map-tile ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ map-tile ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ map-tile ---
[INFO] Building jar: /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ map-tile ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ map-tile ---
[INFO] Installing /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/map-tile/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Concurrent Processing Framework 7b72f92:
[INFO]
[INFO] Concurrent Processing Framework .................... SUCCESS [ 11.619 s]
[INFO] Concurrent Processing Framework Business Application Plugin API SUCCESS [ 19.416 s]
[INFO] Concurrent Processing Framework Client Java API .... SUCCESS [ 17.358 s]
[INFO] Concurrent Processing Framework Application Java API SUCCESS [ 12.774 s]
[INFO] Concurrent Processing Framework API Worker ......... SUCCESS [ 4.628 s]
[INFO] Concurrent Processing Framework Base WAR Web Application SUCCESS [ 9.324 s]
[INFO] Concurrent Processing Framework Base WAR Worker .... SUCCESS [ 7.078 s]
[INFO] CPF Plug-in Maven Arechtype ........................ SUCCESS [ 4.830 s]
[INFO] Concurrent Processing Framework Archetype Web ...... SUCCESS [ 2.677 s]
[INFO] CPF Test Plugins ................................... SUCCESS [ 3.555 s]
[INFO] Digest Plug-in ..................................... SUCCESS [ 4.311 s]
[INFO] Geometry Validation Plug-in ........................ SUCCESS [ 3.755 s]
[INFO] Mandelbrot Plug-in ................................. SUCCESS [ 5.156 s]
[INFO] Map Tile Plug-in ................................... SUCCESS [ 5.801 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:52 min
[INFO] Finished at: 2024-01-09T17:00:19Z
[INFO] ------------------------------------------------------------------------

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

"sequenceNumber","resultNumber","yourId","fullAddress","intersectionName","score","matchPrecision","precisionPoints","faults","siteName","unitDesignator","unitNumber","unitNumberSuffix","civicNumber","civicNumberSuffix","streetName","streetType","isStreetTypePrefix","streetDirection","isStreetDirectionPrefix","streetQualifier","localityName","localityType","electoralArea","provinceCode","location","locationPositionalAccuracy","locationDescriptor","siteID","blockID","intersectionID","fullSiteDescriptor","accessNotes","siteStatus","siteRetireDate","changeDate","isOfficial","degree","executionTime","sid"
1,1,"00002-civicAddressWithCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.481,3570324
2,1,"00003-civicAddressWithCivicNumberSuffix","4251A Rockbank Pl, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4251","A","Rockbank","Pl","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2420986 49.3459404)","high","parcelPoint","6397230a-0569-43c8-855e-d84558230db4",342044,,,,"active","9999-12-31","2023-12-08","true",,0.358,2714851
3,1,"00004-civicAddressWithOrdinalCivicNumberSuffix","749E Lakeview Arrow Creek Rd, Wynndel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"749","E","Lakeview Arrow Creek","Rd","false",,"false",,"Wynndel","Community","RDCK Electoral Area C","BC","SRID=4326;POINT(-116.5097552 49.154316)","high","parcelPoint","4b6d3737-4ae6-437b-8a9e-2f209c86c996",2512792,,,,"active","9999-12-31","2023-12-08","true",,10.559,1073929
4,1,"00005-civicAddressWithStreetDirection","456 Gorge Rd E, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.218,3001643
5,1,"00006-civicAddressWithoutStreetDirection","1804 Cedar Dr, Squamish, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1804",,"Cedar","Dr","false",,"false",,"Squamish","District Municipality",,"BC","SRID=4326;POINT(-123.1352813 49.6988427)","high","parcelPoint","29f2655d-ddcb-453c-8f23-7618396a6580",173758,,,,"active","9999-12-31","2023-12-08","true",,0.302,1018699
6,1,"00007-civicAddressWithPrefixStreetDirection","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.245,4174579
7,1,"00008-civicAddressWithStreetNameContainingDirectionWord","947 North Park St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"947",,"North Park","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3566146 48.4293207)","high","parcelPoint","042f4847-e5e5-4c07-bbaf-6e75e43a8577",512719,,,,"active","9999-12-31","2023-12-08","true",,51.635,3897960
8,1,"00009-CivicAddressWithAbbreviatedStreetName","Stelly's Cross Rd, Central Saanich, BC",,78,"STREET",78,"[]",,,,,,,"Stelly's Cross","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4390875 48.579717)","coarse","streetPoint",,,,,,"active",,,"true",,0.496,
9,1,"00010-CivicAddressWithAbbreviatedStreetName","3928 Cedar Hill Cross Rd, Saanich, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3928",,"Cedar Hill Cross","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3477591 48.4659559)","high","parcelPoint","b767e6b4-5af5-428e-acb3-f39fe7a6b952",384645,,,,"active","9999-12-31","2023-12-08","true",,29.955,3290984
10,1,"00011-CivicAddressWithAbbreviatedLocalityName","7495 Columbia Ave, Radium Hot Springs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7495",,"Columbia","Ave","false",,"false",,"Radium Hot Springs","Village",,"BC","SRID=4326;POINT(-116.0777622 50.6205387)","high","parcelPoint","f2f7536d-dd71-46eb-8c1a-5c902035c8e5",338710,,,,"active","9999-12-31","2023-12-08","true",,2.134,4184338
11,1,"00012-civicAddressWithoutProvinceCode","2050 SW Marine Dr, Vancouver, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.204,4174579
12,1,"00013-civicAddressWithProvinceName","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.303,4174579
13,1,"00014-civicAddressWithoutUnit","10372 99 St, Taylor, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10372",,"99","St","false",,"false",,"Taylor","District Municipality",,"BC","SRID=4326;POINT(-120.6811336 56.1548566)","high","parcelPoint","2bb29d69-9d7c-4eac-ad9d-28c6528d63fd",238496,,,,"active","9999-12-31","2023-12-08","true",,3.056,3682455
14,1,"00015-civicAddressWithUnitWithoutUnitDesignator","UNIT 170 -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170",,"active","9999-12-31","2023-12-08","true",,5.772,4363977
15,1,"00016-civicAddressWithUnitAfterStreetType","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.651,2064187
16,1,"00017-civicAddressWithUnitBeforeCivicNumber","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.354,2064187
17,1,"00018-civicAddressWithUnitBeforeCivicNumberandWithoutFrontGate","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.148,2064187
18,1,"00019-civicAddressWithUnitandKnownSiteName","UNIT 170 DOUGLAS COLLEGE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOUGLAS COLLEGE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 DOUGLAS COLLEGE",,"active","9999-12-31","2023-12-08","true",,11.743,4363977
19,1,"00020-civicAddressWithSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,9.186,
20,1,"00021-civicAddressWithPartialSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,1.685,
21,1,"00022-civicAddressWithSiteNameAndMissingCivicNumber","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.205,
22,1,"00023-civicAddressWithNumberForStreetName","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","63359f5d-feb8-4078-a53d-cf7597dedf72",241168,,,,"active","9999-12-31","2023-12-08","true",,28.513,1453435
23,1,"00024-civicAddressWithUnitNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.163,
24,1,"00025-CivicNumberWithHighwayStreetName","4390 Hwy 33, Beaverdell, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4390",,"33","Hwy","true",,"false",,"Beaverdell","Community","RDKB Electoral Area E (West Boundary)","BC","SRID=4326;POINT(-119.0335607 49.3035999)","high","parcelPoint","f0dfb4fd-5be0-4df9-bdc1-f99acad96a10",571497,,,,"active","9999-12-31","2023-12-08","true",,2.254,4097984
25,1,"00026-CivicAddressWithoutProvinceCode","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.111,3570324
26,1,"00027-CivicAddressWithoutLocality","525 Superior St, Victoria, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY.missing:10]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.282,3570324
27,1,"00028-CivicAddressWithoutStreetName","Kamloops, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3391667 50.6755556)","coarse","localityPoint",,,,,,"active",,,"true",,0.543,
28,1,"00029-CivicAddressWithoutStreetType","661A Market Hill, Vancouver, BC",,94,"CIVIC_NUMBER",100,"[STREET_TYPE.missing:6]",,,,,"661","A","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","b2855281-bebf-45d1-9bfe-a451a77941ca",265705,,,,"active","9999-12-31","2023-12-08","true",,1.19,1154850
29,1,"00030-CivicAddressWithoutStreetDirection","456 Gorge Rd E, Victoria, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.919,3001643
30,1,"00031-CivicAddressWithoutCivicNumber","Superior St, Victoria, BC",,78,"STREET",78,"[]",,,,,,,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3742047 48.4187396)","coarse","streetPoint",,,,,,"active",,,"true",,0.072,
31,1,"00032-CivicAddressWithUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.179,1897827
32,1,"00033-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.267,1897827
33,1,"00034-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.253,1897827
34,1,"00035-CivicAddressWithoutUnitDesignator","850 Saucier Ave, Kelowna, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","ff8c0c0f-008d-4c64-b706-20b249dd9dfa",423686,,,,"active","9999-12-31","2023-12-08","true",,0.275,3801227
35,1,"00036-CivicAddressWithoutUnitNumber","UNIT -- 850 Saucier Ave, Kelowna, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"UNIT",,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","ff8c0c0f-008d-4c64-b706-20b249dd9dfa",423686,,"UNIT",,"active","9999-12-31","2023-12-08","true",,0.171,3801227
36,1,"00037-CivicAddressWithoutUnitNumber","APT -- 1359 Porlier Pass Rd, Galiano Island, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"APT",,,"1359",,"Porlier Pass","Rd","false",,"false",,"Galiano Island","Unknown","CAPRD Southern Gulf Islands Electoral Area","BC","SRID=4326;POINT(-123.3619085 48.8934868)","medium","parcelPoint","4932e455-d8e3-4068-8cee-b690c18ec3cd",2652387,,"APT",,"active","9999-12-31","2023-12-08","true",,1.085,8004937
37,1,"00038-CivicAddressWithoutLocalityProvinceCode","3520 Wentworth Ave, West Vancouver, BC",,89,"CIVIC_NUMBER",100,"[LOCALITY.missing:10, PROVINCE.missing:1]",,,,,"3520",,"Wentworth","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2152473 49.3466751)","high","parcelPoint","03afe195-9300-4685-a674-b5ec3293c0c1",570447,,,,"active","9999-12-31","2023-12-08","true",,3.18,2836372
38,1,"00039-CivicAddressWithUnitAttachedToCivicNumber","Lorne St, Kamloops, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lorne","St","false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3275514 50.6782177)","coarse","streetPoint",,,,,,"active",,,"true",,4.194,
39,1,"00040-CivicAddressWithNonNumeric CivicNumber","A-B Connector Rd, Richmond, BC",,70,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:1, STREET_TYPE.notMatched:3, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"A-B Connector","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1809151 49.1921731)","coarse","streetPoint",,,,,,"active",,,"true",,71.363,
40,1,"00041-CivicAddressSwappedCharactersInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,11.574,
41,1,"00042-CivicAddressSwappedCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,15.463,3286476
42,1,"00043-CivicAddressSwappedCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,94.999,3286476
43,1,"00044-CivicAddressSwappedCharactersInStreetNameLocality","30 Firth Cres, Mackenzie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2, STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,155.475,3286476
44,1,"00045-CivicAddressWrongCharacterInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,14.401,
45,1,"00046-CivicAddressWrongCharacterInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,123.149,3286476
46,1,"00047-CivicAddressWrongCharacterInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,51.16,3286476
47,1,"00048-CivicAddressMissingWordInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,2.845,
48,1,"00049-CivicAddressWrongWordInStreetName","6006 Happy Valley Rd, Summerland, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","3b59fae5-17dc-4f0b-a35d-7117840c75b6",61656,,,,"active","9999-12-31","2023-12-08","true",,0.803,2052236
49,1,"00050-CivicAddressMissingFirstWordInStreetName","Valleyview Rd, Penticton, BC",,72,"STREET",78,"[STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Valleyview","Rd","false",,"false",,"Penticton","City",,"BC","SRID=4326;POINT(-119.5742878 49.4516623)","coarse","streetPoint",,,,,,"active",,,"true",,85.895,
50,1,"00051-CivicAddressMissingFirstWordInLocalityName","UNIT 1323 -- 5 Gore Ave, Vancouver, BC",,86,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_NAME.spelledWrong:2, STREET_TYPE.notPrefix:0]",,"UNIT","1323",,"5",,"Gore","Ave","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0979684 49.2846438)","low","accessPoint",,105284,,"UNIT 1323",,"active",,,"true",,22.998,
51,1,"00052-CivicAddressMissingFirstWordInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,5.887,
52,1,"00053-CivicAddressMissingCharactersInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,7.209,
53,1,"00054-CivicAddressWrongWordInStreetName","Community Center Rd, Grand Forks, BC",,78,"STREET",78,"[]",,,,,,,"Community Center","Rd","false",,"false",,"Grand Forks","City",,"BC","SRID=4326;POINT(-118.4881692 49.0174056)","coarse","streetPoint",,,,,,"active",,,"true",,0.536,
54,1,"00055-CivicAddressMissingCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,41.684,3286476
55,1,"00056-CivicAddressMissingCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,41.564,3286476
56,1,"00057-CivicAddressWrongAbbreviationInLocality","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","0f5b74f4-dda0-44a7-b0e2-3473c17973df",484911,,,,"active","9999-12-31","2023-12-08","true",,6.445,1860086
57,1,"00058-CivicAddressWrongProvinceCode","30 Firth Cres, Mackenzie, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.notMatched:1]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,0.833,3286476
58,1,"00059-CivicAddressWrongLocality","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.partialMatch:1]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,2.043,3951760
59,1,"00060-CivicAddressWrongStreetType","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[STREET_TYPE.notMatched:3]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,3.622,3951760
60,1,"00061-CivicAddressWrongStreetDirection","456 Gorge Rd E, Victoria, BC",,97,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2, PROVINCE.missing:1]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,1.005,3001643
61,1,"00062-CivicAddressMispelledStreetName","952 Comox Ave, Prince Rupert, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,17.57,3951760
62,1,"00063-CivicAddressWithMisplacedStreetDirection","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","63359f5d-feb8-4078-a53d-cf7597dedf72",241168,,,,"active","9999-12-31","2023-12-08","true",,17.082,1453435
63,1,"00064-CivicAddressWithMisplacedStreetDirection","2186 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notSuffix:0]",,,,,"2186",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1585049 49.2182009)","high","parcelPoint","9edb997b-7f36-4dc7-833f-e568324b3d5f",104099,,,,"active","9999-12-31","2023-12-08","true",,5.063,2902304
64,1,"00065-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","881c3c68-0f07-4b07-b93a-f796d820e28d",2646210,,,,"active","9999-12-31","2023-12-08","true",,43.927,3393400
65,1,"00066-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","881c3c68-0f07-4b07-b93a-f796d820e28d",2646210,,,,"active","9999-12-31","2023-12-08","true",,62.482,3393400
66,1,"00067-CivicAddressWithMisplacedStreetType","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,5.281,2287750
67,1,"00069-CivicAddressWithUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,37.979,2287750
68,1,"00070-CivicAddressWithUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","0db17158-e0f2-48a4-8460-e70997a45283",323579,,,,"active","9999-12-31","2023-12-08","true",,19.037,1239002
69,1,"00071-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,28.343,2287750
70,1,"00072-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notPrefix:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","0db17158-e0f2-48a4-8460-e70997a45283",323579,,,,"active","9999-12-31","2023-12-08","true",,37.015,1239002
71,1,"00073-CivicAddressUnknownLocality","626 Lindley Dr, West Kelowna, BC",,93,"BLOCK",99,"[LOCALITY.spelledWrong:2, LOCALITY.isAlias:4]",,,,,"626",,"Lindley","Dr","false",,"false",,"West Kelowna","Unknown","RDCO Central Okanagan West Electoral Area","BC","SRID=4326;POINT(-119.5404528 49.8943439)","low","accessPoint",,571162,,,,"active",,,"true",,9.232,
72,1,"00074-CivicAddressUnknownStreetDirection","456 Gorge Rd E, Victoria, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,1.379,3001643
73,1,"00075-CivicAddressUnknownStreetType","561 Salmon Rd, Central Saanich, BC",,96,"BLOCK",99,"[STREET_TYPE.notMatched:3]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,9.897,
74,1,"00076-CivicAddressUnknownStreetName","561 Salmon Rd, Central Saanich, BC",,97,"BLOCK",99,"[STREET_NAME.spelledWrong:2]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,186.173,
75,1,"00077-CivicAddressUnknownCivicNumber","Hwy 97B SE, Salmon Arm, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"97B","Hwy","true","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2201925 50.6811245)","coarse","streetPoint",,,,,,"active",,,"true",,91.779,
76,1,"00078-CivicAddressUnknownUnitDescriptor","UNIT 128 ABODE -- 850 Saucier Ave, Kelowna, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]","ABODE","UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128 ABODE",,"active","9999-12-31","2023-12-08","true",,0.282,1897827
77,1,"00079-CivicAddressStreetDirectionForUndirectedStreet","109 Quarry Dr, Salt Spring Island, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2]",,,,,"109",,"Quarry","Dr","false",,"false",,"Salt Spring Island","Unknown","CAPRD Saltspring Island Electoral Area","BC","SRID=4326;POINT(-123.5626031 48.8754044)","high","parcelPoint","ed895675-3557-4f54-aebb-865fddb565d7",2402870,,,,"active","9999-12-31","2023-12-08","true",,9.45,2688433
78,1,"00080-CivicAddressWithMailBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.4,3570324
79,1,"00081-CivicAddressWithMailBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.366,3570324
80,1,"00082-CivicAddressWithBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.342,3570324
81,1,"00083-CivicAddressWithBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.34,3570324
82,1,"00084-CivicAddressWithCompAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.333,3570324
83,1,"00085-CivicAddressWithCompAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.334,3570324
84,1,"00086-CivicAddressWithLcdAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.33,3570324
85,1,"00087-CivicAddressWithLcdAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.321,3570324
86,1,"00088-CivicAddressWithPostalCodeAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.328,3570324
87,1,"00089-CivicAddressWithPostalCodeAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.322,3570324
88,1,"00090-CivicAddressWithRuralRouteAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.336,3570324
89,1,"00091-CivicAddressWithRuralRouteAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.316,3570324
90,1,"00092-CivicAddressWithRuralRouteStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.349,3570324
91,1,"00093-CivicAddressWithRuralRouteStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.325,3570324
92,1,"00094-CivicAddressWithUnabbreviatedRuralRoute","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.319,3570324
93,1,"00095-CivicAddresswithPostBoxStnNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.26,
94,1,"00096-CivicAddressWithPostBoxStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.358,3570324
95,1,"00097-CivicAddressWithPostBoxStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.369,3570324
96,1,"00098-CivicAddresswithPostBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.202,
97,1,"00099-CivicAddressWithPostBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.341,3570324
98,1,"00100-CivicAddressWithPostBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.338,3570324
99,1,"00101-CivicAddresswithBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.141,
100,1,"00102-CivicAddressWithBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.382,3570324
101,1,"00103-CivicAddressWithBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.33,3570324
102,1,"00104-CivicAddressWithFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,7.912,4260507
103,1,"00105-CivicAddressWithReverseFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,15.577,4260507
104,1,"00106-CivicAddressWithUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,6.104,4260507
105,1,"00107-CivicAddressWithReverseUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,14.537,4260507
106,1,"00108-SimpleInterpolatedCivicAddress","5742 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5742",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0134698 49.2299803)","low","accessPoint",,2586590,,,,"active",,,"true",,0.116,
107,1,"00109-AdaptiveInterpolatedCivicAddress","5686 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5686",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0168146 49.2298375)","low","accessPoint",,2586590,,,,"active",,,"true",,0.066,
108,1,"00110-CivicAddressWithKnownCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.082,3570324
109,1,"00111-CivicAddressWithKnownMainEntrance","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.069,3570324
110,1,"00112-CivicAddressWithKnownParcelPoint","5706 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5706",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0159456 49.2298132)","high","parcelPoint","d2458816-e87a-4835-ad7f-3da875eaf381",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.062,3914830
111,1,"00113-CivicAddressWithKnownFrontDoorAndUnknownParcelPoint","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.092,
112,1,"00114-CivicAddressWithUnKnownFrontDoorAndKnownParcelPoint","5712 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5712",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0156988 49.2298087)","high","parcelPoint","4ea88cf9-c8e1-44b2-8c0c-d238b5e91222",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.064,3530385
113,1,"00115-IntersectionAddressWithTwoStreetsInAscendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"8fdc9d21-1489-4470-81d8-91970f6bee19",,,"active",,,"true",4,19.591,
114,1,"00116-IntersectionAddressWithTwoStreetsInDescendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"8fdc9d21-1489-4470-81d8-91970f6bee19",,,"active",,,"true",4,24.44,
115,1,"00117-IntersectionAddressWithFourStreets","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,998.803,
116,1,"00118-IntersectionAddressWithStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"16938575-9d8c-42ab-a8f4-daac32a6014b",,,"active",,,"true",3,0.602,
117,1,"00119-IntersectionAddressWithMissingStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"16938575-9d8c-42ab-a8f4-daac32a6014b",,,"active",,,"true",3,0.228,
118,1,"00120-IntersectionAddressWithoutStreetDirection","Begbie St and Johnson St, Victoria, BC","Begbie St and Johnson St",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3419611 48.4272692)","high","intersectionPoint",,,"57828176-9618-4319-b851-d450f7355481",,,"active",,,"true",3,2.558,
119,1,"00121-IntersectionAddressWithPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"fb63e02a-7823-44d4-965c-3b7d3b538242",,,"active",,,"true",3,3.908,
120,1,"00122-IntersectionAddressWithMissingPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2, STREET_DIRECTION.notSuffix:0]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"fb63e02a-7823-44d4-965c-3b7d3b538242",,,"active",,,"true",3,2.096,
121,1,"00123-IntersectionAddressWithPrefixStreetDirectionAndStreetNameContainingDirectionWord","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.096,
122,1,"00124-IntersectionAddressWithoutProvinceCode","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",99,"INTERSECTION",100,"[PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.308,
123,1,"00125-IntersectionAddressWithProvinceName","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.585,
124,1,"00126-IntersectionAddressWrongLocality","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",93,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, LOCALITY.isAlias:4]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,3.391,
125,1,"00127-IntersectionAddressWrongStreetType","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",85,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,25.154,
126,1,"00128-IntersectionAddressWrongStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,22.013,
127,1,"00129-IntersectionAddressUnknownLocality","George Junction, Surrey, BC",,60,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_NAME.spelledWrong:2, FAULTS.tooMany:6]",,,,,,,"George Junction",,"false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8436983 49.1816386)","coarse","streetPoint",,,,,,"active",,,"true",,41.379,
128,1,"00130-IntersectionAddressUnknownStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,23.674,
129,1,"00131-IntersectionAddressStreetDirectionForUndirectedStreet","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.935,
130,1,"00132-CivicAddressNumberedStreetWithoutTH","955 13th Ave, Valemount, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"955",,"13th","Ave","false",,"false",,"Valemount","Village",,"BC","SRID=4326;POINT(-119.2562088 52.8244902)","high","parcelPoint","77bcbe45-e610-4136-bc6f-5e1ab44226f8",2657065,,,,"active","9999-12-31","2023-12-08","true",,3.704,3340468
131,1,"00133-Street","Wells Rd, Chilliwack, BC",,78,"STREET",78,"[]",,,,,,,"Wells","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9710217 49.1348039)","coarse","streetPoint",,,,,,"active",,,"true",,0.191,
132,1,"00134-CivicAddressFailedInPast","1090 Marine Dr, Port Alice, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1090",,"Marine","Dr","false",,"false",,"Port Alice","Village",,"BC","SRID=4326;POINT(-127.4882951 50.4256588)","high","parcelPoint","973ddaed-c28c-443c-98a4-f10cbbbad7bc",386923,,,,"active","9999-12-31","2023-12-08","true",,1.892,2035733
133,1,"00135-CivicAddressFailedInPast","1772 Hwy 97, 70 Mile House, BC",,100,"CIVIC_NUMBER",100,"[STREET_NAME.isHighwayAlias:0]",,,,,"1772",,"97","Hwy","true",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.388392 51.3175653)","high","parcelPoint","19c012dd-88c3-4337-99a6-63f932cc4d0c",485724,,,,"active","9999-12-31","2023-12-08","true",,9.718,3833822
134,1,"00136-CivicAddressFailedInPast","3545 Prince Edward St, Vancouver, BC",,99,"BLOCK",99,"[]",,,,,"3545",,"Prince Edward","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0966457 49.2534421)","low","accessPoint",,105930,,,,"active",,,"true",,3.234,
135,1,"00137-CivicAddressFailedInPast","671D Market Hill, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"671","D","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","b0c2f51d-cc2b-4684-a89f-968ce99f0677",265705,,,,"active","9999-12-31","2023-12-08","true",,0.1,2290321
136,1,"00138-CivicAddressFailedInPast","100 Mile House, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"100 Mile House","District Municipality",,"BC","SRID=4326;POINT(-121.2955555 51.6425)","coarse","localityPoint",,,,,,"active",,,"true",,1.213,
137,1,"00139-CivicAddressFailedInPast","Willow Dr, 70 Mile House, BC",,78,"STREET",78,"[]",,,,,,,"Willow","Dr","false",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3940095 51.3174337)","coarse","streetPoint",,,,,,"active",,,"true",,2.584,
138,1,"00140-CivicAddressFailedInPast","Gorge Bridge and Gorge Bridge, Esquimalt, BC","Gorge Bridge and Gorge Bridge",88,"INTERSECTION",100,"[STREET_QUALIFIER.missing:1, LOCALITY.missing:10, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.4003273 48.4462962)","high","intersectionPoint",,,"90f60e51-5e93-4924-bfda-d4e122f5e016",,,"active",,,"true",2,7.848,
139,1,"00141-CivicAddressFailedInPast","Vancouver, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1138889 49.2608333)","coarse","localityPoint",,,,,,"active",,,"true",,0.412,
140,1,"00142-CivicAddressNotInAnyAddressRange","Commercial Dr, Dease Lake, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Commercial","Dr","false",,"false",,"Dease Lake","Community","RDKS Electoral Area F","BC","SRID=4326;POINT(-129.9874801 58.4338875)","coarse","streetPoint",,,,,,"active",,,"true",,49.978,
141,1,"00143-CivicAddressStreetNameNotPrimary","1271 Winchester Rd, Qualicum Beach, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"1271",,"Winchester","Rd","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4501346 49.292)","high","parcelPoint","515b3a81-b009-4af6-b392-7ecd204d9861",1897789,,,,"active","9999-12-31","2023-12-08","true",,0.122,3631023
142,1,"00144-CivicAddressWithHashCharacter","UNIT 1 -- 2145 Phillips Rd, Sooke, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"2145",,"Phillips","Rd","false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7064698 48.3865487)","high","rooftopPoint","78759a60-dad5-4c25-93ff-5667adbcc26f",307630,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,10.337,2995850
143,1,"00145-CivicAddressWithProvinceCode","3010 Wood Ave, Armstrong, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3010",,"Wood","Ave","false",,"false",,"Armstrong","City",,"BC","SRID=4326;POINT(-119.1984008 50.4504501)","high","parcelPoint","87d3b050-9e79-4db2-9afc-c045cb2deeca",2638910,,,,"active","9999-12-31","2023-12-08","true",,0.138,2117684
144,1,"00146-InterpolatedAccessPtOnEmptyBlock","527 Superior St, Victoria, BC",,99,"BLOCK",99,"[]",,,,,"527",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708816 48.4180902)","low","accessPoint",,296337,,,,"active",,,"true",,0.083,
145,1,"00147-InterpolatedAccessPtOnBlockWithAccessPtSites","388 Campbell St, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"388",,"Campbell","St","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.6886073 48.7789468)","low","accessPoint",,279783,,,,"active",,,"true",,0.091,
146,1,"00148-InterpolatedAccessPtOnBlockWithParcelPtSites","3484 Auchinachie Rd, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"3484",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7462283 48.7957275)","low","accessPoint",,386280,,,,"active",,,"true",,0.065,
147,1,"00149-AccessPtForAccessPtSite","30 Firth Cres, Mackenzie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,0.064,3286476
148,1,"00150-AccessPtForHighAccuracyParcelPtSite","3482 Auchinachie Rd, Duncan, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3482",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.746139 48.7955143)","high","parcelPoint","79fc1453-8251-433a-9a09-82e2271f14e8",386280,,,,"active","9999-12-31","2023-12-08","true",,0.07,3403909
149,1,"00151-AccessPtForMediumAccuracyParcelPtSite","5670 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5670",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0166701 49.2295564)","high","parcelPoint","4b1627fa-b0eb-4fa0-a2df-2ae3b7624a0e",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.068,3278101
150,1,"00152-CivicAddressFailedInPast","6006 Happy Valley Rd, Summerland, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","3b59fae5-17dc-4f0b-a35d-7117840c75b6",61656,,,,"active","9999-12-31","2023-12-08","true",,0.732,2052236
151,1,"00153-CivicAddressFailedInPast","848 Esquimalt Rd, Esquimalt, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"848",,"Esquimalt","Rd","false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.39794 48.432112)","high","parcelPoint","646a6c30-71cd-4377-ba0d-c877c8ff77cc",296065,,,,"active","9999-12-31","2023-12-08","true",,0.071,3617740
152,1,"00156-CivicAddressInWrongLocation","4427 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4427",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4162969 49.8219851)","high","rooftopPoint","e812c88e-84c4-4d10-b234-94bb2095d329",345026,,,,"active","9999-12-31","2023-12-08","true",,0.079,3723542
153,1,"00157-CivicAddressInWrongLocation","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","9d003d88-50ea-481d-a2ff-6aceb05652a5",535086,,,,"active","9999-12-31","2023-12-08","true",,0.054,3492892
154,1,"00158-CivicAddressWithUnescapedSpecialCharacter","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","9d003d88-50ea-481d-a2ff-6aceb05652a5",535086,,,,"active","9999-12-31","2023-12-08","true",,0.049,3492892
155,1,"00159-CivicAddressWithNegativeScore","Sooke, BC",,48,"LOCALITY",68,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12, LOCALITY.isAlias:4, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7316667 48.3825)","coarse","localityPoint",,,,,,"active",,,"true",,13.267,
156,1,"00160-CivicAddressWithCivicNumberTreatedAsCivicNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.1,
157,1,"00161-NonCivicAddressWithKnownSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,5.456,
158,1,"00162-NonCivicAddressWithKnownSiteNameAndMissingStreet","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,3.398,
159,1,"00163-NonCivicAddressWithKnownSiteNameandProvince","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.752,
160,1,"00164-NonCivicAddressWithHwyNameAlias","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.095,
161,1,"00165-CivicAddressWithFractionalCivicNumberSuffix","535 1/2 Fisgard St, Victoria, BC",,98,"BLOCK",99,"[CIVIC_NUMBER_SUFFIX.notMatched:1]",,,,,"535","1/2","Fisgard","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3683677 48.4293144)","low","accessPoint",,310522,,,,"active",,,"true",,0.29,
162,1,"00167-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,1.99,3478532
163,1,"00168-NumberedStreetNameWithEmbeddedBlanks","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,2.083,3478532
164,1,"00169-StreetNameWithGluedWords","2845 Cedar Hill Rd, Victoria, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"2845",,"Cedar Hill","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3452603 48.4424106)","high","parcelPoint","5b4408ad-303c-405d-a31b-771e64b795e3",2660218,,,,"active","9999-12-31","2023-12-08","true",,0.659,3587951
165,1,"00170-LocalityNameWithGluedWords","1722 Elford Rd, Shawnigan Lake, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1722",,"Elford","Rd","false",,"false",,"Shawnigan Lake","Community","CVRD Electoral Area B (Shawnigan Lake)","BC","SRID=4326;POINT(-123.6193839 48.6458832)","high","parcelPoint","2cc67702-66f4-4207-ad97-67f5d539728b",556151,,,,"active","9999-12-31","2023-12-08","true",,0.294,3545213
166,1,"00171-SiteNameWithGluedWords","ANAHIMLAKE AIRPORT -- Anahim Lake, BC",,58,"LOCALITY",68,"[SITE_NAME.notMatched:10]","ANAHIMLAKE AIRPORT",,,,,,,,"false",,"false",,"Anahim Lake","Community","CRD Electoral Area J","BC","SRID=4326;POINT(-125.3180556 52.4663889)","coarse","localityPoint",,,,"ANAHIMLAKE AIRPORT",,"active",,,"true",,6.53,
167,1,"00172-StreetNameWithMultipleSpellingMistakes","Omenica St, Kitimat, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omenica","St","false",,"false",,"Kitimat","District Municipality",,"BC","SRID=4326;POINT(-128.6597836 54.0442719)","coarse","streetPoint",,,,,,"active",,,"true",,2.948,
168,1,"00173-LocalityNameWithMultipleSpellingMistakes","Spallumcheen, BC",,66,"LOCALITY",68,"[LOCALITY.spelledWrong:2]",,,,,,,,,"false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2174999 50.4022222)","coarse","localityPoint",,,,,,"active",,,"true",,2.439,
169,1,"00174-SiteNameWithMultipleSpellingMistakes","ANAHYME LAK ARPORT -- Anahim Lake, BC",,58,"LOCALITY",68,"[SITE_NAME.notMatched:10]","ANAHYME LAK ARPORT",,,,,,,,"false",,"false",,"Anahim Lake","Community","CRD Electoral Area J","BC","SRID=4326;POINT(-125.3180556 52.4663889)","coarse","localityPoint",,,,"ANAHYME LAK ARPORT",,"active",,,"true",,4.115,
170,1,"00175-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,1.943,3478532
171,1,"00178-StreetNameWithSplitWords","1985 Millstream Rd, Highlands, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,4.511,4153266
172,1,"00179-UnknownSiteNameWithFrontGate","OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,0.505,4153266
173,1,"00180-UnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,16.799,4153266
174,1,"00181-UnknownUnitwithUnknownSiteNameWithFrontGate","APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","APT 101 OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,1.292,4153266
175,1,"00182-UnknownUnitwithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,41.455,4153266
176,1,"00183-UnknownUnitAfterStreetWithUnknownSiteNameWithFrontGate","APT 101 APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,88,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]","APT 101 OLD MILL STREAM MANOR","APT","101",,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"APT 101 APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,106.906,4153266
177,1,"00184-UnknownUnitAfterStreetWithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,40.698,4153266
178,1,"00185-UnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,3.894,4153266
179,1,"00186-UnknownUnitWithUnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,41.052,4153266
180,1,"00187-SpelledOutProvinceName","8525 Terrace Dr, Delta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","fd8bad69-896b-4459-a7b3-759ef82c3f2e",131433,,,,"active","9999-12-31","2023-12-08","true",,0.135,2746401
181,1,"00188-RedundantSpelledOutProvinceNameAndAbbreviation","8525 Terrace Dr, Delta, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","fd8bad69-896b-4459-a7b3-759ef82c3f2e",131433,,,,"active","9999-12-31","2023-12-08","true",,1.208,2746401
182,1,"00189-WordUNKNOWNInAddress","975 Balmoral Rd, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"975",,"Balmoral","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.356382 48.4284131)","high","parcelPoint","fcf5e245-bca4-4f68-881f-be77c218a369",300538,,,,"active","9999-12-31","2023-12-08","true",,0.76,2863484
183,1,"00190-WordCANADAInAddress","5142 Manor St, Burnaby, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"5142",,"Manor","St","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9900276 49.2568325)","high","parcelPoint","40abf4f4-6eb2-45bd-9180-8b38fedd4467",116162,,,,"active","9999-12-31","2023-12-08","true",,3.132,2467917
184,1,"00191-GDPostalElementAfterStreet","400 Gower Point Rd, Gibsons, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"400",,"Gower Point","Rd","false",,"false",,"Gibsons","Town",,"BC","SRID=4326;POINT(-123.5092528 49.3994338)","high","parcelPoint","ed2a3a65-1f34-439c-9610-2b9004532659",178782,,,,"active","9999-12-31","2023-12-08","true",,0.858,2461748
185,1,"00192-DNCPostalElementAfterStreet","10631 Rochdale Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10631",,"Rochdale","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1093351 49.1345637)","high","parcelPoint","64e07569-1a0f-4ea1-b293-670c469e5a2a",126449,,,,"active","9999-12-31","2023-12-08","true",,0.14,2683087
186,1,"00193-RPOPostalElementAfterStreet","1751 Martini Way, Qualicum Beach, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1751",,"Martini","Way","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.5637356 49.3047857)","high","parcelPoint","f2f500b6-f619-464f-9e9a-acb9eff6893f",331400,,,,"active","9999-12-31","2023-12-08","true",,0.361,2958432
187,1,"00196-SiteNameAfterStreet","9020 Bridgeport Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9020",,"Bridgeport","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1251457 49.1915261)","high","parcelPoint","9ccbc888-a3c0-4246-aef2-5f42c847faec",349117,,,,"active","9999-12-31","2023-12-08","true",,7.285,1816251
188,1,"00197-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.169,3980238
189,1,"00198-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.225,3980238
190,1,"00199-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.282,3980238
191,1,"00200-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.36,3980238
192,1,"00201-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,19.115,3547420
193,1,"00202-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,18.789,3547420
194,1,"00203-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,18.863,3547420
195,1,"00204-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,18.986,3547420
196,1,"00205-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.256,1095815
197,1,"00206-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.264,1095815
198,1,"00207-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.202,1095815
199,1,"00208-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.193,1095815
200,1,"00209-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","2a5a82c3-ae53-47ef-8dfe-b1aef979d056",279569,,,,"active","9999-12-31","2023-12-08","true",,23.815,3815340
201,1,"00210-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","2a5a82c3-ae53-47ef-8dfe-b1aef979d056",279569,,,,"active","9999-12-31","2023-12-08","true",,22.641,3815340
202,1,"00211-RedundantStreetTypeInAddress","1168 Douglas Terr, Port Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1168",,"Douglas","Terr","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7811 49.2357097)","high","parcelPoint","5d3c3ff2-6dd0-4350-ad97-0f5c834cb235",147675,,,,"active","9999-12-31","2023-12-08","true",,19.226,3826511
203,1,"00212-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.249,2471690
204,1,"00213-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.2,2471690
205,1,"00214-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.112,2471690
206,1,"00215-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.562,2559518
207,1,"00216-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.549,2559518
208,1,"00217-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.626,2559518
209,1,"00218-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.66,2559518
210,1,"00219-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.458,3013340
211,1,"00220-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.351,3013340
212,1,"00221-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,1.919,3013340
213,1,"00222-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.343,3013340
214,1,"00223-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.36,3013340
215,1,"00224-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.365,3013340
216,1,"00225-RedundantStreetTypeInAddress","1065 Cinnamon Sedge Way, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1065",,"Cinnamon Sedge","Way","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2708609 49.2750462)","high","parcelPoint","4959de89-a240-4b2a-aa94-9a5b86a4cd7d",1864615,,,,"active","9999-12-31","2023-12-08","true",,1.003,4139213
217,1,"00226-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.652,2118865
218,1,"00227-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.631,2118865
219,1,"00228-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.635,2118865
220,1,"00229-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.606,2118865
221,1,"00230-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.626,2118865
222,1,"00231-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.609,2118865
223,1,"00232-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.689,2118865
224,1,"00233-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.603,2118865
225,1,"00234-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.611,2118865
226,1,"00235-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,11.143,1060061
227,1,"00236-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,18.656,1060061
228,1,"00237-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,17.743,1060061
229,1,"00238-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,12.646,1060061
230,1,"00239-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,11.992,1060061
231,1,"00240-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.156,3911239
232,1,"00241-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.074,3911239
233,1,"00242-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.144,3911239
234,1,"00243-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.117,3911239
235,1,"00244-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.197,3911239
236,1,"00245-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.957,3911239
237,1,"00246-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,14.92,3911239
238,1,"00247-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,16.748,3911239
239,1,"00248-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,15.329,3911239
240,1,"00249-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.355,3872694
241,1,"00250-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.42,3872694
242,1,"00251-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.466,3872694
243,1,"00252-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.6,3872694
244,1,"00253-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","4d942656-0704-4c43-879c-939cd257b8f5",580534,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,30.237,4280010
245,1,"00254-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","4d942656-0704-4c43-879c-939cd257b8f5",580534,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,30.55,4280010
246,1,"00255-UnknownSiteNameWithFrontGate","HOLLYBURN HOUSE -- 2095 Marine Dr, West Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","HOLLYBURN HOUSE",,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","cec50666-a78e-44c9-90ed-7cada1558784",165751,,"HOLLYBURN HOUSE",,"active","9999-12-31","2023-12-08","true",,9.677,2436253
247,1,"00256-UnknownSiteNameAfterStreetWithoutFrontGate","2095 Marine Dr, West Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","cec50666-a78e-44c9-90ed-7cada1558784",165751,,,,"active","9999-12-31","2023-12-08","true",,22.463,2436253
248,1,"00257-UnknownSiteNameWithFrontGate","BRG HOUSING -- 100 E Cordova St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, STREET_DIRECTION.notSuffix:0]","BRG HOUSING",,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","0359f4d1-2724-415c-8b69-3a7cd593d0d4",105944,,"BRG HOUSING",,"active","9999-12-31","2023-12-08","true",,3.451,3780707
249,1,"00258-UnknownSiteNameAfterStreetWithoutFrontGate","100 E Cordova St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.notSuffix:0]",,,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","0359f4d1-2724-415c-8b69-3a7cd593d0d4",105944,,,,"active","9999-12-31","2023-12-08","true",,8.875,3780707
250,1,"00259-GoodAddress","689 Abbott St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.106,8007681
251,1,"00260-WordRTDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.664,8007681
252,1,"00261-WordRETURNMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.706,8007681
253,1,"00262-WordRETURNEDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.652,8007681
254,1,"00263-WordMAILINGAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.644,8007681
255,1,"00264-GoodAddress","9695 Prest Rd, Chilliwack, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.076,1459224
256,1,"00265-WordPOSTALSTNAfterStreet","9695 Prest Rd, Chilliwack, BC",,89,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY.missing:10]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,3.665,1459224
257,1,"00266-WordPOSTALSTATIONAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.845,1459224
258,1,"00267-WordPOSTALAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.435,1459224
259,1,"00268-POBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.275,3496523
260,1,"00269-PspaceOBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.293,3496523
261,1,"00270-POAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.243,3496523
262,1,"00271-PspaceOAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.863,3496523
263,1,"00272-KnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.317,2104959
264,1,"00273-APARTMENTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.381,2104959
265,1,"00274-APARTMENTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.267,2104959
266,1,"00275-APTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.389,2104959
267,1,"00276-APTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.238,2104959
268,1,"00277-POBoxAtFrontOfUnitAddress","UNIT 105 -- 150 21st St, West Vancouver, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,59.465,1430226
269,1,"00278-POBoxAtFrontOfUnitAddresssWithBUZZERNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,63.975,1430226
270,1,"00279-POBoxAtFrontOfUnitAddressWithBUZZNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,65.998,1430226
271,1,"00280-POBoxAtFrontOfUnitAddressWithINTERCOMNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,69.669,1430226
272,1,"00281-StreetNameWithApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","7c73e9de-96f5-42b4-a315-954987ac6ab1",120417,,,,"active","9999-12-31","2023-12-08","true",,0.217,4018594
273,1,"00282-StreetNameWithSpaceInsteadOfApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,88,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","7c73e9de-96f5-42b4-a315-954987ac6ab1",120417,,,,"active","9999-12-31","2023-12-08","true",,14.85,4018594
274,1,"00283-GoodAddress","1110 Cardero St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.118,4187775
275,1,"00284-UnknownSiteNameWithFrontGate","PATRICIA APTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,"PATRICIA APTS",,"active","9999-12-31","2023-12-08","true",,0.241,4187775
276,1,"00285-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.532,4187775
277,1,"00286-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.298,4187775
278,1,"00287-UnknownSiteNameWithFrontGate","PATRICIA APARTMENTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APARTMENTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,"PATRICIA APARTMENTS",,"active","9999-12-31","2023-12-08","true",,0.194,4187775
279,1,"00288-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.499,4187775
280,1,"00289-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.292,4187775
281,1,"00290-UnknownSiteNameWithFrontGate","LILLOET BLDG -- 2016 Fullerton Ave, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1]","LILLOET BLDG",,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","c49735b4-3dba-4ea2-b764-20ebb5af9392",2602976,,"LILLOET BLDG",,"active","9999-12-31","2023-12-08","true",,117.563,8006509
282,1,"00291-UnknownSiteNameWithoutFrontGate","2016 Fullerton Ave, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","c49735b4-3dba-4ea2-b764-20ebb5af9392",2602976,,,,"active","9999-12-31","2023-12-08","true",,1.903,8006509
283,1,"00292-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 410 -- 2016 Fullerton Ave, District of North Vancouver, BC",,96,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, LOCALITY.isAlias:1]",,"UNIT","410",,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","high","parcelPoint","b708e505-9053-4608-807d-cb8ac63000ee",2602976,,"UNIT 410",,"active","9999-12-31","2023-12-08","true",,1.821,2616741
284,1,"00293-UnknownSiteNameWithFrontGate","UNIT 205 CONDOMINIUMS -- 7555 120A St, Surrey, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","UNIT 205 CONDOMINIUMS",,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205 CONDOMINIUMS",,"active","9999-12-31","2023-12-08","true",,2.836,3700539
285,1,"00294-UnknownSiteNameWithoutFrontGate","7555 120A St, Surrey, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,,,"active","9999-12-31","2023-12-08","true",,7.869,3700539
286,1,"00295-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205",,"active","9999-12-31","2023-12-08","true",,8.084,3700539
287,1,"00296-UnknownSiteNameWithFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"CONDO 205",,"active","9999-12-31","2023-12-08","true",,2.269,3700539
288,1,"00297-UnknownSiteNameWithoutFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"CONDO 205",,"active","9999-12-31","2023-12-08","true",,8.883,3700539
289,1,"00298-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205",,"active","9999-12-31","2023-12-08","true",,7.278,3700539
290,1,"00299-UnknownSiteNameWithFrontGate","FRASERVIEW CARE LODGE -- 9580 Williams Rd, Richmond, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","FRASERVIEW CARE LODGE",,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,"FRASERVIEW CARE LODGE",,"active","9999-12-31","2023-12-08","true",,1.77,2175388
291,1,"00300-UnknownSiteNameWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,,,"active","9999-12-31","2023-12-08","true",,1.333,2175388
292,1,"00301-UnknownSiteNameAfterStreetWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,,,"active","9999-12-31","2023-12-08","true",,4.852,2175388
293,1,"00302-UnknownSiteNameWithFrontGate","UNIT 1 LYNN VLY CARE CTR -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]","UNIT 1 LYNN VLY CARE CTR",,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 1 LYNN VLY CARE CTR",,"active","9999-12-31","2023-12-08","true",,12186.668,4123935
294,1,"00303-UnknownSiteNameWithoutFrontGate","1070 Lynn Valley Rd, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,,,"active","9999-12-31","2023-12-08","true",,25.408,4123935
295,1,"00304-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 1 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","1",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,104.621,4123935
296,1,"00305-UnknownSiteNameWithFrontGate","CERWYDDEN CARE HOME -- 3243 Cowichan Lake Rd, Duncan, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","CERWYDDEN CARE HOME",,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,"CERWYDDEN CARE HOME",,"active","9999-12-31","2023-12-08","true",,5.262,3905051
297,1,"00306-UnknownSiteNameWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,,,"active","9999-12-31","2023-12-08","true",,3.981,3905051
298,1,"00307-UnknownSiteNameAfterStreetWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,,,"active","9999-12-31","2023-12-08","true",,5.487,3905051
299,1,"00308-GoodAddress","10011 Simkin Pl, Sidney, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.135,3396062
300,1,"00309-DuplicateBCAfterStreetType","10011 Simkin Pl, Sidney, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.27,3396062
301,1,"00310-DuplicateBCAfterLocality","10011 Simkin Pl, Sidney, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.224,3396062
302,1,"00311-GoodAddress","1447 Rupert St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","af6b7277-d15e-49b1-9667-2d1789a5f9ca",108270,,,,"active","9999-12-31","2023-12-08","true",,0.123,3690174
303,1,"00312-DuplicateLocalityAfterLocality","1447 Rupert St, Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","af6b7277-d15e-49b1-9667-2d1789a5f9ca",108270,,,,"active","9999-12-31","2023-12-08","true",,3.416,3690174
304,1,"00313-GoodAddress","964 Lillooet Rd, District of North Vancouver, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","62b09be7-ce54-4bdf-a730-fefda642528f",1786503,,,,"active","9999-12-31","2023-12-08","true",,21.871,3844965
305,1,"00314-DuplicateLocalityAfterLocality","964 Lillooet Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","62b09be7-ce54-4bdf-a730-fefda642528f",1786503,,,,"active","9999-12-31","2023-12-08","true",,64.665,3844965
306,1,"00315-GoodAddress","1135 Jefferson Ave, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","ec40465d-5663-418c-ad94-f968c5029a87",163333,,,,"active","9999-12-31","2023-12-08","true",,0.361,2329721
307,1,"00316-DuplicateLocalityAfterLocality","1135 Jefferson Ave, West Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","ec40465d-5663-418c-ad94-f968c5029a87",163333,,,,"active","9999-12-31","2023-12-08","true",,8.744,2329721
308,1,"00317-GoodAddress","11048 157A St, Surrey, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","ebbfa41d-3678-4c19-b37d-52e1a69e2b84",139972,,,,"active","9999-12-31","2023-12-08","true",,6.157,3661022
309,1,"00318-DuplicateLocalityAfterLocality","11048 157A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","ebbfa41d-3678-4c19-b37d-52e1a69e2b84",139972,,,,"active","9999-12-31","2023-12-08","true",,21.687,3661022
310,1,"00319-GoodAddress","9917 Ashwood Dr, Richmond, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","a40b84ae-4593-410f-a25b-62a574d56bb5",128091,,,,"active","9999-12-31","2023-12-08","true",,0.105,2618789
311,1,"00320-DuplicateLocalityAfterLocality","9917 Ashwood Dr, Richmond, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","a40b84ae-4593-410f-a25b-62a574d56bb5",128091,,,,"active","9999-12-31","2023-12-08","true",,0.376,2618789
312,1,"00321-GoodAddress","1120 Foster Ave, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","cd1bdefc-e11d-4d40-a83f-a789b2fe6c7f",2612215,,,,"active","9999-12-31","2023-12-08","true",,0.086,1572531
313,1,"00322-DuplicateLocalityAfterLocality","1120 Foster Ave, Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","cd1bdefc-e11d-4d40-a83f-a789b2fe6c7f",2612215,,,,"active","9999-12-31","2023-12-08","true",,1.634,1572531
314,1,"00323-GoodAddress","1040 Fraserview St, Port Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","2b857fad-fe03-407d-b5da-59d225e8884e",147713,,,,"active","9999-12-31","2023-12-08","true",,0.375,3413505
315,1,"00324-DuplicateLocalityAfterLocality","1040 Fraserview St, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","2b857fad-fe03-407d-b5da-59d225e8884e",147713,,,,"active","9999-12-31","2023-12-08","true",,6.272,3413505
316,1,"00325-GoodAddress","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","10f931dc-7445-4019-b607-63cfbf08d197",2182546,,,,"active","9999-12-31","2023-12-08","true",,0.085,3964198
317,1,"00326-NonStandardStreetTypeAbbreviation","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","10f931dc-7445-4019-b607-63cfbf08d197",2182546,,,,"active","9999-12-31","2023-12-08","true",,0.059,3964198
318,1,"00327-AddressInSmallCommunity","6481 Savona Access Rd, Savona, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","db21cdc5-03bd-4ea9-8a33-2339f5ed48f3",209084,,,,"active","9999-12-31","2023-12-08","true",,0.297,4134342
319,1,"00328-AddressInSmallCommunityUsingLocalityAlias","6481 Savona Access Rd, Savona, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","db21cdc5-03bd-4ea9-8a33-2339f5ed48f3",209084,,,,"active","9999-12-31","2023-12-08","true",,0.684,4134342
320,1,"00329-AddressInSmallCommunity","2089 Errington Rd, Errington, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","19837d2a-4dde-4a8a-8f09-910b5a512bae",566371,,,,"active","9999-12-31","2023-12-08","true",,0.074,3183815
321,1,"00330-AddressInSmallCommunityUsingLocalityAlias","2089 Errington Rd, Errington, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","19837d2a-4dde-4a8a-8f09-910b5a512bae",566371,,,,"active","9999-12-31","2023-12-08","true",,0.344,3183815
322,1,"00331-AddressInSmallCommunity","1104 Deep Creek Rd, Deep Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","3f1e5a00-68a6-4ccb-8965-284b5e579f83",470193,,,,"active","9999-12-31","2023-12-08","true",,2.688,3852491
323,1,"00332-AddressInSmallCommunityUsingLocalityAlias","1104 Deep Creek Rd, Deep Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","3f1e5a00-68a6-4ccb-8965-284b5e579f83",470193,,,,"active","9999-12-31","2023-12-08","true",,2.658,3852491
324,1,"00333-AddressInSmallCommunity","4137 Spallumcheen Dr, Spallumcheen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3d305ee0-7b98-409f-ae77-53db4db9cae0",333510,,,,"active","9999-12-31","2023-12-08","true",,0.074,1118954
325,1,"00334-AddressInSmallCommunityUsingLocalityAlias","4137 Spallumcheen Dr, Spallumcheen, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3d305ee0-7b98-409f-ae77-53db4db9cae0",333510,,,,"active","9999-12-31","2023-12-08","true",,0.19,1118954
326,1,"00335-AddressInSmallCommunity","7380 Harrop-Procter Rd, Procter, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","53d68580-81e8-436d-9143-e5284205cab2",2487743,,,,"active","9999-12-31","2023-12-08","true",,0.345,3609081
327,1,"00336-AddressInSmallCommunityUsingLocalityAlias","7380 Harrop-Procter Rd, Procter, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","53d68580-81e8-436d-9143-e5284205cab2",2487743,,,,"active","9999-12-31","2023-12-08","true",,0.745,3609081
328,1,"00337-AddressInSmallCommunity","4260 Blewett Rd, Blewett, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","98e2005d-b55d-4b88-bab0-8afc042dc827",277711,,,,"active","9999-12-31","2023-12-08","true",,0.073,4174241
329,1,"00338-AddressInSmallCommunityUsingLocalityAlias","4260 Blewett Rd, Blewett, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","98e2005d-b55d-4b88-bab0-8afc042dc827",277711,,,,"active","9999-12-31","2023-12-08","true",,0.43,4174241
330,1,"00339-AddressInSmallCommunity","2067 White Lake Rd, White Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","dd70a4ac-d20a-48ac-b9bb-b973c5e551e3",470228,,,,"active","9999-12-31","2023-12-08","true",,23.495,3599301
331,1,"00340-AddressInSmallCommunityUsingLocalityAlias","2067 White Lake Rd, White Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","dd70a4ac-d20a-48ac-b9bb-b973c5e551e3",470228,,,,"active","9999-12-31","2023-12-08","true",,29.723,3599301
332,1,"00341-AddressInSmallCommunity","1754 Pass Creek Rd, Pass Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","8479284b-656d-4e49-89df-75059d184950",276697,,,,"active","9999-12-31","2023-12-08","true",,4.002,1735595
333,1,"00342-AddressInSmallCommunityUsingLocalityAlias","1754 Pass Creek Rd, Pass Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","8479284b-656d-4e49-89df-75059d184950",276697,,,,"active","9999-12-31","2023-12-08","true",,6.635,1735595
334,1,"00343-AddressInSmallCommunity","2928 Wycliffe Store Rd, Wycliffe, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","a62ac5d8-086a-418b-a2aa-f984783a9392",506509,,,,"active","9999-12-31","2023-12-08","true",,0.444,1240493
335,1,"00344-AddressInSmallCommunityUsingLocalityAlias","2928 Wycliffe Store Rd, Wycliffe, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","a62ac5d8-086a-418b-a2aa-f984783a9392",506509,,,,"active","9999-12-31","2023-12-08","true",,0.629,1240493
336,1,"00345-AddressInSmallCommunity","1514 Loon Lake Rd, Loon Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","6480177e-abca-44a7-b336-73fbbca5a182",587894,,,,"active","9999-12-31","2023-12-08","true",,2.132,2965993
337,1,"00346-AddressInSmallCommunityUsingLocalityAlias","1514 Loon Lake Rd, Loon Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","6480177e-abca-44a7-b336-73fbbca5a182",587894,,,,"active","9999-12-31","2023-12-08","true",,6.273,2965993
338,1,"00347-AddressInSmallCommunity","2048 Cambie-Solsqua Rd, Solsqua, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","f14d0e4c-6b0f-4d0d-a9d5-10990cf0cc91",2534370,,,,"active","9999-12-31","2023-12-08","true",,0.534,3347762
339,1,"00348-AddressInSmallCommunityUsingLocalityAlias","2048 Cambie-Solsqua Rd, Solsqua, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","f14d0e4c-6b0f-4d0d-a9d5-10990cf0cc91",2534370,,,,"active","9999-12-31","2023-12-08","true",,1.074,3347762
340,1,"00349-AddressInSmallCommunity","3492 Spokin Lake Rd, Spokin Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","115f9cb3-418d-481c-a8d9-eefb26f84d65",552355,,,,"active","9999-12-31","2023-12-08","true",,0.558,3399209
341,1,"00350-AddressInSmallCommunityUsingLocalityAlias","3492 Spokin Lake Rd, Spokin Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","115f9cb3-418d-481c-a8d9-eefb26f84d65",552355,,,,"active","9999-12-31","2023-12-08","true",,2.264,3399209
342,1,"00351-AddressInSmallCommunity","2582 Shoreacres Rd, Shoreacres, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","9949b2a3-013b-4148-89b9-2b3217874781",277597,,,,"active","9999-12-31","2023-12-08","true",,0.073,2766883
343,1,"00352-AddressInSmallCommunityUsingLocalityAlias","2582 Shoreacres Rd, Shoreacres, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","9949b2a3-013b-4148-89b9-2b3217874781",277597,,,,"active","9999-12-31","2023-12-08","true",,0.347,2766883
344,1,"00353-AddressInSmallCommunity","1679 Moran Rd, Thrums, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","40da3928-ffe2-4a7c-a9c7-8936a836b7e4",2524376,,,,"active","9999-12-31","2023-12-08","true",,0.062,3265781
345,1,"00354-AddressInSmallCommunityUsingLocalityAlias","1679 Moran Rd, Thrums, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","40da3928-ffe2-4a7c-a9c7-8936a836b7e4",2524376,,,,"active","9999-12-31","2023-12-08","true",,0.388,3265781
346,1,"00355-AddressInSmallCommunity","6010 Harrop-Procter Rd, Harrop, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","a508365a-3b22-4e9e-b0a1-5d638d8a3d68",2519145,,,,"active","9999-12-31","2023-12-08","true",,0.331,3746533
347,1,"00356-AddressInSmallCommunityUsingLocalityAlias","6010 Harrop-Procter Rd, Harrop, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","a508365a-3b22-4e9e-b0a1-5d638d8a3d68",2519145,,,,"active","9999-12-31","2023-12-08","true",,0.742,3746533
348,1,"00357-AddressInSmallCommunity","7136 Willis Point Rd, Willis Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","4ff039f5-bf40-4553-bfe1-77626d019405",304127,,,,"active","9999-12-31","2023-12-08","true",,1.367,2547093
349,1,"00358-AddressInSmallCommunityUsingLocalityAlias","7136 Willis Point Rd, Willis Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","4ff039f5-bf40-4553-bfe1-77626d019405",304127,,,,"active","9999-12-31","2023-12-08","true",,1.78,2547093
350,1,"00359-AddressInSmallCommunity","3918 Passmore Upper Rd, Passmore, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","3d545511-fd4c-42fb-8879-fd12a0171a99",339993,,,,"active","9999-12-31","2023-12-08","true",,0.409,2675059
351,1,"00360-AddressInSmallCommunityUsingLocalityAlias","3918 Passmore Upper Rd, Passmore, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","3d545511-fd4c-42fb-8879-fd12a0171a99",339993,,,,"active","9999-12-31","2023-12-08","true",,1.033,2675059
352,1,"00361-AddressInSmallCommunity","1954 Blaeberry School Rd, Blaeberry, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","b250a457-cfb7-4854-985b-a94523baa72d",539262,,,,"active","9999-12-31","2023-12-08","true",,0.63,2900731
353,1,"00362-AddressInSmallCommunityUsingLocalityAlias","1954 Blaeberry School Rd, Blaeberry, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","b250a457-cfb7-4854-985b-a94523baa72d",539262,,,,"active","9999-12-31","2023-12-08","true",,1.361,2900731
354,1,"00363-AddressInSmallCommunity","5199 Baker-Kersley Rd, Kersley, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","1da1b163-a663-462d-ac15-6653defd343d",547912,,,,"active","9999-12-31","2023-12-08","true",,1.71,4032233
355,1,"00364-AddressInSmallCommunityUsingLocalityAlias","5199 Baker-Kersley Rd, Kersley, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","1da1b163-a663-462d-ac15-6653defd343d",547912,,,,"active","9999-12-31","2023-12-08","true",,3.715,4032233
356,1,"00365-AddressInSmallCommunity","7330 Watch Lake Rd, Watch Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","19a8618d-92e6-4515-953a-38e047e1c632",568264,,,,"active","9999-12-31","2023-12-08","true",,1.696,3168378
357,1,"00366-AddressInSmallCommunityUsingLocalityAlias","7330 Watch Lake Rd, Watch Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","19a8618d-92e6-4515-953a-38e047e1c632",568264,,,,"active","9999-12-31","2023-12-08","true",,3.405,3168378
358,1,"00367-AddressInSmallCommunity","2270 Port Mellon Hwy, Port Mellon, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","b2482237-9b0f-460e-9976-e335f123d0b0",590070,,,,"active","9999-12-31","2023-12-08","true",,5.786,3017972
359,1,"00368-AddressInSmallCommunityUsingLocalityAlias","2270 Port Mellon Hwy, Port Mellon, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","b2482237-9b0f-460e-9976-e335f123d0b0",590070,,,,"active","9999-12-31","2023-12-08","true",,2.699,3017972
360,1,"00369-AddressInSmallCommunity","4570 Otter Point Pl, Otter Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","cfe43946-238c-4c40-9354-cdf419298840",1945400,,,,"active","9999-12-31","2023-12-08","true",,2.642,1196803
361,1,"00370-AddressInSmallCommunityUsingLocalityAlias","4570 Otter Point Pl, Otter Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","cfe43946-238c-4c40-9354-cdf419298840",1945400,,,,"active","9999-12-31","2023-12-08","true",,2.555,1196803
362,1,"00371-AddressInSmallCommunity","14187 Palling Rd E, Palling, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","d767cac9-02e0-427c-b5be-65cb1ea060c2",557443,,,,"active","9999-12-31","2023-12-08","true",,0.088,4005523
363,1,"00372-AddressInSmallCommunityUsingLocalityAlias","14187 Palling Rd E, Palling, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","d767cac9-02e0-427c-b5be-65cb1ea060c2",557443,,,,"active","9999-12-31","2023-12-08","true",,1.502,4005523
364,1,"00373-AddressInSmallCommunity","2525 Bouchie Lake Rd, Bouchie Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","466f408d-6b21-4ef3-97fc-bd9f229a77a8",586083,,,,"active","9999-12-31","2023-12-08","true",,0.832,2922408
365,1,"00374-AddressInSmallCommunityUsingLocalityAlias","2525 Bouchie Lake Rd, Bouchie Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","466f408d-6b21-4ef3-97fc-bd9f229a77a8",586083,,,,"active","9999-12-31","2023-12-08","true",,1.167,2922408
366,1,"00375-AddressInSmallCommunity","20010 Colleymount Rd, Colleymount, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","b055f93e-9bb2-41ae-95db-fe42eee54dd5",521096,,,,"active","9999-12-31","2023-12-08","true",,0.087,2910400
367,1,"00376-AddressInSmallCommunityUsingLocalityAlias","20010 Colleymount Rd, Colleymount, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","b055f93e-9bb2-41ae-95db-fe42eee54dd5",521096,,,,"active","9999-12-31","2023-12-08","true",,1.06,2910400
368,1,"00377-AddressInSmallCommunity","1117 Lone Prairie Rd, Lone Prairie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","1d7b36a5-8e1a-48c7-963b-7596465bd2ac",536603,,,,"active","9999-12-31","2023-12-08","true",,1.261,3298949
369,1,"00378-AddressInSmallCommunityUsingLocalityAlias","1117 Lone Prairie Rd, Lone Prairie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","1d7b36a5-8e1a-48c7-963b-7596465bd2ac",536603,,,,"active","9999-12-31","2023-12-08","true",,1.523,3298949
370,1,"00379-AddressInSmallCommunity","58051 Laidlaw Rd, Laidlaw, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","088a2a2b-a33a-49bd-a789-cac7657caa91",483449,,,,"active","9999-12-31","2023-12-08","true",,0.072,2725994
371,1,"00380-AddressInSmallCommunityUsingLocalityAlias","58051 Laidlaw Rd, Laidlaw, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","088a2a2b-a33a-49bd-a789-cac7657caa91",483449,,,,"active","9999-12-31","2023-12-08","true",,0.601,2725994
372,1,"00381-AddressInSmallCommunity","8041 Bridge Lake North Rd, Bridge Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","c99fd433-2ad1-4461-ac18-c7e506c0c833",1982774,,,,"active","9999-12-31","2023-12-08","true",,57.296,3541575
373,1,"00382-AddressInSmallCommunityUsingLocalityAlias","8041 Bridge Lake North Rd, Bridge Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","c99fd433-2ad1-4461-ac18-c7e506c0c833",1982774,,,,"active","9999-12-31","2023-12-08","true",,121.693,3541575
374,1,"00383-AddressInSmallCommunity","136 Grandview Bench Rd, Grandview Bench, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","707bfc34-1d08-469c-8f81-cc6735ca9f44",2342934,,,,"active","9999-12-31","2023-12-08","true",,2.084,3153652
375,1,"00384-AddressInSmallCommunityUsingLocalityAlias","136 Grandview Bench Rd, Grandview Bench, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","707bfc34-1d08-469c-8f81-cc6735ca9f44",2342934,,,,"active","9999-12-31","2023-12-08","true",,2.823,3153652
376,1,"00385-AddressInSmallCommunity","15351 Tatalrose Rd, Tatalrose, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","d20e6629-9b28-4151-97b7-2c764b18e2a7",2189084,,,,"active","9999-12-31","2023-12-08","true",,0.096,3845019
377,1,"00386-AddressInSmallCommunityUsingLocalityAlias","15351 Tatalrose Rd, Tatalrose, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","d20e6629-9b28-4151-97b7-2c764b18e2a7",2189084,,,,"active","9999-12-31","2023-12-08","true",,0.941,3845019
378,1,"00387-AddressInSmallCommunity","10167 Pinchi Lake Rd, Pinchi Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","0094c2bf-3dc3-4ec5-9a1b-8cc89c188f13",1858471,,,,"active","9999-12-31","2023-12-08","true",,0.634,3873966
379,1,"00388-AddressInSmallCommunityUsingLocalityAlias","10167 Pinchi Lake Rd, Pinchi Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","0094c2bf-3dc3-4ec5-9a1b-8cc89c188f13",1858471,,,,"active","9999-12-31","2023-12-08","true",,3.074,3873966
380,1,"00389-AddressInSmallCommunity","2388 Heffley Lake Rd, Heffley Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","55b0607a-afc6-4216-bb61-8ed665d8258d",206948,,,,"active","9999-12-31","2023-12-08","true",,1.594,3382301
381,1,"00390-AddressInSmallCommunityUsingLocalityAlias","2388 Heffley Lake Rd, Heffley Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","55b0607a-afc6-4216-bb61-8ed665d8258d",206948,,,,"active","9999-12-31","2023-12-08","true",,6.759,3382301
382,1,"00391-AddressInSmallCommunity","10381 Popkum Rd S, Popkum, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","539961d2-a1d1-4c62-81a3-6cc2dab9761e",187418,,,,"active","9999-12-31","2023-12-08","true",,0.122,1904703
383,1,"00392-AddressInSmallCommunityUsingLocalityAlias","10381 Popkum Rd S, Popkum, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","539961d2-a1d1-4c62-81a3-6cc2dab9761e",187418,,,,"active","9999-12-31","2023-12-08","true",,1.593,1904703
384,1,"00393-AddressInSmallCommunity","7428 Roe Lake Cres, Roe Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","e2a11f01-a2c8-46e1-8675-f26973749f57",546368,,,,"active","9999-12-31","2023-12-08","true",,2.758,3258770
385,1,"00394-AddressInSmallCommunityUsingLocalityAlias","7428 Roe Lake Cres, Roe Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","e2a11f01-a2c8-46e1-8675-f26973749f57",546368,,,,"active","9999-12-31","2023-12-08","true",,6.168,3258770
386,1,"00395-AddressInSmallCommunity","6120 Garden Bay Rd, Garden Bay, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","c8aef5b1-1808-4cde-aa1e-da907f348448",482325,,,,"active","9999-12-31","2023-12-08","true",,5.956,3923450
387,1,"00396-AddressInSmallCommunityUsingLocalityAlias","6120 Garden Bay Rd, Garden Bay, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","c8aef5b1-1808-4cde-aa1e-da907f348448",482325,,,,"active","9999-12-31","2023-12-08","true",,17.881,3923450
388,1,"00397-AddressInSmallCommunity","1977 Tappen Notch Hill Rd, Tappen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","3143f53b-b699-4735-a100-7eb10e001bde",64488,,,,"active","9999-12-31","2023-12-08","true",,1.235,3268060
389,1,"00398-AddressInSmallCommunityUsingLocalityAlias","1977 Tappen Notch Hill Rd, Tappen, BC",,87,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:4, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","3143f53b-b699-4735-a100-7eb10e001bde",64488,,,,"active","9999-12-31","2023-12-08","true",,143.892,3268060
390,1,"00399-AddressInSmallCommunity","116 Rosebery Loop Rd, Rosebery, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","ec56d415-cd70-45fd-9b4a-59f77933513f",2531930,,,,"active","9999-12-31","2023-12-08","true",,0.371,1644488
391,1,"00400-AddressInSmallCommunityUsingLocalityAlias","116 Rosebery Loop Rd, Rosebery, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","ec56d415-cd70-45fd-9b4a-59f77933513f",2531930,,,,"active","9999-12-31","2023-12-08","true",,2.606,1644488
392,1,"00401-AddressInSmallCommunity","1525 Langdale Rd, Langdale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","fc6c1e1b-c361-4218-a55a-9b49c4f04c8c",178417,,,,"active","9999-12-31","2023-12-08","true",,0.083,3570149
393,1,"00402-AddressInSmallCommunityUsingLocalityAlias","1525 Langdale Rd, Langdale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","fc6c1e1b-c361-4218-a55a-9b49c4f04c8c",178417,,,,"active","9999-12-31","2023-12-08","true",,0.764,3570149
394,1,"00403-AddressInSmallCommunity","6607 Appledale Lower Rd, Appledale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","a8699af5-7308-4496-adf6-5fb38e311fe7",276196,,,,"active","9999-12-31","2023-12-08","true",,0.306,2684515
395,1,"00404-AddressInSmallCommunityUsingLocalityAlias","6607 Appledale Lower Rd, Appledale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","a8699af5-7308-4496-adf6-5fb38e311fe7",276196,,,,"active","9999-12-31","2023-12-08","true",,0.668,2684515
396,1,"00405-AddressInSmallCommunity","4232 Mayook Settlement Rd, Mayook, BC",,99,"BLOCK",99,"[]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.213,
397,1,"00406-AddressInSmallCommunityUsingLocalityAlias","4232 Mayook Settlement Rd, Mayook, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.463,
398,1,"00407-AddressInSmallCommunity","10571 Cheslatta Rd, Cheslatta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","939c0b16-ea1f-4455-a08e-1dc164102b8f",521449,,,,"active","9999-12-31","2023-12-08","true",,0.07,3101708
399,1,"00408-AddressInSmallCommunityUsingLocalityAlias","10571 Cheslatta Rd, Cheslatta, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","939c0b16-ea1f-4455-a08e-1dc164102b8f",521449,,,,"active","9999-12-31","2023-12-08","true",,0.931,3101708
400,1,"00409-NumberedStreetNameWithDetachedSuffix","102A Ave, Surrey, BC",,78,"STREET",78,"[]",,,,,,,"102A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8175667 49.1885721)","coarse","streetPoint",,,,,,"active",,,"true",,1.896,
401,1,"00410-UnitNumberStuckToDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.108,2104959
402,1,"00411-StreetNameWithMissingAmpersand","189 Rod & Gun Rd, Courtenay, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"189",,"Rod & Gun","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0190057 49.683884)","high","parcelPoint","3c90be80-f19d-45d5-9d8f-a6709b61b8f9",258442,,,,"active","9999-12-31","2023-12-08","true",,0.62,4187966
403,1,"00413-LeadingZeroInCivicNumber","Lynn Valley Rd, North Vancouver, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lynn Valley","Rd","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0533951 49.3290039)","coarse","streetPoint",,,,,,"active",,,"true",,775.58,
404,1,"00414-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,11.544,4123935
405,1,"00415-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,11.481,4123935
406,1,"00416-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,16.693,4123935
407,1,"00417-UnitNumberWithLetterPrefix","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","7a331ccc-0a05-44c4-860c-b2951adab313",106300,,"UNIT B2",,"active","9999-12-31","2023-12-08","true",,1.789,1914533
408,1,"00418-UnitNumberWithLetterPrefixGapped","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","7a331ccc-0a05-44c4-860c-b2951adab313",106300,,"UNIT B2",,"active","9999-12-31","2023-12-08","true",,1.706,1914533
409,1,"00419-UnitNumberWithLetterPrefix","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","bedd30c2-4934-43fa-af89-d80958100818",110501,,"UNIT C2",,"active","9999-12-31","2023-12-08","true",,31.329,1753265
410,1,"00420-UnitNumberWithLetterPrefixGapped","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","bedd30c2-4934-43fa-af89-d80958100818",110501,,"UNIT C2",,"active","9999-12-31","2023-12-08","true",,31.278,1753265
411,1,"00421-UnitNumberWithLetterPrefix","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","7c57fc8b-1f74-471c-9eac-65d035cdb2c0",2462668,,"UNIT P100",,"active","9999-12-31","2023-12-08","true",,8.976,1409241
412,1,"00422-UnitNumberWithLetterPrefixGapped","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","7c57fc8b-1f74-471c-9eac-65d035cdb2c0",2462668,,"UNIT P100",,"active","9999-12-31","2023-12-08","true",,8.714,1409241
413,1,"00423-UnitNumberWithLetterPrefix","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,6.382,1172657
414,1,"00424-UnitNumberWithLetterPrefixGapped","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,6.384,1172657
415,1,"00425-CivicAddressWithCareOfName","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,96,"UNIT",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,6.76,1172657
416,1,"00426-NonStandardStreetTypeAbbreviation","2351 Parkway Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2351",,"Parkway","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7934119 49.3196707)","medium","parcelPoint","95793a27-4745-43da-9622-e53fae48e28d",155062,,,,"active","9999-12-31","2023-12-08","true",,0.088,8002265
417,1,"00427-NonStandardStreetTypeAbbreviation","3176 Plateau Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3176",,"Plateau","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7868947 49.3116847)","medium","parcelPoint","50beb2ec-f7cc-4eae-b426-ad8b3adafd24",320982,,,,"active","9999-12-31","2023-12-08","true",,0.069,8001330
418,1,"00428-NonStandardStreetTypeAbbreviation","895 Academy Close, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"895",,"Academy","Close","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3628211 48.4179591)","high","parcelPoint","90033cc2-5e3f-4470-98b8-7ac562732d7c",2661206,,,,"active","9999-12-31","2023-12-08","true",,0.068,4029706
419,1,"00429-NonStandardStreetTypeAbbreviation","4965 Vista View Cres, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4965",,"Vista View","Cres","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-123.9848378 49.2358274)","high","parcelPoint","0dfae8c3-c6fa-4c3c-ac1f-d086be186aa2",416267,,,,"active","9999-12-31","2023-12-08","true",,1.816,3896249
420,1,"00430-NonStandardStreetTypeAbbreviation","1000 Thermal Dr, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1000",,"Thermal","Dr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8340821 49.2698821)","high","parcelPoint","19c314f8-997b-4fd3-bff4-b528042ec75c",148059,,,,"active","9999-12-31","2023-12-08","true",,0.068,1045847
421,1,"00431-NonStandardStreetTypeAbbreviation","8400 Forest Grove Dr, Burnaby, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8400",,"Forest Grove","Dr","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9205029 49.2632662)","high","parcelPoint","6fa80cfe-e0aa-4ce4-a141-730bec5595ef",2636600,,,,"active","9999-12-31","2023-12-08","true",,1.332,1840913
422,1,"00432-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","d8e0cbdb-c1b7-4af6-a2d4-1db873abd8ed",1747737,,,,"active","9999-12-31","2023-12-08","true",,85.359,8004158
423,1,"00433-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","d8e0cbdb-c1b7-4af6-a2d4-1db873abd8ed",1747737,,,,"active","9999-12-31","2023-12-08","true",,30.928,8004158
424,1,"00434-NonStandardStreetTypeAbbreviation","7701 Central Saanich Rd, Central Saanich, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"7701",,"Central Saanich","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4034403 48.5914503)","low","accessPoint",,294099,,,,"active",,,"true",,4.379,
425,1,"00435-NonStandardStreetTypeAbbreviation","3942 Columbia Valley Rd, Cultus Lake, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"3942",,"Columbia Valley","Rd","false",,"false",,"Cultus Lake","Community","FVRD Electoral Area H","BC","SRID=4326;POINT(-121.9597795 49.0739494)","high","parcelPoint","79ec7032-75e7-4485-a571-95b61e6a85c6",1157827,,,,"active","9999-12-31","2023-12-08","true",,231.92,2185851
426,1,"00436-NonStandardStreetTypeAbbreviation","950 Old Hope Princeton Way, Hope, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"950",,"Old Hope Princeton","Way","false",,"false",,"Hope","District Municipality",,"BC","SRID=4326;POINT(-121.4156582 49.3733202)","high","parcelPoint","9f154ee8-acbc-4192-9763-42b79c47533f",193424,,,,"active","9999-12-31","2023-12-08","true",,17.886,1101623
427,1,"00437-NonStandardStreetTypeAbbreviation","774 Great Northern Way, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"774",,"Great Northern","Way","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0880896 49.2660631)","medium","parcelPoint","4c1c7c23-aad3-42ea-9ad4-5038134565c3",341353,,,,"active","9999-12-31","2023-12-08","true",,0.53,8008439
428,1,"00439-NonStandardLocalityNameAbbreviation","352 W 14th St, North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","78438998-a18b-4e5a-8194-c5a725361810",2416363,,,,"active","9999-12-31","2023-12-08","true",,322.536,3147438
429,1,"00440-NonStandardLocalityNameAbbreviation","569 Hody Dr, Okanagan Falls, BC",,65,"CIVIC_NUMBER",100,"[LOCALITY.notMatched:35]",,,,,"569",,"Hody","Dr","false",,"false",,"Okanagan Falls","Community","RDOS Electoral Area D","BC","SRID=4326;POINT(-119.5690298 49.3482363)","high","parcelPoint","709a78bb-79c3-4239-813f-781b63f13d85",60098,,,,"active","9999-12-31","2023-12-08","true",,3.942,3300419
430,1,"00441-NonStandardStreetNameAbbreviation","5450 Oak St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5450",,"Oak","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1275777 49.2362797)","high","parcelPoint","ad0401e3-43b9-46ca-9c09-a164753f4fa1",100420,,,,"active","9999-12-31","2023-12-08","true",,0.135,2704350
431,1,"00442-NonStandardStreetNameAbbreviation","1301 Oak Ave, Quesnel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","854642e3-8d46-4f95-b728-ba3f245cf3b3",227948,,,,"active","9999-12-31","2023-12-08","true",,0.087,3406157
432,1,"00443-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.717,
433,1,"00444-NonStandardGeneralDelivery","Central Bridge, Dawson Creek, BC",,37,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_QUALIFIER.missing:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Central",,"false",,"false","Bridge","Dawson Creek","City",,"BC","SRID=4326;POINT(-120.276389 55.7737565)","coarse","streetPoint",,,,,,"active",,,"true",,1.743,
434,1,"00445-NonStandardGeneralDelivery","General Currie Elementary School Access, Richmond, BC",,25,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, FAULTS.tooMany:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"General Currie Elementary School","Access","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1339848 49.1586967)","coarse","streetPoint",,,,,,"active",,,"true",,0.823,
435,1,"00446-NonStandardGeneralDelivery","Central Bridge, Dawson Creek, BC",,37,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_QUALIFIER.missing:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Central",,"false",,"false","Bridge","Dawson Creek","City",,"BC","SRID=4326;POINT(-120.276389 55.7737565)","coarse","streetPoint",,,,,,"active",,,"true",,1.551,
436,1,"00447-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.635,
437,1,"00448-CareOf","Quesnel, BC",,52,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,1.522,
438,1,"00449-CareOf","1301 Oak Ave, Quesnel, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","854642e3-8d46-4f95-b728-ba3f245cf3b3",227948,,,,"active","9999-12-31","2023-12-08","true",,2.776,3406157
439,1,"00450-SuffixNameMatching","Dent Ave, Burnaby, BC",,72,"STREET",78,"[LOCALITY.isAlias:1, STREET_NAME.spelledWrong:2, STREET_DIRECTION.notMatched:2, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Dent","Ave","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-123.0073749 49.2710941)","coarse","streetPoint",,,,,,"active",,,"true",,23.295,
440,1,"00451-StreetNameWordsGluedTogether","3821 Cedar Hill Rd, Saanich, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,"3821",,"Cedar Hill","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.336341 48.4632076)","high","parcelPoint","ffa4b31e-96d0-4706-a769-18eaf6a45557",299730,,,,"active","9999-12-31","2023-12-08","true",,0.635,3387802
441,1,"00452-StreetNameCompoundWordsSeparated","8514 Horseshoe Bay Rd, Anglemont, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"8514",,"Horseshoe Bay","Rd","false",,"false",,"Anglemont","Community","CSRD Electoral Area F","BC","SRID=4326;POINT(-119.1181382 50.9761127)","high","parcelPoint","76851488-8084-412f-82a6-b0ca5ce1ea5d",2450478,,,,"active","9999-12-31","2023-12-08","true",,0.533,3542205
442,1,"00453-NonStandardStreetTypeAbbreviation","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","0f5b74f4-dda0-44a7-b0e2-3473c17973df",484911,,,,"active","9999-12-31","2023-12-08","true",,6.092,1860086
443,1,"00454-civicAddressWithUnitandUnknownSiteName","UNIT 170 HAPPY HOUSE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","HAPPY HOUSE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 HAPPY HOUSE",,"active","9999-12-31","2023-12-08","true",,6.675,4363977
444,1,"00455-StreetNameWithMultipleSpellingMistakes","Omineca St, Hazelton, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omineca","St","false",,"false",,"Hazelton","Village",,"BC","SRID=4326;POINT(-127.6757927 55.2557017)","coarse","streetPoint",,,,,,"active",,,"true",,2.414,
445,1,"00456-NonStandardLocalityNameAbbreviation","134 E 15th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"134",,"15th","St","false","E","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.070453 49.3223403)","high","parcelPoint","e6e40b24-7976-4904-8ee2-3ea981af7da8",163763,,,,"active","9999-12-31","2023-12-08","true",,52.38,3516754
446,1,"00457-NonStandardLocalityNAmeAbbreviation","2248 McAllister Ave, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:2]",,,,,"2248",,"McAllister","Ave","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7799837 49.262092)","high","parcelPoint","4ca763c4-8f87-4cf2-86c7-0b8664b2a631",146223,,,,"active","9999-12-31","2023-12-08","true",,0.295,3218608
447,1,"00458-civicAddressWithUnitandUnknownSiteName","UNIT 170 DOOGIE UNIVERSITY -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOOGIE UNIVERSITY","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 DOOGIE UNIVERSITY",,"active","9999-12-31","2023-12-08","true",,6.477,4363977
448,1,"00459-LocalityHopping","Kaleden, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.6011112 49.3997222)","coarse","localityPoint",,,,,,"active",,,"true",,0.599,
449,1,"00460-LocalityHopping","UNIT 200 -- Prince George St, Prince Rupert, BC",,63,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_TYPE.notMatched:3, STREET_TYPE.notPrefix:0, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","200",,,,"Prince George","St","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.2990707 54.311388)","coarse","streetPoint",,,,"UNIT 200",,"active",,,"true",,82.176,
450,1,"00461-LocalityHopping","Helmcken Alley, Victoria, BC",,74,"STREET",78,"[STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Helmcken","Alley","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3693133 48.4255635)","coarse","streetPoint",,,,,,"active",,,"true",,2.24,
451,1,"00462-IRAddresses","1901 Lust Rd, Quesnel, BC",,96,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1901",,"Lust","Rd","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4554097 52.9567283)","low","accessPoint",,228320,,,,"active",,,"true",,1.051,
452,1,"00463-IRAddresses","Blueberry Reserve Rd, Buick, BC",,72,"STREET",78,"[STREET_TYPE.missing:6]",,,,,,,"Blueberry Reserve","Rd","false",,"false",,"Buick","Community","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1391639 56.7304618)","coarse","streetPoint",,,,,,"active",,,"true",,11.509,
453,1,"00464-IRAddresses","Blueberry River 205, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Blueberry River 205","Indian Reserve","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1013888 56.7163889)","coarse","localityPoint",,,,,,"active",,,"true",,0.728,
454,1,"00465-IRAddresses","205 BC Mine Rd, Grand Forks, BC",,72,"BLOCK",99,"[INITIAL_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.missing:10, STREET_TYPE.missing:6, PROVINCE.missing:1, FAULTS.tooMany:6]",,,,,"205",,"BC Mine","Rd","false",,"false",,"Grand Forks","City","RDKB Electoral Area D (Rural Grand Forks)","BC","SRID=4326;POINT(-118.5417578 49.1296346)","low","accessPoint",,2411205,,,,"active",,,"true",,70.596,
455,1,"00466-StreetNameWithMultipleSpellingMistakes","UNIT 15 -- 31235 Upper MacLure Rd, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","15",,"31235",,"Upper MacLure","Rd","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3592071 49.0608091)","high","parcelPoint","832b59e0-59a1-4028-a65a-25eace5fc2bd",430758,,"UNIT 15",,"active","9999-12-31","2023-12-08","true",,7.16,1462380
456,1,"00467-StreetNameWithMultipleSpellingMistakes","UNIT 338 -- 32830 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","338",,"32830",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","48ed5fe9-61f8-406f-b981-88e7fd07fdbf",2617631,,"UNIT 338",,"active","9999-12-31","2023-12-08","true",,1.095,2495402
457,1,"00468-StreetNameWithMultipleSpellingMistakes","UNIT 215 -- 32850 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","215",,"32850",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","9b997783-d7b9-4838-92e3-80a9ccc452fa",2617631,,"UNIT 215",,"active","9999-12-31","2023-12-08","true",,0.83,1047582
458,1,"00469-StreetNameWithMultipleSpellingMistakes","UNIT 117B -- 34313 Forrest Terr, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","117","B","34313",,"Forrest","Terr","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2765011 49.0346859)","high","parcelPoint","ab1987ef-f523-4b54-bb38-7f9e8a69a83c",159710,,"UNIT 117B",,"active","9999-12-31","2023-12-08","true",,0.609,1365855
459,1,"00470-StreetNameWithMultipleSpellingMistakes","UNIT 14 -- 43685 Chilliwack Mountain Rd, Chilliwack, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","14",,"43685",,"Chilliwack Mountain","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-122.0166373 49.1641524)","high","parcelPoint","2c2ce6be-b9cb-409e-b037-4ecef8ff2fc3",2400276,,"UNIT 14",,"active","9999-12-31","2023-12-08","true",,248.676,1065331
460,1,"00471-StreetNameWithMultipleSpellingMistakes","29 St SE, Salmon Arm, BC",,63,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.isAlias:4, STREET_DIRECTION.missing:2, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"29","St","false","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2509431 50.6873229)","coarse","streetPoint",,,,,,"active",,,"true",,23.238,
461,1,"00472-StreetNameWithMultipleSpellingMistakes","Whistler, BC",,56,"LOCALITY",68,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Whistler","Resort Municipality",,"BC","SRID=4326;POINT(-122.9544444 50.1169445)","coarse","localityPoint",,,,,,"active",,,"true",,19.421,
462,1,"00473-StreetNameWithMultipleSpellingMistakes","UNIT 2204 -- 7343 Okanagan Landing Rd, Vernon, BC",,88,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","2204",,"7343",,"Okanagan Landing","Rd","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.345325 50.2389897)","high","parcelPoint","4925032d-7e2d-4418-8475-1469e513deae",354892,,"UNIT 2204",,"active","9999-12-31","2023-12-08","true",,18.985,4266077
463,1,"00474-StreetNameWithMultipleSpellingMistakes","UNIT 66 -- 1930 Cedar Village Cres, North Vancouver, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","66",,"1930",,"Cedar Village","Cres","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.043715 49.3270342)","high","parcelPoint","9d253e89-00db-446c-80d3-ba0b160b95db",166103,,"UNIT 66",,"active","9999-12-31","2023-12-08","true",,986.311,2153738
464,1,"00475-StreetNameWithMultipleSpellingMistakes","UNIT 209 -- 8611 General Currie Rd, Richmond, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","209",,"8611",,"General Currie","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1283228 49.1596485)","high","parcelPoint","f48b10c3-c335-46db-ae8b-391986f96685",127602,,"UNIT 209",,"active","9999-12-31","2023-12-08","true",,0.625,2001638
465,1,"00476-StreetNameWithMultipleSpellingMistakes","UNIT 305 -- 1135 Windsor Mews, Coquitlam, BC",,91,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6]",,"UNIT","305",,"1135",,"Windsor","Mews","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7853704 49.2801267)","high","parcelPoint","a4bfb344-0592-466b-870a-e077b1d60a59",1907339,,"UNIT 305",,"active","9999-12-31","2023-12-08","true",,1.274,1102540
466,1,"00477-StreetNameWithOneSpellingMistakeAtFront","UNIT 106 -- 1355 Cumberland Rd, Courtenay, BC",,92,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6]",,"UNIT","106",,"1355",,"Cumberland","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0049707 49.6769203)","high","parcelPoint","544e5fed-75d3-4424-9367-22927a865b6f",1849534,,"UNIT 106",,"active","9999-12-31","2023-12-08","true",,22.916,1020429
467,1,"00478-AddressInSmallCommunityUsingLocalityAlias","352 W 14th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","78438998-a18b-4e5a-8194-c5a725361810",2416363,,,,"active","9999-12-31","2023-12-08","true",,61.853,3147438
468,1,"00479-AddressInSmallCommunityUsingLocalityAlias","1745 Esquimalt Ave, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1745",,"Esquimalt","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1612755 49.3309246)","medium","parcelPoint","947d3aa2-8b81-4f3e-a37b-554468cdb0ce",163306,,,,"active","9999-12-31","2023-12-08","true",,1.913,8001373
469,1,"00480-AddressInSmallCommunityUsingLocalityAlias","223 W 7th Ave, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"223",,"7th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1103425 49.2650219)","high","parcelPoint","2ff78638-a1f2-44fe-958a-0e67c9c9d501",100449,,,,"active","9999-12-31","2023-12-08","true",,14.924,4195797
470,1,"00481-UnitNumberAndCivicNumberSwapped","UNIT 1045 -- Haro St, Vancouver, BC",,76,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","1045",,,,"Haro","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1323651 49.2880745)","coarse","streetPoint",,,,"UNIT 1045",,"active",,,"true",,11.13,
471,1,"00482-UnitNumberAndCivicNumberSwapped","1177 103A Ave, Surrey, BC",,85,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_TYPE.missing:6]",,,,,"1177",,"103A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7921295 49.1899518)","low","accessPoint",,418379,,,,"active",,,"true",,12.986,
472,1,"00483-UnknownMulti-wordUnitDesignator","UNIT 221 -- 4280 Moncton St, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","221",,"4280",,"Moncton","St","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1799769 49.1242764)","high","parcelPoint","4b66701a-39a9-410f-bc34-3ba73c3dc040",351197,,"UNIT 221",,"active","9999-12-31","2023-12-08","true",,0.704,1518456
473,1,"00484-UnknownMulti-wordUunitDesignator","UNIT 54 -- 2938 Trafalgar St, Abbotsford, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","54",,"2938",,"Trafalgar","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3079844 49.054931)","high","parcelPoint","71016c6f-1a5e-41f2-a68f-2efe869224c7",161674,,"UNIT 54",,"active","9999-12-31","2023-12-08","true",,1.13,1257509
474,1,"00485-UnknownUnitNumberWithLetterPrefixGapped","UNIT A309 -- 10557 150 St, Surrey, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","A309",,"10557",,"150","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.806609 49.1944737)","high","parcelPoint","bd685634-9b89-4e2f-8f47-ed66554bfebf",478995,,"UNIT A309",,"active","9999-12-31","2023-12-08","true",,10.198,3149253
475,1,"00486-UnknownUnitNumberWithLetterPrefixGapped","UNIT C7 -- 6901 Island Hwy W, Bowser, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_DIRECTION.notPrefix:0]",,"UNIT","C7",,"6901",,"Island","Hwy","false","W","false",,"Bowser","Community","RDN Electoral Area H","BC","SRID=4326;POINT(-124.667109 49.4348563)","high","parcelPoint","16772256-827d-4452-bffe-bb1a9995499c",1835730,,"UNIT C7",,"active","9999-12-31","2023-12-08","true",,36.225,4072889
476,1,"00487-UnitNumberWithLetterPrefix","UNIT A114 -- 20211 66 Ave, Township of Langley, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","A114",,"20211",,"66","Ave","false",,"false",,"Township of Langley","District Municipality",,"BC","SRID=4326;POINT(-122.6633166 49.1235181)","high","parcelPoint","3d1d9b15-714d-4290-8eee-066b89995912",320513,,"UNIT A114",,"active","9999-12-31","2023-12-08","true",,8.742,1059975
477,1,"00488-ExtraWordAtFrontOfStreetName","UNIT 19 -- Mt Boucherie Pl, West Kelowna, BC",,73,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","19",,,,"Mt Boucherie","Pl","false",,"false",,"West Kelowna","Unknown",,"BC","SRID=4326;POINT(-119.5815689 49.8589959)","coarse","streetPoint",,,,"UNIT 19",,"active",,,"true",,746.624,
478,1,"00489-UnitNumberSuffixInBackAlley","UNIT 206A -- 555 Burrard St, Vancouver, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"UNIT","206","A","555",,"Burrard","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1188944 49.2860099)","low","accessPoint",,475835,,"UNIT 206A",,"active",,,"true",,3.155,
479,1,"00490-SiteNameInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,3.062,4083847
480,1,"00491-DuplicateStreetTypeInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,7.557,4083847
481,1,"00492-CareOfInBackAlley","1175 Douglas St, Victoria, BC",,96,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,6.777,4083847
482,1,"00493-DuplicateStreetAndLocalityInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,19.746,4083847
483,1,"00494-StreetNameWithSpecialCharacters","Pipeho:em Rd, Agassiz, BC",,78,"STREET",78,"[]",,,,,,,"Pipeho:em","Rd","false",,"false",,"Agassiz","Community",,"BC","SRID=4326;POINT(-121.7342045 49.259877)","coarse","streetPoint",,,,,,"active",,,"true",,0.091,
484,1,"00495-StreetNameWithSpecialCharacters","ʔEqeʔat’in ʔEten, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"ʔEqeʔat’in ʔEten",,"false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1683616 52.0139035)","coarse","streetPoint",,,,,,"active",,,"true",,0.164,
485,1,"00496-StreetNameWithSpecialCharacters","Tl’etinqox Rd, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"Tl’etinqox","Rd","false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1612612 52.0089565)","coarse","streetPoint",,,,,,"active",,,"true",,0.112,
486,1,"00497-StreetNameWithSpecialCharacters","Clinton/Loon Lake FSR, Hutchison Lake, BC",,78,"STREET",78,"[]",,,,,,,"Clinton/Loon Lake","FSR","false",,"false",,"Hutchison Lake","Unknown","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.2072936 51.2237932)","coarse","streetPoint",,,,,,"active",,,"true",,2.374,
487,1,"00498-ACrazy","UNIT 201A -- 201A A St, Abbotsford, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER_SUFFIX.notMatched:1]",,"UNIT","201","A","201","A","A","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2608685 49.0060455)","low","accessPoint",,452835,,"UNIT 201A",,"active",,,"true",,22.735,
488,1,"00499-NonIntersectionOfRoadAndHwy","Chancellor Ave, View Royal, BC",,69,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,,,"Chancellor","Ave","false",,"false",,"View Royal","Town",,"BC","SRID=4326;POINT(-123.4279813 48.4648587)","coarse","streetPoint",,,,,,"active",,,"true",,16.548,
489,1,"00500-NoisyAddress","1 Centennial Sq, Victoria, BC",,92,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2]",,,,,"1",,"Centennial","Sq","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3657434 48.4287096)","high","parcelPoint","052f078a-6c37-4ede-bbf8-5bfb6f5e138a",304974,,,,"active","9999-12-31","2023-12-08","true",,3.033,2983771
490,1,"00501-StreetNameCompoundWordsSeparated","12312 Horseshoe Way, Richmond, BC",,98,"BLOCK",99,"[STREET_NAME.partialMatch:1]",,,,,"12312",,"Horseshoe","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.0988494 49.1233204)","low","accessPoint",,128283,,,,"active",,,"true",,4.061,
491,1,"00502-StreetNameCompoundWordsSeparated","101 Seaview St, Sayward, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"101",,"Seaview","St","false",,"false",,"Sayward","Village",,"BC","SRID=4326;POINT(-125.9633841 50.3858383)","high","parcelPoint","ecb1ca31-b857-4ada-b51c-42799ed40c4b",263931,,,,"active","9999-12-31","2023-12-08","true",,23.942,1684375
492,1,"00503-LocalityNameWithSplitWords","1090 Ironwood St, Campbell River, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1090",,"Ironwood","St","false",,"false",,"Campbell River","City",,"BC","SRID=4326;POINT(-125.2561963 50.0253168)","high","parcelPoint","77f4b1cc-2244-4e32-9ed5-9263d77fbe2c",262744,,,,"active","9999-12-31","2023-12-08","true",,3.991,3438603
493,1,"00504-siteNameWithTerminalAndMissingStreetName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,4.378,
494,1,"00505-siteNameWithPortAndMissingStreetName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.633,

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Revolution Systems Open Library [pom]
[INFO] RS Core [jar]
[INFO] RS Test API [jar]
[INFO] RS ESRI File Geodatabase [jar]
[INFO] RS GDAL [jar]
[INFO] RS Geopackage [jar]
[INFO] RS Oracle [jar]
[INFO] RS PostgreSQL [jar]
[INFO] Revolsys Swing Components [jar]
[INFO] Maki Markers [jar]
[INFO] RS Web [jar]
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-parent >------------------
[INFO] Building Revolution Systems Open Library 7b72f92 [1/11]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-parent ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-parent ---
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-parent ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-parent ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-parent ---
[INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-parent/7b72f92906639c53399a70af505c18082e9c198d/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/target/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-parent/7b72f92906639c53399a70af505c18082e9c198d/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-core >-------------------
[INFO] Building RS Core 7b72f92 [2/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-core ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-core ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 28 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1858 source files to /workspace/source/revolsys-core/target/classes
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/geometry/model/LinearRing.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/geometry/model/LinearRing.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/io/map/MapSerializer.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/io/map/MapSerializer.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-core ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-core ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-core ---
[INFO] Building jar: /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-core ---
[INFO] Building jar: /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-core ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-core ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-core ---
[INFO] Installing /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-core/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-testapi >-----------------
[INFO] Building RS Test API 7b72f92 [3/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-testapi ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-testapi ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-testapi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/revolsys-testapi/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-testapi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /workspace/source/revolsys-testapi/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-testapi ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-testapi ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-testapi ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-testapi ---
[INFO] Building jar: /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-testapi ---
[INFO] Building jar: /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-testapi ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-testapi ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-testapi ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-testapi ---
[INFO] Installing /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-testapi/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-fgdb >-------------------
[INFO] Building RS ESRI File Geodatabase 7b72f92 [4/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-fgdb ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-fgdb ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-fgdb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-fgdb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /workspace/source/revolsys-fgdb/target/classes
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/GeodatabaseReference.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/GeodatabaseReference.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/capi/type/AbstractFileGdbFieldDefinition.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/capi/type/AbstractFileGdbFieldDefinition.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-fgdb ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-fgdb ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-fgdb ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-fgdb ---
[INFO] Building jar: /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-fgdb ---
[INFO] Building jar: /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-fgdb ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-fgdb ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-fgdb ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-fgdb ---
[INFO] Installing /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-fgdb/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-gdal >-------------------
[INFO] Building RS GDAL 7b72f92 [5/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-gdal ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-gdal ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-gdal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-gdal ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /workspace/source/revolsys-gdal/target/classes
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java: /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java uses or overrides a deprecated API.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java: /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java uses unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-gdal ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-gdal ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-gdal ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-gdal ---
[INFO] Building jar: /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-gdal ---
[INFO] Building jar: /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-gdal ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-gdal ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-gdal ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-gdal ---
[INFO] Installing /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-gdal/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< com.revolsys.open:revolsys-geopackage >----------------
[INFO] Building RS Geopackage 7b72f92 [6/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-geopackage ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-geopackage ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-geopackage ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-geopackage ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /workspace/source/revolsys-geopackage/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-geopackage ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-geopackage ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-geopackage ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-geopackage ---
[INFO] Building jar: /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-geopackage ---
[INFO] Building jar: /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-geopackage ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-geopackage ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-geopackage ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-geopackage ---
[INFO] Installing /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-geopackage/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-oracle >------------------
[INFO] Building RS Oracle 7b72f92 [7/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-oracle ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-oracle ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-oracle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-oracle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /workspace/source/revolsys-oracle/target/classes
[INFO] /workspace/source/revolsys-oracle/src/main/java/com/revolsys/oracle/recordstore/OracleJdbcQueryIterator.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-oracle/src/main/java/com/revolsys/oracle/recordstore/OracleJdbcQueryIterator.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-oracle ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-oracle ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-oracle ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-oracle ---
[INFO] Building jar: /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-oracle ---
[INFO] Building jar: /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-oracle ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-oracle ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-oracle ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-oracle ---
[INFO] Installing /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-oracle/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< com.revolsys.open:revolsys-postgresql >----------------
[INFO] Building RS PostgreSQL 7b72f92 [8/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-postgresql ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-postgresql ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-postgresql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-postgresql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /workspace/source/revolsys-postgresql/target/classes
[INFO] /workspace/source/revolsys-postgresql/src/main/java/com/revolsys/gis/postgresql/PostgreSQLJdbcQueryResultPager.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-postgresql/src/main/java/com/revolsys/gis/postgresql/PostgreSQLJdbcQueryResultPager.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-postgresql ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-postgresql ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-postgresql ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-postgresql ---
[INFO] Building jar: /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-postgresql ---
[INFO] Building jar: /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-postgresql ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-postgresql ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-postgresql ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-postgresql ---
[INFO] Installing /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-postgresql/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-swing >------------------
[INFO] Building Revolsys Swing Components 7b72f92 [9/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-swing ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-swing ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-swing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 935 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-swing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 548 source files to /workspace/source/revolsys-swing/target/classes
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-swing ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-swing ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-swing ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-swing ---
[INFO] Building jar: /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-swing ---
[INFO] Building jar: /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-swing ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-swing ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-swing ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-swing ---
[INFO] Installing /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-swing/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-maki >-------------------
[INFO] Building Maki Markers 7b72f92 [10/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-maki ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-maki ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-maki ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 148 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-maki ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-maki ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-maki ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-maki ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-maki ---
[INFO] Building jar: /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-maki ---
[INFO] Building jar: /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-maki ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-maki ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-maki ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-maki ---
[INFO] Installing /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-maki/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -------------------< com.revolsys.open:revolsys-web >-------------------
[INFO] Building RS Web 7b72f92 [11/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-web ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-web ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-web ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 297 source files to /workspace/source/revolsys-web/target/classes
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/config/Attribute.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/config/Attribute.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/rest/interceptor/AnnotationHandlerMethodResolver.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/rest/interceptor/AnnotationHandlerMethodResolver.java: Recompile with -Xlint:removal for details.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/html/view/ElementContainer.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/html/view/ElementContainer.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-web ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-web ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-web ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-web ---
[INFO] Building jar: /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-web ---
[INFO] Building jar: /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-web ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-web ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-web ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-web ---
[INFO] Installing /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-web/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Revolution Systems Open Library 7b72f92:
[INFO]
[INFO] Revolution Systems Open Library .................... SUCCESS [ 6.861 s]
[INFO] RS Core ............................................ SUCCESS [01:01 min]
[INFO] RS Test API ........................................ SUCCESS [ 4.496 s]
[INFO] RS ESRI File Geodatabase ........................... SUCCESS [ 3.702 s]
[INFO] RS GDAL ............................................ SUCCESS [ 4.953 s]
[INFO] RS Geopackage ...................................... SUCCESS [ 2.915 s]
[INFO] RS Oracle .......................................... SUCCESS [ 3.336 s]
[INFO] RS PostgreSQL ...................................... SUCCESS [ 3.486 s]
[INFO] Revolsys Swing Components .......................... SUCCESS [ 31.541 s]
[INFO] Maki Markers ....................................... SUCCESS [ 4.169 s]
[INFO] RS Web ............................................. SUCCESS [ 8.150 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:15 min
[INFO] Finished at: 2024-01-09T17:20:16Z
[INFO] ------------------------------------------------------------------------

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Concurrent Processing Framework [pom]
[INFO] Concurrent Processing Framework Business Application Plugin API [jar]
[INFO] Concurrent Processing Framework Client Java API [jar]
[INFO] Concurrent Processing Framework Application Java API [jar]
[INFO] Concurrent Processing Framework API Worker [jar]
[INFO] Concurrent Processing Framework Base WAR Web Application [war]
[INFO] Concurrent Processing Framework Base WAR Worker [war]
[INFO] CPF Plug-in Maven Arechtype [maven-archetype]
[INFO] Concurrent Processing Framework Archetype Web [maven-archetype]
[INFO] CPF Test Plugins [jar]
[INFO] Digest Plug-in [jar]
[INFO] Geometry Validation Plug-in [jar]
[INFO] Mandelbrot Plug-in [jar]
[INFO] Map Tile Plug-in [jar]
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-parent >--------------------
[INFO] Building Concurrent Processing Framework 7b72f92 [1/14]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-parent ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-parent ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-parent ---
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-parent ---
[INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/target/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-plugin >------------------
[INFO] Building Concurrent Processing Framework Business Application Plugin API 7b72f92 [2/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-plugin/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 37 source files to /workspace/source/cpf-api-plugin/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-plugin ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-plugin ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-plugin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-plugin ---
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-plugin/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-client >------------------
[INFO] Building Concurrent Processing Framework Client Java API 7b72f92 [3/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /workspace/source/cpf-api-client/target/classes
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cpf-api-client ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-client ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-client ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-client ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-client ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-client ---
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-client/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/target/site/java-api
[INFO] Copying 2 resources to template
[INFO]
[INFO] --- jsdoctk-plugin:2.3.2:jsdoc (javascript-api) @ cpf-api-client ---
[INFO] Copying JSDoc Toolkit to temporary directory.
[INFO] JSDoc Toolkit copied to temporary directory, execution will commense shortly.
[INFO] Will be generating JSDoc for '/workspace/source/cpf-api-client/src/main/js'.
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-api-app >-------------------
[INFO] Building Concurrent Processing Framework Application Java API 7b72f92 [4/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 25 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 84 source files to /workspace/source/cpf-api-app/target/classes
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java uses or overrides a deprecated API.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-app ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-app ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-app ---
[INFO] Building jar: /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-app ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-app ---
[INFO] Building jar: /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-app ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-app ---
[INFO] Installing /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-app/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) > generate-sources @ cpf-api-app >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-app ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) < generate-sources @ cpf-api-app <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) @ cpf-api-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-worker >------------------
[INFO] Building Concurrent Processing Framework API Worker 7b72f92 [5/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-worker ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-worker ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-worker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-worker/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-worker ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /workspace/source/cpf-api-worker/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-worker ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-worker ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-worker ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-worker ---
[INFO] Building jar: /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-worker ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-worker ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-worker ---
[INFO] Building jar: /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-worker ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-worker ---
[INFO] Installing /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-worker/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-war-app >-------------------
[INFO] Building Concurrent Processing Framework Base WAR Web Application 7b72f92 [6/14]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-war-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-war-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-war-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-war-app/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-war-app ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-war-app ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-war-app ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-war-app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ cpf-war-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cpf-war-app] in [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Processing war project
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-client/target] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-client/src/main/js/] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-plugin/target] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/src/main/webapp] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp resources [/workspace/source/cpf-war-app/src/main/webapp]
[INFO] Webapp assembled in [2906 msecs]
[INFO] Building war: /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-war-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-war-app ---
[INFO] Skipping because packaging 'war' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-war-app ---
[INFO] Building jar: /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-war-app ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-war-app ---
[INFO] Installing /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO] Installing /workspace/source/cpf-war-app/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-war-worker >------------------
[INFO] Building Concurrent Processing Framework Base WAR Worker 7b72f92 [7/14]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-war-worker ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-war-worker ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-war-worker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-war-worker ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-war-worker ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-war-worker ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-war-worker ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ cpf-war-worker ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cpf-war-worker] in [/workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Processing war project
[INFO] Copying webapp resources [/workspace/source/cpf-war-worker/src/main/webapp]
[INFO] Webapp assembled in [1216 msecs]
[INFO] Building war: /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-war-worker ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-war-worker ---
[INFO] Skipping because packaging 'war' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-war-worker ---
[INFO] Building jar: /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-war-worker ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-war-worker ---
[INFO] Installing /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO] Installing /workspace/source/cpf-war-worker/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --------------< ca.bc.gov.open.cpf:cpf-archetype-plugin >---------------
[INFO] Building CPF Plug-in Maven Arechtype 7b72f92 [8/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ cpf-archetype-plugin ---
[INFO] Copying 11 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ cpf-archetype-plugin ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ cpf-archetype-plugin ---
[INFO] Building archetype jar: /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-archetype-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-archetype-plugin ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ cpf-archetype-plugin ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-archetype-plugin ---
[INFO] Building jar: /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ cpf-archetype-plugin ---
[INFO] Installing /workspace/source/cpf-archetype-plugin/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ cpf-archetype-plugin ---
[INFO]
[INFO] ----------------< ca.bc.gov.open.cpf:cpf-archetype-web >----------------
[INFO] Building Concurrent Processing Framework Archetype Web 7b72f92 [9/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-archetype-web ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-archetype-web ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ cpf-archetype-web ---
[INFO] Copying 12 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ cpf-archetype-web ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ cpf-archetype-web ---
[INFO] Building archetype jar: /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-archetype-web ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-archetype-web ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ cpf-archetype-web ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-archetype-web ---
[INFO] Building jar: /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-archetype-web ---
[INFO]
[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ cpf-archetype-web ---
[INFO] Installing /workspace/source/cpf-archetype-web/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ cpf-archetype-web ---
[INFO]
[INFO] ------------------< ca.bc.gov.open.cpf.plugins:test >-------------------
[INFO] Building CPF Test Plugins 7b72f92 [10/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ test ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ test ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /workspace/source/plugins/test/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ test ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ test ---
[INFO] Building jar: /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ test ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ test ---
[INFO] Building jar: /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ test ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ test ---
[INFO] Installing /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/test/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf.plugins:digest >------------------
[INFO] Building Digest Plug-in 7b72f92 [11/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ digest ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ digest ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ digest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ digest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /workspace/source/plugins/digest/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ digest ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ digest ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ digest ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ digest ---
[INFO] Building jar: /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ digest ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ digest ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ digest ---
[INFO] Building jar: /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ digest ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ digest ---
[INFO] Installing /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/digest/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------< ca.bc.gov.open.cpf.plugins:geometry-validation >-----------
[INFO] Building Geometry Validation Plug-in 7b72f92 [12/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ geometry-validation ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ geometry-validation ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geometry-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ geometry-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /workspace/source/plugins/geometry-validation/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geometry-validation ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ geometry-validation ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geometry-validation ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ geometry-validation ---
[INFO] Building jar: /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ geometry-validation ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ geometry-validation ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ geometry-validation ---
[INFO] Building jar: /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ geometry-validation ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ geometry-validation ---
[INFO] Installing /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/geometry-validation/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< ca.bc.gov.open.cpf.plugins:mandelbrot >----------------
[INFO] Building Mandelbrot Plug-in 7b72f92 [13/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ mandelbrot ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ mandelbrot ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mandelbrot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mandelbrot ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /workspace/source/plugins/mandelbrot/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mandelbrot ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mandelbrot ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mandelbrot ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ mandelbrot ---
[INFO] Building jar: /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ mandelbrot ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ mandelbrot ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ mandelbrot ---
[INFO] Building jar: /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ mandelbrot ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ mandelbrot ---
[INFO] Installing /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/mandelbrot/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ----------------< ca.bc.gov.open.cpf.plugins:map-tile >-----------------
[INFO] Building Map Tile Plug-in 7b72f92 [14/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ map-tile ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ map-tile ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ map-tile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ map-tile ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /workspace/source/plugins/map-tile/target/classes
[INFO] /workspace/source/plugins/map-tile/src/main/java/ca/bc/gov/open/cpf/plugins/maptile/MapTileByLocation.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/plugins/map-tile/src/main/java/ca/bc/gov/open/cpf/plugins/maptile/MapTileByLocation.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ map-tile ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ map-tile ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ map-tile ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ map-tile ---
[INFO] Building jar: /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ map-tile ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ map-tile ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ map-tile ---
[INFO] Building jar: /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ map-tile ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ map-tile ---
[INFO] Installing /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/map-tile/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Concurrent Processing Framework 7b72f92:
[INFO]
[INFO] Concurrent Processing Framework .................... SUCCESS [ 11.754 s]
[INFO] Concurrent Processing Framework Business Application Plugin API SUCCESS [ 18.998 s]
[INFO] Concurrent Processing Framework Client Java API .... SUCCESS [ 18.724 s]
[INFO] Concurrent Processing Framework Application Java API SUCCESS [ 12.819 s]
[INFO] Concurrent Processing Framework API Worker ......... SUCCESS [ 4.318 s]
[INFO] Concurrent Processing Framework Base WAR Web Application SUCCESS [ 9.037 s]
[INFO] Concurrent Processing Framework Base WAR Worker .... SUCCESS [ 6.128 s]
[INFO] CPF Plug-in Maven Arechtype ........................ SUCCESS [ 3.837 s]
[INFO] Concurrent Processing Framework Archetype Web ...... SUCCESS [ 2.437 s]
[INFO] CPF Test Plugins ................................... SUCCESS [ 3.222 s]
[INFO] Digest Plug-in ..................................... SUCCESS [ 2.968 s]
[INFO] Geometry Validation Plug-in ........................ SUCCESS [ 2.893 s]
[INFO] Mandelbrot Plug-in ................................. SUCCESS [ 3.504 s]
[INFO] Map Tile Plug-in ................................... SUCCESS [ 3.220 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:44 min
[INFO] Finished at: 2024-01-09T17:23:09Z
[INFO] ------------------------------------------------------------------------

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

"sequenceNumber","resultNumber","yourId","fullAddress","intersectionName","score","matchPrecision","precisionPoints","faults","siteName","unitDesignator","unitNumber","unitNumberSuffix","civicNumber","civicNumberSuffix","streetName","streetType","isStreetTypePrefix","streetDirection","isStreetDirectionPrefix","streetQualifier","localityName","localityType","electoralArea","provinceCode","location","locationPositionalAccuracy","locationDescriptor","siteID","blockID","intersectionID","fullSiteDescriptor","accessNotes","siteStatus","siteRetireDate","changeDate","isOfficial","degree","executionTime","sid"
1,1,"00002-civicAddressWithCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.234,3570324
2,1,"00003-civicAddressWithCivicNumberSuffix","4251A Rockbank Pl, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4251","A","Rockbank","Pl","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2420986 49.3459404)","high","parcelPoint","6397230a-0569-43c8-855e-d84558230db4",342044,,,,"active","9999-12-31","2023-12-08","true",,0.239,2714851
3,1,"00004-civicAddressWithOrdinalCivicNumberSuffix","749E Lakeview Arrow Creek Rd, Wynndel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"749","E","Lakeview Arrow Creek","Rd","false",,"false",,"Wynndel","Community","RDCK Electoral Area C","BC","SRID=4326;POINT(-116.5097552 49.154316)","high","parcelPoint","4b6d3737-4ae6-437b-8a9e-2f209c86c996",2512792,,,,"active","9999-12-31","2023-12-08","true",,5.868,1073929
4,1,"00005-civicAddressWithStreetDirection","456 Gorge Rd E, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.096,3001643
5,1,"00006-civicAddressWithoutStreetDirection","1804 Cedar Dr, Squamish, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1804",,"Cedar","Dr","false",,"false",,"Squamish","District Municipality",,"BC","SRID=4326;POINT(-123.1352813 49.6988427)","high","parcelPoint","29f2655d-ddcb-453c-8f23-7618396a6580",173758,,,,"active","9999-12-31","2023-12-08","true",,0.141,1018699
6,1,"00007-civicAddressWithPrefixStreetDirection","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.15,4174579
7,1,"00008-civicAddressWithStreetNameContainingDirectionWord","947 North Park St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"947",,"North Park","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3566146 48.4293207)","high","parcelPoint","042f4847-e5e5-4c07-bbaf-6e75e43a8577",512719,,,,"active","9999-12-31","2023-12-08","true",,29.13,3897960
8,1,"00009-CivicAddressWithAbbreviatedStreetName","Stelly's Cross Rd, Central Saanich, BC",,78,"STREET",78,"[]",,,,,,,"Stelly's Cross","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4390875 48.579717)","coarse","streetPoint",,,,,,"active",,,"true",,0.317,
9,1,"00010-CivicAddressWithAbbreviatedStreetName","3928 Cedar Hill Cross Rd, Saanich, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3928",,"Cedar Hill Cross","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3477591 48.4659559)","high","parcelPoint","b767e6b4-5af5-428e-acb3-f39fe7a6b952",384645,,,,"active","9999-12-31","2023-12-08","true",,15.945,3290984
10,1,"00011-CivicAddressWithAbbreviatedLocalityName","7495 Columbia Ave, Radium Hot Springs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7495",,"Columbia","Ave","false",,"false",,"Radium Hot Springs","Village",,"BC","SRID=4326;POINT(-116.0777622 50.6205387)","high","parcelPoint","f2f7536d-dd71-46eb-8c1a-5c902035c8e5",338710,,,,"active","9999-12-31","2023-12-08","true",,1.081,4184338
11,1,"00012-civicAddressWithoutProvinceCode","2050 SW Marine Dr, Vancouver, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.118,4174579
12,1,"00013-civicAddressWithProvinceName","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.152,4174579
13,1,"00014-civicAddressWithoutUnit","10372 99 St, Taylor, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10372",,"99","St","false",,"false",,"Taylor","District Municipality",,"BC","SRID=4326;POINT(-120.6811336 56.1548566)","high","parcelPoint","2bb29d69-9d7c-4eac-ad9d-28c6528d63fd",238496,,,,"active","9999-12-31","2023-12-08","true",,1.606,3682455
14,1,"00015-civicAddressWithUnitWithoutUnitDesignator","UNIT 170 -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170",,"active","9999-12-31","2023-12-08","true",,3.014,4363977
15,1,"00016-civicAddressWithUnitAfterStreetType","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.344,2064187
16,1,"00017-civicAddressWithUnitBeforeCivicNumber","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.22,2064187
17,1,"00018-civicAddressWithUnitBeforeCivicNumberandWithoutFrontGate","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.073,2064187
18,1,"00019-civicAddressWithUnitandKnownSiteName","UNIT 170 DOUGLAS COLLEGE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOUGLAS COLLEGE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 DOUGLAS COLLEGE",,"active","9999-12-31","2023-12-08","true",,6.194,4363977
19,1,"00020-civicAddressWithSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,5.166,
20,1,"00021-civicAddressWithPartialSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,1.015,
21,1,"00022-civicAddressWithSiteNameAndMissingCivicNumber","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.101,
22,1,"00023-civicAddressWithNumberForStreetName","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","63359f5d-feb8-4078-a53d-cf7597dedf72",241168,,,,"active","9999-12-31","2023-12-08","true",,15.639,1453435
23,1,"00024-civicAddressWithUnitNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.107,
24,1,"00025-CivicNumberWithHighwayStreetName","4390 Hwy 33, Beaverdell, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4390",,"33","Hwy","true",,"false",,"Beaverdell","Community","RDKB Electoral Area E (West Boundary)","BC","SRID=4326;POINT(-119.0335607 49.3035999)","high","parcelPoint","f0dfb4fd-5be0-4df9-bdc1-f99acad96a10",571497,,,,"active","9999-12-31","2023-12-08","true",,1.154,4097984
25,1,"00026-CivicAddressWithoutProvinceCode","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.069,3570324
26,1,"00027-CivicAddressWithoutLocality","525 Superior St, Victoria, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY.missing:10]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.179,3570324
27,1,"00028-CivicAddressWithoutStreetName","Kamloops, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3391667 50.6755556)","coarse","localityPoint",,,,,,"active",,,"true",,0.329,
28,1,"00029-CivicAddressWithoutStreetType","661A Market Hill, Vancouver, BC",,94,"CIVIC_NUMBER",100,"[STREET_TYPE.missing:6]",,,,,"661","A","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","b2855281-bebf-45d1-9bfe-a451a77941ca",265705,,,,"active","9999-12-31","2023-12-08","true",,1.174,1154850
29,1,"00030-CivicAddressWithoutStreetDirection","456 Gorge Rd E, Victoria, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.902,3001643
30,1,"00031-CivicAddressWithoutCivicNumber","Superior St, Victoria, BC",,78,"STREET",78,"[]",,,,,,,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3742047 48.4187396)","coarse","streetPoint",,,,,,"active",,,"true",,0.069,
31,1,"00032-CivicAddressWithUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.173,1897827
32,1,"00033-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.266,1897827
33,1,"00034-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.269,1897827
34,1,"00035-CivicAddressWithoutUnitDesignator","850 Saucier Ave, Kelowna, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","ff8c0c0f-008d-4c64-b706-20b249dd9dfa",423686,,,,"active","9999-12-31","2023-12-08","true",,0.259,3801227
35,1,"00036-CivicAddressWithoutUnitNumber","UNIT -- 850 Saucier Ave, Kelowna, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"UNIT",,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","ff8c0c0f-008d-4c64-b706-20b249dd9dfa",423686,,"UNIT",,"active","9999-12-31","2023-12-08","true",,0.178,3801227
36,1,"00037-CivicAddressWithoutUnitNumber","APT -- 1359 Porlier Pass Rd, Galiano Island, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"APT",,,"1359",,"Porlier Pass","Rd","false",,"false",,"Galiano Island","Unknown","CAPRD Southern Gulf Islands Electoral Area","BC","SRID=4326;POINT(-123.3619085 48.8934868)","medium","parcelPoint","4932e455-d8e3-4068-8cee-b690c18ec3cd",2652387,,"APT",,"active","9999-12-31","2023-12-08","true",,1.021,8004937
37,1,"00038-CivicAddressWithoutLocalityProvinceCode","3520 Wentworth Ave, West Vancouver, BC",,89,"CIVIC_NUMBER",100,"[LOCALITY.missing:10, PROVINCE.missing:1]",,,,,"3520",,"Wentworth","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2152473 49.3466751)","high","parcelPoint","03afe195-9300-4685-a674-b5ec3293c0c1",570447,,,,"active","9999-12-31","2023-12-08","true",,3.07,2836372
38,1,"00039-CivicAddressWithUnitAttachedToCivicNumber","Lorne St, Kamloops, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lorne","St","false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3275514 50.6782177)","coarse","streetPoint",,,,,,"active",,,"true",,4.163,
39,1,"00040-CivicAddressWithNonNumeric CivicNumber","A-B Connector Rd, Richmond, BC",,70,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:1, STREET_TYPE.notMatched:3, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"A-B Connector","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1809151 49.1921731)","coarse","streetPoint",,,,,,"active",,,"true",,64.182,
40,1,"00041-CivicAddressSwappedCharactersInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,13.502,
41,1,"00042-CivicAddressSwappedCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,9.941,3286476
42,1,"00043-CivicAddressSwappedCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,55.537,3286476
43,1,"00044-CivicAddressSwappedCharactersInStreetNameLocality","30 Firth Cres, Mackenzie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2, STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,88.602,3286476
44,1,"00045-CivicAddressWrongCharacterInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,8.393,
45,1,"00046-CivicAddressWrongCharacterInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,103.904,3286476
46,1,"00047-CivicAddressWrongCharacterInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,44.379,3286476
47,1,"00048-CivicAddressMissingWordInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,2.523,
48,1,"00049-CivicAddressWrongWordInStreetName","6006 Happy Valley Rd, Summerland, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","3b59fae5-17dc-4f0b-a35d-7117840c75b6",61656,,,,"active","9999-12-31","2023-12-08","true",,0.628,2052236
49,1,"00050-CivicAddressMissingFirstWordInStreetName","Valleyview Rd, Penticton, BC",,72,"STREET",78,"[STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Valleyview","Rd","false",,"false",,"Penticton","City",,"BC","SRID=4326;POINT(-119.5742878 49.4516623)","coarse","streetPoint",,,,,,"active",,,"true",,82.302,
50,1,"00051-CivicAddressMissingFirstWordInLocalityName","UNIT 1323 -- 5 Gore Ave, Vancouver, BC",,86,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_NAME.spelledWrong:2, STREET_TYPE.notPrefix:0]",,"UNIT","1323",,"5",,"Gore","Ave","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0979684 49.2846438)","low","accessPoint",,105284,,"UNIT 1323",,"active",,,"true",,22.952,
51,1,"00052-CivicAddressMissingFirstWordInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,5.876,
52,1,"00053-CivicAddressMissingCharactersInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,7.007,
53,1,"00054-CivicAddressWrongWordInStreetName","Community Center Rd, Grand Forks, BC",,78,"STREET",78,"[]",,,,,,,"Community Center","Rd","false",,"false",,"Grand Forks","City",,"BC","SRID=4326;POINT(-118.4881692 49.0174056)","coarse","streetPoint",,,,,,"active",,,"true",,0.507,
54,1,"00055-CivicAddressMissingCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,39.831,3286476
55,1,"00056-CivicAddressMissingCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,40.89,3286476
56,1,"00057-CivicAddressWrongAbbreviationInLocality","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","0f5b74f4-dda0-44a7-b0e2-3473c17973df",484911,,,,"active","9999-12-31","2023-12-08","true",,6.227,1860086
57,1,"00058-CivicAddressWrongProvinceCode","30 Firth Cres, Mackenzie, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.notMatched:1]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,0.754,3286476
58,1,"00059-CivicAddressWrongLocality","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.partialMatch:1]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,1.869,3951760
59,1,"00060-CivicAddressWrongStreetType","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[STREET_TYPE.notMatched:3]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,2.575,3951760
60,1,"00061-CivicAddressWrongStreetDirection","456 Gorge Rd E, Victoria, BC",,97,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2, PROVINCE.missing:1]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.786,3001643
61,1,"00062-CivicAddressMispelledStreetName","952 Comox Ave, Prince Rupert, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,15.778,3951760
62,1,"00063-CivicAddressWithMisplacedStreetDirection","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","63359f5d-feb8-4078-a53d-cf7597dedf72",241168,,,,"active","9999-12-31","2023-12-08","true",,16.527,1453435
63,1,"00064-CivicAddressWithMisplacedStreetDirection","2186 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notSuffix:0]",,,,,"2186",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1585049 49.2182009)","high","parcelPoint","9edb997b-7f36-4dc7-833f-e568324b3d5f",104099,,,,"active","9999-12-31","2023-12-08","true",,4.742,2902304
64,1,"00065-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","881c3c68-0f07-4b07-b93a-f796d820e28d",2646210,,,,"active","9999-12-31","2023-12-08","true",,39.083,3393400
65,1,"00066-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","881c3c68-0f07-4b07-b93a-f796d820e28d",2646210,,,,"active","9999-12-31","2023-12-08","true",,30.105,3393400
66,1,"00067-CivicAddressWithMisplacedStreetType","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,3.234,2287750
67,1,"00069-CivicAddressWithUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,19.359,2287750
68,1,"00070-CivicAddressWithUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","0db17158-e0f2-48a4-8460-e70997a45283",323579,,,,"active","9999-12-31","2023-12-08","true",,17.542,1239002
69,1,"00071-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,35.722,2287750
70,1,"00072-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notPrefix:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","0db17158-e0f2-48a4-8460-e70997a45283",323579,,,,"active","9999-12-31","2023-12-08","true",,23.67,1239002
71,1,"00073-CivicAddressUnknownLocality","626 Lindley Dr, West Kelowna, BC",,93,"BLOCK",99,"[LOCALITY.spelledWrong:2, LOCALITY.isAlias:4]",,,,,"626",,"Lindley","Dr","false",,"false",,"West Kelowna","Unknown","RDCO Central Okanagan West Electoral Area","BC","SRID=4326;POINT(-119.5404528 49.8943439)","low","accessPoint",,571162,,,,"active",,,"true",,7.382,
72,1,"00074-CivicAddressUnknownStreetDirection","456 Gorge Rd E, Victoria, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.856,3001643
73,1,"00075-CivicAddressUnknownStreetType","561 Salmon Rd, Central Saanich, BC",,96,"BLOCK",99,"[STREET_TYPE.notMatched:3]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,6.98,
74,1,"00076-CivicAddressUnknownStreetName","561 Salmon Rd, Central Saanich, BC",,97,"BLOCK",99,"[STREET_NAME.spelledWrong:2]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,138.715,
75,1,"00077-CivicAddressUnknownCivicNumber","Hwy 97B SE, Salmon Arm, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"97B","Hwy","true","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2201925 50.6811245)","coarse","streetPoint",,,,,,"active",,,"true",,82.549,
76,1,"00078-CivicAddressUnknownUnitDescriptor","UNIT 128 ABODE -- 850 Saucier Ave, Kelowna, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]","ABODE","UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128 ABODE",,"active","9999-12-31","2023-12-08","true",,0.292,1897827
77,1,"00079-CivicAddressStreetDirectionForUndirectedStreet","109 Quarry Dr, Salt Spring Island, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2]",,,,,"109",,"Quarry","Dr","false",,"false",,"Salt Spring Island","Unknown","CAPRD Saltspring Island Electoral Area","BC","SRID=4326;POINT(-123.5626031 48.8754044)","high","parcelPoint","ed895675-3557-4f54-aebb-865fddb565d7",2402870,,,,"active","9999-12-31","2023-12-08","true",,8.118,2688433
78,1,"00080-CivicAddressWithMailBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.392,3570324
79,1,"00081-CivicAddressWithMailBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.338,3570324
80,1,"00082-CivicAddressWithBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.331,3570324
81,1,"00083-CivicAddressWithBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.315,3570324
82,1,"00084-CivicAddressWithCompAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.342,3570324
83,1,"00085-CivicAddressWithCompAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.318,3570324
84,1,"00086-CivicAddressWithLcdAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.331,3570324
85,1,"00087-CivicAddressWithLcdAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.309,3570324
86,1,"00088-CivicAddressWithPostalCodeAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.334,3570324
87,1,"00089-CivicAddressWithPostalCodeAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.321,3570324
88,1,"00090-CivicAddressWithRuralRouteAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.315,3570324
89,1,"00091-CivicAddressWithRuralRouteAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.319,3570324
90,1,"00092-CivicAddressWithRuralRouteStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.318,3570324
91,1,"00093-CivicAddressWithRuralRouteStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.335,3570324
92,1,"00094-CivicAddressWithUnabbreviatedRuralRoute","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.31,3570324
93,1,"00095-CivicAddresswithPostBoxStnNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.225,
94,1,"00096-CivicAddressWithPostBoxStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.365,3570324
95,1,"00097-CivicAddressWithPostBoxStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.33,3570324
96,1,"00098-CivicAddresswithPostBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.156,
97,1,"00099-CivicAddressWithPostBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.336,3570324
98,1,"00100-CivicAddressWithPostBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.319,3570324
99,1,"00101-CivicAddresswithBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.155,
100,1,"00102-CivicAddressWithBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.334,3570324
101,1,"00103-CivicAddressWithBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.313,3570324
102,1,"00104-CivicAddressWithFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,7.57,4260507
103,1,"00105-CivicAddressWithReverseFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,15.367,4260507
104,1,"00106-CivicAddressWithUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,6.428,4260507
105,1,"00107-CivicAddressWithReverseUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,29.374,4260507
106,1,"00108-SimpleInterpolatedCivicAddress","5742 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5742",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0134698 49.2299803)","low","accessPoint",,2586590,,,,"active",,,"true",,0.172,
107,1,"00109-AdaptiveInterpolatedCivicAddress","5686 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5686",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0168146 49.2298375)","low","accessPoint",,2586590,,,,"active",,,"true",,0.125,
108,1,"00110-CivicAddressWithKnownCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.099,3570324
109,1,"00111-CivicAddressWithKnownMainEntrance","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.079,3570324
110,1,"00112-CivicAddressWithKnownParcelPoint","5706 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5706",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0159456 49.2298132)","high","parcelPoint","d2458816-e87a-4835-ad7f-3da875eaf381",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.07,3914830
111,1,"00113-CivicAddressWithKnownFrontDoorAndUnknownParcelPoint","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.113,
112,1,"00114-CivicAddressWithUnKnownFrontDoorAndKnownParcelPoint","5712 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5712",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0156988 49.2298087)","high","parcelPoint","4ea88cf9-c8e1-44b2-8c0c-d238b5e91222",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.068,3530385
113,1,"00115-IntersectionAddressWithTwoStreetsInAscendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"8fdc9d21-1489-4470-81d8-91970f6bee19",,,"active",,,"true",4,29.902,
114,1,"00116-IntersectionAddressWithTwoStreetsInDescendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"8fdc9d21-1489-4470-81d8-91970f6bee19",,,"active",,,"true",4,27.191,
115,1,"00117-IntersectionAddressWithFourStreets","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,1168.192,
116,1,"00118-IntersectionAddressWithStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"16938575-9d8c-42ab-a8f4-daac32a6014b",,,"active",,,"true",3,0.601,
117,1,"00119-IntersectionAddressWithMissingStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"16938575-9d8c-42ab-a8f4-daac32a6014b",,,"active",,,"true",3,0.25,
118,1,"00120-IntersectionAddressWithoutStreetDirection","Begbie St and Johnson St, Victoria, BC","Begbie St and Johnson St",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3419611 48.4272692)","high","intersectionPoint",,,"57828176-9618-4319-b851-d450f7355481",,,"active",,,"true",3,2.106,
119,1,"00121-IntersectionAddressWithPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"fb63e02a-7823-44d4-965c-3b7d3b538242",,,"active",,,"true",3,4.089,
120,1,"00122-IntersectionAddressWithMissingPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2, STREET_DIRECTION.notSuffix:0]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"fb63e02a-7823-44d4-965c-3b7d3b538242",,,"active",,,"true",3,1.84,
121,1,"00123-IntersectionAddressWithPrefixStreetDirectionAndStreetNameContainingDirectionWord","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.123,
122,1,"00124-IntersectionAddressWithoutProvinceCode","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",99,"INTERSECTION",100,"[PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.309,
123,1,"00125-IntersectionAddressWithProvinceName","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.558,
124,1,"00126-IntersectionAddressWrongLocality","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",93,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, LOCALITY.isAlias:4]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,4.971,
125,1,"00127-IntersectionAddressWrongStreetType","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",85,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,25.565,
126,1,"00128-IntersectionAddressWrongStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,27.867,
127,1,"00129-IntersectionAddressUnknownLocality","George Junction, Surrey, BC",,60,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_NAME.spelledWrong:2, FAULTS.tooMany:6]",,,,,,,"George Junction",,"false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8436983 49.1816386)","coarse","streetPoint",,,,,,"active",,,"true",,41.611,
128,1,"00130-IntersectionAddressUnknownStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,21.574,
129,1,"00131-IntersectionAddressStreetDirectionForUndirectedStreet","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.904,
130,1,"00132-CivicAddressNumberedStreetWithoutTH","955 13th Ave, Valemount, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"955",,"13th","Ave","false",,"false",,"Valemount","Village",,"BC","SRID=4326;POINT(-119.2562088 52.8244902)","high","parcelPoint","77bcbe45-e610-4136-bc6f-5e1ab44226f8",2657065,,,,"active","9999-12-31","2023-12-08","true",,3.648,3340468
131,1,"00133-Street","Wells Rd, Chilliwack, BC",,78,"STREET",78,"[]",,,,,,,"Wells","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9710217 49.1348039)","coarse","streetPoint",,,,,,"active",,,"true",,0.203,
132,1,"00134-CivicAddressFailedInPast","1090 Marine Dr, Port Alice, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1090",,"Marine","Dr","false",,"false",,"Port Alice","Village",,"BC","SRID=4326;POINT(-127.4882951 50.4256588)","high","parcelPoint","973ddaed-c28c-443c-98a4-f10cbbbad7bc",386923,,,,"active","9999-12-31","2023-12-08","true",,1.879,2035733
133,1,"00135-CivicAddressFailedInPast","1772 Hwy 97, 70 Mile House, BC",,100,"CIVIC_NUMBER",100,"[STREET_NAME.isHighwayAlias:0]",,,,,"1772",,"97","Hwy","true",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.388392 51.3175653)","high","parcelPoint","19c012dd-88c3-4337-99a6-63f932cc4d0c",485724,,,,"active","9999-12-31","2023-12-08","true",,11.228,3833822
134,1,"00136-CivicAddressFailedInPast","3545 Prince Edward St, Vancouver, BC",,99,"BLOCK",99,"[]",,,,,"3545",,"Prince Edward","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0966457 49.2534421)","low","accessPoint",,105930,,,,"active",,,"true",,3.091,
135,1,"00137-CivicAddressFailedInPast","671D Market Hill, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"671","D","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","b0c2f51d-cc2b-4684-a89f-968ce99f0677",265705,,,,"active","9999-12-31","2023-12-08","true",,0.096,2290321
136,1,"00138-CivicAddressFailedInPast","100 Mile House, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"100 Mile House","District Municipality",,"BC","SRID=4326;POINT(-121.2955555 51.6425)","coarse","localityPoint",,,,,,"active",,,"true",,1.16,
137,1,"00139-CivicAddressFailedInPast","Willow Dr, 70 Mile House, BC",,78,"STREET",78,"[]",,,,,,,"Willow","Dr","false",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3940095 51.3174337)","coarse","streetPoint",,,,,,"active",,,"true",,2.729,
138,1,"00140-CivicAddressFailedInPast","Gorge Bridge and Gorge Bridge, Esquimalt, BC","Gorge Bridge and Gorge Bridge",88,"INTERSECTION",100,"[STREET_QUALIFIER.missing:1, LOCALITY.missing:10, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.4003273 48.4462962)","high","intersectionPoint",,,"90f60e51-5e93-4924-bfda-d4e122f5e016",,,"active",,,"true",2,9.019,
139,1,"00141-CivicAddressFailedInPast","Vancouver, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1138889 49.2608333)","coarse","localityPoint",,,,,,"active",,,"true",,0.239,
140,1,"00142-CivicAddressNotInAnyAddressRange","Commercial Dr, Dease Lake, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Commercial","Dr","false",,"false",,"Dease Lake","Community","RDKS Electoral Area F","BC","SRID=4326;POINT(-129.9874801 58.4338875)","coarse","streetPoint",,,,,,"active",,,"true",,38.061,
141,1,"00143-CivicAddressStreetNameNotPrimary","1271 Winchester Rd, Qualicum Beach, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"1271",,"Winchester","Rd","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4501346 49.292)","high","parcelPoint","515b3a81-b009-4af6-b392-7ecd204d9861",1897789,,,,"active","9999-12-31","2023-12-08","true",,0.15,3631023
142,1,"00144-CivicAddressWithHashCharacter","UNIT 1 -- 2145 Phillips Rd, Sooke, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"2145",,"Phillips","Rd","false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7064698 48.3865487)","high","rooftopPoint","78759a60-dad5-4c25-93ff-5667adbcc26f",307630,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,10.816,2995850
143,1,"00145-CivicAddressWithProvinceCode","3010 Wood Ave, Armstrong, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3010",,"Wood","Ave","false",,"false",,"Armstrong","City",,"BC","SRID=4326;POINT(-119.1984008 50.4504501)","high","parcelPoint","87d3b050-9e79-4db2-9afc-c045cb2deeca",2638910,,,,"active","9999-12-31","2023-12-08","true",,0.203,2117684
144,1,"00146-InterpolatedAccessPtOnEmptyBlock","527 Superior St, Victoria, BC",,99,"BLOCK",99,"[]",,,,,"527",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708816 48.4180902)","low","accessPoint",,296337,,,,"active",,,"true",,0.112,
145,1,"00147-InterpolatedAccessPtOnBlockWithAccessPtSites","388 Campbell St, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"388",,"Campbell","St","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.6886073 48.7789468)","low","accessPoint",,279783,,,,"active",,,"true",,0.126,
146,1,"00148-InterpolatedAccessPtOnBlockWithParcelPtSites","3484 Auchinachie Rd, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"3484",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7462283 48.7957275)","low","accessPoint",,386280,,,,"active",,,"true",,0.09,
147,1,"00149-AccessPtForAccessPtSite","30 Firth Cres, Mackenzie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,0.102,3286476
148,1,"00150-AccessPtForHighAccuracyParcelPtSite","3482 Auchinachie Rd, Duncan, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3482",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.746139 48.7955143)","high","parcelPoint","79fc1453-8251-433a-9a09-82e2271f14e8",386280,,,,"active","9999-12-31","2023-12-08","true",,0.094,3403909
149,1,"00151-AccessPtForMediumAccuracyParcelPtSite","5670 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5670",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0166701 49.2295564)","high","parcelPoint","4b1627fa-b0eb-4fa0-a2df-2ae3b7624a0e",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.088,3278101
150,1,"00152-CivicAddressFailedInPast","6006 Happy Valley Rd, Summerland, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","3b59fae5-17dc-4f0b-a35d-7117840c75b6",61656,,,,"active","9999-12-31","2023-12-08","true",,1.121,2052236
151,1,"00153-CivicAddressFailedInPast","848 Esquimalt Rd, Esquimalt, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"848",,"Esquimalt","Rd","false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.39794 48.432112)","high","parcelPoint","646a6c30-71cd-4377-ba0d-c877c8ff77cc",296065,,,,"active","9999-12-31","2023-12-08","true",,0.093,3617740
152,1,"00156-CivicAddressInWrongLocation","4427 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4427",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4162969 49.8219851)","high","rooftopPoint","e812c88e-84c4-4d10-b234-94bb2095d329",345026,,,,"active","9999-12-31","2023-12-08","true",,0.088,3723542
153,1,"00157-CivicAddressInWrongLocation","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","9d003d88-50ea-481d-a2ff-6aceb05652a5",535086,,,,"active","9999-12-31","2023-12-08","true",,0.075,3492892
154,1,"00158-CivicAddressWithUnescapedSpecialCharacter","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","9d003d88-50ea-481d-a2ff-6aceb05652a5",535086,,,,"active","9999-12-31","2023-12-08","true",,0.071,3492892
155,1,"00159-CivicAddressWithNegativeScore","Sooke, BC",,48,"LOCALITY",68,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12, LOCALITY.isAlias:4, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7316667 48.3825)","coarse","localityPoint",,,,,,"active",,,"true",,18.523,
156,1,"00160-CivicAddressWithCivicNumberTreatedAsCivicNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.168,
157,1,"00161-NonCivicAddressWithKnownSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,7.767,
158,1,"00162-NonCivicAddressWithKnownSiteNameAndMissingStreet","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,5.087,
159,1,"00163-NonCivicAddressWithKnownSiteNameandProvince","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,1.202,
160,1,"00164-NonCivicAddressWithHwyNameAlias","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.148,
161,1,"00165-CivicAddressWithFractionalCivicNumberSuffix","535 1/2 Fisgard St, Victoria, BC",,98,"BLOCK",99,"[CIVIC_NUMBER_SUFFIX.notMatched:1]",,,,,"535","1/2","Fisgard","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3683677 48.4293144)","low","accessPoint",,310522,,,,"active",,,"true",,0.408,
162,1,"00167-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,3.066,3478532
163,1,"00168-NumberedStreetNameWithEmbeddedBlanks","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,3.315,3478532
164,1,"00169-StreetNameWithGluedWords","2845 Cedar Hill Rd, Victoria, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"2845",,"Cedar Hill","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3452603 48.4424106)","high","parcelPoint","5b4408ad-303c-405d-a31b-771e64b795e3",2660218,,,,"active","9999-12-31","2023-12-08","true",,0.992,3587951
165,1,"00170-LocalityNameWithGluedWords","1722 Elford Rd, Shawnigan Lake, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1722",,"Elford","Rd","false",,"false",,"Shawnigan Lake","Community","CVRD Electoral Area B (Shawnigan Lake)","BC","SRID=4326;POINT(-123.6193839 48.6458832)","high","parcelPoint","2cc67702-66f4-4207-ad97-67f5d539728b",556151,,,,"active","9999-12-31","2023-12-08","true",,0.348,3545213
166,1,"00171-SiteNameWithGluedWords","ANAHIMLAKE AIRPORT -- Anahim Lake, BC",,58,"LOCALITY",68,"[SITE_NAME.notMatched:10]","ANAHIMLAKE AIRPORT",,,,,,,,"false",,"false",,"Anahim Lake","Community","CRD Electoral Area J","BC","SRID=4326;POINT(-125.3180556 52.4663889)","coarse","localityPoint",,,,"ANAHIMLAKE AIRPORT",,"active",,,"true",,8.733,
167,1,"00172-StreetNameWithMultipleSpellingMistakes","Omenica St, Kitimat, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omenica","St","false",,"false",,"Kitimat","District Municipality",,"BC","SRID=4326;POINT(-128.6597836 54.0442719)","coarse","streetPoint",,,,,,"active",,,"true",,3.074,
168,1,"00173-LocalityNameWithMultipleSpellingMistakes","Spallumcheen, BC",,66,"LOCALITY",68,"[LOCALITY.spelledWrong:2]",,,,,,,,,"false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2174999 50.4022222)","coarse","localityPoint",,,,,,"active",,,"true",,2.657,
169,1,"00174-SiteNameWithMultipleSpellingMistakes","ANAHYME LAK ARPORT -- Anahim Lake, BC",,58,"LOCALITY",68,"[SITE_NAME.notMatched:10]","ANAHYME LAK ARPORT",,,,,,,,"false",,"false",,"Anahim Lake","Community","CRD Electoral Area J","BC","SRID=4326;POINT(-125.3180556 52.4663889)","coarse","localityPoint",,,,"ANAHYME LAK ARPORT",,"active",,,"true",,4.306,
170,1,"00175-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,1.981,3478532
171,1,"00178-StreetNameWithSplitWords","1985 Millstream Rd, Highlands, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,4.321,4153266
172,1,"00179-UnknownSiteNameWithFrontGate","OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,0.47,4153266
173,1,"00180-UnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,16.17,4153266
174,1,"00181-UnknownUnitwithUnknownSiteNameWithFrontGate","APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","APT 101 OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,1.296,4153266
175,1,"00182-UnknownUnitwithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,49.914,4153266
176,1,"00183-UnknownUnitAfterStreetWithUnknownSiteNameWithFrontGate","APT 101 APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,88,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]","APT 101 OLD MILL STREAM MANOR","APT","101",,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"APT 101 APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,109.444,4153266
177,1,"00184-UnknownUnitAfterStreetWithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,40.613,4153266
178,1,"00185-UnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,3.876,4153266
179,1,"00186-UnknownUnitWithUnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,38.678,4153266
180,1,"00187-SpelledOutProvinceName","8525 Terrace Dr, Delta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","fd8bad69-896b-4459-a7b3-759ef82c3f2e",131433,,,,"active","9999-12-31","2023-12-08","true",,0.136,2746401
181,1,"00188-RedundantSpelledOutProvinceNameAndAbbreviation","8525 Terrace Dr, Delta, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","fd8bad69-896b-4459-a7b3-759ef82c3f2e",131433,,,,"active","9999-12-31","2023-12-08","true",,1.203,2746401
182,1,"00189-WordUNKNOWNInAddress","975 Balmoral Rd, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"975",,"Balmoral","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.356382 48.4284131)","high","parcelPoint","fcf5e245-bca4-4f68-881f-be77c218a369",300538,,,,"active","9999-12-31","2023-12-08","true",,0.759,2863484
183,1,"00190-WordCANADAInAddress","5142 Manor St, Burnaby, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"5142",,"Manor","St","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9900276 49.2568325)","high","parcelPoint","40abf4f4-6eb2-45bd-9180-8b38fedd4467",116162,,,,"active","9999-12-31","2023-12-08","true",,3.132,2467917
184,1,"00191-GDPostalElementAfterStreet","400 Gower Point Rd, Gibsons, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"400",,"Gower Point","Rd","false",,"false",,"Gibsons","Town",,"BC","SRID=4326;POINT(-123.5092528 49.3994338)","high","parcelPoint","ed2a3a65-1f34-439c-9610-2b9004532659",178782,,,,"active","9999-12-31","2023-12-08","true",,0.876,2461748
185,1,"00192-DNCPostalElementAfterStreet","10631 Rochdale Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10631",,"Rochdale","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1093351 49.1345637)","high","parcelPoint","64e07569-1a0f-4ea1-b293-670c469e5a2a",126449,,,,"active","9999-12-31","2023-12-08","true",,0.129,2683087
186,1,"00193-RPOPostalElementAfterStreet","1751 Martini Way, Qualicum Beach, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1751",,"Martini","Way","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.5637356 49.3047857)","high","parcelPoint","f2f500b6-f619-464f-9e9a-acb9eff6893f",331400,,,,"active","9999-12-31","2023-12-08","true",,0.37,2958432
187,1,"00196-SiteNameAfterStreet","9020 Bridgeport Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9020",,"Bridgeport","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1251457 49.1915261)","high","parcelPoint","9ccbc888-a3c0-4246-aef2-5f42c847faec",349117,,,,"active","9999-12-31","2023-12-08","true",,0.982,1816251
188,1,"00197-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.155,3980238
189,1,"00198-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.191,3980238
190,1,"00199-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.228,3980238
191,1,"00200-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,2.292,3980238
192,1,"00201-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,18.369,3547420
193,1,"00202-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,20.987,3547420
194,1,"00203-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,18.27,3547420
195,1,"00204-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,18.227,3547420
196,1,"00205-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.243,1095815
197,1,"00206-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.197,1095815
198,1,"00207-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.208,1095815
199,1,"00208-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.188,1095815
200,1,"00209-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","2a5a82c3-ae53-47ef-8dfe-b1aef979d056",279569,,,,"active","9999-12-31","2023-12-08","true",,22.563,3815340
201,1,"00210-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","2a5a82c3-ae53-47ef-8dfe-b1aef979d056",279569,,,,"active","9999-12-31","2023-12-08","true",,24.967,3815340
202,1,"00211-RedundantStreetTypeInAddress","1168 Douglas Terr, Port Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1168",,"Douglas","Terr","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7811 49.2357097)","high","parcelPoint","5d3c3ff2-6dd0-4350-ad97-0f5c834cb235",147675,,,,"active","9999-12-31","2023-12-08","true",,19.744,3826511
203,1,"00212-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.267,2471690
204,1,"00213-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.212,2471690
205,1,"00214-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.108,2471690
206,1,"00215-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.599,2559518
207,1,"00216-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.585,2559518
208,1,"00217-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.642,2559518
209,1,"00218-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.758,2559518
210,1,"00219-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.543,3013340
211,1,"00220-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.486,3013340
212,1,"00221-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.039,3013340
213,1,"00222-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.504,3013340
214,1,"00223-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.461,3013340
215,1,"00224-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.422,3013340
216,1,"00225-RedundantStreetTypeInAddress","1065 Cinnamon Sedge Way, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1065",,"Cinnamon Sedge","Way","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2708609 49.2750462)","high","parcelPoint","4959de89-a240-4b2a-aa94-9a5b86a4cd7d",1864615,,,,"active","9999-12-31","2023-12-08","true",,1.084,4139213
217,1,"00226-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.684,2118865
218,1,"00227-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.65,2118865
219,1,"00228-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.641,2118865
220,1,"00229-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.639,2118865
221,1,"00230-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.637,2118865
222,1,"00231-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.625,2118865
223,1,"00232-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.643,2118865
224,1,"00233-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.64,2118865
225,1,"00234-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.642,2118865
226,1,"00235-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,11.584,1060061
227,1,"00236-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,11.163,1060061
228,1,"00237-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,10.92,1060061
229,1,"00238-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,11.02,1060061
230,1,"00239-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,10.913,1060061
231,1,"00240-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.877,3911239
232,1,"00241-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.731,3911239
233,1,"00242-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.708,3911239
234,1,"00243-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.749,3911239
235,1,"00244-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.75,3911239
236,1,"00245-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.721,3911239
237,1,"00246-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.695,3911239
238,1,"00247-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.734,3911239
239,1,"00248-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,10.711,3911239
240,1,"00249-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.189,3872694
241,1,"00250-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.147,3872694
242,1,"00251-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.145,3872694
243,1,"00252-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.223,3872694
244,1,"00253-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","4d942656-0704-4c43-879c-939cd257b8f5",580534,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,27.579,4280010
245,1,"00254-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","4d942656-0704-4c43-879c-939cd257b8f5",580534,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,27.589,4280010
246,1,"00255-UnknownSiteNameWithFrontGate","HOLLYBURN HOUSE -- 2095 Marine Dr, West Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","HOLLYBURN HOUSE",,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","cec50666-a78e-44c9-90ed-7cada1558784",165751,,"HOLLYBURN HOUSE",,"active","9999-12-31","2023-12-08","true",,8.671,2436253
247,1,"00256-UnknownSiteNameAfterStreetWithoutFrontGate","2095 Marine Dr, West Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","cec50666-a78e-44c9-90ed-7cada1558784",165751,,,,"active","9999-12-31","2023-12-08","true",,20.984,2436253
248,1,"00257-UnknownSiteNameWithFrontGate","BRG HOUSING -- 100 E Cordova St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, STREET_DIRECTION.notSuffix:0]","BRG HOUSING",,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","0359f4d1-2724-415c-8b69-3a7cd593d0d4",105944,,"BRG HOUSING",,"active","9999-12-31","2023-12-08","true",,3.274,3780707
249,1,"00258-UnknownSiteNameAfterStreetWithoutFrontGate","100 E Cordova St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.notSuffix:0]",,,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","0359f4d1-2724-415c-8b69-3a7cd593d0d4",105944,,,,"active","9999-12-31","2023-12-08","true",,16.165,3780707
250,1,"00259-GoodAddress","689 Abbott St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.114,8007681
251,1,"00260-WordRTDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.676,8007681
252,1,"00261-WordRETURNMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.69,8007681
253,1,"00262-WordRETURNEDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.668,8007681
254,1,"00263-WordMAILINGAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.638,8007681
255,1,"00264-GoodAddress","9695 Prest Rd, Chilliwack, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.077,1459224
256,1,"00265-WordPOSTALSTNAfterStreet","9695 Prest Rd, Chilliwack, BC",,89,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY.missing:10]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,3.585,1459224
257,1,"00266-WordPOSTALSTATIONAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.841,1459224
258,1,"00267-WordPOSTALAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.428,1459224
259,1,"00268-POBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.278,3496523
260,1,"00269-PspaceOBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.26,3496523
261,1,"00270-POAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.233,3496523
262,1,"00271-PspaceOAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.793,3496523
263,1,"00272-KnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.252,2104959
264,1,"00273-APARTMENTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.387,2104959
265,1,"00274-APARTMENTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.227,2104959
266,1,"00275-APTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.348,2104959
267,1,"00276-APTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.208,2104959
268,1,"00277-POBoxAtFrontOfUnitAddress","UNIT 105 -- 150 21st St, West Vancouver, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,57.486,1430226
269,1,"00278-POBoxAtFrontOfUnitAddresssWithBUZZERNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,63.693,1430226
270,1,"00279-POBoxAtFrontOfUnitAddressWithBUZZNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,62.512,1430226
271,1,"00280-POBoxAtFrontOfUnitAddressWithINTERCOMNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,64.7,1430226
272,1,"00281-StreetNameWithApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","7c73e9de-96f5-42b4-a315-954987ac6ab1",120417,,,,"active","9999-12-31","2023-12-08","true",,0.209,4018594
273,1,"00282-StreetNameWithSpaceInsteadOfApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,88,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","7c73e9de-96f5-42b4-a315-954987ac6ab1",120417,,,,"active","9999-12-31","2023-12-08","true",,14.325,4018594
274,1,"00283-GoodAddress","1110 Cardero St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.104,4187775
275,1,"00284-UnknownSiteNameWithFrontGate","PATRICIA APTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,"PATRICIA APTS",,"active","9999-12-31","2023-12-08","true",,0.219,4187775
276,1,"00285-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.502,4187775
277,1,"00286-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.296,4187775
278,1,"00287-UnknownSiteNameWithFrontGate","PATRICIA APARTMENTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APARTMENTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,"PATRICIA APARTMENTS",,"active","9999-12-31","2023-12-08","true",,0.197,4187775
279,1,"00288-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.486,4187775
280,1,"00289-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.291,4187775
281,1,"00290-UnknownSiteNameWithFrontGate","LILLOET BLDG -- 2016 Fullerton Ave, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1]","LILLOET BLDG",,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","c49735b4-3dba-4ea2-b764-20ebb5af9392",2602976,,"LILLOET BLDG",,"active","9999-12-31","2023-12-08","true",,99.177,8006509
282,1,"00291-UnknownSiteNameWithoutFrontGate","2016 Fullerton Ave, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","c49735b4-3dba-4ea2-b764-20ebb5af9392",2602976,,,,"active","9999-12-31","2023-12-08","true",,1.797,8006509
283,1,"00292-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 410 -- 2016 Fullerton Ave, District of North Vancouver, BC",,96,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, LOCALITY.isAlias:1]",,"UNIT","410",,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","high","parcelPoint","b708e505-9053-4608-807d-cb8ac63000ee",2602976,,"UNIT 410",,"active","9999-12-31","2023-12-08","true",,1.727,2616741
284,1,"00293-UnknownSiteNameWithFrontGate","UNIT 205 CONDOMINIUMS -- 7555 120A St, Surrey, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","UNIT 205 CONDOMINIUMS",,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205 CONDOMINIUMS",,"active","9999-12-31","2023-12-08","true",,2.649,3700539
285,1,"00294-UnknownSiteNameWithoutFrontGate","7555 120A St, Surrey, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,,,"active","9999-12-31","2023-12-08","true",,10.399,3700539
286,1,"00295-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205",,"active","9999-12-31","2023-12-08","true",,6.859,3700539
287,1,"00296-UnknownSiteNameWithFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"CONDO 205",,"active","9999-12-31","2023-12-08","true",,2.048,3700539
288,1,"00297-UnknownSiteNameWithoutFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"CONDO 205",,"active","9999-12-31","2023-12-08","true",,8.536,3700539
289,1,"00298-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205",,"active","9999-12-31","2023-12-08","true",,7.101,3700539
290,1,"00299-UnknownSiteNameWithFrontGate","FRASERVIEW CARE LODGE -- 9580 Williams Rd, Richmond, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","FRASERVIEW CARE LODGE",,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,"FRASERVIEW CARE LODGE",,"active","9999-12-31","2023-12-08","true",,1.772,2175388
291,1,"00300-UnknownSiteNameWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,,,"active","9999-12-31","2023-12-08","true",,1.327,2175388
292,1,"00301-UnknownSiteNameAfterStreetWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,,,"active","9999-12-31","2023-12-08","true",,4.837,2175388
293,1,"00302-UnknownSiteNameWithFrontGate","UNIT 1 LYNN VLY CARE CTR -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]","UNIT 1 LYNN VLY CARE CTR",,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 1 LYNN VLY CARE CTR",,"active","9999-12-31","2023-12-08","true",,12180.05,4123935
294,1,"00303-UnknownSiteNameWithoutFrontGate","1070 Lynn Valley Rd, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,,,"active","9999-12-31","2023-12-08","true",,22.156,4123935
295,1,"00304-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 1 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","1",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,88.187,4123935
296,1,"00305-UnknownSiteNameWithFrontGate","CERWYDDEN CARE HOME -- 3243 Cowichan Lake Rd, Duncan, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","CERWYDDEN CARE HOME",,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,"CERWYDDEN CARE HOME",,"active","9999-12-31","2023-12-08","true",,5.471,3905051
297,1,"00306-UnknownSiteNameWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,,,"active","9999-12-31","2023-12-08","true",,3.893,3905051
298,1,"00307-UnknownSiteNameAfterStreetWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,,,"active","9999-12-31","2023-12-08","true",,5.544,3905051
299,1,"00308-GoodAddress","10011 Simkin Pl, Sidney, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.143,3396062
300,1,"00309-DuplicateBCAfterStreetType","10011 Simkin Pl, Sidney, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.263,3396062
301,1,"00310-DuplicateBCAfterLocality","10011 Simkin Pl, Sidney, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.25,3396062
302,1,"00311-GoodAddress","1447 Rupert St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","af6b7277-d15e-49b1-9667-2d1789a5f9ca",108270,,,,"active","9999-12-31","2023-12-08","true",,0.128,3690174
303,1,"00312-DuplicateLocalityAfterLocality","1447 Rupert St, Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","af6b7277-d15e-49b1-9667-2d1789a5f9ca",108270,,,,"active","9999-12-31","2023-12-08","true",,3.445,3690174
304,1,"00313-GoodAddress","964 Lillooet Rd, District of North Vancouver, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","62b09be7-ce54-4bdf-a730-fefda642528f",1786503,,,,"active","9999-12-31","2023-12-08","true",,20.7,3844965
305,1,"00314-DuplicateLocalityAfterLocality","964 Lillooet Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","62b09be7-ce54-4bdf-a730-fefda642528f",1786503,,,,"active","9999-12-31","2023-12-08","true",,64.803,3844965
306,1,"00315-GoodAddress","1135 Jefferson Ave, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","ec40465d-5663-418c-ad94-f968c5029a87",163333,,,,"active","9999-12-31","2023-12-08","true",,0.331,2329721
307,1,"00316-DuplicateLocalityAfterLocality","1135 Jefferson Ave, West Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","ec40465d-5663-418c-ad94-f968c5029a87",163333,,,,"active","9999-12-31","2023-12-08","true",,5.323,2329721
308,1,"00317-GoodAddress","11048 157A St, Surrey, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","ebbfa41d-3678-4c19-b37d-52e1a69e2b84",139972,,,,"active","9999-12-31","2023-12-08","true",,4.911,3661022
309,1,"00318-DuplicateLocalityAfterLocality","11048 157A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","ebbfa41d-3678-4c19-b37d-52e1a69e2b84",139972,,,,"active","9999-12-31","2023-12-08","true",,17.529,3661022
310,1,"00319-GoodAddress","9917 Ashwood Dr, Richmond, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","a40b84ae-4593-410f-a25b-62a574d56bb5",128091,,,,"active","9999-12-31","2023-12-08","true",,0.09,2618789
311,1,"00320-DuplicateLocalityAfterLocality","9917 Ashwood Dr, Richmond, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","a40b84ae-4593-410f-a25b-62a574d56bb5",128091,,,,"active","9999-12-31","2023-12-08","true",,0.39,2618789
312,1,"00321-GoodAddress","1120 Foster Ave, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","cd1bdefc-e11d-4d40-a83f-a789b2fe6c7f",2612215,,,,"active","9999-12-31","2023-12-08","true",,0.125,1572531
313,1,"00322-DuplicateLocalityAfterLocality","1120 Foster Ave, Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","cd1bdefc-e11d-4d40-a83f-a789b2fe6c7f",2612215,,,,"active","9999-12-31","2023-12-08","true",,1.658,1572531
314,1,"00323-GoodAddress","1040 Fraserview St, Port Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","2b857fad-fe03-407d-b5da-59d225e8884e",147713,,,,"active","9999-12-31","2023-12-08","true",,0.481,3413505
315,1,"00324-DuplicateLocalityAfterLocality","1040 Fraserview St, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","2b857fad-fe03-407d-b5da-59d225e8884e",147713,,,,"active","9999-12-31","2023-12-08","true",,7.289,3413505
316,1,"00325-GoodAddress","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","10f931dc-7445-4019-b607-63cfbf08d197",2182546,,,,"active","9999-12-31","2023-12-08","true",,0.119,3964198
317,1,"00326-NonStandardStreetTypeAbbreviation","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","10f931dc-7445-4019-b607-63cfbf08d197",2182546,,,,"active","9999-12-31","2023-12-08","true",,0.062,3964198
318,1,"00327-AddressInSmallCommunity","6481 Savona Access Rd, Savona, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","db21cdc5-03bd-4ea9-8a33-2339f5ed48f3",209084,,,,"active","9999-12-31","2023-12-08","true",,0.32,4134342
319,1,"00328-AddressInSmallCommunityUsingLocalityAlias","6481 Savona Access Rd, Savona, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","db21cdc5-03bd-4ea9-8a33-2339f5ed48f3",209084,,,,"active","9999-12-31","2023-12-08","true",,0.703,4134342
320,1,"00329-AddressInSmallCommunity","2089 Errington Rd, Errington, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","19837d2a-4dde-4a8a-8f09-910b5a512bae",566371,,,,"active","9999-12-31","2023-12-08","true",,0.067,3183815
321,1,"00330-AddressInSmallCommunityUsingLocalityAlias","2089 Errington Rd, Errington, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","19837d2a-4dde-4a8a-8f09-910b5a512bae",566371,,,,"active","9999-12-31","2023-12-08","true",,0.373,3183815
322,1,"00331-AddressInSmallCommunity","1104 Deep Creek Rd, Deep Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","3f1e5a00-68a6-4ccb-8965-284b5e579f83",470193,,,,"active","9999-12-31","2023-12-08","true",,2.699,3852491
323,1,"00332-AddressInSmallCommunityUsingLocalityAlias","1104 Deep Creek Rd, Deep Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","3f1e5a00-68a6-4ccb-8965-284b5e579f83",470193,,,,"active","9999-12-31","2023-12-08","true",,2.746,3852491
324,1,"00333-AddressInSmallCommunity","4137 Spallumcheen Dr, Spallumcheen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3d305ee0-7b98-409f-ae77-53db4db9cae0",333510,,,,"active","9999-12-31","2023-12-08","true",,0.076,1118954
325,1,"00334-AddressInSmallCommunityUsingLocalityAlias","4137 Spallumcheen Dr, Spallumcheen, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3d305ee0-7b98-409f-ae77-53db4db9cae0",333510,,,,"active","9999-12-31","2023-12-08","true",,0.196,1118954
326,1,"00335-AddressInSmallCommunity","7380 Harrop-Procter Rd, Procter, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","53d68580-81e8-436d-9143-e5284205cab2",2487743,,,,"active","9999-12-31","2023-12-08","true",,0.349,3609081
327,1,"00336-AddressInSmallCommunityUsingLocalityAlias","7380 Harrop-Procter Rd, Procter, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","53d68580-81e8-436d-9143-e5284205cab2",2487743,,,,"active","9999-12-31","2023-12-08","true",,0.772,3609081
328,1,"00337-AddressInSmallCommunity","4260 Blewett Rd, Blewett, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","98e2005d-b55d-4b88-bab0-8afc042dc827",277711,,,,"active","9999-12-31","2023-12-08","true",,0.073,4174241
329,1,"00338-AddressInSmallCommunityUsingLocalityAlias","4260 Blewett Rd, Blewett, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","98e2005d-b55d-4b88-bab0-8afc042dc827",277711,,,,"active","9999-12-31","2023-12-08","true",,0.438,4174241
330,1,"00339-AddressInSmallCommunity","2067 White Lake Rd, White Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","dd70a4ac-d20a-48ac-b9bb-b973c5e551e3",470228,,,,"active","9999-12-31","2023-12-08","true",,15.931,3599301
331,1,"00340-AddressInSmallCommunityUsingLocalityAlias","2067 White Lake Rd, White Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","dd70a4ac-d20a-48ac-b9bb-b973c5e551e3",470228,,,,"active","9999-12-31","2023-12-08","true",,15.624,3599301
332,1,"00341-AddressInSmallCommunity","1754 Pass Creek Rd, Pass Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","8479284b-656d-4e49-89df-75059d184950",276697,,,,"active","9999-12-31","2023-12-08","true",,2.165,1735595
333,1,"00342-AddressInSmallCommunityUsingLocalityAlias","1754 Pass Creek Rd, Pass Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","8479284b-656d-4e49-89df-75059d184950",276697,,,,"active","9999-12-31","2023-12-08","true",,3.559,1735595
334,1,"00343-AddressInSmallCommunity","2928 Wycliffe Store Rd, Wycliffe, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","a62ac5d8-086a-418b-a2aa-f984783a9392",506509,,,,"active","9999-12-31","2023-12-08","true",,0.304,1240493
335,1,"00344-AddressInSmallCommunityUsingLocalityAlias","2928 Wycliffe Store Rd, Wycliffe, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","a62ac5d8-086a-418b-a2aa-f984783a9392",506509,,,,"active","9999-12-31","2023-12-08","true",,0.568,1240493
336,1,"00345-AddressInSmallCommunity","1514 Loon Lake Rd, Loon Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","6480177e-abca-44a7-b336-73fbbca5a182",587894,,,,"active","9999-12-31","2023-12-08","true",,2.06,2965993
337,1,"00346-AddressInSmallCommunityUsingLocalityAlias","1514 Loon Lake Rd, Loon Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","6480177e-abca-44a7-b336-73fbbca5a182",587894,,,,"active","9999-12-31","2023-12-08","true",,6.297,2965993
338,1,"00347-AddressInSmallCommunity","2048 Cambie-Solsqua Rd, Solsqua, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","f14d0e4c-6b0f-4d0d-a9d5-10990cf0cc91",2534370,,,,"active","9999-12-31","2023-12-08","true",,0.539,3347762
339,1,"00348-AddressInSmallCommunityUsingLocalityAlias","2048 Cambie-Solsqua Rd, Solsqua, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","f14d0e4c-6b0f-4d0d-a9d5-10990cf0cc91",2534370,,,,"active","9999-12-31","2023-12-08","true",,1.037,3347762
340,1,"00349-AddressInSmallCommunity","3492 Spokin Lake Rd, Spokin Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","115f9cb3-418d-481c-a8d9-eefb26f84d65",552355,,,,"active","9999-12-31","2023-12-08","true",,0.542,3399209
341,1,"00350-AddressInSmallCommunityUsingLocalityAlias","3492 Spokin Lake Rd, Spokin Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","115f9cb3-418d-481c-a8d9-eefb26f84d65",552355,,,,"active","9999-12-31","2023-12-08","true",,2.25,3399209
342,1,"00351-AddressInSmallCommunity","2582 Shoreacres Rd, Shoreacres, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","9949b2a3-013b-4148-89b9-2b3217874781",277597,,,,"active","9999-12-31","2023-12-08","true",,0.066,2766883
343,1,"00352-AddressInSmallCommunityUsingLocalityAlias","2582 Shoreacres Rd, Shoreacres, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","9949b2a3-013b-4148-89b9-2b3217874781",277597,,,,"active","9999-12-31","2023-12-08","true",,0.34,2766883
344,1,"00353-AddressInSmallCommunity","1679 Moran Rd, Thrums, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","40da3928-ffe2-4a7c-a9c7-8936a836b7e4",2524376,,,,"active","9999-12-31","2023-12-08","true",,0.071,3265781
345,1,"00354-AddressInSmallCommunityUsingLocalityAlias","1679 Moran Rd, Thrums, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","40da3928-ffe2-4a7c-a9c7-8936a836b7e4",2524376,,,,"active","9999-12-31","2023-12-08","true",,0.349,3265781
346,1,"00355-AddressInSmallCommunity","6010 Harrop-Procter Rd, Harrop, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","a508365a-3b22-4e9e-b0a1-5d638d8a3d68",2519145,,,,"active","9999-12-31","2023-12-08","true",,0.321,3746533
347,1,"00356-AddressInSmallCommunityUsingLocalityAlias","6010 Harrop-Procter Rd, Harrop, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","a508365a-3b22-4e9e-b0a1-5d638d8a3d68",2519145,,,,"active","9999-12-31","2023-12-08","true",,0.732,3746533
348,1,"00357-AddressInSmallCommunity","7136 Willis Point Rd, Willis Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","4ff039f5-bf40-4553-bfe1-77626d019405",304127,,,,"active","9999-12-31","2023-12-08","true",,1.394,2547093
349,1,"00358-AddressInSmallCommunityUsingLocalityAlias","7136 Willis Point Rd, Willis Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","4ff039f5-bf40-4553-bfe1-77626d019405",304127,,,,"active","9999-12-31","2023-12-08","true",,1.773,2547093
350,1,"00359-AddressInSmallCommunity","3918 Passmore Upper Rd, Passmore, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","3d545511-fd4c-42fb-8879-fd12a0171a99",339993,,,,"active","9999-12-31","2023-12-08","true",,0.388,2675059
351,1,"00360-AddressInSmallCommunityUsingLocalityAlias","3918 Passmore Upper Rd, Passmore, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","3d545511-fd4c-42fb-8879-fd12a0171a99",339993,,,,"active","9999-12-31","2023-12-08","true",,0.83,2675059
352,1,"00361-AddressInSmallCommunity","1954 Blaeberry School Rd, Blaeberry, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","b250a457-cfb7-4854-985b-a94523baa72d",539262,,,,"active","9999-12-31","2023-12-08","true",,0.584,2900731
353,1,"00362-AddressInSmallCommunityUsingLocalityAlias","1954 Blaeberry School Rd, Blaeberry, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","b250a457-cfb7-4854-985b-a94523baa72d",539262,,,,"active","9999-12-31","2023-12-08","true",,1.421,2900731
354,1,"00363-AddressInSmallCommunity","5199 Baker-Kersley Rd, Kersley, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","1da1b163-a663-462d-ac15-6653defd343d",547912,,,,"active","9999-12-31","2023-12-08","true",,1.716,4032233
355,1,"00364-AddressInSmallCommunityUsingLocalityAlias","5199 Baker-Kersley Rd, Kersley, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","1da1b163-a663-462d-ac15-6653defd343d",547912,,,,"active","9999-12-31","2023-12-08","true",,3.562,4032233
356,1,"00365-AddressInSmallCommunity","7330 Watch Lake Rd, Watch Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","19a8618d-92e6-4515-953a-38e047e1c632",568264,,,,"active","9999-12-31","2023-12-08","true",,1.669,3168378
357,1,"00366-AddressInSmallCommunityUsingLocalityAlias","7330 Watch Lake Rd, Watch Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","19a8618d-92e6-4515-953a-38e047e1c632",568264,,,,"active","9999-12-31","2023-12-08","true",,3.426,3168378
358,1,"00367-AddressInSmallCommunity","2270 Port Mellon Hwy, Port Mellon, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","b2482237-9b0f-460e-9976-e335f123d0b0",590070,,,,"active","9999-12-31","2023-12-08","true",,5.901,3017972
359,1,"00368-AddressInSmallCommunityUsingLocalityAlias","2270 Port Mellon Hwy, Port Mellon, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","b2482237-9b0f-460e-9976-e335f123d0b0",590070,,,,"active","9999-12-31","2023-12-08","true",,3,3017972
360,1,"00369-AddressInSmallCommunity","4570 Otter Point Pl, Otter Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","cfe43946-238c-4c40-9354-cdf419298840",1945400,,,,"active","9999-12-31","2023-12-08","true",,2.524,1196803
361,1,"00370-AddressInSmallCommunityUsingLocalityAlias","4570 Otter Point Pl, Otter Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","cfe43946-238c-4c40-9354-cdf419298840",1945400,,,,"active","9999-12-31","2023-12-08","true",,2.054,1196803
362,1,"00371-AddressInSmallCommunity","14187 Palling Rd E, Palling, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","d767cac9-02e0-427c-b5be-65cb1ea060c2",557443,,,,"active","9999-12-31","2023-12-08","true",,0.082,4005523
363,1,"00372-AddressInSmallCommunityUsingLocalityAlias","14187 Palling Rd E, Palling, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","d767cac9-02e0-427c-b5be-65cb1ea060c2",557443,,,,"active","9999-12-31","2023-12-08","true",,1.489,4005523
364,1,"00373-AddressInSmallCommunity","2525 Bouchie Lake Rd, Bouchie Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","466f408d-6b21-4ef3-97fc-bd9f229a77a8",586083,,,,"active","9999-12-31","2023-12-08","true",,0.985,2922408
365,1,"00374-AddressInSmallCommunityUsingLocalityAlias","2525 Bouchie Lake Rd, Bouchie Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","466f408d-6b21-4ef3-97fc-bd9f229a77a8",586083,,,,"active","9999-12-31","2023-12-08","true",,1.12,2922408
366,1,"00375-AddressInSmallCommunity","20010 Colleymount Rd, Colleymount, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","b055f93e-9bb2-41ae-95db-fe42eee54dd5",521096,,,,"active","9999-12-31","2023-12-08","true",,0.089,2910400
367,1,"00376-AddressInSmallCommunityUsingLocalityAlias","20010 Colleymount Rd, Colleymount, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","b055f93e-9bb2-41ae-95db-fe42eee54dd5",521096,,,,"active","9999-12-31","2023-12-08","true",,0.913,2910400
368,1,"00377-AddressInSmallCommunity","1117 Lone Prairie Rd, Lone Prairie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","1d7b36a5-8e1a-48c7-963b-7596465bd2ac",536603,,,,"active","9999-12-31","2023-12-08","true",,1.25,3298949
369,1,"00378-AddressInSmallCommunityUsingLocalityAlias","1117 Lone Prairie Rd, Lone Prairie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","1d7b36a5-8e1a-48c7-963b-7596465bd2ac",536603,,,,"active","9999-12-31","2023-12-08","true",,1.458,3298949
370,1,"00379-AddressInSmallCommunity","58051 Laidlaw Rd, Laidlaw, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","088a2a2b-a33a-49bd-a789-cac7657caa91",483449,,,,"active","9999-12-31","2023-12-08","true",,0.068,2725994
371,1,"00380-AddressInSmallCommunityUsingLocalityAlias","58051 Laidlaw Rd, Laidlaw, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","088a2a2b-a33a-49bd-a789-cac7657caa91",483449,,,,"active","9999-12-31","2023-12-08","true",,0.584,2725994
372,1,"00381-AddressInSmallCommunity","8041 Bridge Lake North Rd, Bridge Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","c99fd433-2ad1-4461-ac18-c7e506c0c833",1982774,,,,"active","9999-12-31","2023-12-08","true",,55.203,3541575
373,1,"00382-AddressInSmallCommunityUsingLocalityAlias","8041 Bridge Lake North Rd, Bridge Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","c99fd433-2ad1-4461-ac18-c7e506c0c833",1982774,,,,"active","9999-12-31","2023-12-08","true",,91.187,3541575
374,1,"00383-AddressInSmallCommunity","136 Grandview Bench Rd, Grandview Bench, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","707bfc34-1d08-469c-8f81-cc6735ca9f44",2342934,,,,"active","9999-12-31","2023-12-08","true",,2.002,3153652
375,1,"00384-AddressInSmallCommunityUsingLocalityAlias","136 Grandview Bench Rd, Grandview Bench, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","707bfc34-1d08-469c-8f81-cc6735ca9f44",2342934,,,,"active","9999-12-31","2023-12-08","true",,2.636,3153652
376,1,"00385-AddressInSmallCommunity","15351 Tatalrose Rd, Tatalrose, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","d20e6629-9b28-4151-97b7-2c764b18e2a7",2189084,,,,"active","9999-12-31","2023-12-08","true",,0.085,3845019
377,1,"00386-AddressInSmallCommunityUsingLocalityAlias","15351 Tatalrose Rd, Tatalrose, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","d20e6629-9b28-4151-97b7-2c764b18e2a7",2189084,,,,"active","9999-12-31","2023-12-08","true",,0.944,3845019
378,1,"00387-AddressInSmallCommunity","10167 Pinchi Lake Rd, Pinchi Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","0094c2bf-3dc3-4ec5-9a1b-8cc89c188f13",1858471,,,,"active","9999-12-31","2023-12-08","true",,0.832,3873966
379,1,"00388-AddressInSmallCommunityUsingLocalityAlias","10167 Pinchi Lake Rd, Pinchi Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","0094c2bf-3dc3-4ec5-9a1b-8cc89c188f13",1858471,,,,"active","9999-12-31","2023-12-08","true",,4.148,3873966
380,1,"00389-AddressInSmallCommunity","2388 Heffley Lake Rd, Heffley Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","55b0607a-afc6-4216-bb61-8ed665d8258d",206948,,,,"active","9999-12-31","2023-12-08","true",,1.6,3382301
381,1,"00390-AddressInSmallCommunityUsingLocalityAlias","2388 Heffley Lake Rd, Heffley Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","55b0607a-afc6-4216-bb61-8ed665d8258d",206948,,,,"active","9999-12-31","2023-12-08","true",,4.1,3382301
382,1,"00391-AddressInSmallCommunity","10381 Popkum Rd S, Popkum, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","539961d2-a1d1-4c62-81a3-6cc2dab9761e",187418,,,,"active","9999-12-31","2023-12-08","true",,0.076,1904703
383,1,"00392-AddressInSmallCommunityUsingLocalityAlias","10381 Popkum Rd S, Popkum, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","539961d2-a1d1-4c62-81a3-6cc2dab9761e",187418,,,,"active","9999-12-31","2023-12-08","true",,0.962,1904703
384,1,"00393-AddressInSmallCommunity","7428 Roe Lake Cres, Roe Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","e2a11f01-a2c8-46e1-8675-f26973749f57",546368,,,,"active","9999-12-31","2023-12-08","true",,1.548,3258770
385,1,"00394-AddressInSmallCommunityUsingLocalityAlias","7428 Roe Lake Cres, Roe Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","e2a11f01-a2c8-46e1-8675-f26973749f57",546368,,,,"active","9999-12-31","2023-12-08","true",,3.237,3258770
386,1,"00395-AddressInSmallCommunity","6120 Garden Bay Rd, Garden Bay, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","c8aef5b1-1808-4cde-aa1e-da907f348448",482325,,,,"active","9999-12-31","2023-12-08","true",,3.105,3923450
387,1,"00396-AddressInSmallCommunityUsingLocalityAlias","6120 Garden Bay Rd, Garden Bay, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","c8aef5b1-1808-4cde-aa1e-da907f348448",482325,,,,"active","9999-12-31","2023-12-08","true",,11.547,3923450
388,1,"00397-AddressInSmallCommunity","1977 Tappen Notch Hill Rd, Tappen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","3143f53b-b699-4735-a100-7eb10e001bde",64488,,,,"active","9999-12-31","2023-12-08","true",,0.711,3268060
389,1,"00398-AddressInSmallCommunityUsingLocalityAlias","1977 Tappen Notch Hill Rd, Tappen, BC",,87,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:4, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","3143f53b-b699-4735-a100-7eb10e001bde",64488,,,,"active","9999-12-31","2023-12-08","true",,108.256,3268060
390,1,"00399-AddressInSmallCommunity","116 Rosebery Loop Rd, Rosebery, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","ec56d415-cd70-45fd-9b4a-59f77933513f",2531930,,,,"active","9999-12-31","2023-12-08","true",,0.362,1644488
391,1,"00400-AddressInSmallCommunityUsingLocalityAlias","116 Rosebery Loop Rd, Rosebery, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","ec56d415-cd70-45fd-9b4a-59f77933513f",2531930,,,,"active","9999-12-31","2023-12-08","true",,2.578,1644488
392,1,"00401-AddressInSmallCommunity","1525 Langdale Rd, Langdale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","fc6c1e1b-c361-4218-a55a-9b49c4f04c8c",178417,,,,"active","9999-12-31","2023-12-08","true",,0.077,3570149
393,1,"00402-AddressInSmallCommunityUsingLocalityAlias","1525 Langdale Rd, Langdale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","fc6c1e1b-c361-4218-a55a-9b49c4f04c8c",178417,,,,"active","9999-12-31","2023-12-08","true",,0.753,3570149
394,1,"00403-AddressInSmallCommunity","6607 Appledale Lower Rd, Appledale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","a8699af5-7308-4496-adf6-5fb38e311fe7",276196,,,,"active","9999-12-31","2023-12-08","true",,0.3,2684515
395,1,"00404-AddressInSmallCommunityUsingLocalityAlias","6607 Appledale Lower Rd, Appledale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","a8699af5-7308-4496-adf6-5fb38e311fe7",276196,,,,"active","9999-12-31","2023-12-08","true",,0.728,2684515
396,1,"00405-AddressInSmallCommunity","4232 Mayook Settlement Rd, Mayook, BC",,99,"BLOCK",99,"[]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.215,
397,1,"00406-AddressInSmallCommunityUsingLocalityAlias","4232 Mayook Settlement Rd, Mayook, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.438,
398,1,"00407-AddressInSmallCommunity","10571 Cheslatta Rd, Cheslatta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","939c0b16-ea1f-4455-a08e-1dc164102b8f",521449,,,,"active","9999-12-31","2023-12-08","true",,0.072,3101708
399,1,"00408-AddressInSmallCommunityUsingLocalityAlias","10571 Cheslatta Rd, Cheslatta, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","939c0b16-ea1f-4455-a08e-1dc164102b8f",521449,,,,"active","9999-12-31","2023-12-08","true",,0.91,3101708
400,1,"00409-NumberedStreetNameWithDetachedSuffix","102A Ave, Surrey, BC",,78,"STREET",78,"[]",,,,,,,"102A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8175667 49.1885721)","coarse","streetPoint",,,,,,"active",,,"true",,1.929,
401,1,"00410-UnitNumberStuckToDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.1,2104959
402,1,"00411-StreetNameWithMissingAmpersand","189 Rod & Gun Rd, Courtenay, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"189",,"Rod & Gun","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0190057 49.683884)","high","parcelPoint","3c90be80-f19d-45d5-9d8f-a6709b61b8f9",258442,,,,"active","9999-12-31","2023-12-08","true",,0.665,4187966
403,1,"00413-LeadingZeroInCivicNumber","Lynn Valley Rd, North Vancouver, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lynn Valley","Rd","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0533951 49.3290039)","coarse","streetPoint",,,,,,"active",,,"true",,720.827,
404,1,"00414-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,12.24,4123935
405,1,"00415-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,12.381,4123935
406,1,"00416-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,19.055,4123935
407,1,"00417-UnitNumberWithLetterPrefix","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","7a331ccc-0a05-44c4-860c-b2951adab313",106300,,"UNIT B2",,"active","9999-12-31","2023-12-08","true",,1.946,1914533
408,1,"00418-UnitNumberWithLetterPrefixGapped","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","7a331ccc-0a05-44c4-860c-b2951adab313",106300,,"UNIT B2",,"active","9999-12-31","2023-12-08","true",,1.898,1914533
409,1,"00419-UnitNumberWithLetterPrefix","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","bedd30c2-4934-43fa-af89-d80958100818",110501,,"UNIT C2",,"active","9999-12-31","2023-12-08","true",,33.685,1753265
410,1,"00420-UnitNumberWithLetterPrefixGapped","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","bedd30c2-4934-43fa-af89-d80958100818",110501,,"UNIT C2",,"active","9999-12-31","2023-12-08","true",,35.654,1753265
411,1,"00421-UnitNumberWithLetterPrefix","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","7c57fc8b-1f74-471c-9eac-65d035cdb2c0",2462668,,"UNIT P100",,"active","9999-12-31","2023-12-08","true",,9.552,1409241
412,1,"00422-UnitNumberWithLetterPrefixGapped","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","7c57fc8b-1f74-471c-9eac-65d035cdb2c0",2462668,,"UNIT P100",,"active","9999-12-31","2023-12-08","true",,9.599,1409241
413,1,"00423-UnitNumberWithLetterPrefix","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,7.502,1172657
414,1,"00424-UnitNumberWithLetterPrefixGapped","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,7.274,1172657
415,1,"00425-CivicAddressWithCareOfName","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,96,"UNIT",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,7.472,1172657
416,1,"00426-NonStandardStreetTypeAbbreviation","2351 Parkway Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2351",,"Parkway","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7934119 49.3196707)","medium","parcelPoint","95793a27-4745-43da-9622-e53fae48e28d",155062,,,,"active","9999-12-31","2023-12-08","true",,0.104,8002265
417,1,"00427-NonStandardStreetTypeAbbreviation","3176 Plateau Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3176",,"Plateau","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7868947 49.3116847)","medium","parcelPoint","50beb2ec-f7cc-4eae-b426-ad8b3adafd24",320982,,,,"active","9999-12-31","2023-12-08","true",,0.072,8001330
418,1,"00428-NonStandardStreetTypeAbbreviation","895 Academy Close, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"895",,"Academy","Close","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3628211 48.4179591)","high","parcelPoint","90033cc2-5e3f-4470-98b8-7ac562732d7c",2661206,,,,"active","9999-12-31","2023-12-08","true",,0.08,4029706
419,1,"00429-NonStandardStreetTypeAbbreviation","4965 Vista View Cres, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4965",,"Vista View","Cres","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-123.9848378 49.2358274)","high","parcelPoint","0dfae8c3-c6fa-4c3c-ac1f-d086be186aa2",416267,,,,"active","9999-12-31","2023-12-08","true",,1.986,3896249
420,1,"00430-NonStandardStreetTypeAbbreviation","1000 Thermal Dr, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1000",,"Thermal","Dr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8340821 49.2698821)","high","parcelPoint","19c314f8-997b-4fd3-bff4-b528042ec75c",148059,,,,"active","9999-12-31","2023-12-08","true",,0.089,1045847
421,1,"00431-NonStandardStreetTypeAbbreviation","8400 Forest Grove Dr, Burnaby, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8400",,"Forest Grove","Dr","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9205029 49.2632662)","high","parcelPoint","6fa80cfe-e0aa-4ce4-a141-730bec5595ef",2636600,,,,"active","9999-12-31","2023-12-08","true",,1.439,1840913
422,1,"00432-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","d8e0cbdb-c1b7-4af6-a2d4-1db873abd8ed",1747737,,,,"active","9999-12-31","2023-12-08","true",,87.67,8004158
423,1,"00433-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","d8e0cbdb-c1b7-4af6-a2d4-1db873abd8ed",1747737,,,,"active","9999-12-31","2023-12-08","true",,32.167,8004158
424,1,"00434-NonStandardStreetTypeAbbreviation","7701 Central Saanich Rd, Central Saanich, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"7701",,"Central Saanich","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4034403 48.5914503)","low","accessPoint",,294099,,,,"active",,,"true",,4.28,
425,1,"00435-NonStandardStreetTypeAbbreviation","3942 Columbia Valley Rd, Cultus Lake, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"3942",,"Columbia Valley","Rd","false",,"false",,"Cultus Lake","Community","FVRD Electoral Area H","BC","SRID=4326;POINT(-121.9597795 49.0739494)","high","parcelPoint","79ec7032-75e7-4485-a571-95b61e6a85c6",1157827,,,,"active","9999-12-31","2023-12-08","true",,244.031,2185851
426,1,"00436-NonStandardStreetTypeAbbreviation","950 Old Hope Princeton Way, Hope, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"950",,"Old Hope Princeton","Way","false",,"false",,"Hope","District Municipality",,"BC","SRID=4326;POINT(-121.4156582 49.3733202)","high","parcelPoint","9f154ee8-acbc-4192-9763-42b79c47533f",193424,,,,"active","9999-12-31","2023-12-08","true",,17.542,1101623
427,1,"00437-NonStandardStreetTypeAbbreviation","774 Great Northern Way, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"774",,"Great Northern","Way","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0880896 49.2660631)","medium","parcelPoint","4c1c7c23-aad3-42ea-9ad4-5038134565c3",341353,,,,"active","9999-12-31","2023-12-08","true",,0.538,8008439
428,1,"00439-NonStandardLocalityNameAbbreviation","352 W 14th St, North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","78438998-a18b-4e5a-8194-c5a725361810",2416363,,,,"active","9999-12-31","2023-12-08","true",,325.757,3147438
429,1,"00440-NonStandardLocalityNameAbbreviation","569 Hody Dr, Okanagan Falls, BC",,65,"CIVIC_NUMBER",100,"[LOCALITY.notMatched:35]",,,,,"569",,"Hody","Dr","false",,"false",,"Okanagan Falls","Community","RDOS Electoral Area D","BC","SRID=4326;POINT(-119.5690298 49.3482363)","high","parcelPoint","709a78bb-79c3-4239-813f-781b63f13d85",60098,,,,"active","9999-12-31","2023-12-08","true",,3.959,3300419
430,1,"00441-NonStandardStreetNameAbbreviation","5450 Oak St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5450",,"Oak","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1275777 49.2362797)","high","parcelPoint","ad0401e3-43b9-46ca-9c09-a164753f4fa1",100420,,,,"active","9999-12-31","2023-12-08","true",,0.123,2704350
431,1,"00442-NonStandardStreetNameAbbreviation","1301 Oak Ave, Quesnel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","854642e3-8d46-4f95-b728-ba3f245cf3b3",227948,,,,"active","9999-12-31","2023-12-08","true",,0.079,3406157
432,1,"00443-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.689,
433,1,"00444-NonStandardGeneralDelivery","Central Bridge, Dawson Creek, BC",,37,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_QUALIFIER.missing:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Central",,"false",,"false","Bridge","Dawson Creek","City",,"BC","SRID=4326;POINT(-120.276389 55.7737565)","coarse","streetPoint",,,,,,"active",,,"true",,1.751,
434,1,"00445-NonStandardGeneralDelivery","General Currie Elementary School Access, Richmond, BC",,25,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, FAULTS.tooMany:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"General Currie Elementary School","Access","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1339848 49.1586967)","coarse","streetPoint",,,,,,"active",,,"true",,0.861,
435,1,"00446-NonStandardGeneralDelivery","Central Bridge, Dawson Creek, BC",,37,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_QUALIFIER.missing:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Central",,"false",,"false","Bridge","Dawson Creek","City",,"BC","SRID=4326;POINT(-120.276389 55.7737565)","coarse","streetPoint",,,,,,"active",,,"true",,1.569,
436,1,"00447-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.64,
437,1,"00448-CareOf","Quesnel, BC",,52,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,1.519,
438,1,"00449-CareOf","1301 Oak Ave, Quesnel, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","854642e3-8d46-4f95-b728-ba3f245cf3b3",227948,,,,"active","9999-12-31","2023-12-08","true",,2.806,3406157
439,1,"00450-SuffixNameMatching","Dent Ave, Burnaby, BC",,72,"STREET",78,"[LOCALITY.isAlias:1, STREET_NAME.spelledWrong:2, STREET_DIRECTION.notMatched:2, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Dent","Ave","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-123.0073749 49.2710941)","coarse","streetPoint",,,,,,"active",,,"true",,23.39,
440,1,"00451-StreetNameWordsGluedTogether","3821 Cedar Hill Rd, Saanich, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,"3821",,"Cedar Hill","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.336341 48.4632076)","high","parcelPoint","ffa4b31e-96d0-4706-a769-18eaf6a45557",299730,,,,"active","9999-12-31","2023-12-08","true",,0.621,3387802
441,1,"00452-StreetNameCompoundWordsSeparated","8514 Horseshoe Bay Rd, Anglemont, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"8514",,"Horseshoe Bay","Rd","false",,"false",,"Anglemont","Community","CSRD Electoral Area F","BC","SRID=4326;POINT(-119.1181382 50.9761127)","high","parcelPoint","76851488-8084-412f-82a6-b0ca5ce1ea5d",2450478,,,,"active","9999-12-31","2023-12-08","true",,0.53,3542205
442,1,"00453-NonStandardStreetTypeAbbreviation","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","0f5b74f4-dda0-44a7-b0e2-3473c17973df",484911,,,,"active","9999-12-31","2023-12-08","true",,6.04,1860086
443,1,"00454-civicAddressWithUnitandUnknownSiteName","UNIT 170 HAPPY HOUSE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","HAPPY HOUSE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 HAPPY HOUSE",,"active","9999-12-31","2023-12-08","true",,6.595,4363977
444,1,"00455-StreetNameWithMultipleSpellingMistakes","Omineca St, Hazelton, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omineca","St","false",,"false",,"Hazelton","Village",,"BC","SRID=4326;POINT(-127.6757927 55.2557017)","coarse","streetPoint",,,,,,"active",,,"true",,2.383,
445,1,"00456-NonStandardLocalityNameAbbreviation","134 E 15th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"134",,"15th","St","false","E","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.070453 49.3223403)","high","parcelPoint","e6e40b24-7976-4904-8ee2-3ea981af7da8",163763,,,,"active","9999-12-31","2023-12-08","true",,53.444,3516754
446,1,"00457-NonStandardLocalityNAmeAbbreviation","2248 McAllister Ave, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:2]",,,,,"2248",,"McAllister","Ave","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7799837 49.262092)","high","parcelPoint","4ca763c4-8f87-4cf2-86c7-0b8664b2a631",146223,,,,"active","9999-12-31","2023-12-08","true",,0.307,3218608
447,1,"00458-civicAddressWithUnitandUnknownSiteName","UNIT 170 DOOGIE UNIVERSITY -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOOGIE UNIVERSITY","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 DOOGIE UNIVERSITY",,"active","9999-12-31","2023-12-08","true",,6.495,4363977
448,1,"00459-LocalityHopping","Kaleden, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.6011112 49.3997222)","coarse","localityPoint",,,,,,"active",,,"true",,0.605,
449,1,"00460-LocalityHopping","UNIT 200 -- Prince George St, Prince Rupert, BC",,63,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_TYPE.notMatched:3, STREET_TYPE.notPrefix:0, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","200",,,,"Prince George","St","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.2990707 54.311388)","coarse","streetPoint",,,,"UNIT 200",,"active",,,"true",,86.078,
450,1,"00461-LocalityHopping","Helmcken Alley, Victoria, BC",,74,"STREET",78,"[STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Helmcken","Alley","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3693133 48.4255635)","coarse","streetPoint",,,,,,"active",,,"true",,2.237,
451,1,"00462-IRAddresses","1901 Lust Rd, Quesnel, BC",,96,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1901",,"Lust","Rd","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4554097 52.9567283)","low","accessPoint",,228320,,,,"active",,,"true",,0.988,
452,1,"00463-IRAddresses","Blueberry Reserve Rd, Buick, BC",,72,"STREET",78,"[STREET_TYPE.missing:6]",,,,,,,"Blueberry Reserve","Rd","false",,"false",,"Buick","Community","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1391639 56.7304618)","coarse","streetPoint",,,,,,"active",,,"true",,11.126,
453,1,"00464-IRAddresses","Blueberry River 205, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Blueberry River 205","Indian Reserve","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1013888 56.7163889)","coarse","localityPoint",,,,,,"active",,,"true",,0.749,
454,1,"00465-IRAddresses","205 BC Mine Rd, Grand Forks, BC",,72,"BLOCK",99,"[INITIAL_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.missing:10, STREET_TYPE.missing:6, PROVINCE.missing:1, FAULTS.tooMany:6]",,,,,"205",,"BC Mine","Rd","false",,"false",,"Grand Forks","City","RDKB Electoral Area D (Rural Grand Forks)","BC","SRID=4326;POINT(-118.5417578 49.1296346)","low","accessPoint",,2411205,,,,"active",,,"true",,73.63,
455,1,"00466-StreetNameWithMultipleSpellingMistakes","UNIT 15 -- 31235 Upper MacLure Rd, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","15",,"31235",,"Upper MacLure","Rd","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3592071 49.0608091)","high","parcelPoint","832b59e0-59a1-4028-a65a-25eace5fc2bd",430758,,"UNIT 15",,"active","9999-12-31","2023-12-08","true",,7.065,1462380
456,1,"00467-StreetNameWithMultipleSpellingMistakes","UNIT 338 -- 32830 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","338",,"32830",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","48ed5fe9-61f8-406f-b981-88e7fd07fdbf",2617631,,"UNIT 338",,"active","9999-12-31","2023-12-08","true",,0.814,2495402
457,1,"00468-StreetNameWithMultipleSpellingMistakes","UNIT 215 -- 32850 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","215",,"32850",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","9b997783-d7b9-4838-92e3-80a9ccc452fa",2617631,,"UNIT 215",,"active","9999-12-31","2023-12-08","true",,1.473,1047582
458,1,"00469-StreetNameWithMultipleSpellingMistakes","UNIT 117B -- 34313 Forrest Terr, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","117","B","34313",,"Forrest","Terr","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2765011 49.0346859)","high","parcelPoint","ab1987ef-f523-4b54-bb38-7f9e8a69a83c",159710,,"UNIT 117B",,"active","9999-12-31","2023-12-08","true",,0.852,1365855
459,1,"00470-StreetNameWithMultipleSpellingMistakes","UNIT 14 -- 43685 Chilliwack Mountain Rd, Chilliwack, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","14",,"43685",,"Chilliwack Mountain","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-122.0166373 49.1641524)","high","parcelPoint","2c2ce6be-b9cb-409e-b037-4ecef8ff2fc3",2400276,,"UNIT 14",,"active","9999-12-31","2023-12-08","true",,238.551,1065331
460,1,"00471-StreetNameWithMultipleSpellingMistakes","29 St SE, Salmon Arm, BC",,63,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.isAlias:4, STREET_DIRECTION.missing:2, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"29","St","false","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2509431 50.6873229)","coarse","streetPoint",,,,,,"active",,,"true",,25.265,
461,1,"00472-StreetNameWithMultipleSpellingMistakes","Whistler, BC",,56,"LOCALITY",68,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Whistler","Resort Municipality",,"BC","SRID=4326;POINT(-122.9544444 50.1169445)","coarse","localityPoint",,,,,,"active",,,"true",,24.714,
462,1,"00473-StreetNameWithMultipleSpellingMistakes","UNIT 2204 -- 7343 Okanagan Landing Rd, Vernon, BC",,88,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","2204",,"7343",,"Okanagan Landing","Rd","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.345325 50.2389897)","high","parcelPoint","4925032d-7e2d-4418-8475-1469e513deae",354892,,"UNIT 2204",,"active","9999-12-31","2023-12-08","true",,29.85,4266077
463,1,"00474-StreetNameWithMultipleSpellingMistakes","UNIT 66 -- 1930 Cedar Village Cres, North Vancouver, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","66",,"1930",,"Cedar Village","Cres","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.043715 49.3270342)","high","parcelPoint","9d253e89-00db-446c-80d3-ba0b160b95db",166103,,"UNIT 66",,"active","9999-12-31","2023-12-08","true",,993.232,2153738
464,1,"00475-StreetNameWithMultipleSpellingMistakes","UNIT 209 -- 8611 General Currie Rd, Richmond, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","209",,"8611",,"General Currie","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1283228 49.1596485)","high","parcelPoint","f48b10c3-c335-46db-ae8b-391986f96685",127602,,"UNIT 209",,"active","9999-12-31","2023-12-08","true",,0.83,2001638
465,1,"00476-StreetNameWithMultipleSpellingMistakes","UNIT 305 -- 1135 Windsor Mews, Coquitlam, BC",,91,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6]",,"UNIT","305",,"1135",,"Windsor","Mews","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7853704 49.2801267)","high","parcelPoint","a4bfb344-0592-466b-870a-e077b1d60a59",1907339,,"UNIT 305",,"active","9999-12-31","2023-12-08","true",,1.314,1102540
466,1,"00477-StreetNameWithOneSpellingMistakeAtFront","UNIT 106 -- 1355 Cumberland Rd, Courtenay, BC",,92,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6]",,"UNIT","106",,"1355",,"Cumberland","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0049707 49.6769203)","high","parcelPoint","544e5fed-75d3-4424-9367-22927a865b6f",1849534,,"UNIT 106",,"active","9999-12-31","2023-12-08","true",,24.916,1020429
467,1,"00478-AddressInSmallCommunityUsingLocalityAlias","352 W 14th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","78438998-a18b-4e5a-8194-c5a725361810",2416363,,,,"active","9999-12-31","2023-12-08","true",,64.571,3147438
468,1,"00479-AddressInSmallCommunityUsingLocalityAlias","1745 Esquimalt Ave, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1745",,"Esquimalt","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1612755 49.3309246)","medium","parcelPoint","947d3aa2-8b81-4f3e-a37b-554468cdb0ce",163306,,,,"active","9999-12-31","2023-12-08","true",,1.825,8001373
469,1,"00480-AddressInSmallCommunityUsingLocalityAlias","223 W 7th Ave, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"223",,"7th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1103425 49.2650219)","high","parcelPoint","2ff78638-a1f2-44fe-958a-0e67c9c9d501",100449,,,,"active","9999-12-31","2023-12-08","true",,37.653,4195797
470,1,"00481-UnitNumberAndCivicNumberSwapped","UNIT 1045 -- Haro St, Vancouver, BC",,76,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","1045",,,,"Haro","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1323651 49.2880745)","coarse","streetPoint",,,,"UNIT 1045",,"active",,,"true",,13.715,
471,1,"00482-UnitNumberAndCivicNumberSwapped","1177 103A Ave, Surrey, BC",,85,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_TYPE.missing:6]",,,,,"1177",,"103A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7921295 49.1899518)","low","accessPoint",,418379,,,,"active",,,"true",,9.298,
472,1,"00483-UnknownMulti-wordUnitDesignator","UNIT 221 -- 4280 Moncton St, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","221",,"4280",,"Moncton","St","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1799769 49.1242764)","high","parcelPoint","4b66701a-39a9-410f-bc34-3ba73c3dc040",351197,,"UNIT 221",,"active","9999-12-31","2023-12-08","true",,0.532,1518456
473,1,"00484-UnknownMulti-wordUunitDesignator","UNIT 54 -- 2938 Trafalgar St, Abbotsford, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","54",,"2938",,"Trafalgar","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3079844 49.054931)","high","parcelPoint","71016c6f-1a5e-41f2-a68f-2efe869224c7",161674,,"UNIT 54",,"active","9999-12-31","2023-12-08","true",,0.646,1257509
474,1,"00485-UnknownUnitNumberWithLetterPrefixGapped","UNIT A309 -- 10557 150 St, Surrey, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","A309",,"10557",,"150","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.806609 49.1944737)","high","parcelPoint","bd685634-9b89-4e2f-8f47-ed66554bfebf",478995,,"UNIT A309",,"active","9999-12-31","2023-12-08","true",,6.627,3149253
475,1,"00486-UnknownUnitNumberWithLetterPrefixGapped","UNIT C7 -- 6901 Island Hwy W, Bowser, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_DIRECTION.notPrefix:0]",,"UNIT","C7",,"6901",,"Island","Hwy","false","W","false",,"Bowser","Community","RDN Electoral Area H","BC","SRID=4326;POINT(-124.667109 49.4348563)","high","parcelPoint","16772256-827d-4452-bffe-bb1a9995499c",1835730,,"UNIT C7",,"active","9999-12-31","2023-12-08","true",,23.314,4072889
476,1,"00487-UnitNumberWithLetterPrefix","UNIT A114 -- 20211 66 Ave, Township of Langley, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","A114",,"20211",,"66","Ave","false",,"false",,"Township of Langley","District Municipality",,"BC","SRID=4326;POINT(-122.6633166 49.1235181)","high","parcelPoint","3d1d9b15-714d-4290-8eee-066b89995912",320513,,"UNIT A114",,"active","9999-12-31","2023-12-08","true",,5.71,1059975
477,1,"00488-ExtraWordAtFrontOfStreetName","UNIT 19 -- Mt Boucherie Pl, West Kelowna, BC",,73,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","19",,,,"Mt Boucherie","Pl","false",,"false",,"West Kelowna","Unknown",,"BC","SRID=4326;POINT(-119.5815689 49.8589959)","coarse","streetPoint",,,,"UNIT 19",,"active",,,"true",,656.528,
478,1,"00489-UnitNumberSuffixInBackAlley","UNIT 206A -- 555 Burrard St, Vancouver, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"UNIT","206","A","555",,"Burrard","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1188944 49.2860099)","low","accessPoint",,475835,,"UNIT 206A",,"active",,,"true",,3.487,
479,1,"00490-SiteNameInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,3.332,4083847
480,1,"00491-DuplicateStreetTypeInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,8.265,4083847
481,1,"00492-CareOfInBackAlley","1175 Douglas St, Victoria, BC",,96,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,6.886,4083847
482,1,"00493-DuplicateStreetAndLocalityInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,19.125,4083847
483,1,"00494-StreetNameWithSpecialCharacters","Pipeho:em Rd, Agassiz, BC",,78,"STREET",78,"[]",,,,,,,"Pipeho:em","Rd","false",,"false",,"Agassiz","Community",,"BC","SRID=4326;POINT(-121.7342045 49.259877)","coarse","streetPoint",,,,,,"active",,,"true",,0.094,
484,1,"00495-StreetNameWithSpecialCharacters","ʔEqeʔat’in ʔEten, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"ʔEqeʔat’in ʔEten",,"false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1683616 52.0139035)","coarse","streetPoint",,,,,,"active",,,"true",,0.183,
485,1,"00496-StreetNameWithSpecialCharacters","Tl’etinqox Rd, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"Tl’etinqox","Rd","false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1612612 52.0089565)","coarse","streetPoint",,,,,,"active",,,"true",,0.121,
486,1,"00497-StreetNameWithSpecialCharacters","Clinton/Loon Lake FSR, Hutchison Lake, BC",,78,"STREET",78,"[]",,,,,,,"Clinton/Loon Lake","FSR","false",,"false",,"Hutchison Lake","Unknown","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.2072936 51.2237932)","coarse","streetPoint",,,,,,"active",,,"true",,2.262,
487,1,"00498-ACrazy","UNIT 201A -- 201A A St, Abbotsford, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER_SUFFIX.notMatched:1]",,"UNIT","201","A","201","A","A","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2608685 49.0060455)","low","accessPoint",,452835,,"UNIT 201A",,"active",,,"true",,22.211,
488,1,"00499-NonIntersectionOfRoadAndHwy","Chancellor Ave, View Royal, BC",,69,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,,,"Chancellor","Ave","false",,"false",,"View Royal","Town",,"BC","SRID=4326;POINT(-123.4279813 48.4648587)","coarse","streetPoint",,,,,,"active",,,"true",,16.327,
489,1,"00500-NoisyAddress","1 Centennial Sq, Victoria, BC",,92,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2]",,,,,"1",,"Centennial","Sq","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3657434 48.4287096)","high","parcelPoint","052f078a-6c37-4ede-bbf8-5bfb6f5e138a",304974,,,,"active","9999-12-31","2023-12-08","true",,2.928,2983771
490,1,"00501-StreetNameCompoundWordsSeparated","12312 Horseshoe Way, Richmond, BC",,98,"BLOCK",99,"[STREET_NAME.partialMatch:1]",,,,,"12312",,"Horseshoe","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.0988494 49.1233204)","low","accessPoint",,128283,,,,"active",,,"true",,3.852,
491,1,"00502-StreetNameCompoundWordsSeparated","101 Seaview St, Sayward, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"101",,"Seaview","St","false",,"false",,"Sayward","Village",,"BC","SRID=4326;POINT(-125.9633841 50.3858383)","high","parcelPoint","ecb1ca31-b857-4ada-b51c-42799ed40c4b",263931,,,,"active","9999-12-31","2023-12-08","true",,23.698,1684375
492,1,"00503-LocalityNameWithSplitWords","1090 Ironwood St, Campbell River, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1090",,"Ironwood","St","false",,"false",,"Campbell River","City",,"BC","SRID=4326;POINT(-125.2561963 50.0253168)","high","parcelPoint","77f4b1cc-2244-4e32-9ed5-9263d77fbe2c",262744,,,,"active","9999-12-31","2023-12-08","true",,4.011,3438603
493,1,"00504-siteNameWithTerminalAndMissingStreetName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,4.481,
494,1,"00505-siteNameWithPortAndMissingStreetName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.658,

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Revolution Systems Open Library [pom]
[INFO] RS Core [jar]
[INFO] RS Test API [jar]
[INFO] RS ESRI File Geodatabase [jar]
[INFO] RS GDAL [jar]
[INFO] RS Geopackage [jar]
[INFO] RS Oracle [jar]
[INFO] RS PostgreSQL [jar]
[INFO] Revolsys Swing Components [jar]
[INFO] Maki Markers [jar]
[INFO] RS Web [jar]
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-parent >------------------
[INFO] Building Revolution Systems Open Library 7b72f92 [1/11]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-parent ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-parent ---
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-parent ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-parent ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-parent ---
[INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-parent/7b72f92906639c53399a70af505c18082e9c198d/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/target/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-parent/7b72f92906639c53399a70af505c18082e9c198d/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-core >-------------------
[INFO] Building RS Core 7b72f92 [2/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-core ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-core ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 28 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1858 source files to /workspace/source/revolsys-core/target/classes
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/geometry/model/LinearRing.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/geometry/model/LinearRing.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/io/map/MapSerializer.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/io/map/MapSerializer.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-core ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-core ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-core ---
[INFO] Building jar: /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-core ---
[INFO] Building jar: /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-core ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-core ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-core ---
[INFO] Installing /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-core/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-testapi >-----------------
[INFO] Building RS Test API 7b72f92 [3/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-testapi ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-testapi ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-testapi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/revolsys-testapi/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-testapi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /workspace/source/revolsys-testapi/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-testapi ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-testapi ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-testapi ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-testapi ---
[INFO] Building jar: /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-testapi ---
[INFO] Building jar: /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-testapi ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-testapi ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-testapi ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-testapi ---
[INFO] Installing /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-testapi/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-fgdb >-------------------
[INFO] Building RS ESRI File Geodatabase 7b72f92 [4/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-fgdb ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-fgdb ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-fgdb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-fgdb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /workspace/source/revolsys-fgdb/target/classes
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/GeodatabaseReference.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/GeodatabaseReference.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/capi/type/AbstractFileGdbFieldDefinition.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/capi/type/AbstractFileGdbFieldDefinition.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-fgdb ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-fgdb ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-fgdb ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-fgdb ---
[INFO] Building jar: /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-fgdb ---
[INFO] Building jar: /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-fgdb ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-fgdb ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-fgdb ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-fgdb ---
[INFO] Installing /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-fgdb/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-gdal >-------------------
[INFO] Building RS GDAL 7b72f92 [5/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-gdal ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-gdal ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-gdal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-gdal ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /workspace/source/revolsys-gdal/target/classes
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java: /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java uses or overrides a deprecated API.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java: /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java uses unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-gdal ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-gdal ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-gdal ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-gdal ---
[INFO] Building jar: /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-gdal ---
[INFO] Building jar: /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-gdal ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-gdal ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-gdal ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-gdal ---
[INFO] Installing /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-gdal/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< com.revolsys.open:revolsys-geopackage >----------------
[INFO] Building RS Geopackage 7b72f92 [6/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-geopackage ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-geopackage ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-geopackage ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-geopackage ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /workspace/source/revolsys-geopackage/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-geopackage ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-geopackage ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-geopackage ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-geopackage ---
[INFO] Building jar: /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-geopackage ---
[INFO] Building jar: /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-geopackage ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-geopackage ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-geopackage ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-geopackage ---
[INFO] Installing /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-geopackage/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-oracle >------------------
[INFO] Building RS Oracle 7b72f92 [7/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-oracle ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-oracle ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-oracle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-oracle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /workspace/source/revolsys-oracle/target/classes
[INFO] /workspace/source/revolsys-oracle/src/main/java/com/revolsys/oracle/recordstore/OracleJdbcQueryIterator.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-oracle/src/main/java/com/revolsys/oracle/recordstore/OracleJdbcQueryIterator.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-oracle ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-oracle ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-oracle ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-oracle ---
[INFO] Building jar: /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-oracle ---
[INFO] Building jar: /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-oracle ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-oracle ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-oracle ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-oracle ---
[INFO] Installing /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-oracle/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< com.revolsys.open:revolsys-postgresql >----------------
[INFO] Building RS PostgreSQL 7b72f92 [8/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-postgresql ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-postgresql ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-postgresql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-postgresql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /workspace/source/revolsys-postgresql/target/classes
[INFO] /workspace/source/revolsys-postgresql/src/main/java/com/revolsys/gis/postgresql/PostgreSQLJdbcQueryResultPager.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-postgresql/src/main/java/com/revolsys/gis/postgresql/PostgreSQLJdbcQueryResultPager.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-postgresql ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-postgresql ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-postgresql ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-postgresql ---
[INFO] Building jar: /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-postgresql ---
[INFO] Building jar: /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-postgresql ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-postgresql ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-postgresql ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-postgresql ---
[INFO] Installing /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-postgresql/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-swing >------------------
[INFO] Building Revolsys Swing Components 7b72f92 [9/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-swing ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-swing ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-swing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 935 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-swing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 548 source files to /workspace/source/revolsys-swing/target/classes
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-swing ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-swing ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-swing ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-swing ---
[INFO] Building jar: /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-swing ---
[INFO] Building jar: /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-swing ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-swing ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-swing ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-swing ---
[INFO] Installing /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-swing/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-maki >-------------------
[INFO] Building Maki Markers 7b72f92 [10/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-maki ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-maki ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-maki ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 148 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-maki ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-maki ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-maki ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-maki ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-maki ---
[INFO] Building jar: /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-maki ---
[INFO] Building jar: /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-maki ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-maki ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-maki ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-maki ---
[INFO] Installing /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-maki/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -------------------< com.revolsys.open:revolsys-web >-------------------
[INFO] Building RS Web 7b72f92 [11/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-web ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-web ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-web ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 297 source files to /workspace/source/revolsys-web/target/classes
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/config/Attribute.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/config/Attribute.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/rest/interceptor/AnnotationHandlerMethodResolver.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/rest/interceptor/AnnotationHandlerMethodResolver.java: Recompile with -Xlint:removal for details.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/html/view/ElementContainer.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/html/view/ElementContainer.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-web ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-web ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-web ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-web ---
[INFO] Building jar: /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-web ---
[INFO] Building jar: /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-web ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-web ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-web ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-web ---
[INFO] Installing /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-web/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Revolution Systems Open Library 7b72f92:
[INFO]
[INFO] Revolution Systems Open Library .................... SUCCESS [ 15.404 s]
[INFO] RS Core ............................................ SUCCESS [01:44 min]
[INFO] RS Test API ........................................ SUCCESS [ 7.104 s]
[INFO] RS ESRI File Geodatabase ........................... SUCCESS [ 5.507 s]
[INFO] RS GDAL ............................................ SUCCESS [ 8.110 s]
[INFO] RS Geopackage ...................................... SUCCESS [ 6.099 s]
[INFO] RS Oracle .......................................... SUCCESS [ 6.901 s]
[INFO] RS PostgreSQL ...................................... SUCCESS [ 5.525 s]
[INFO] Revolsys Swing Components .......................... SUCCESS [ 44.383 s]
[INFO] Maki Markers ....................................... SUCCESS [ 9.122 s]
[INFO] RS Web ............................................. SUCCESS [ 14.662 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:48 min
[INFO] Finished at: 2024-01-09T18:38:38Z
[INFO] ------------------------------------------------------------------------

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Concurrent Processing Framework [pom]
[INFO] Concurrent Processing Framework Business Application Plugin API [jar]
[INFO] Concurrent Processing Framework Client Java API [jar]
[INFO] Concurrent Processing Framework Application Java API [jar]
[INFO] Concurrent Processing Framework API Worker [jar]
[INFO] Concurrent Processing Framework Base WAR Web Application [war]
[INFO] Concurrent Processing Framework Base WAR Worker [war]
[INFO] CPF Plug-in Maven Arechtype [maven-archetype]
[INFO] Concurrent Processing Framework Archetype Web [maven-archetype]
[INFO] CPF Test Plugins [jar]
[INFO] Digest Plug-in [jar]
[INFO] Geometry Validation Plug-in [jar]
[INFO] Mandelbrot Plug-in [jar]
[INFO] Map Tile Plug-in [jar]
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-parent >--------------------
[INFO] Building Concurrent Processing Framework 7b72f92 [1/14]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-parent ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-parent ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-parent ---
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-parent ---
[INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/target/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-plugin >------------------
[INFO] Building Concurrent Processing Framework Business Application Plugin API 7b72f92 [2/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-plugin/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 37 source files to /workspace/source/cpf-api-plugin/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-plugin ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-plugin ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-plugin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-plugin ---
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-plugin/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-client >------------------
[INFO] Building Concurrent Processing Framework Client Java API 7b72f92 [3/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /workspace/source/cpf-api-client/target/classes
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cpf-api-client ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-client ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-client ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-client ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-client ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-client ---
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-client/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/target/site/java-api
[INFO] Copying 2 resources to template
[INFO]
[INFO] --- jsdoctk-plugin:2.3.2:jsdoc (javascript-api) @ cpf-api-client ---
[INFO] Copying JSDoc Toolkit to temporary directory.
[INFO] JSDoc Toolkit copied to temporary directory, execution will commense shortly.
[INFO] Will be generating JSDoc for '/workspace/source/cpf-api-client/src/main/js'.
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-api-app >-------------------
[INFO] Building Concurrent Processing Framework Application Java API 7b72f92 [4/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 25 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 84 source files to /workspace/source/cpf-api-app/target/classes
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java uses or overrides a deprecated API.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-app ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-app ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-app ---
[INFO] Building jar: /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-app ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-app ---
[INFO] Building jar: /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-app ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-app ---
[INFO] Installing /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-app/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) > generate-sources @ cpf-api-app >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-app ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) < generate-sources @ cpf-api-app <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) @ cpf-api-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-worker >------------------
[INFO] Building Concurrent Processing Framework API Worker 7b72f92 [5/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-worker ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-worker ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-worker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-worker/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-worker ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /workspace/source/cpf-api-worker/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-worker ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-worker ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-worker ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-worker ---
[INFO] Building jar: /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-worker ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-worker ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-worker ---
[INFO] Building jar: /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-worker ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-worker ---
[INFO] Installing /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-worker/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-war-app >-------------------
[INFO] Building Concurrent Processing Framework Base WAR Web Application 7b72f92 [6/14]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-war-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-war-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-war-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-war-app/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-war-app ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-war-app ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-war-app ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-war-app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ cpf-war-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cpf-war-app] in [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Processing war project
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-client/target] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-client/src/main/js/] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-plugin/target] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/src/main/webapp] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp resources [/workspace/source/cpf-war-app/src/main/webapp]
[INFO] Webapp assembled in [3163 msecs]
[INFO] Building war: /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-war-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-war-app ---
[INFO] Skipping because packaging 'war' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-war-app ---
[INFO] Building jar: /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-war-app ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-war-app ---
[INFO] Installing /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO] Installing /workspace/source/cpf-war-app/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-war-worker >------------------
[INFO] Building Concurrent Processing Framework Base WAR Worker 7b72f92 [7/14]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-war-worker ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-war-worker ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-war-worker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-war-worker ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-war-worker ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-war-worker ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-war-worker ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ cpf-war-worker ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cpf-war-worker] in [/workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Processing war project
[INFO] Copying webapp resources [/workspace/source/cpf-war-worker/src/main/webapp]
[INFO] Webapp assembled in [1293 msecs]
[INFO] Building war: /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-war-worker ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-war-worker ---
[INFO] Skipping because packaging 'war' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-war-worker ---
[INFO] Building jar: /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-war-worker ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-war-worker ---
[INFO] Installing /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO] Installing /workspace/source/cpf-war-worker/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --------------< ca.bc.gov.open.cpf:cpf-archetype-plugin >---------------
[INFO] Building CPF Plug-in Maven Arechtype 7b72f92 [8/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ cpf-archetype-plugin ---
[INFO] Copying 11 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ cpf-archetype-plugin ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ cpf-archetype-plugin ---
[INFO] Building archetype jar: /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-archetype-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-archetype-plugin ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ cpf-archetype-plugin ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-archetype-plugin ---
[INFO] Building jar: /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ cpf-archetype-plugin ---
[INFO] Installing /workspace/source/cpf-archetype-plugin/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ cpf-archetype-plugin ---
[INFO]
[INFO] ----------------< ca.bc.gov.open.cpf:cpf-archetype-web >----------------
[INFO] Building Concurrent Processing Framework Archetype Web 7b72f92 [9/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-archetype-web ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-archetype-web ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ cpf-archetype-web ---
[INFO] Copying 12 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ cpf-archetype-web ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ cpf-archetype-web ---
[INFO] Building archetype jar: /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-archetype-web ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-archetype-web ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ cpf-archetype-web ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-archetype-web ---
[INFO] Building jar: /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-archetype-web ---
[INFO]
[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ cpf-archetype-web ---
[INFO] Installing /workspace/source/cpf-archetype-web/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ cpf-archetype-web ---
[INFO]
[INFO] ------------------< ca.bc.gov.open.cpf.plugins:test >-------------------
[INFO] Building CPF Test Plugins 7b72f92 [10/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ test ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ test ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /workspace/source/plugins/test/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ test ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ test ---
[INFO] Building jar: /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ test ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ test ---
[INFO] Building jar: /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ test ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ test ---
[INFO] Installing /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/test/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf.plugins:digest >------------------
[INFO] Building Digest Plug-in 7b72f92 [11/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ digest ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ digest ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ digest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ digest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /workspace/source/plugins/digest/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ digest ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ digest ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ digest ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ digest ---
[INFO] Building jar: /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ digest ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ digest ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ digest ---
[INFO] Building jar: /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ digest ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ digest ---
[INFO] Installing /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/digest/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------< ca.bc.gov.open.cpf.plugins:geometry-validation >-----------
[INFO] Building Geometry Validation Plug-in 7b72f92 [12/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ geometry-validation ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ geometry-validation ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geometry-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ geometry-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /workspace/source/plugins/geometry-validation/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geometry-validation ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ geometry-validation ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geometry-validation ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ geometry-validation ---
[INFO] Building jar: /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ geometry-validation ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ geometry-validation ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ geometry-validation ---
[INFO] Building jar: /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ geometry-validation ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ geometry-validation ---
[INFO] Installing /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/geometry-validation/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< ca.bc.gov.open.cpf.plugins:mandelbrot >----------------
[INFO] Building Mandelbrot Plug-in 7b72f92 [13/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ mandelbrot ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ mandelbrot ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mandelbrot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mandelbrot ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /workspace/source/plugins/mandelbrot/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mandelbrot ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mandelbrot ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mandelbrot ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ mandelbrot ---
[INFO] Building jar: /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ mandelbrot ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ mandelbrot ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ mandelbrot ---
[INFO] Building jar: /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ mandelbrot ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ mandelbrot ---
[INFO] Installing /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/mandelbrot/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ----------------< ca.bc.gov.open.cpf.plugins:map-tile >-----------------
[INFO] Building Map Tile Plug-in 7b72f92 [14/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ map-tile ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ map-tile ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ map-tile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ map-tile ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /workspace/source/plugins/map-tile/target/classes
[INFO] /workspace/source/plugins/map-tile/src/main/java/ca/bc/gov/open/cpf/plugins/maptile/MapTileByLocation.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/plugins/map-tile/src/main/java/ca/bc/gov/open/cpf/plugins/maptile/MapTileByLocation.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ map-tile ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ map-tile ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ map-tile ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ map-tile ---
[INFO] Building jar: /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ map-tile ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ map-tile ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ map-tile ---
[INFO] Building jar: /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ map-tile ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ map-tile ---
[INFO] Installing /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/map-tile/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Concurrent Processing Framework 7b72f92:
[INFO]
[INFO] Concurrent Processing Framework .................... SUCCESS [ 12.684 s]
[INFO] Concurrent Processing Framework Business Application Plugin API SUCCESS [ 20.633 s]
[INFO] Concurrent Processing Framework Client Java API .... SUCCESS [ 17.779 s]
[INFO] Concurrent Processing Framework Application Java API SUCCESS [ 14.350 s]
[INFO] Concurrent Processing Framework API Worker ......... SUCCESS [ 5.042 s]
[INFO] Concurrent Processing Framework Base WAR Web Application SUCCESS [ 9.887 s]
[INFO] Concurrent Processing Framework Base WAR Worker .... SUCCESS [ 6.325 s]
[INFO] CPF Plug-in Maven Arechtype ........................ SUCCESS [ 4.225 s]
[INFO] Concurrent Processing Framework Archetype Web ...... SUCCESS [ 2.358 s]
[INFO] CPF Test Plugins ................................... SUCCESS [ 3.961 s]
[INFO] Digest Plug-in ..................................... SUCCESS [ 3.362 s]
[INFO] Geometry Validation Plug-in ........................ SUCCESS [ 2.721 s]
[INFO] Mandelbrot Plug-in ................................. SUCCESS [ 2.893 s]
[INFO] Map Tile Plug-in ................................... SUCCESS [ 3.308 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:50 min
[INFO] Finished at: 2024-01-09T18:40:59Z
[INFO] ------------------------------------------------------------------------

@cpf-bc
Copy link

cpf-bc commented Jan 9, 2024

"sequenceNumber","resultNumber","yourId","fullAddress","intersectionName","score","matchPrecision","precisionPoints","faults","siteName","unitDesignator","unitNumber","unitNumberSuffix","civicNumber","civicNumberSuffix","streetName","streetType","isStreetTypePrefix","streetDirection","isStreetDirectionPrefix","streetQualifier","localityName","localityType","electoralArea","provinceCode","location","locationPositionalAccuracy","locationDescriptor","siteID","blockID","intersectionID","fullSiteDescriptor","accessNotes","siteStatus","siteRetireDate","changeDate","isOfficial","degree","executionTime","sid"
1,1,"00002-civicAddressWithCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.299,3570324
2,1,"00003-civicAddressWithCivicNumberSuffix","4251A Rockbank Pl, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4251","A","Rockbank","Pl","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2420986 49.3459404)","high","parcelPoint","6397230a-0569-43c8-855e-d84558230db4",342044,,,,"active","9999-12-31","2023-12-08","true",,0.287,2714851
3,1,"00004-civicAddressWithOrdinalCivicNumberSuffix","749E Lakeview Arrow Creek Rd, Wynndel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"749","E","Lakeview Arrow Creek","Rd","false",,"false",,"Wynndel","Community","RDCK Electoral Area C","BC","SRID=4326;POINT(-116.5097552 49.154316)","high","parcelPoint","4b6d3737-4ae6-437b-8a9e-2f209c86c996",2512792,,,,"active","9999-12-31","2023-12-08","true",,6.347,1073929
4,1,"00005-civicAddressWithStreetDirection","456 Gorge Rd E, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.13,3001643
5,1,"00006-civicAddressWithoutStreetDirection","1804 Cedar Dr, Squamish, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1804",,"Cedar","Dr","false",,"false",,"Squamish","District Municipality",,"BC","SRID=4326;POINT(-123.1352813 49.6988427)","high","parcelPoint","29f2655d-ddcb-453c-8f23-7618396a6580",173758,,,,"active","9999-12-31","2023-12-08","true",,0.177,1018699
6,1,"00007-civicAddressWithPrefixStreetDirection","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.188,4174579
7,1,"00008-civicAddressWithStreetNameContainingDirectionWord","947 North Park St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"947",,"North Park","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3566146 48.4293207)","high","parcelPoint","042f4847-e5e5-4c07-bbaf-6e75e43a8577",512719,,,,"active","9999-12-31","2023-12-08","true",,35.993,3897960
8,1,"00009-CivicAddressWithAbbreviatedStreetName","Stelly's Cross Rd, Central Saanich, BC",,78,"STREET",78,"[]",,,,,,,"Stelly's Cross","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4390875 48.579717)","coarse","streetPoint",,,,,,"active",,,"true",,0.39,
9,1,"00010-CivicAddressWithAbbreviatedStreetName","3928 Cedar Hill Cross Rd, Saanich, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3928",,"Cedar Hill Cross","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3477591 48.4659559)","high","parcelPoint","b767e6b4-5af5-428e-acb3-f39fe7a6b952",384645,,,,"active","9999-12-31","2023-12-08","true",,19.056,3290984
10,1,"00011-CivicAddressWithAbbreviatedLocalityName","7495 Columbia Ave, Radium Hot Springs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7495",,"Columbia","Ave","false",,"false",,"Radium Hot Springs","Village",,"BC","SRID=4326;POINT(-116.0777622 50.6205387)","high","parcelPoint","f2f7536d-dd71-46eb-8c1a-5c902035c8e5",338710,,,,"active","9999-12-31","2023-12-08","true",,1.317,4184338
11,1,"00012-civicAddressWithoutProvinceCode","2050 SW Marine Dr, Vancouver, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.14,4174579
12,1,"00013-civicAddressWithProvinceName","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","7941767e-8bf5-418c-9a86-f48ba42f49e5",103530,,,,"active","9999-12-31","2023-12-08","true",,0.215,4174579
13,1,"00014-civicAddressWithoutUnit","10372 99 St, Taylor, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10372",,"99","St","false",,"false",,"Taylor","District Municipality",,"BC","SRID=4326;POINT(-120.6811336 56.1548566)","high","parcelPoint","2bb29d69-9d7c-4eac-ad9d-28c6528d63fd",238496,,,,"active","9999-12-31","2023-12-08","true",,1.952,3682455
14,1,"00015-civicAddressWithUnitWithoutUnitDesignator","UNIT 170 -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170",,"active","9999-12-31","2023-12-08","true",,3.73,4363977
15,1,"00016-civicAddressWithUnitAfterStreetType","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.692,2064187
16,1,"00017-civicAddressWithUnitBeforeCivicNumber","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.349,2064187
17,1,"00018-civicAddressWithUnitBeforeCivicNumberandWithoutFrontGate","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","0cf85b73-2072-45ff-91b0-4c52e29c3727",2400134,,"UNIT 418",,"active","9999-12-31","2023-12-08","true",,0.146,2064187
18,1,"00019-civicAddressWithUnitandKnownSiteName","UNIT 170 DOUGLAS COLLEGE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOUGLAS COLLEGE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 DOUGLAS COLLEGE",,"active","9999-12-31","2023-12-08","true",,7.099,4363977
19,1,"00020-civicAddressWithSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,6.815,
20,1,"00021-civicAddressWithPartialSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,1.35,
21,1,"00022-civicAddressWithSiteNameAndMissingCivicNumber","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.131,
22,1,"00023-civicAddressWithNumberForStreetName","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","63359f5d-feb8-4078-a53d-cf7597dedf72",241168,,,,"active","9999-12-31","2023-12-08","true",,19.244,1453435
23,1,"00024-civicAddressWithUnitNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.138,
24,1,"00025-CivicNumberWithHighwayStreetName","4390 Hwy 33, Beaverdell, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4390",,"33","Hwy","true",,"false",,"Beaverdell","Community","RDKB Electoral Area E (West Boundary)","BC","SRID=4326;POINT(-119.0335607 49.3035999)","high","parcelPoint","f0dfb4fd-5be0-4df9-bdc1-f99acad96a10",571497,,,,"active","9999-12-31","2023-12-08","true",,1.437,4097984
25,1,"00026-CivicAddressWithoutProvinceCode","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.092,3570324
26,1,"00027-CivicAddressWithoutLocality","525 Superior St, Victoria, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY.missing:10]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.205,3570324
27,1,"00028-CivicAddressWithoutStreetName","Kamloops, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3391667 50.6755556)","coarse","localityPoint",,,,,,"active",,,"true",,0.41,
28,1,"00029-CivicAddressWithoutStreetType","661A Market Hill, Vancouver, BC",,94,"CIVIC_NUMBER",100,"[STREET_TYPE.missing:6]",,,,,"661","A","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","b2855281-bebf-45d1-9bfe-a451a77941ca",265705,,,,"active","9999-12-31","2023-12-08","true",,1.424,1154850
29,1,"00030-CivicAddressWithoutStreetDirection","456 Gorge Rd E, Victoria, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,1.078,3001643
30,1,"00031-CivicAddressWithoutCivicNumber","Superior St, Victoria, BC",,78,"STREET",78,"[]",,,,,,,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3742047 48.4187396)","coarse","streetPoint",,,,,,"active",,,"true",,0.095,
31,1,"00032-CivicAddressWithUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.214,1897827
32,1,"00033-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.314,1897827
33,1,"00034-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128",,"active","9999-12-31","2023-12-08","true",,0.329,1897827
34,1,"00035-CivicAddressWithoutUnitDesignator","850 Saucier Ave, Kelowna, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","ff8c0c0f-008d-4c64-b706-20b249dd9dfa",423686,,,,"active","9999-12-31","2023-12-08","true",,0.302,3801227
35,1,"00036-CivicAddressWithoutUnitNumber","UNIT -- 850 Saucier Ave, Kelowna, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"UNIT",,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","ff8c0c0f-008d-4c64-b706-20b249dd9dfa",423686,,"UNIT",,"active","9999-12-31","2023-12-08","true",,0.212,3801227
36,1,"00037-CivicAddressWithoutUnitNumber","APT -- 1359 Porlier Pass Rd, Galiano Island, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"APT",,,"1359",,"Porlier Pass","Rd","false",,"false",,"Galiano Island","Unknown","CAPRD Southern Gulf Islands Electoral Area","BC","SRID=4326;POINT(-123.3619085 48.8934868)","medium","parcelPoint","4932e455-d8e3-4068-8cee-b690c18ec3cd",2652387,,"APT",,"active","9999-12-31","2023-12-08","true",,1.174,8004937
37,1,"00038-CivicAddressWithoutLocalityProvinceCode","3520 Wentworth Ave, West Vancouver, BC",,89,"CIVIC_NUMBER",100,"[LOCALITY.missing:10, PROVINCE.missing:1]",,,,,"3520",,"Wentworth","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2152473 49.3466751)","high","parcelPoint","03afe195-9300-4685-a674-b5ec3293c0c1",570447,,,,"active","9999-12-31","2023-12-08","true",,4.761,2836372
38,1,"00039-CivicAddressWithUnitAttachedToCivicNumber","Lorne St, Kamloops, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lorne","St","false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3275514 50.6782177)","coarse","streetPoint",,,,,,"active",,,"true",,5.093,
39,1,"00040-CivicAddressWithNonNumeric CivicNumber","A-B Connector Rd, Richmond, BC",,70,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:1, STREET_TYPE.notMatched:3, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"A-B Connector","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1809151 49.1921731)","coarse","streetPoint",,,,,,"active",,,"true",,75.792,
40,1,"00041-CivicAddressSwappedCharactersInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,11.763,
41,1,"00042-CivicAddressSwappedCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,12.131,3286476
42,1,"00043-CivicAddressSwappedCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,61.911,3286476
43,1,"00044-CivicAddressSwappedCharactersInStreetNameLocality","30 Firth Cres, Mackenzie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2, STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,105.649,3286476
44,1,"00045-CivicAddressWrongCharacterInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,9.795,
45,1,"00046-CivicAddressWrongCharacterInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,126.292,3286476
46,1,"00047-CivicAddressWrongCharacterInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,49.782,3286476
47,1,"00048-CivicAddressMissingWordInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,2.99,
48,1,"00049-CivicAddressWrongWordInStreetName","6006 Happy Valley Rd, Summerland, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","3b59fae5-17dc-4f0b-a35d-7117840c75b6",61656,,,,"active","9999-12-31","2023-12-08","true",,0.729,2052236
49,1,"00050-CivicAddressMissingFirstWordInStreetName","Valleyview Rd, Penticton, BC",,72,"STREET",78,"[STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Valleyview","Rd","false",,"false",,"Penticton","City",,"BC","SRID=4326;POINT(-119.5742878 49.4516623)","coarse","streetPoint",,,,,,"active",,,"true",,85.656,
50,1,"00051-CivicAddressMissingFirstWordInLocalityName","UNIT 1323 -- 5 Gore Ave, Vancouver, BC",,86,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_NAME.spelledWrong:2, STREET_TYPE.notPrefix:0]",,"UNIT","1323",,"5",,"Gore","Ave","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0979684 49.2846438)","low","accessPoint",,105284,,"UNIT 1323",,"active",,,"true",,25.181,
51,1,"00052-CivicAddressMissingFirstWordInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,7.171,
52,1,"00053-CivicAddressMissingCharactersInSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,8.069,
53,1,"00054-CivicAddressWrongWordInStreetName","Community Center Rd, Grand Forks, BC",,78,"STREET",78,"[]",,,,,,,"Community Center","Rd","false",,"false",,"Grand Forks","City",,"BC","SRID=4326;POINT(-118.4881692 49.0174056)","coarse","streetPoint",,,,,,"active",,,"true",,0.569,
54,1,"00055-CivicAddressMissingCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,49.622,3286476
55,1,"00056-CivicAddressMissingCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,53.165,3286476
56,1,"00057-CivicAddressWrongAbbreviationInLocality","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","0f5b74f4-dda0-44a7-b0e2-3473c17973df",484911,,,,"active","9999-12-31","2023-12-08","true",,7.364,1860086
57,1,"00058-CivicAddressWrongProvinceCode","30 Firth Cres, Mackenzie, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.notMatched:1]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,0.857,3286476
58,1,"00059-CivicAddressWrongLocality","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.partialMatch:1]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,2.313,3951760
59,1,"00060-CivicAddressWrongStreetType","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[STREET_TYPE.notMatched:3]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,3.255,3951760
60,1,"00061-CivicAddressWrongStreetDirection","456 Gorge Rd E, Victoria, BC",,97,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2, PROVINCE.missing:1]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.853,3001643
61,1,"00062-CivicAddressMispelledStreetName","952 Comox Ave, Prince Rupert, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","4e3b664c-9be8-4ed2-87b5-9fdb68fbfe1f",240295,,,,"active","9999-12-31","2023-12-08","true",,19.364,3951760
62,1,"00063-CivicAddressWithMisplacedStreetDirection","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","63359f5d-feb8-4078-a53d-cf7597dedf72",241168,,,,"active","9999-12-31","2023-12-08","true",,22.12,1453435
63,1,"00064-CivicAddressWithMisplacedStreetDirection","2186 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notSuffix:0]",,,,,"2186",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1585049 49.2182009)","high","parcelPoint","9edb997b-7f36-4dc7-833f-e568324b3d5f",104099,,,,"active","9999-12-31","2023-12-08","true",,6.633,2902304
64,1,"00065-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","881c3c68-0f07-4b07-b93a-f796d820e28d",2646210,,,,"active","9999-12-31","2023-12-08","true",,48.38,3393400
65,1,"00066-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","881c3c68-0f07-4b07-b93a-f796d820e28d",2646210,,,,"active","9999-12-31","2023-12-08","true",,32.512,3393400
66,1,"00067-CivicAddressWithMisplacedStreetType","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,3.934,2287750
67,1,"00069-CivicAddressWithUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,25.118,2287750
68,1,"00070-CivicAddressWithUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","0db17158-e0f2-48a4-8460-e70997a45283",323579,,,,"active","9999-12-31","2023-12-08","true",,23.699,1239002
69,1,"00071-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","3c739be3-92a6-4901-876b-92aa6581facd",2435948,,,,"active","9999-12-31","2023-12-08","true",,28.572,2287750
70,1,"00072-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notPrefix:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","0db17158-e0f2-48a4-8460-e70997a45283",323579,,,,"active","9999-12-31","2023-12-08","true",,25.927,1239002
71,1,"00073-CivicAddressUnknownLocality","626 Lindley Dr, West Kelowna, BC",,93,"BLOCK",99,"[LOCALITY.spelledWrong:2, LOCALITY.isAlias:4]",,,,,"626",,"Lindley","Dr","false",,"false",,"West Kelowna","Unknown","RDCO Central Okanagan West Electoral Area","BC","SRID=4326;POINT(-119.5404528 49.8943439)","low","accessPoint",,571162,,,,"active",,,"true",,6.376,
72,1,"00074-CivicAddressUnknownStreetDirection","456 Gorge Rd E, Victoria, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","84bcdff2-0a38-4f5f-b7b2-362973b0fab1",304977,,,,"active","9999-12-31","2023-12-08","true",,0.935,3001643
73,1,"00075-CivicAddressUnknownStreetType","561 Salmon Rd, Central Saanich, BC",,96,"BLOCK",99,"[STREET_TYPE.notMatched:3]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,6.672,
74,1,"00076-CivicAddressUnknownStreetName","561 Salmon Rd, Central Saanich, BC",,97,"BLOCK",99,"[STREET_NAME.spelledWrong:2]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,181.959,
75,1,"00077-CivicAddressUnknownCivicNumber","Hwy 97B SE, Salmon Arm, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"97B","Hwy","true","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2201925 50.6811245)","coarse","streetPoint",,,,,,"active",,,"true",,93.125,
76,1,"00078-CivicAddressUnknownUnitDescriptor","UNIT 128 ABODE -- 850 Saucier Ave, Kelowna, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]","ABODE","UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","8e8beb7a-e1dc-43ce-b502-ca2a4f4418cd",423686,,"UNIT 128 ABODE",,"active","9999-12-31","2023-12-08","true",,0.331,1897827
77,1,"00079-CivicAddressStreetDirectionForUndirectedStreet","109 Quarry Dr, Salt Spring Island, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2]",,,,,"109",,"Quarry","Dr","false",,"false",,"Salt Spring Island","Unknown","CAPRD Saltspring Island Electoral Area","BC","SRID=4326;POINT(-123.5626031 48.8754044)","high","parcelPoint","ed895675-3557-4f54-aebb-865fddb565d7",2402870,,,,"active","9999-12-31","2023-12-08","true",,8.637,2688433
78,1,"00080-CivicAddressWithMailBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.437,3570324
79,1,"00081-CivicAddressWithMailBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.373,3570324
80,1,"00082-CivicAddressWithBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.35,3570324
81,1,"00083-CivicAddressWithBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.337,3570324
82,1,"00084-CivicAddressWithCompAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.346,3570324
83,1,"00085-CivicAddressWithCompAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.338,3570324
84,1,"00086-CivicAddressWithLcdAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.347,3570324
85,1,"00087-CivicAddressWithLcdAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.361,3570324
86,1,"00088-CivicAddressWithPostalCodeAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.36,3570324
87,1,"00089-CivicAddressWithPostalCodeAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.339,3570324
88,1,"00090-CivicAddressWithRuralRouteAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.323,3570324
89,1,"00091-CivicAddressWithRuralRouteAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.353,3570324
90,1,"00092-CivicAddressWithRuralRouteStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.343,3570324
91,1,"00093-CivicAddressWithRuralRouteStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.36,3570324
92,1,"00094-CivicAddressWithUnabbreviatedRuralRoute","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.327,3570324
93,1,"00095-CivicAddresswithPostBoxStnNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.416,
94,1,"00096-CivicAddressWithPostBoxStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.382,3570324
95,1,"00097-CivicAddressWithPostBoxStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.355,3570324
96,1,"00098-CivicAddresswithPostBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.328,
97,1,"00099-CivicAddressWithPostBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.413,3570324
98,1,"00100-CivicAddressWithPostBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.341,3570324
99,1,"00101-CivicAddresswithBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.339,
100,1,"00102-CivicAddressWithBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.333,3570324
101,1,"00103-CivicAddressWithBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.352,3570324
102,1,"00104-CivicAddressWithFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,6.18,4260507
103,1,"00105-CivicAddressWithReverseFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,15.477,4260507
104,1,"00106-CivicAddressWithUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,6.303,4260507
105,1,"00107-CivicAddressWithReverseUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","01fde2c3-0ea7-4a98-9a3c-8f3f8fe0f28d",296321,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,15.455,4260507
106,1,"00108-SimpleInterpolatedCivicAddress","5742 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5742",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0134698 49.2299803)","low","accessPoint",,2586590,,,,"active",,,"true",,0.147,
107,1,"00109-AdaptiveInterpolatedCivicAddress","5686 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5686",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0168146 49.2298375)","low","accessPoint",,2586590,,,,"active",,,"true",,0.087,
108,1,"00110-CivicAddressWithKnownCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.081,3570324
109,1,"00111-CivicAddressWithKnownMainEntrance","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","257ff3db-567f-48cc-9dee-eac366bcd3b1",296337,,,,"active","9999-12-31","2023-12-08","true",,0.062,3570324
110,1,"00112-CivicAddressWithKnownParcelPoint","5706 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5706",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0159456 49.2298132)","high","parcelPoint","d2458816-e87a-4835-ad7f-3da875eaf381",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.062,3914830
111,1,"00113-CivicAddressWithKnownFrontDoorAndUnknownParcelPoint","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.109,
112,1,"00114-CivicAddressWithUnKnownFrontDoorAndKnownParcelPoint","5712 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5712",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0156988 49.2298087)","high","parcelPoint","4ea88cf9-c8e1-44b2-8c0c-d238b5e91222",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.069,3530385
113,1,"00115-IntersectionAddressWithTwoStreetsInAscendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"8fdc9d21-1489-4470-81d8-91970f6bee19",,,"active",,,"true",4,22.93,
114,1,"00116-IntersectionAddressWithTwoStreetsInDescendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"8fdc9d21-1489-4470-81d8-91970f6bee19",,,"active",,,"true",4,29.152,
115,1,"00117-IntersectionAddressWithFourStreets","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,1067.068,
116,1,"00118-IntersectionAddressWithStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"16938575-9d8c-42ab-a8f4-daac32a6014b",,,"active",,,"true",3,0.624,
117,1,"00119-IntersectionAddressWithMissingStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"16938575-9d8c-42ab-a8f4-daac32a6014b",,,"active",,,"true",3,0.217,
118,1,"00120-IntersectionAddressWithoutStreetDirection","Begbie St and Johnson St, Victoria, BC","Begbie St and Johnson St",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3419611 48.4272692)","high","intersectionPoint",,,"57828176-9618-4319-b851-d450f7355481",,,"active",,,"true",3,2.102,
119,1,"00121-IntersectionAddressWithPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"fb63e02a-7823-44d4-965c-3b7d3b538242",,,"active",,,"true",3,4.421,
120,1,"00122-IntersectionAddressWithMissingPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2, STREET_DIRECTION.notSuffix:0]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"fb63e02a-7823-44d4-965c-3b7d3b538242",,,"active",,,"true",3,1.977,
121,1,"00123-IntersectionAddressWithPrefixStreetDirectionAndStreetNameContainingDirectionWord","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.125,
122,1,"00124-IntersectionAddressWithoutProvinceCode","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",99,"INTERSECTION",100,"[PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.285,
123,1,"00125-IntersectionAddressWithProvinceName","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.568,
124,1,"00126-IntersectionAddressWrongLocality","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",93,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, LOCALITY.isAlias:4]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,3.337,
125,1,"00127-IntersectionAddressWrongStreetType","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",85,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,26.843,
126,1,"00128-IntersectionAddressWrongStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,22.394,
127,1,"00129-IntersectionAddressUnknownLocality","George Junction, Surrey, BC",,60,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_NAME.spelledWrong:2, FAULTS.tooMany:6]",,,,,,,"George Junction",,"false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8436983 49.1816386)","coarse","streetPoint",,,,,,"active",,,"true",,44.304,
128,1,"00130-IntersectionAddressUnknownStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"5797c72b-83b9-46c3-973c-b9c67aec60d9",,,"active",,,"true",5,23.119,
129,1,"00131-IntersectionAddressStreetDirectionForUndirectedStreet","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"a0d87809-b847-4b7c-8cc2-2cc50cdccd4f",,,"active",,,"true",4,0.957,
130,1,"00132-CivicAddressNumberedStreetWithoutTH","955 13th Ave, Valemount, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"955",,"13th","Ave","false",,"false",,"Valemount","Village",,"BC","SRID=4326;POINT(-119.2562088 52.8244902)","high","parcelPoint","77bcbe45-e610-4136-bc6f-5e1ab44226f8",2657065,,,,"active","9999-12-31","2023-12-08","true",,4.108,3340468
131,1,"00133-Street","Wells Rd, Chilliwack, BC",,78,"STREET",78,"[]",,,,,,,"Wells","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9710217 49.1348039)","coarse","streetPoint",,,,,,"active",,,"true",,0.208,
132,1,"00134-CivicAddressFailedInPast","1090 Marine Dr, Port Alice, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1090",,"Marine","Dr","false",,"false",,"Port Alice","Village",,"BC","SRID=4326;POINT(-127.4882951 50.4256588)","high","parcelPoint","973ddaed-c28c-443c-98a4-f10cbbbad7bc",386923,,,,"active","9999-12-31","2023-12-08","true",,2.09,2035733
133,1,"00135-CivicAddressFailedInPast","1772 Hwy 97, 70 Mile House, BC",,100,"CIVIC_NUMBER",100,"[STREET_NAME.isHighwayAlias:0]",,,,,"1772",,"97","Hwy","true",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.388392 51.3175653)","high","parcelPoint","19c012dd-88c3-4337-99a6-63f932cc4d0c",485724,,,,"active","9999-12-31","2023-12-08","true",,11.182,3833822
134,1,"00136-CivicAddressFailedInPast","3545 Prince Edward St, Vancouver, BC",,99,"BLOCK",99,"[]",,,,,"3545",,"Prince Edward","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0966457 49.2534421)","low","accessPoint",,105930,,,,"active",,,"true",,3.188,
135,1,"00137-CivicAddressFailedInPast","671D Market Hill, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"671","D","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","b0c2f51d-cc2b-4684-a89f-968ce99f0677",265705,,,,"active","9999-12-31","2023-12-08","true",,0.113,2290321
136,1,"00138-CivicAddressFailedInPast","100 Mile House, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"100 Mile House","District Municipality",,"BC","SRID=4326;POINT(-121.2955555 51.6425)","coarse","localityPoint",,,,,,"active",,,"true",,1.273,
137,1,"00139-CivicAddressFailedInPast","Willow Dr, 70 Mile House, BC",,78,"STREET",78,"[]",,,,,,,"Willow","Dr","false",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3940095 51.3174337)","coarse","streetPoint",,,,,,"active",,,"true",,2.803,
138,1,"00140-CivicAddressFailedInPast","Gorge Bridge and Gorge Bridge, Esquimalt, BC","Gorge Bridge and Gorge Bridge",88,"INTERSECTION",100,"[STREET_QUALIFIER.missing:1, LOCALITY.missing:10, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.4003273 48.4462962)","high","intersectionPoint",,,"90f60e51-5e93-4924-bfda-d4e122f5e016",,,"active",,,"true",2,6.221,
139,1,"00141-CivicAddressFailedInPast","Vancouver, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1138889 49.2608333)","coarse","localityPoint",,,,,,"active",,,"true",,0.284,
140,1,"00142-CivicAddressNotInAnyAddressRange","Commercial Dr, Dease Lake, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Commercial","Dr","false",,"false",,"Dease Lake","Community","RDKS Electoral Area F","BC","SRID=4326;POINT(-129.9874801 58.4338875)","coarse","streetPoint",,,,,,"active",,,"true",,40.408,
141,1,"00143-CivicAddressStreetNameNotPrimary","1271 Winchester Rd, Qualicum Beach, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"1271",,"Winchester","Rd","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4501346 49.292)","high","parcelPoint","515b3a81-b009-4af6-b392-7ecd204d9861",1897789,,,,"active","9999-12-31","2023-12-08","true",,0.129,3631023
142,1,"00144-CivicAddressWithHashCharacter","UNIT 1 -- 2145 Phillips Rd, Sooke, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"2145",,"Phillips","Rd","false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7064698 48.3865487)","high","rooftopPoint","78759a60-dad5-4c25-93ff-5667adbcc26f",307630,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,7.733,2995850
143,1,"00145-CivicAddressWithProvinceCode","3010 Wood Ave, Armstrong, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3010",,"Wood","Ave","false",,"false",,"Armstrong","City",,"BC","SRID=4326;POINT(-119.1984008 50.4504501)","high","parcelPoint","87d3b050-9e79-4db2-9afc-c045cb2deeca",2638910,,,,"active","9999-12-31","2023-12-08","true",,0.197,2117684
144,1,"00146-InterpolatedAccessPtOnEmptyBlock","527 Superior St, Victoria, BC",,99,"BLOCK",99,"[]",,,,,"527",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708816 48.4180902)","low","accessPoint",,296337,,,,"active",,,"true",,0.089,
145,1,"00147-InterpolatedAccessPtOnBlockWithAccessPtSites","388 Campbell St, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"388",,"Campbell","St","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.6886073 48.7789468)","low","accessPoint",,279783,,,,"active",,,"true",,0.122,
146,1,"00148-InterpolatedAccessPtOnBlockWithParcelPtSites","3484 Auchinachie Rd, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"3484",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7462283 48.7957275)","low","accessPoint",,386280,,,,"active",,,"true",,0.075,
147,1,"00149-AccessPtForAccessPtSite","30 Firth Cres, Mackenzie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","f8514200-fc51-4dff-b944-a3f7146d4e63",233893,,,,"active","9999-12-31","2023-12-08","true",,0.082,3286476
148,1,"00150-AccessPtForHighAccuracyParcelPtSite","3482 Auchinachie Rd, Duncan, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3482",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.746139 48.7955143)","high","parcelPoint","79fc1453-8251-433a-9a09-82e2271f14e8",386280,,,,"active","9999-12-31","2023-12-08","true",,0.065,3403909
149,1,"00151-AccessPtForMediumAccuracyParcelPtSite","5670 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5670",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0166701 49.2295564)","high","parcelPoint","4b1627fa-b0eb-4fa0-a2df-2ae3b7624a0e",2586590,,,,"active","9999-12-31","2023-12-08","true",,0.075,3278101
150,1,"00152-CivicAddressFailedInPast","6006 Happy Valley Rd, Summerland, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","3b59fae5-17dc-4f0b-a35d-7117840c75b6",61656,,,,"active","9999-12-31","2023-12-08","true",,0.788,2052236
151,1,"00153-CivicAddressFailedInPast","848 Esquimalt Rd, Esquimalt, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"848",,"Esquimalt","Rd","false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.39794 48.432112)","high","parcelPoint","646a6c30-71cd-4377-ba0d-c877c8ff77cc",296065,,,,"active","9999-12-31","2023-12-08","true",,0.078,3617740
152,1,"00156-CivicAddressInWrongLocation","4427 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4427",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4162969 49.8219851)","high","rooftopPoint","e812c88e-84c4-4d10-b234-94bb2095d329",345026,,,,"active","9999-12-31","2023-12-08","true",,0.073,3723542
153,1,"00157-CivicAddressInWrongLocation","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","9d003d88-50ea-481d-a2ff-6aceb05652a5",535086,,,,"active","9999-12-31","2023-12-08","true",,0.056,3492892
154,1,"00158-CivicAddressWithUnescapedSpecialCharacter","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","9d003d88-50ea-481d-a2ff-6aceb05652a5",535086,,,,"active","9999-12-31","2023-12-08","true",,0.059,3492892
155,1,"00159-CivicAddressWithNegativeScore","Sooke, BC",,48,"LOCALITY",68,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12, LOCALITY.isAlias:4, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7316667 48.3825)","coarse","localityPoint",,,,,,"active",,,"true",,16.437,
156,1,"00160-CivicAddressWithCivicNumberTreatedAsCivicNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.153,
157,1,"00161-NonCivicAddressWithKnownSiteName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,6.082,
158,1,"00162-NonCivicAddressWithKnownSiteNameAndMissingStreet","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,4.835,
159,1,"00163-NonCivicAddressWithKnownSiteNameandProvince","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,1,
160,1,"00164-NonCivicAddressWithHwyNameAlias","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.123,
161,1,"00165-CivicAddressWithFractionalCivicNumberSuffix","535 1/2 Fisgard St, Victoria, BC",,98,"BLOCK",99,"[CIVIC_NUMBER_SUFFIX.notMatched:1]",,,,,"535","1/2","Fisgard","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3683677 48.4293144)","low","accessPoint",,310522,,,,"active",,,"true",,0.327,
162,1,"00167-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,2.284,3478532
163,1,"00168-NumberedStreetNameWithEmbeddedBlanks","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,2.393,3478532
164,1,"00169-StreetNameWithGluedWords","2845 Cedar Hill Rd, Victoria, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"2845",,"Cedar Hill","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3452603 48.4424106)","high","parcelPoint","5b4408ad-303c-405d-a31b-771e64b795e3",2660218,,,,"active","9999-12-31","2023-12-08","true",,0.738,3587951
165,1,"00170-LocalityNameWithGluedWords","1722 Elford Rd, Shawnigan Lake, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1722",,"Elford","Rd","false",,"false",,"Shawnigan Lake","Community","CVRD Electoral Area B (Shawnigan Lake)","BC","SRID=4326;POINT(-123.6193839 48.6458832)","high","parcelPoint","2cc67702-66f4-4207-ad97-67f5d539728b",556151,,,,"active","9999-12-31","2023-12-08","true",,0.282,3545213
166,1,"00171-SiteNameWithGluedWords","ANAHIMLAKE AIRPORT -- Anahim Lake, BC",,58,"LOCALITY",68,"[SITE_NAME.notMatched:10]","ANAHIMLAKE AIRPORT",,,,,,,,"false",,"false",,"Anahim Lake","Community","CRD Electoral Area J","BC","SRID=4326;POINT(-125.3180556 52.4663889)","coarse","localityPoint",,,,"ANAHIMLAKE AIRPORT",,"active",,,"true",,8.333,
167,1,"00172-StreetNameWithMultipleSpellingMistakes","Omenica St, Kitimat, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omenica","St","false",,"false",,"Kitimat","District Municipality",,"BC","SRID=4326;POINT(-128.6597836 54.0442719)","coarse","streetPoint",,,,,,"active",,,"true",,3.479,
168,1,"00173-LocalityNameWithMultipleSpellingMistakes","Spallumcheen, BC",,66,"LOCALITY",68,"[LOCALITY.spelledWrong:2]",,,,,,,,,"false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2174999 50.4022222)","coarse","localityPoint",,,,,,"active",,,"true",,3.391,
169,1,"00174-SiteNameWithMultipleSpellingMistakes","ANAHYME LAK ARPORT -- Anahim Lake, BC",,58,"LOCALITY",68,"[SITE_NAME.notMatched:10]","ANAHYME LAK ARPORT",,,,,,,,"false",,"false",,"Anahim Lake","Community","CRD Electoral Area J","BC","SRID=4326;POINT(-125.3180556 52.4663889)","coarse","localityPoint",,,,"ANAHYME LAK ARPORT",,"active",,,"true",,5.218,
170,1,"00175-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","f8b30b24-d32d-48b4-abec-67da68d590af",474314,,,,"active","9999-12-31","2023-12-08","true",,2.184,3478532
171,1,"00178-StreetNameWithSplitWords","1985 Millstream Rd, Highlands, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,4.632,4153266
172,1,"00179-UnknownSiteNameWithFrontGate","OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,0.54,4153266
173,1,"00180-UnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,25.655,4153266
174,1,"00181-UnknownUnitwithUnknownSiteNameWithFrontGate","APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","APT 101 OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,1.448,4153266
175,1,"00182-UnknownUnitwithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,78.717,4153266
176,1,"00183-UnknownUnitAfterStreetWithUnknownSiteNameWithFrontGate","APT 101 APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,88,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]","APT 101 OLD MILL STREAM MANOR","APT","101",,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,"APT 101 APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2023-12-08","true",,132.061,4153266
177,1,"00184-UnknownUnitAfterStreetWithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,48.276,4153266
178,1,"00185-UnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,4.39,4153266
179,1,"00186-UnknownUnitWithUnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","47e84f3e-aba6-4a2e-aaff-e62e5f0b327b",2616626,,,,"active","9999-12-31","2023-12-08","true",,48.227,4153266
180,1,"00187-SpelledOutProvinceName","8525 Terrace Dr, Delta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","fd8bad69-896b-4459-a7b3-759ef82c3f2e",131433,,,,"active","9999-12-31","2023-12-08","true",,0.244,2746401
181,1,"00188-RedundantSpelledOutProvinceNameAndAbbreviation","8525 Terrace Dr, Delta, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","fd8bad69-896b-4459-a7b3-759ef82c3f2e",131433,,,,"active","9999-12-31","2023-12-08","true",,2.239,2746401
182,1,"00189-WordUNKNOWNInAddress","975 Balmoral Rd, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"975",,"Balmoral","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.356382 48.4284131)","high","parcelPoint","fcf5e245-bca4-4f68-881f-be77c218a369",300538,,,,"active","9999-12-31","2023-12-08","true",,1.439,2863484
183,1,"00190-WordCANADAInAddress","5142 Manor St, Burnaby, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"5142",,"Manor","St","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9900276 49.2568325)","high","parcelPoint","40abf4f4-6eb2-45bd-9180-8b38fedd4467",116162,,,,"active","9999-12-31","2023-12-08","true",,6.203,2467917
184,1,"00191-GDPostalElementAfterStreet","400 Gower Point Rd, Gibsons, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"400",,"Gower Point","Rd","false",,"false",,"Gibsons","Town",,"BC","SRID=4326;POINT(-123.5092528 49.3994338)","high","parcelPoint","ed2a3a65-1f34-439c-9610-2b9004532659",178782,,,,"active","9999-12-31","2023-12-08","true",,1.639,2461748
185,1,"00192-DNCPostalElementAfterStreet","10631 Rochdale Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10631",,"Rochdale","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1093351 49.1345637)","high","parcelPoint","64e07569-1a0f-4ea1-b293-670c469e5a2a",126449,,,,"active","9999-12-31","2023-12-08","true",,0.241,2683087
186,1,"00193-RPOPostalElementAfterStreet","1751 Martini Way, Qualicum Beach, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1751",,"Martini","Way","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.5637356 49.3047857)","high","parcelPoint","f2f500b6-f619-464f-9e9a-acb9eff6893f",331400,,,,"active","9999-12-31","2023-12-08","true",,0.694,2958432
187,1,"00196-SiteNameAfterStreet","9020 Bridgeport Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9020",,"Bridgeport","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1251457 49.1915261)","high","parcelPoint","9ccbc888-a3c0-4246-aef2-5f42c847faec",349117,,,,"active","9999-12-31","2023-12-08","true",,1.602,1816251
188,1,"00197-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,3.966,3980238
189,1,"00198-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,4.172,3980238
190,1,"00199-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,4.299,3980238
191,1,"00200-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","824cf2da-3413-4a9f-bac8-0bab941ff76c",2647842,,,,"active","9999-12-31","2023-12-08","true",,4.416,3980238
192,1,"00201-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,25.064,3547420
193,1,"00202-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,26.564,3547420
194,1,"00203-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,20.086,3547420
195,1,"00204-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","006089bb-ce86-4b84-b420-734085c36c74",2416382,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,22.069,3547420
196,1,"00205-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.475,1095815
197,1,"00206-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.333,1095815
198,1,"00207-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.353,1095815
199,1,"00208-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","a81c388e-acdf-40f4-b294-2cbfe467ad2f",126390,,,,"active","9999-12-31","2023-12-08","true",,0.326,1095815
200,1,"00209-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","2a5a82c3-ae53-47ef-8dfe-b1aef979d056",279569,,,,"active","9999-12-31","2023-12-08","true",,29.369,3815340
201,1,"00210-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","2a5a82c3-ae53-47ef-8dfe-b1aef979d056",279569,,,,"active","9999-12-31","2023-12-08","true",,25.77,3815340
202,1,"00211-RedundantStreetTypeInAddress","1168 Douglas Terr, Port Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1168",,"Douglas","Terr","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7811 49.2357097)","high","parcelPoint","5d3c3ff2-6dd0-4350-ad97-0f5c834cb235",147675,,,,"active","9999-12-31","2023-12-08","true",,22.232,3826511
203,1,"00212-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.336,2471690
204,1,"00213-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.246,2471690
205,1,"00214-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","b57cb51e-29b4-40a5-84d6-64706369a9f5",2423722,,,,"active","9999-12-31","2023-12-08","true",,0.111,2471690
206,1,"00215-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.942,2559518
207,1,"00216-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,4.881,2559518
208,1,"00217-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,5.17,2559518
209,1,"00218-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","f432470e-fa52-4ad4-98c4-fbbf78ddb3af",479339,,,,"active","9999-12-31","2023-12-08","true",,5.249,2559518
210,1,"00219-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.856,3013340
211,1,"00220-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,6.471,3013340
212,1,"00221-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.251,3013340
213,1,"00222-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.822,3013340
214,1,"00223-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.655,3013340
215,1,"00224-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","1a910fef-24a7-411f-b778-103371df9819",2617012,,,,"active","9999-12-31","2023-12-08","true",,2.699,3013340
216,1,"00225-RedundantStreetTypeInAddress","1065 Cinnamon Sedge Way, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1065",,"Cinnamon Sedge","Way","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2708609 49.2750462)","high","parcelPoint","4959de89-a240-4b2a-aa94-9a5b86a4cd7d",1864615,,,,"active","9999-12-31","2023-12-08","true",,1.14,4139213
217,1,"00226-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.73,2118865
218,1,"00227-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.75,2118865
219,1,"00228-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.718,2118865
220,1,"00229-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.691,2118865
221,1,"00230-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.666,2118865
222,1,"00231-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.669,2118865
223,1,"00232-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.691,2118865
224,1,"00233-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.697,2118865
225,1,"00234-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","10265ef7-7d5f-4bba-b0b2-c6f0b4a2902a",454009,,"UNIT 902",,"active","9999-12-31","2023-12-08","true",,0.756,2118865
226,1,"00235-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,13.11,1060061
227,1,"00236-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,14.774,1060061
228,1,"00237-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,13.05,1060061
229,1,"00238-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,12.993,1060061
230,1,"00239-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","551f4aa5-6159-4f7d-9052-917e7d82ba96",454478,,,,"active","9999-12-31","2023-12-08","true",,16.772,1060061
231,1,"00240-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,12.065,3911239
232,1,"00241-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.873,3911239
233,1,"00242-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.758,3911239
234,1,"00243-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.596,3911239
235,1,"00244-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.685,3911239
236,1,"00245-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.731,3911239
237,1,"00246-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.845,3911239
238,1,"00247-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.804,3911239
239,1,"00248-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","08d6bcd2-27db-49a7-85aa-e68235f0a97c",540424,,,,"active","9999-12-31","2023-12-08","true",,11.629,3911239
240,1,"00249-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.379,3872694
241,1,"00250-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.334,3872694
242,1,"00251-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.356,3872694
243,1,"00252-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","1afb1973-027d-4710-819e-4e8af26a7af1",425581,,,,"active","9999-12-31","2023-12-08","true",,2.416,3872694
244,1,"00253-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","4d942656-0704-4c43-879c-939cd257b8f5",580534,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,29.716,4280010
245,1,"00254-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","4d942656-0704-4c43-879c-939cd257b8f5",580534,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,30.409,4280010
246,1,"00255-UnknownSiteNameWithFrontGate","HOLLYBURN HOUSE -- 2095 Marine Dr, West Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","HOLLYBURN HOUSE",,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","cec50666-a78e-44c9-90ed-7cada1558784",165751,,"HOLLYBURN HOUSE",,"active","9999-12-31","2023-12-08","true",,9.96,2436253
247,1,"00256-UnknownSiteNameAfterStreetWithoutFrontGate","2095 Marine Dr, West Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","cec50666-a78e-44c9-90ed-7cada1558784",165751,,,,"active","9999-12-31","2023-12-08","true",,24.045,2436253
248,1,"00257-UnknownSiteNameWithFrontGate","BRG HOUSING -- 100 E Cordova St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, STREET_DIRECTION.notSuffix:0]","BRG HOUSING",,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","0359f4d1-2724-415c-8b69-3a7cd593d0d4",105944,,"BRG HOUSING",,"active","9999-12-31","2023-12-08","true",,4.763,3780707
249,1,"00258-UnknownSiteNameAfterStreetWithoutFrontGate","100 E Cordova St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.notSuffix:0]",,,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","0359f4d1-2724-415c-8b69-3a7cd593d0d4",105944,,,,"active","9999-12-31","2023-12-08","true",,9.7,3780707
250,1,"00259-GoodAddress","689 Abbott St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.182,8007681
251,1,"00260-WordRTDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.771,8007681
252,1,"00261-WordRETURNMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.732,8007681
253,1,"00262-WordRETURNEDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.675,8007681
254,1,"00263-WordMAILINGAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","739b0009-2967-4cf1-a836-3e544ff1867c",110650,,,,"active","9999-12-31","2023-12-08","true",,0.646,8007681
255,1,"00264-GoodAddress","9695 Prest Rd, Chilliwack, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.085,1459224
256,1,"00265-WordPOSTALSTNAfterStreet","9695 Prest Rd, Chilliwack, BC",,89,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY.missing:10]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,3.782,1459224
257,1,"00266-WordPOSTALSTATIONAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.87,1459224
258,1,"00267-WordPOSTALAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","25b71992-56f2-4b3a-b958-5ba394aedfcb",190567,,,,"active","9999-12-31","2023-12-08","true",,0.432,1459224
259,1,"00268-POBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.285,3496523
260,1,"00269-PspaceOBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.262,3496523
261,1,"00270-POAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.217,3496523
262,1,"00271-PspaceOAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","a7aff89a-c53d-4437-a825-d57dbb3bb204",60561,,,,"active","9999-12-31","2023-12-08","true",,0.795,3496523
263,1,"00272-KnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.256,2104959
264,1,"00273-APARTMENTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.409,2104959
265,1,"00274-APARTMENTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.229,2104959
266,1,"00275-APTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.436,2104959
267,1,"00276-APTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.212,2104959
268,1,"00277-POBoxAtFrontOfUnitAddress","UNIT 105 -- 150 21st St, West Vancouver, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,62.258,1430226
269,1,"00278-POBoxAtFrontOfUnitAddresssWithBUZZERNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,70.192,1430226
270,1,"00279-POBoxAtFrontOfUnitAddressWithBUZZNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,105.665,1430226
271,1,"00280-POBoxAtFrontOfUnitAddressWithINTERCOMNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","38db3a40-1f1f-49f5-b432-f49c144b12df",164880,,"UNIT 105",,"active","9999-12-31","2023-12-08","true",,75.044,1430226
272,1,"00281-StreetNameWithApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","7c73e9de-96f5-42b4-a315-954987ac6ab1",120417,,,,"active","9999-12-31","2023-12-08","true",,0.279,4018594
273,1,"00282-StreetNameWithSpaceInsteadOfApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,88,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","7c73e9de-96f5-42b4-a315-954987ac6ab1",120417,,,,"active","9999-12-31","2023-12-08","true",,15.541,4018594
274,1,"00283-GoodAddress","1110 Cardero St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.124,4187775
275,1,"00284-UnknownSiteNameWithFrontGate","PATRICIA APTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,"PATRICIA APTS",,"active","9999-12-31","2023-12-08","true",,0.221,4187775
276,1,"00285-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.5,4187775
277,1,"00286-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.303,4187775
278,1,"00287-UnknownSiteNameWithFrontGate","PATRICIA APARTMENTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APARTMENTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,"PATRICIA APARTMENTS",,"active","9999-12-31","2023-12-08","true",,0.191,4187775
279,1,"00288-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.496,4187775
280,1,"00289-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","b8e5903e-e2d4-4c00-8594-794782302dd1",104463,,,,"active","9999-12-31","2023-12-08","true",,0.291,4187775
281,1,"00290-UnknownSiteNameWithFrontGate","LILLOET BLDG -- 2016 Fullerton Ave, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1]","LILLOET BLDG",,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","c49735b4-3dba-4ea2-b764-20ebb5af9392",2602976,,"LILLOET BLDG",,"active","9999-12-31","2023-12-08","true",,99.648,8006509
282,1,"00291-UnknownSiteNameWithoutFrontGate","2016 Fullerton Ave, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","c49735b4-3dba-4ea2-b764-20ebb5af9392",2602976,,,,"active","9999-12-31","2023-12-08","true",,1.778,8006509
283,1,"00292-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 410 -- 2016 Fullerton Ave, District of North Vancouver, BC",,96,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, LOCALITY.isAlias:1]",,"UNIT","410",,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","high","parcelPoint","b708e505-9053-4608-807d-cb8ac63000ee",2602976,,"UNIT 410",,"active","9999-12-31","2023-12-08","true",,1.745,2616741
284,1,"00293-UnknownSiteNameWithFrontGate","UNIT 205 CONDOMINIUMS -- 7555 120A St, Surrey, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","UNIT 205 CONDOMINIUMS",,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205 CONDOMINIUMS",,"active","9999-12-31","2023-12-08","true",,2.817,3700539
285,1,"00294-UnknownSiteNameWithoutFrontGate","7555 120A St, Surrey, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,,,"active","9999-12-31","2023-12-08","true",,8.194,3700539
286,1,"00295-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205",,"active","9999-12-31","2023-12-08","true",,7.314,3700539
287,1,"00296-UnknownSiteNameWithFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"CONDO 205",,"active","9999-12-31","2023-12-08","true",,2.12,3700539
288,1,"00297-UnknownSiteNameWithoutFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"CONDO 205",,"active","9999-12-31","2023-12-08","true",,8.866,3700539
289,1,"00298-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","e682e6f6-55e9-4740-af7b-2d63b2ac26ef",137138,,"UNIT 205",,"active","9999-12-31","2023-12-08","true",,7.411,3700539
290,1,"00299-UnknownSiteNameWithFrontGate","FRASERVIEW CARE LODGE -- 9580 Williams Rd, Richmond, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","FRASERVIEW CARE LODGE",,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,"FRASERVIEW CARE LODGE",,"active","9999-12-31","2023-12-08","true",,1.895,2175388
291,1,"00300-UnknownSiteNameWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,,,"active","9999-12-31","2023-12-08","true",,1.354,2175388
292,1,"00301-UnknownSiteNameAfterStreetWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","a5c23342-6991-4dca-ac07-39c0769523b7",127024,,,,"active","9999-12-31","2023-12-08","true",,4.884,2175388
293,1,"00302-UnknownSiteNameWithFrontGate","UNIT 1 LYNN VLY CARE CTR -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]","UNIT 1 LYNN VLY CARE CTR",,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 1 LYNN VLY CARE CTR",,"active","9999-12-31","2023-12-08","true",,12559.973,4123935
294,1,"00303-UnknownSiteNameWithoutFrontGate","1070 Lynn Valley Rd, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,,,"active","9999-12-31","2023-12-08","true",,23.831,4123935
295,1,"00304-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 1 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","1",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 1",,"active","9999-12-31","2023-12-08","true",,73.621,4123935
296,1,"00305-UnknownSiteNameWithFrontGate","CERWYDDEN CARE HOME -- 3243 Cowichan Lake Rd, Duncan, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","CERWYDDEN CARE HOME",,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,"CERWYDDEN CARE HOME",,"active","9999-12-31","2023-12-08","true",,3.811,3905051
297,1,"00306-UnknownSiteNameWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,,,"active","9999-12-31","2023-12-08","true",,2.492,3905051
298,1,"00307-UnknownSiteNameAfterStreetWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","f9d70735-14ff-456f-b4a9-667f4af97a08",321233,,,,"active","9999-12-31","2023-12-08","true",,3.478,3905051
299,1,"00308-GoodAddress","10011 Simkin Pl, Sidney, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.089,3396062
300,1,"00309-DuplicateBCAfterStreetType","10011 Simkin Pl, Sidney, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.171,3396062
301,1,"00310-DuplicateBCAfterLocality","10011 Simkin Pl, Sidney, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","5d85b5e0-9358-4581-ac6c-3011b69c7fd7",293429,,,,"active","9999-12-31","2023-12-08","true",,0.249,3396062
302,1,"00311-GoodAddress","1447 Rupert St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","af6b7277-d15e-49b1-9667-2d1789a5f9ca",108270,,,,"active","9999-12-31","2023-12-08","true",,0.092,3690174
303,1,"00312-DuplicateLocalityAfterLocality","1447 Rupert St, Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","af6b7277-d15e-49b1-9667-2d1789a5f9ca",108270,,,,"active","9999-12-31","2023-12-08","true",,2.084,3690174
304,1,"00313-GoodAddress","964 Lillooet Rd, District of North Vancouver, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","62b09be7-ce54-4bdf-a730-fefda642528f",1786503,,,,"active","9999-12-31","2023-12-08","true",,14.359,3844965
305,1,"00314-DuplicateLocalityAfterLocality","964 Lillooet Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","62b09be7-ce54-4bdf-a730-fefda642528f",1786503,,,,"active","9999-12-31","2023-12-08","true",,44.807,3844965
306,1,"00315-GoodAddress","1135 Jefferson Ave, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","ec40465d-5663-418c-ad94-f968c5029a87",163333,,,,"active","9999-12-31","2023-12-08","true",,0.35,2329721
307,1,"00316-DuplicateLocalityAfterLocality","1135 Jefferson Ave, West Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","ec40465d-5663-418c-ad94-f968c5029a87",163333,,,,"active","9999-12-31","2023-12-08","true",,5.591,2329721
308,1,"00317-GoodAddress","11048 157A St, Surrey, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","ebbfa41d-3678-4c19-b37d-52e1a69e2b84",139972,,,,"active","9999-12-31","2023-12-08","true",,3.86,3661022
309,1,"00318-DuplicateLocalityAfterLocality","11048 157A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","ebbfa41d-3678-4c19-b37d-52e1a69e2b84",139972,,,,"active","9999-12-31","2023-12-08","true",,17.084,3661022
310,1,"00319-GoodAddress","9917 Ashwood Dr, Richmond, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","a40b84ae-4593-410f-a25b-62a574d56bb5",128091,,,,"active","9999-12-31","2023-12-08","true",,0.117,2618789
311,1,"00320-DuplicateLocalityAfterLocality","9917 Ashwood Dr, Richmond, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","a40b84ae-4593-410f-a25b-62a574d56bb5",128091,,,,"active","9999-12-31","2023-12-08","true",,0.412,2618789
312,1,"00321-GoodAddress","1120 Foster Ave, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","cd1bdefc-e11d-4d40-a83f-a789b2fe6c7f",2612215,,,,"active","9999-12-31","2023-12-08","true",,0.098,1572531
313,1,"00322-DuplicateLocalityAfterLocality","1120 Foster Ave, Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","cd1bdefc-e11d-4d40-a83f-a789b2fe6c7f",2612215,,,,"active","9999-12-31","2023-12-08","true",,1.621,1572531
314,1,"00323-GoodAddress","1040 Fraserview St, Port Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","2b857fad-fe03-407d-b5da-59d225e8884e",147713,,,,"active","9999-12-31","2023-12-08","true",,0.386,3413505
315,1,"00324-DuplicateLocalityAfterLocality","1040 Fraserview St, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","2b857fad-fe03-407d-b5da-59d225e8884e",147713,,,,"active","9999-12-31","2023-12-08","true",,6.319,3413505
316,1,"00325-GoodAddress","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","10f931dc-7445-4019-b607-63cfbf08d197",2182546,,,,"active","9999-12-31","2023-12-08","true",,0.076,3964198
317,1,"00326-NonStandardStreetTypeAbbreviation","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","10f931dc-7445-4019-b607-63cfbf08d197",2182546,,,,"active","9999-12-31","2023-12-08","true",,0.056,3964198
318,1,"00327-AddressInSmallCommunity","6481 Savona Access Rd, Savona, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","db21cdc5-03bd-4ea9-8a33-2339f5ed48f3",209084,,,,"active","9999-12-31","2023-12-08","true",,0.297,4134342
319,1,"00328-AddressInSmallCommunityUsingLocalityAlias","6481 Savona Access Rd, Savona, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","db21cdc5-03bd-4ea9-8a33-2339f5ed48f3",209084,,,,"active","9999-12-31","2023-12-08","true",,0.715,4134342
320,1,"00329-AddressInSmallCommunity","2089 Errington Rd, Errington, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","19837d2a-4dde-4a8a-8f09-910b5a512bae",566371,,,,"active","9999-12-31","2023-12-08","true",,0.073,3183815
321,1,"00330-AddressInSmallCommunityUsingLocalityAlias","2089 Errington Rd, Errington, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","19837d2a-4dde-4a8a-8f09-910b5a512bae",566371,,,,"active","9999-12-31","2023-12-08","true",,0.36,3183815
322,1,"00331-AddressInSmallCommunity","1104 Deep Creek Rd, Deep Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","3f1e5a00-68a6-4ccb-8965-284b5e579f83",470193,,,,"active","9999-12-31","2023-12-08","true",,2.826,3852491
323,1,"00332-AddressInSmallCommunityUsingLocalityAlias","1104 Deep Creek Rd, Deep Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","3f1e5a00-68a6-4ccb-8965-284b5e579f83",470193,,,,"active","9999-12-31","2023-12-08","true",,2.799,3852491
324,1,"00333-AddressInSmallCommunity","4137 Spallumcheen Dr, Spallumcheen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3d305ee0-7b98-409f-ae77-53db4db9cae0",333510,,,,"active","9999-12-31","2023-12-08","true",,0.072,1118954
325,1,"00334-AddressInSmallCommunityUsingLocalityAlias","4137 Spallumcheen Dr, Spallumcheen, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3d305ee0-7b98-409f-ae77-53db4db9cae0",333510,,,,"active","9999-12-31","2023-12-08","true",,0.191,1118954
326,1,"00335-AddressInSmallCommunity","7380 Harrop-Procter Rd, Procter, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","53d68580-81e8-436d-9143-e5284205cab2",2487743,,,,"active","9999-12-31","2023-12-08","true",,0.34,3609081
327,1,"00336-AddressInSmallCommunityUsingLocalityAlias","7380 Harrop-Procter Rd, Procter, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","53d68580-81e8-436d-9143-e5284205cab2",2487743,,,,"active","9999-12-31","2023-12-08","true",,0.833,3609081
328,1,"00337-AddressInSmallCommunity","4260 Blewett Rd, Blewett, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","98e2005d-b55d-4b88-bab0-8afc042dc827",277711,,,,"active","9999-12-31","2023-12-08","true",,0.077,4174241
329,1,"00338-AddressInSmallCommunityUsingLocalityAlias","4260 Blewett Rd, Blewett, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","98e2005d-b55d-4b88-bab0-8afc042dc827",277711,,,,"active","9999-12-31","2023-12-08","true",,0.458,4174241
330,1,"00339-AddressInSmallCommunity","2067 White Lake Rd, White Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","dd70a4ac-d20a-48ac-b9bb-b973c5e551e3",470228,,,,"active","9999-12-31","2023-12-08","true",,16.444,3599301
331,1,"00340-AddressInSmallCommunityUsingLocalityAlias","2067 White Lake Rd, White Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","dd70a4ac-d20a-48ac-b9bb-b973c5e551e3",470228,,,,"active","9999-12-31","2023-12-08","true",,22.648,3599301
332,1,"00341-AddressInSmallCommunity","1754 Pass Creek Rd, Pass Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","8479284b-656d-4e49-89df-75059d184950",276697,,,,"active","9999-12-31","2023-12-08","true",,2.459,1735595
333,1,"00342-AddressInSmallCommunityUsingLocalityAlias","1754 Pass Creek Rd, Pass Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","8479284b-656d-4e49-89df-75059d184950",276697,,,,"active","9999-12-31","2023-12-08","true",,3.996,1735595
334,1,"00343-AddressInSmallCommunity","2928 Wycliffe Store Rd, Wycliffe, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","a62ac5d8-086a-418b-a2aa-f984783a9392",506509,,,,"active","9999-12-31","2023-12-08","true",,0.354,1240493
335,1,"00344-AddressInSmallCommunityUsingLocalityAlias","2928 Wycliffe Store Rd, Wycliffe, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","a62ac5d8-086a-418b-a2aa-f984783a9392",506509,,,,"active","9999-12-31","2023-12-08","true",,0.646,1240493
336,1,"00345-AddressInSmallCommunity","1514 Loon Lake Rd, Loon Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","6480177e-abca-44a7-b336-73fbbca5a182",587894,,,,"active","9999-12-31","2023-12-08","true",,2.354,2965993
337,1,"00346-AddressInSmallCommunityUsingLocalityAlias","1514 Loon Lake Rd, Loon Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","6480177e-abca-44a7-b336-73fbbca5a182",587894,,,,"active","9999-12-31","2023-12-08","true",,6.985,2965993
338,1,"00347-AddressInSmallCommunity","2048 Cambie-Solsqua Rd, Solsqua, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","f14d0e4c-6b0f-4d0d-a9d5-10990cf0cc91",2534370,,,,"active","9999-12-31","2023-12-08","true",,0.606,3347762
339,1,"00348-AddressInSmallCommunityUsingLocalityAlias","2048 Cambie-Solsqua Rd, Solsqua, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","f14d0e4c-6b0f-4d0d-a9d5-10990cf0cc91",2534370,,,,"active","9999-12-31","2023-12-08","true",,1.18,3347762
340,1,"00349-AddressInSmallCommunity","3492 Spokin Lake Rd, Spokin Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","115f9cb3-418d-481c-a8d9-eefb26f84d65",552355,,,,"active","9999-12-31","2023-12-08","true",,0.608,3399209
341,1,"00350-AddressInSmallCommunityUsingLocalityAlias","3492 Spokin Lake Rd, Spokin Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","115f9cb3-418d-481c-a8d9-eefb26f84d65",552355,,,,"active","9999-12-31","2023-12-08","true",,2.592,3399209
342,1,"00351-AddressInSmallCommunity","2582 Shoreacres Rd, Shoreacres, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","9949b2a3-013b-4148-89b9-2b3217874781",277597,,,,"active","9999-12-31","2023-12-08","true",,0.072,2766883
343,1,"00352-AddressInSmallCommunityUsingLocalityAlias","2582 Shoreacres Rd, Shoreacres, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","9949b2a3-013b-4148-89b9-2b3217874781",277597,,,,"active","9999-12-31","2023-12-08","true",,0.465,2766883
344,1,"00353-AddressInSmallCommunity","1679 Moran Rd, Thrums, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","40da3928-ffe2-4a7c-a9c7-8936a836b7e4",2524376,,,,"active","9999-12-31","2023-12-08","true",,0.068,3265781
345,1,"00354-AddressInSmallCommunityUsingLocalityAlias","1679 Moran Rd, Thrums, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","40da3928-ffe2-4a7c-a9c7-8936a836b7e4",2524376,,,,"active","9999-12-31","2023-12-08","true",,0.402,3265781
346,1,"00355-AddressInSmallCommunity","6010 Harrop-Procter Rd, Harrop, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","a508365a-3b22-4e9e-b0a1-5d638d8a3d68",2519145,,,,"active","9999-12-31","2023-12-08","true",,0.401,3746533
347,1,"00356-AddressInSmallCommunityUsingLocalityAlias","6010 Harrop-Procter Rd, Harrop, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","a508365a-3b22-4e9e-b0a1-5d638d8a3d68",2519145,,,,"active","9999-12-31","2023-12-08","true",,0.819,3746533
348,1,"00357-AddressInSmallCommunity","7136 Willis Point Rd, Willis Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","4ff039f5-bf40-4553-bfe1-77626d019405",304127,,,,"active","9999-12-31","2023-12-08","true",,1.545,2547093
349,1,"00358-AddressInSmallCommunityUsingLocalityAlias","7136 Willis Point Rd, Willis Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","4ff039f5-bf40-4553-bfe1-77626d019405",304127,,,,"active","9999-12-31","2023-12-08","true",,1.944,2547093
350,1,"00359-AddressInSmallCommunity","3918 Passmore Upper Rd, Passmore, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","3d545511-fd4c-42fb-8879-fd12a0171a99",339993,,,,"active","9999-12-31","2023-12-08","true",,0.433,2675059
351,1,"00360-AddressInSmallCommunityUsingLocalityAlias","3918 Passmore Upper Rd, Passmore, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","3d545511-fd4c-42fb-8879-fd12a0171a99",339993,,,,"active","9999-12-31","2023-12-08","true",,0.948,2675059
352,1,"00361-AddressInSmallCommunity","1954 Blaeberry School Rd, Blaeberry, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","b250a457-cfb7-4854-985b-a94523baa72d",539262,,,,"active","9999-12-31","2023-12-08","true",,0.646,2900731
353,1,"00362-AddressInSmallCommunityUsingLocalityAlias","1954 Blaeberry School Rd, Blaeberry, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","b250a457-cfb7-4854-985b-a94523baa72d",539262,,,,"active","9999-12-31","2023-12-08","true",,1.497,2900731
354,1,"00363-AddressInSmallCommunity","5199 Baker-Kersley Rd, Kersley, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","1da1b163-a663-462d-ac15-6653defd343d",547912,,,,"active","9999-12-31","2023-12-08","true",,1.881,4032233
355,1,"00364-AddressInSmallCommunityUsingLocalityAlias","5199 Baker-Kersley Rd, Kersley, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","1da1b163-a663-462d-ac15-6653defd343d",547912,,,,"active","9999-12-31","2023-12-08","true",,3.936,4032233
356,1,"00365-AddressInSmallCommunity","7330 Watch Lake Rd, Watch Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","19a8618d-92e6-4515-953a-38e047e1c632",568264,,,,"active","9999-12-31","2023-12-08","true",,1.812,3168378
357,1,"00366-AddressInSmallCommunityUsingLocalityAlias","7330 Watch Lake Rd, Watch Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","19a8618d-92e6-4515-953a-38e047e1c632",568264,,,,"active","9999-12-31","2023-12-08","true",,3.841,3168378
358,1,"00367-AddressInSmallCommunity","2270 Port Mellon Hwy, Port Mellon, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","b2482237-9b0f-460e-9976-e335f123d0b0",590070,,,,"active","9999-12-31","2023-12-08","true",,6.331,3017972
359,1,"00368-AddressInSmallCommunityUsingLocalityAlias","2270 Port Mellon Hwy, Port Mellon, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","b2482237-9b0f-460e-9976-e335f123d0b0",590070,,,,"active","9999-12-31","2023-12-08","true",,2.896,3017972
360,1,"00369-AddressInSmallCommunity","4570 Otter Point Pl, Otter Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","cfe43946-238c-4c40-9354-cdf419298840",1945400,,,,"active","9999-12-31","2023-12-08","true",,2.827,1196803
361,1,"00370-AddressInSmallCommunityUsingLocalityAlias","4570 Otter Point Pl, Otter Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","cfe43946-238c-4c40-9354-cdf419298840",1945400,,,,"active","9999-12-31","2023-12-08","true",,2.337,1196803
362,1,"00371-AddressInSmallCommunity","14187 Palling Rd E, Palling, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","d767cac9-02e0-427c-b5be-65cb1ea060c2",557443,,,,"active","9999-12-31","2023-12-08","true",,0.083,4005523
363,1,"00372-AddressInSmallCommunityUsingLocalityAlias","14187 Palling Rd E, Palling, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","d767cac9-02e0-427c-b5be-65cb1ea060c2",557443,,,,"active","9999-12-31","2023-12-08","true",,1.608,4005523
364,1,"00373-AddressInSmallCommunity","2525 Bouchie Lake Rd, Bouchie Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","466f408d-6b21-4ef3-97fc-bd9f229a77a8",586083,,,,"active","9999-12-31","2023-12-08","true",,1.008,2922408
365,1,"00374-AddressInSmallCommunityUsingLocalityAlias","2525 Bouchie Lake Rd, Bouchie Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","466f408d-6b21-4ef3-97fc-bd9f229a77a8",586083,,,,"active","9999-12-31","2023-12-08","true",,1.244,2922408
366,1,"00375-AddressInSmallCommunity","20010 Colleymount Rd, Colleymount, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","b055f93e-9bb2-41ae-95db-fe42eee54dd5",521096,,,,"active","9999-12-31","2023-12-08","true",,0.095,2910400
367,1,"00376-AddressInSmallCommunityUsingLocalityAlias","20010 Colleymount Rd, Colleymount, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","b055f93e-9bb2-41ae-95db-fe42eee54dd5",521096,,,,"active","9999-12-31","2023-12-08","true",,0.994,2910400
368,1,"00377-AddressInSmallCommunity","1117 Lone Prairie Rd, Lone Prairie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","1d7b36a5-8e1a-48c7-963b-7596465bd2ac",536603,,,,"active","9999-12-31","2023-12-08","true",,1.341,3298949
369,1,"00378-AddressInSmallCommunityUsingLocalityAlias","1117 Lone Prairie Rd, Lone Prairie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","1d7b36a5-8e1a-48c7-963b-7596465bd2ac",536603,,,,"active","9999-12-31","2023-12-08","true",,1.615,3298949
370,1,"00379-AddressInSmallCommunity","58051 Laidlaw Rd, Laidlaw, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","088a2a2b-a33a-49bd-a789-cac7657caa91",483449,,,,"active","9999-12-31","2023-12-08","true",,0.074,2725994
371,1,"00380-AddressInSmallCommunityUsingLocalityAlias","58051 Laidlaw Rd, Laidlaw, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","088a2a2b-a33a-49bd-a789-cac7657caa91",483449,,,,"active","9999-12-31","2023-12-08","true",,0.651,2725994
372,1,"00381-AddressInSmallCommunity","8041 Bridge Lake North Rd, Bridge Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","c99fd433-2ad1-4461-ac18-c7e506c0c833",1982774,,,,"active","9999-12-31","2023-12-08","true",,58.139,3541575
373,1,"00382-AddressInSmallCommunityUsingLocalityAlias","8041 Bridge Lake North Rd, Bridge Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","c99fd433-2ad1-4461-ac18-c7e506c0c833",1982774,,,,"active","9999-12-31","2023-12-08","true",,93.798,3541575
374,1,"00383-AddressInSmallCommunity","136 Grandview Bench Rd, Grandview Bench, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","707bfc34-1d08-469c-8f81-cc6735ca9f44",2342934,,,,"active","9999-12-31","2023-12-08","true",,2.123,3153652
375,1,"00384-AddressInSmallCommunityUsingLocalityAlias","136 Grandview Bench Rd, Grandview Bench, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","707bfc34-1d08-469c-8f81-cc6735ca9f44",2342934,,,,"active","9999-12-31","2023-12-08","true",,2.85,3153652
376,1,"00385-AddressInSmallCommunity","15351 Tatalrose Rd, Tatalrose, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","d20e6629-9b28-4151-97b7-2c764b18e2a7",2189084,,,,"active","9999-12-31","2023-12-08","true",,0.095,3845019
377,1,"00386-AddressInSmallCommunityUsingLocalityAlias","15351 Tatalrose Rd, Tatalrose, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","d20e6629-9b28-4151-97b7-2c764b18e2a7",2189084,,,,"active","9999-12-31","2023-12-08","true",,0.922,3845019
378,1,"00387-AddressInSmallCommunity","10167 Pinchi Lake Rd, Pinchi Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","0094c2bf-3dc3-4ec5-9a1b-8cc89c188f13",1858471,,,,"active","9999-12-31","2023-12-08","true",,0.667,3873966
379,1,"00388-AddressInSmallCommunityUsingLocalityAlias","10167 Pinchi Lake Rd, Pinchi Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","0094c2bf-3dc3-4ec5-9a1b-8cc89c188f13",1858471,,,,"active","9999-12-31","2023-12-08","true",,3.083,3873966
380,1,"00389-AddressInSmallCommunity","2388 Heffley Lake Rd, Heffley Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","55b0607a-afc6-4216-bb61-8ed665d8258d",206948,,,,"active","9999-12-31","2023-12-08","true",,1.77,3382301
381,1,"00390-AddressInSmallCommunityUsingLocalityAlias","2388 Heffley Lake Rd, Heffley Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","55b0607a-afc6-4216-bb61-8ed665d8258d",206948,,,,"active","9999-12-31","2023-12-08","true",,4.824,3382301
382,1,"00391-AddressInSmallCommunity","10381 Popkum Rd S, Popkum, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","539961d2-a1d1-4c62-81a3-6cc2dab9761e",187418,,,,"active","9999-12-31","2023-12-08","true",,0.091,1904703
383,1,"00392-AddressInSmallCommunityUsingLocalityAlias","10381 Popkum Rd S, Popkum, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","539961d2-a1d1-4c62-81a3-6cc2dab9761e",187418,,,,"active","9999-12-31","2023-12-08","true",,1.087,1904703
384,1,"00393-AddressInSmallCommunity","7428 Roe Lake Cres, Roe Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","e2a11f01-a2c8-46e1-8675-f26973749f57",546368,,,,"active","9999-12-31","2023-12-08","true",,1.79,3258770
385,1,"00394-AddressInSmallCommunityUsingLocalityAlias","7428 Roe Lake Cres, Roe Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","e2a11f01-a2c8-46e1-8675-f26973749f57",546368,,,,"active","9999-12-31","2023-12-08","true",,3.746,3258770
386,1,"00395-AddressInSmallCommunity","6120 Garden Bay Rd, Garden Bay, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","c8aef5b1-1808-4cde-aa1e-da907f348448",482325,,,,"active","9999-12-31","2023-12-08","true",,3.477,3923450
387,1,"00396-AddressInSmallCommunityUsingLocalityAlias","6120 Garden Bay Rd, Garden Bay, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","c8aef5b1-1808-4cde-aa1e-da907f348448",482325,,,,"active","9999-12-31","2023-12-08","true",,10.782,3923450
388,1,"00397-AddressInSmallCommunity","1977 Tappen Notch Hill Rd, Tappen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","3143f53b-b699-4735-a100-7eb10e001bde",64488,,,,"active","9999-12-31","2023-12-08","true",,0.793,3268060
389,1,"00398-AddressInSmallCommunityUsingLocalityAlias","1977 Tappen Notch Hill Rd, Tappen, BC",,87,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:4, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","3143f53b-b699-4735-a100-7eb10e001bde",64488,,,,"active","9999-12-31","2023-12-08","true",,130.492,3268060
390,1,"00399-AddressInSmallCommunity","116 Rosebery Loop Rd, Rosebery, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","ec56d415-cd70-45fd-9b4a-59f77933513f",2531930,,,,"active","9999-12-31","2023-12-08","true",,0.422,1644488
391,1,"00400-AddressInSmallCommunityUsingLocalityAlias","116 Rosebery Loop Rd, Rosebery, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","ec56d415-cd70-45fd-9b4a-59f77933513f",2531930,,,,"active","9999-12-31","2023-12-08","true",,2.908,1644488
392,1,"00401-AddressInSmallCommunity","1525 Langdale Rd, Langdale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","fc6c1e1b-c361-4218-a55a-9b49c4f04c8c",178417,,,,"active","9999-12-31","2023-12-08","true",,0.092,3570149
393,1,"00402-AddressInSmallCommunityUsingLocalityAlias","1525 Langdale Rd, Langdale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","fc6c1e1b-c361-4218-a55a-9b49c4f04c8c",178417,,,,"active","9999-12-31","2023-12-08","true",,0.835,3570149
394,1,"00403-AddressInSmallCommunity","6607 Appledale Lower Rd, Appledale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","a8699af5-7308-4496-adf6-5fb38e311fe7",276196,,,,"active","9999-12-31","2023-12-08","true",,0.343,2684515
395,1,"00404-AddressInSmallCommunityUsingLocalityAlias","6607 Appledale Lower Rd, Appledale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","a8699af5-7308-4496-adf6-5fb38e311fe7",276196,,,,"active","9999-12-31","2023-12-08","true",,0.764,2684515
396,1,"00405-AddressInSmallCommunity","4232 Mayook Settlement Rd, Mayook, BC",,99,"BLOCK",99,"[]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.252,
397,1,"00406-AddressInSmallCommunityUsingLocalityAlias","4232 Mayook Settlement Rd, Mayook, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.517,
398,1,"00407-AddressInSmallCommunity","10571 Cheslatta Rd, Cheslatta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","939c0b16-ea1f-4455-a08e-1dc164102b8f",521449,,,,"active","9999-12-31","2023-12-08","true",,0.076,3101708
399,1,"00408-AddressInSmallCommunityUsingLocalityAlias","10571 Cheslatta Rd, Cheslatta, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","939c0b16-ea1f-4455-a08e-1dc164102b8f",521449,,,,"active","9999-12-31","2023-12-08","true",,1.023,3101708
400,1,"00409-NumberedStreetNameWithDetachedSuffix","102A Ave, Surrey, BC",,78,"STREET",78,"[]",,,,,,,"102A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8175667 49.1885721)","coarse","streetPoint",,,,,,"active",,,"true",,2.161,
401,1,"00410-UnitNumberStuckToDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","109507c5-9340-42bc-8299-f5a976fb6d42",127774,,"UNIT 910",,"active","9999-12-31","2023-12-08","true",,0.118,2104959
402,1,"00411-StreetNameWithMissingAmpersand","189 Rod & Gun Rd, Courtenay, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"189",,"Rod & Gun","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0190057 49.683884)","high","parcelPoint","3c90be80-f19d-45d5-9d8f-a6709b61b8f9",258442,,,,"active","9999-12-31","2023-12-08","true",,0.702,4187966
403,1,"00413-LeadingZeroInCivicNumber","Lynn Valley Rd, North Vancouver, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lynn Valley","Rd","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0533951 49.3290039)","coarse","streetPoint",,,,,,"active",,,"true",,754.438,
404,1,"00414-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,12.846,4123935
405,1,"00415-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,13.169,4123935
406,1,"00416-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","f716c091-e72f-40e9-97b0-fc4ebfa57dd7",166069,,"UNIT 01",,"active","9999-12-31","2023-12-08","true",,19.794,4123935
407,1,"00417-UnitNumberWithLetterPrefix","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","7a331ccc-0a05-44c4-860c-b2951adab313",106300,,"UNIT B2",,"active","9999-12-31","2023-12-08","true",,2.175,1914533
408,1,"00418-UnitNumberWithLetterPrefixGapped","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","7a331ccc-0a05-44c4-860c-b2951adab313",106300,,"UNIT B2",,"active","9999-12-31","2023-12-08","true",,2.025,1914533
409,1,"00419-UnitNumberWithLetterPrefix","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","bedd30c2-4934-43fa-af89-d80958100818",110501,,"UNIT C2",,"active","9999-12-31","2023-12-08","true",,38.822,1753265
410,1,"00420-UnitNumberWithLetterPrefixGapped","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","bedd30c2-4934-43fa-af89-d80958100818",110501,,"UNIT C2",,"active","9999-12-31","2023-12-08","true",,35.121,1753265
411,1,"00421-UnitNumberWithLetterPrefix","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","7c57fc8b-1f74-471c-9eac-65d035cdb2c0",2462668,,"UNIT P100",,"active","9999-12-31","2023-12-08","true",,11.088,1409241
412,1,"00422-UnitNumberWithLetterPrefixGapped","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","7c57fc8b-1f74-471c-9eac-65d035cdb2c0",2462668,,"UNIT P100",,"active","9999-12-31","2023-12-08","true",,9.874,1409241
413,1,"00423-UnitNumberWithLetterPrefix","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,7.19,1172657
414,1,"00424-UnitNumberWithLetterPrefixGapped","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,7.847,1172657
415,1,"00425-CivicAddressWithCareOfName","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,96,"UNIT",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","e4cdc491-f96a-4e09-add3-d797f6a33c73",103060,,"UNIT P2",,"active","9999-12-31","2023-12-08","true",,10.356,1172657
416,1,"00426-NonStandardStreetTypeAbbreviation","2351 Parkway Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2351",,"Parkway","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7934119 49.3196707)","medium","parcelPoint","95793a27-4745-43da-9622-e53fae48e28d",155062,,,,"active","9999-12-31","2023-12-08","true",,0.117,8002265
417,1,"00427-NonStandardStreetTypeAbbreviation","3176 Plateau Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3176",,"Plateau","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7868947 49.3116847)","medium","parcelPoint","50beb2ec-f7cc-4eae-b426-ad8b3adafd24",320982,,,,"active","9999-12-31","2023-12-08","true",,0.094,8001330
418,1,"00428-NonStandardStreetTypeAbbreviation","895 Academy Close, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"895",,"Academy","Close","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3628211 48.4179591)","high","parcelPoint","90033cc2-5e3f-4470-98b8-7ac562732d7c",2661206,,,,"active","9999-12-31","2023-12-08","true",,0.078,4029706
419,1,"00429-NonStandardStreetTypeAbbreviation","4965 Vista View Cres, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4965",,"Vista View","Cres","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-123.9848378 49.2358274)","high","parcelPoint","0dfae8c3-c6fa-4c3c-ac1f-d086be186aa2",416267,,,,"active","9999-12-31","2023-12-08","true",,2.843,3896249
420,1,"00430-NonStandardStreetTypeAbbreviation","1000 Thermal Dr, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1000",,"Thermal","Dr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8340821 49.2698821)","high","parcelPoint","19c314f8-997b-4fd3-bff4-b528042ec75c",148059,,,,"active","9999-12-31","2023-12-08","true",,0.105,1045847
421,1,"00431-NonStandardStreetTypeAbbreviation","8400 Forest Grove Dr, Burnaby, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8400",,"Forest Grove","Dr","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9205029 49.2632662)","high","parcelPoint","6fa80cfe-e0aa-4ce4-a141-730bec5595ef",2636600,,,,"active","9999-12-31","2023-12-08","true",,1.518,1840913
422,1,"00432-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","d8e0cbdb-c1b7-4af6-a2d4-1db873abd8ed",1747737,,,,"active","9999-12-31","2023-12-08","true",,97.342,8004158
423,1,"00433-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","d8e0cbdb-c1b7-4af6-a2d4-1db873abd8ed",1747737,,,,"active","9999-12-31","2023-12-08","true",,54.573,8004158
424,1,"00434-NonStandardStreetTypeAbbreviation","7701 Central Saanich Rd, Central Saanich, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"7701",,"Central Saanich","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4034403 48.5914503)","low","accessPoint",,294099,,,,"active",,,"true",,4.464,
425,1,"00435-NonStandardStreetTypeAbbreviation","3942 Columbia Valley Rd, Cultus Lake, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"3942",,"Columbia Valley","Rd","false",,"false",,"Cultus Lake","Community","FVRD Electoral Area H","BC","SRID=4326;POINT(-121.9597795 49.0739494)","high","parcelPoint","79ec7032-75e7-4485-a571-95b61e6a85c6",1157827,,,,"active","9999-12-31","2023-12-08","true",,248.604,2185851
426,1,"00436-NonStandardStreetTypeAbbreviation","950 Old Hope Princeton Way, Hope, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"950",,"Old Hope Princeton","Way","false",,"false",,"Hope","District Municipality",,"BC","SRID=4326;POINT(-121.4156582 49.3733202)","high","parcelPoint","9f154ee8-acbc-4192-9763-42b79c47533f",193424,,,,"active","9999-12-31","2023-12-08","true",,21.033,1101623
427,1,"00437-NonStandardStreetTypeAbbreviation","774 Great Northern Way, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"774",,"Great Northern","Way","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0880896 49.2660631)","medium","parcelPoint","4c1c7c23-aad3-42ea-9ad4-5038134565c3",341353,,,,"active","9999-12-31","2023-12-08","true",,0.617,8008439
428,1,"00439-NonStandardLocalityNameAbbreviation","352 W 14th St, North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","78438998-a18b-4e5a-8194-c5a725361810",2416363,,,,"active","9999-12-31","2023-12-08","true",,348.184,3147438
429,1,"00440-NonStandardLocalityNameAbbreviation","569 Hody Dr, Okanagan Falls, BC",,65,"CIVIC_NUMBER",100,"[LOCALITY.notMatched:35]",,,,,"569",,"Hody","Dr","false",,"false",,"Okanagan Falls","Community","RDOS Electoral Area D","BC","SRID=4326;POINT(-119.5690298 49.3482363)","high","parcelPoint","709a78bb-79c3-4239-813f-781b63f13d85",60098,,,,"active","9999-12-31","2023-12-08","true",,27.474,3300419
430,1,"00441-NonStandardStreetNameAbbreviation","5450 Oak St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5450",,"Oak","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1275777 49.2362797)","high","parcelPoint","ad0401e3-43b9-46ca-9c09-a164753f4fa1",100420,,,,"active","9999-12-31","2023-12-08","true",,0.157,2704350
431,1,"00442-NonStandardStreetNameAbbreviation","1301 Oak Ave, Quesnel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","854642e3-8d46-4f95-b728-ba3f245cf3b3",227948,,,,"active","9999-12-31","2023-12-08","true",,0.08,3406157
432,1,"00443-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.832,
433,1,"00444-NonStandardGeneralDelivery","Central Bridge, Dawson Creek, BC",,37,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_QUALIFIER.missing:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Central",,"false",,"false","Bridge","Dawson Creek","City",,"BC","SRID=4326;POINT(-120.276389 55.7737565)","coarse","streetPoint",,,,,,"active",,,"true",,2.04,
434,1,"00445-NonStandardGeneralDelivery","General Currie Elementary School Access, Richmond, BC",,25,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, FAULTS.tooMany:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"General Currie Elementary School","Access","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1339848 49.1586967)","coarse","streetPoint",,,,,,"active",,,"true",,1.073,
435,1,"00446-NonStandardGeneralDelivery","Central Bridge, Dawson Creek, BC",,37,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35, STREET_NAME.spelledWrong:2, STREET_QUALIFIER.missing:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Central",,"false",,"false","Bridge","Dawson Creek","City",,"BC","SRID=4326;POINT(-120.276389 55.7737565)","coarse","streetPoint",,,,,,"active",,,"true",,1.71,
436,1,"00447-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.717,
437,1,"00448-CareOf","Quesnel, BC",,52,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,1.574,
438,1,"00449-CareOf","1301 Oak Ave, Quesnel, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","854642e3-8d46-4f95-b728-ba3f245cf3b3",227948,,,,"active","9999-12-31","2023-12-08","true",,2.889,3406157
439,1,"00450-SuffixNameMatching","Dent Ave, Burnaby, BC",,72,"STREET",78,"[LOCALITY.isAlias:1, STREET_NAME.spelledWrong:2, STREET_DIRECTION.notMatched:2, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Dent","Ave","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-123.0073749 49.2710941)","coarse","streetPoint",,,,,,"active",,,"true",,24.743,
440,1,"00451-StreetNameWordsGluedTogether","3821 Cedar Hill Rd, Saanich, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,"3821",,"Cedar Hill","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.336341 48.4632076)","high","parcelPoint","ffa4b31e-96d0-4706-a769-18eaf6a45557",299730,,,,"active","9999-12-31","2023-12-08","true",,0.669,3387802
441,1,"00452-StreetNameCompoundWordsSeparated","8514 Horseshoe Bay Rd, Anglemont, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"8514",,"Horseshoe Bay","Rd","false",,"false",,"Anglemont","Community","CSRD Electoral Area F","BC","SRID=4326;POINT(-119.1181382 50.9761127)","high","parcelPoint","76851488-8084-412f-82a6-b0ca5ce1ea5d",2450478,,,,"active","9999-12-31","2023-12-08","true",,0.645,3542205
442,1,"00453-NonStandardStreetTypeAbbreviation","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","0f5b74f4-dda0-44a7-b0e2-3473c17973df",484911,,,,"active","9999-12-31","2023-12-08","true",,6.614,1860086
443,1,"00454-civicAddressWithUnitandUnknownSiteName","UNIT 170 HAPPY HOUSE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","HAPPY HOUSE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 HAPPY HOUSE",,"active","9999-12-31","2023-12-08","true",,7.013,4363977
444,1,"00455-StreetNameWithMultipleSpellingMistakes","Omineca St, Hazelton, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omineca","St","false",,"false",,"Hazelton","Village",,"BC","SRID=4326;POINT(-127.6757927 55.2557017)","coarse","streetPoint",,,,,,"active",,,"true",,2.705,
445,1,"00456-NonStandardLocalityNameAbbreviation","134 E 15th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"134",,"15th","St","false","E","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.070453 49.3223403)","high","parcelPoint","e6e40b24-7976-4904-8ee2-3ea981af7da8",163763,,,,"active","9999-12-31","2023-12-08","true",,54.118,3516754
446,1,"00457-NonStandardLocalityNAmeAbbreviation","2248 McAllister Ave, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:2]",,,,,"2248",,"McAllister","Ave","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7799837 49.262092)","high","parcelPoint","4ca763c4-8f87-4cf2-86c7-0b8664b2a631",146223,,,,"active","9999-12-31","2023-12-08","true",,0.312,3218608
447,1,"00458-civicAddressWithUnitandUnknownSiteName","UNIT 170 DOOGIE UNIVERSITY -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOOGIE UNIVERSITY","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","9ec27cee-c8e6-4d1b-afad-6b80b000b4ee",2400007,,"UNIT 170 DOOGIE UNIVERSITY",,"active","9999-12-31","2023-12-08","true",,6.834,4363977
448,1,"00459-LocalityHopping","Kaleden, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.6011112 49.3997222)","coarse","localityPoint",,,,,,"active",,,"true",,0.76,
449,1,"00460-LocalityHopping","UNIT 200 -- Prince George St, Prince Rupert, BC",,63,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_TYPE.notMatched:3, STREET_TYPE.notPrefix:0, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","200",,,,"Prince George","St","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.2990707 54.311388)","coarse","streetPoint",,,,"UNIT 200",,"active",,,"true",,81.755,
450,1,"00461-LocalityHopping","Helmcken Alley, Victoria, BC",,74,"STREET",78,"[STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Helmcken","Alley","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3693133 48.4255635)","coarse","streetPoint",,,,,,"active",,,"true",,2.424,
451,1,"00462-IRAddresses","1901 Lust Rd, Quesnel, BC",,96,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1901",,"Lust","Rd","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4554097 52.9567283)","low","accessPoint",,228320,,,,"active",,,"true",,1,
452,1,"00463-IRAddresses","Blueberry Reserve Rd, Buick, BC",,72,"STREET",78,"[STREET_TYPE.missing:6]",,,,,,,"Blueberry Reserve","Rd","false",,"false",,"Buick","Community","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1391639 56.7304618)","coarse","streetPoint",,,,,,"active",,,"true",,12.453,
453,1,"00464-IRAddresses","Blueberry River 205, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Blueberry River 205","Indian Reserve","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1013888 56.7163889)","coarse","localityPoint",,,,,,"active",,,"true",,0.791,
454,1,"00465-IRAddresses","205 BC Mine Rd, Grand Forks, BC",,72,"BLOCK",99,"[INITIAL_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.missing:10, STREET_TYPE.missing:6, PROVINCE.missing:1, FAULTS.tooMany:6]",,,,,"205",,"BC Mine","Rd","false",,"false",,"Grand Forks","City","RDKB Electoral Area D (Rural Grand Forks)","BC","SRID=4326;POINT(-118.5417578 49.1296346)","low","accessPoint",,2411205,,,,"active",,,"true",,70.266,
455,1,"00466-StreetNameWithMultipleSpellingMistakes","UNIT 15 -- 31235 Upper MacLure Rd, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","15",,"31235",,"Upper MacLure","Rd","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3592071 49.0608091)","high","parcelPoint","832b59e0-59a1-4028-a65a-25eace5fc2bd",430758,,"UNIT 15",,"active","9999-12-31","2023-12-08","true",,6.793,1462380
456,1,"00467-StreetNameWithMultipleSpellingMistakes","UNIT 338 -- 32830 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","338",,"32830",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","48ed5fe9-61f8-406f-b981-88e7fd07fdbf",2617631,,"UNIT 338",,"active","9999-12-31","2023-12-08","true",,0.77,2495402
457,1,"00468-StreetNameWithMultipleSpellingMistakes","UNIT 215 -- 32850 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","215",,"32850",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","9b997783-d7b9-4838-92e3-80a9ccc452fa",2617631,,"UNIT 215",,"active","9999-12-31","2023-12-08","true",,0.789,1047582
458,1,"00469-StreetNameWithMultipleSpellingMistakes","UNIT 117B -- 34313 Forrest Terr, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","117","B","34313",,"Forrest","Terr","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2765011 49.0346859)","high","parcelPoint","ab1987ef-f523-4b54-bb38-7f9e8a69a83c",159710,,"UNIT 117B",,"active","9999-12-31","2023-12-08","true",,0.602,1365855
459,1,"00470-StreetNameWithMultipleSpellingMistakes","UNIT 14 -- 43685 Chilliwack Mountain Rd, Chilliwack, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","14",,"43685",,"Chilliwack Mountain","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-122.0166373 49.1641524)","high","parcelPoint","2c2ce6be-b9cb-409e-b037-4ecef8ff2fc3",2400276,,"UNIT 14",,"active","9999-12-31","2023-12-08","true",,260.342,1065331
460,1,"00471-StreetNameWithMultipleSpellingMistakes","29 St SE, Salmon Arm, BC",,63,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.isAlias:4, STREET_DIRECTION.missing:2, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"29","St","false","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2509431 50.6873229)","coarse","streetPoint",,,,,,"active",,,"true",,24.26,
461,1,"00472-StreetNameWithMultipleSpellingMistakes","Whistler, BC",,56,"LOCALITY",68,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Whistler","Resort Municipality",,"BC","SRID=4326;POINT(-122.9544444 50.1169445)","coarse","localityPoint",,,,,,"active",,,"true",,19.817,
462,1,"00473-StreetNameWithMultipleSpellingMistakes","UNIT 2204 -- 7343 Okanagan Landing Rd, Vernon, BC",,88,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","2204",,"7343",,"Okanagan Landing","Rd","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.345325 50.2389897)","high","parcelPoint","4925032d-7e2d-4418-8475-1469e513deae",354892,,"UNIT 2204",,"active","9999-12-31","2023-12-08","true",,18.096,4266077
463,1,"00474-StreetNameWithMultipleSpellingMistakes","UNIT 66 -- 1930 Cedar Village Cres, North Vancouver, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","66",,"1930",,"Cedar Village","Cres","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.043715 49.3270342)","high","parcelPoint","9d253e89-00db-446c-80d3-ba0b160b95db",166103,,"UNIT 66",,"active","9999-12-31","2023-12-08","true",,1083.323,2153738
464,1,"00475-StreetNameWithMultipleSpellingMistakes","UNIT 209 -- 8611 General Currie Rd, Richmond, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","209",,"8611",,"General Currie","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1283228 49.1596485)","high","parcelPoint","f48b10c3-c335-46db-ae8b-391986f96685",127602,,"UNIT 209",,"active","9999-12-31","2023-12-08","true",,0.677,2001638
465,1,"00476-StreetNameWithMultipleSpellingMistakes","UNIT 305 -- 1135 Windsor Mews, Coquitlam, BC",,91,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6]",,"UNIT","305",,"1135",,"Windsor","Mews","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7853704 49.2801267)","high","parcelPoint","a4bfb344-0592-466b-870a-e077b1d60a59",1907339,,"UNIT 305",,"active","9999-12-31","2023-12-08","true",,1.338,1102540
466,1,"00477-StreetNameWithOneSpellingMistakeAtFront","UNIT 106 -- 1355 Cumberland Rd, Courtenay, BC",,92,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6]",,"UNIT","106",,"1355",,"Cumberland","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0049707 49.6769203)","high","parcelPoint","544e5fed-75d3-4424-9367-22927a865b6f",1849534,,"UNIT 106",,"active","9999-12-31","2023-12-08","true",,25.337,1020429
467,1,"00478-AddressInSmallCommunityUsingLocalityAlias","352 W 14th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","78438998-a18b-4e5a-8194-c5a725361810",2416363,,,,"active","9999-12-31","2023-12-08","true",,66.202,3147438
468,1,"00479-AddressInSmallCommunityUsingLocalityAlias","1745 Esquimalt Ave, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1745",,"Esquimalt","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1612755 49.3309246)","medium","parcelPoint","947d3aa2-8b81-4f3e-a37b-554468cdb0ce",163306,,,,"active","9999-12-31","2023-12-08","true",,1.952,8001373
469,1,"00480-AddressInSmallCommunityUsingLocalityAlias","223 W 7th Ave, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"223",,"7th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1103425 49.2650219)","high","parcelPoint","2ff78638-a1f2-44fe-958a-0e67c9c9d501",100449,,,,"active","9999-12-31","2023-12-08","true",,16.048,4195797
470,1,"00481-UnitNumberAndCivicNumberSwapped","UNIT 1045 -- Haro St, Vancouver, BC",,76,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","1045",,,,"Haro","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1323651 49.2880745)","coarse","streetPoint",,,,"UNIT 1045",,"active",,,"true",,12.276,
471,1,"00482-UnitNumberAndCivicNumberSwapped","1177 103A Ave, Surrey, BC",,85,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_TYPE.missing:6]",,,,,"1177",,"103A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7921295 49.1899518)","low","accessPoint",,418379,,,,"active",,,"true",,10.339,
472,1,"00483-UnknownMulti-wordUnitDesignator","UNIT 221 -- 4280 Moncton St, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","221",,"4280",,"Moncton","St","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1799769 49.1242764)","high","parcelPoint","4b66701a-39a9-410f-bc34-3ba73c3dc040",351197,,"UNIT 221",,"active","9999-12-31","2023-12-08","true",,0.597,1518456
473,1,"00484-UnknownMulti-wordUunitDesignator","UNIT 54 -- 2938 Trafalgar St, Abbotsford, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","54",,"2938",,"Trafalgar","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3079844 49.054931)","high","parcelPoint","71016c6f-1a5e-41f2-a68f-2efe869224c7",161674,,"UNIT 54",,"active","9999-12-31","2023-12-08","true",,0.686,1257509
474,1,"00485-UnknownUnitNumberWithLetterPrefixGapped","UNIT A309 -- 10557 150 St, Surrey, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","A309",,"10557",,"150","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.806609 49.1944737)","high","parcelPoint","bd685634-9b89-4e2f-8f47-ed66554bfebf",478995,,"UNIT A309",,"active","9999-12-31","2023-12-08","true",,7.082,3149253
475,1,"00486-UnknownUnitNumberWithLetterPrefixGapped","UNIT C7 -- 6901 Island Hwy W, Bowser, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_DIRECTION.notPrefix:0]",,"UNIT","C7",,"6901",,"Island","Hwy","false","W","false",,"Bowser","Community","RDN Electoral Area H","BC","SRID=4326;POINT(-124.667109 49.4348563)","high","parcelPoint","16772256-827d-4452-bffe-bb1a9995499c",1835730,,"UNIT C7",,"active","9999-12-31","2023-12-08","true",,24.718,4072889
476,1,"00487-UnitNumberWithLetterPrefix","UNIT A114 -- 20211 66 Ave, Township of Langley, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","A114",,"20211",,"66","Ave","false",,"false",,"Township of Langley","District Municipality",,"BC","SRID=4326;POINT(-122.6633166 49.1235181)","high","parcelPoint","3d1d9b15-714d-4290-8eee-066b89995912",320513,,"UNIT A114",,"active","9999-12-31","2023-12-08","true",,5.911,1059975
477,1,"00488-ExtraWordAtFrontOfStreetName","UNIT 19 -- Mt Boucherie Pl, West Kelowna, BC",,73,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","19",,,,"Mt Boucherie","Pl","false",,"false",,"West Kelowna","Unknown",,"BC","SRID=4326;POINT(-119.5815689 49.8589959)","coarse","streetPoint",,,,"UNIT 19",,"active",,,"true",,737.51,
478,1,"00489-UnitNumberSuffixInBackAlley","UNIT 206A -- 555 Burrard St, Vancouver, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"UNIT","206","A","555",,"Burrard","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1188944 49.2860099)","low","accessPoint",,475835,,"UNIT 206A",,"active",,,"true",,3.555,
479,1,"00490-SiteNameInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,3.473,4083847
480,1,"00491-DuplicateStreetTypeInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,8.419,4083847
481,1,"00492-CareOfInBackAlley","1175 Douglas St, Victoria, BC",,96,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,7.457,4083847
482,1,"00493-DuplicateStreetAndLocalityInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","84c3ad55-c733-4c21-97b6-432c005bd8bb",296321,,,,"active","9999-12-31","2023-12-08","true",,22.231,4083847
483,1,"00494-StreetNameWithSpecialCharacters","Pipeho:em Rd, Agassiz, BC",,78,"STREET",78,"[]",,,,,,,"Pipeho:em","Rd","false",,"false",,"Agassiz","Community",,"BC","SRID=4326;POINT(-121.7342045 49.259877)","coarse","streetPoint",,,,,,"active",,,"true",,0.11,
484,1,"00495-StreetNameWithSpecialCharacters","ʔEqeʔat’in ʔEten, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"ʔEqeʔat’in ʔEten",,"false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1683616 52.0139035)","coarse","streetPoint",,,,,,"active",,,"true",,0.214,
485,1,"00496-StreetNameWithSpecialCharacters","Tl’etinqox Rd, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"Tl’etinqox","Rd","false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1612612 52.0089565)","coarse","streetPoint",,,,,,"active",,,"true",,0.131,
486,1,"00497-StreetNameWithSpecialCharacters","Clinton/Loon Lake FSR, Hutchison Lake, BC",,78,"STREET",78,"[]",,,,,,,"Clinton/Loon Lake","FSR","false",,"false",,"Hutchison Lake","Unknown","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.2072936 51.2237932)","coarse","streetPoint",,,,,,"active",,,"true",,2.371,
487,1,"00498-ACrazy","UNIT 201A -- 201A A St, Abbotsford, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER_SUFFIX.notMatched:1]",,"UNIT","201","A","201","A","A","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2608685 49.0060455)","low","accessPoint",,452835,,"UNIT 201A",,"active",,,"true",,22.993,
488,1,"00499-NonIntersectionOfRoadAndHwy","Chancellor Ave, View Royal, BC",,69,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,,,"Chancellor","Ave","false",,"false",,"View Royal","Town",,"BC","SRID=4326;POINT(-123.4279813 48.4648587)","coarse","streetPoint",,,,,,"active",,,"true",,18.116,
489,1,"00500-NoisyAddress","1 Centennial Sq, Victoria, BC",,92,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2]",,,,,"1",,"Centennial","Sq","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3657434 48.4287096)","high","parcelPoint","052f078a-6c37-4ede-bbf8-5bfb6f5e138a",304974,,,,"active","9999-12-31","2023-12-08","true",,3.13,2983771
490,1,"00501-StreetNameCompoundWordsSeparated","12312 Horseshoe Way, Richmond, BC",,98,"BLOCK",99,"[STREET_NAME.partialMatch:1]",,,,,"12312",,"Horseshoe","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.0988494 49.1233204)","low","accessPoint",,128283,,,,"active",,,"true",,4.053,
491,1,"00502-StreetNameCompoundWordsSeparated","101 Seaview St, Sayward, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"101",,"Seaview","St","false",,"false",,"Sayward","Village",,"BC","SRID=4326;POINT(-125.9633841 50.3858383)","high","parcelPoint","ecb1ca31-b857-4ada-b51c-42799ed40c4b",263931,,,,"active","9999-12-31","2023-12-08","true",,25.758,1684375
492,1,"00503-LocalityNameWithSplitWords","1090 Ironwood St, Campbell River, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1090",,"Ironwood","St","false",,"false",,"Campbell River","City",,"BC","SRID=4326;POINT(-125.2561963 50.0253168)","high","parcelPoint","77f4b1cc-2244-4e32-9ed5-9263d77fbe2c",262744,,,,"active","9999-12-31","2023-12-08","true",,4.421,3438603
493,1,"00504-siteNameWithTerminalAndMissingStreetName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,5.869,
494,1,"00505-siteNameWithPortAndMissingStreetName","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.857,

@cpf-bc
Copy link

cpf-bc commented Jan 12, 2024

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Revolution Systems Open Library [pom]
[INFO] RS Core [jar]
[INFO] RS Test API [jar]
[INFO] RS ESRI File Geodatabase [jar]
[INFO] RS GDAL [jar]
[INFO] RS Geopackage [jar]
[INFO] RS Oracle [jar]
[INFO] RS PostgreSQL [jar]
[INFO] Revolsys Swing Components [jar]
[INFO] Maki Markers [jar]
[INFO] RS Web [jar]
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-parent >------------------
[INFO] Building Revolution Systems Open Library 7b72f92 [1/11]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-parent ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-parent ---
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-parent ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-parent ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-parent ---
[INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-parent/7b72f92906639c53399a70af505c18082e9c198d/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/target/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-parent/7b72f92906639c53399a70af505c18082e9c198d/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-core >-------------------
[INFO] Building RS Core 7b72f92 [2/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-core ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-core ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 28 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1858 source files to /workspace/source/revolsys-core/target/classes
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/geometry/model/LinearRing.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/geometry/model/LinearRing.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/io/map/MapSerializer.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/io/map/MapSerializer.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-core ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-core ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-core ---
[INFO] Building jar: /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-core ---
[INFO] Building jar: /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-core ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-core ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-core ---
[INFO] Installing /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-core/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-testapi >-----------------
[INFO] Building RS Test API 7b72f92 [3/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-testapi ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-testapi ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-testapi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/revolsys-testapi/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-testapi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /workspace/source/revolsys-testapi/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-testapi ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-testapi ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-testapi ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-testapi ---
[INFO] Building jar: /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-testapi ---
[INFO] Building jar: /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-testapi ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-testapi ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-testapi ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-testapi ---
[INFO] Installing /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-testapi/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-fgdb >-------------------
[INFO] Building RS ESRI File Geodatabase 7b72f92 [4/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-fgdb ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-fgdb ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-fgdb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-fgdb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /workspace/source/revolsys-fgdb/target/classes
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/GeodatabaseReference.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/GeodatabaseReference.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/capi/type/AbstractFileGdbFieldDefinition.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/capi/type/AbstractFileGdbFieldDefinition.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-fgdb ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-fgdb ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-fgdb ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-fgdb ---
[INFO] Building jar: /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-fgdb ---
[INFO] Building jar: /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-fgdb ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-fgdb ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-fgdb ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-fgdb ---
[INFO] Installing /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-fgdb/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-gdal >-------------------
[INFO] Building RS GDAL 7b72f92 [5/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-gdal ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-gdal ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-gdal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-gdal ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /workspace/source/revolsys-gdal/target/classes
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java: /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java uses or overrides a deprecated API.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java: /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java uses unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-gdal ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-gdal ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-gdal ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-gdal ---
[INFO] Building jar: /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-gdal ---
[INFO] Building jar: /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-gdal ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-gdal ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-gdal ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-gdal ---
[INFO] Installing /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-gdal/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< com.revolsys.open:revolsys-geopackage >----------------
[INFO] Building RS Geopackage 7b72f92 [6/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-geopackage ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-geopackage ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-geopackage ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-geopackage ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /workspace/source/revolsys-geopackage/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-geopackage ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-geopackage ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-geopackage ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-geopackage ---
[INFO] Building jar: /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-geopackage ---
[INFO] Building jar: /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-geopackage ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-geopackage ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-geopackage ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-geopackage ---
[INFO] Installing /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-geopackage/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-oracle >------------------
[INFO] Building RS Oracle 7b72f92 [7/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-oracle ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-oracle ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-oracle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-oracle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /workspace/source/revolsys-oracle/target/classes
[INFO] /workspace/source/revolsys-oracle/src/main/java/com/revolsys/oracle/recordstore/OracleJdbcQueryIterator.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-oracle/src/main/java/com/revolsys/oracle/recordstore/OracleJdbcQueryIterator.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-oracle ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-oracle ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-oracle ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-oracle ---
[INFO] Building jar: /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-oracle ---
[INFO] Building jar: /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-oracle ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-oracle ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-oracle ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-oracle ---
[INFO] Installing /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-oracle/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< com.revolsys.open:revolsys-postgresql >----------------
[INFO] Building RS PostgreSQL 7b72f92 [8/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-postgresql ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-postgresql ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-postgresql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-postgresql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /workspace/source/revolsys-postgresql/target/classes
[INFO] /workspace/source/revolsys-postgresql/src/main/java/com/revolsys/gis/postgresql/PostgreSQLJdbcQueryResultPager.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-postgresql/src/main/java/com/revolsys/gis/postgresql/PostgreSQLJdbcQueryResultPager.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-postgresql ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-postgresql ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-postgresql ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-postgresql ---
[INFO] Building jar: /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-postgresql ---
[INFO] Building jar: /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-postgresql ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-postgresql ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-postgresql ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-postgresql ---
[INFO] Installing /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-postgresql/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-swing >------------------
[INFO] Building Revolsys Swing Components 7b72f92 [9/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-swing ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-swing ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-swing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 935 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-swing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 548 source files to /workspace/source/revolsys-swing/target/classes
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-swing ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-swing ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-swing ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-swing ---
[INFO] Building jar: /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-swing ---
[INFO] Building jar: /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-swing ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-swing ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-swing ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-swing ---
[INFO] Installing /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-swing/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-maki >-------------------
[INFO] Building Maki Markers 7b72f92 [10/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-maki ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-maki ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-maki ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 148 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-maki ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-maki ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-maki ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-maki ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-maki ---
[INFO] Building jar: /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-maki ---
[INFO] Building jar: /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-maki ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-maki ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-maki ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-maki ---
[INFO] Installing /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-maki/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -------------------< com.revolsys.open:revolsys-web >-------------------
[INFO] Building RS Web 7b72f92 [11/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-web ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-web ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-web ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 297 source files to /workspace/source/revolsys-web/target/classes
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/config/Attribute.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/config/Attribute.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/rest/interceptor/AnnotationHandlerMethodResolver.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/rest/interceptor/AnnotationHandlerMethodResolver.java: Recompile with -Xlint:removal for details.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/html/view/ElementContainer.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/html/view/ElementContainer.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-web ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-web ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-web ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-web ---
[INFO] Building jar: /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-web ---
[INFO] Building jar: /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-web ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-web ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-web ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-web ---
[INFO] Installing /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-web/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Revolution Systems Open Library 7b72f92:
[INFO]
[INFO] Revolution Systems Open Library .................... SUCCESS [ 6.125 s]
[INFO] RS Core ............................................ SUCCESS [ 51.100 s]
[INFO] RS Test API ........................................ SUCCESS [ 2.997 s]
[INFO] RS ESRI File Geodatabase ........................... SUCCESS [ 3.300 s]
[INFO] RS GDAL ............................................ SUCCESS [ 2.692 s]
[INFO] RS Geopackage ...................................... SUCCESS [ 2.664 s]
[INFO] RS Oracle .......................................... SUCCESS [ 3.784 s]
[INFO] RS PostgreSQL ...................................... SUCCESS [ 3.043 s]
[INFO] Revolsys Swing Components .......................... SUCCESS [ 21.132 s]
[INFO] Maki Markers ....................................... SUCCESS [ 4.033 s]
[INFO] RS Web ............................................. SUCCESS [ 6.463 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:47 min
[INFO] Finished at: 2024-01-12T23:49:47Z
[INFO] ------------------------------------------------------------------------

@cpf-bc
Copy link

cpf-bc commented Jan 12, 2024

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Concurrent Processing Framework [pom]
[INFO] Concurrent Processing Framework Business Application Plugin API [jar]
[INFO] Concurrent Processing Framework Client Java API [jar]
[INFO] Concurrent Processing Framework Application Java API [jar]
[INFO] Concurrent Processing Framework API Worker [jar]
[INFO] Concurrent Processing Framework Base WAR Web Application [war]
[INFO] Concurrent Processing Framework Base WAR Worker [war]
[INFO] CPF Plug-in Maven Arechtype [maven-archetype]
[INFO] Concurrent Processing Framework Archetype Web [maven-archetype]
[INFO] CPF Test Plugins [jar]
[INFO] Digest Plug-in [jar]
[INFO] Geometry Validation Plug-in [jar]
[INFO] Mandelbrot Plug-in [jar]
[INFO] Map Tile Plug-in [jar]
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-parent >--------------------
[INFO] Building Concurrent Processing Framework 7b72f92 [1/14]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-parent ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-parent ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-parent ---
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-parent ---
[INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/target/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-plugin >------------------
[INFO] Building Concurrent Processing Framework Business Application Plugin API 7b72f92 [2/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-plugin/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 37 source files to /workspace/source/cpf-api-plugin/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-plugin ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-plugin ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-plugin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-plugin ---
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-plugin/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-client >------------------
[INFO] Building Concurrent Processing Framework Client Java API 7b72f92 [3/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /workspace/source/cpf-api-client/target/classes
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cpf-api-client ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-client ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-client ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-client ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-client ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-client ---
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-client/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/target/site/java-api
[INFO] Copying 2 resources to template
[INFO]
[INFO] --- jsdoctk-plugin:2.3.2:jsdoc (javascript-api) @ cpf-api-client ---
[INFO] Copying JSDoc Toolkit to temporary directory.
[INFO] JSDoc Toolkit copied to temporary directory, execution will commense shortly.
[INFO] Will be generating JSDoc for '/workspace/source/cpf-api-client/src/main/js'.
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-api-app >-------------------
[INFO] Building Concurrent Processing Framework Application Java API 7b72f92 [4/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 25 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 84 source files to /workspace/source/cpf-api-app/target/classes
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java uses or overrides a deprecated API.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-app ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-app ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-app ---
[INFO] Building jar: /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-app ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-app ---
[INFO] Building jar: /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-app ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-app ---
[INFO] Installing /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-app/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) > generate-sources @ cpf-api-app >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-app ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) < generate-sources @ cpf-api-app <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) @ cpf-api-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-worker >------------------
[INFO] Building Concurrent Processing Framework API Worker 7b72f92 [5/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-worker ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-worker ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-worker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-worker/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-worker ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /workspace/source/cpf-api-worker/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-worker ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-worker ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-worker ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-worker ---
[INFO] Building jar: /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-worker ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-worker ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-worker ---
[INFO] Building jar: /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-worker ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-worker ---
[INFO] Installing /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-worker/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-war-app >-------------------
[INFO] Building Concurrent Processing Framework Base WAR Web Application 7b72f92 [6/14]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-war-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-war-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-war-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-war-app/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-war-app ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-war-app ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-war-app ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-war-app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ cpf-war-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cpf-war-app] in [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Processing war project
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-client/target] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-client/src/main/js/] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-plugin/target] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/src/main/webapp] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp resources [/workspace/source/cpf-war-app/src/main/webapp]
[INFO] Webapp assembled in [1071 msecs]
[INFO] Building war: /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-war-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-war-app ---
[INFO] Skipping because packaging 'war' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-war-app ---
[INFO] Building jar: /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-war-app ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-war-app ---
[INFO] Installing /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO] Installing /workspace/source/cpf-war-app/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-war-worker >------------------
[INFO] Building Concurrent Processing Framework Base WAR Worker 7b72f92 [7/14]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-war-worker ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-war-worker ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-war-worker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-war-worker ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-war-worker ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-war-worker ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-war-worker ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ cpf-war-worker ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cpf-war-worker] in [/workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Processing war project
[INFO] Copying webapp resources [/workspace/source/cpf-war-worker/src/main/webapp]
[INFO] Webapp assembled in [458 msecs]
[INFO] Building war: /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-war-worker ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-war-worker ---
[INFO] Skipping because packaging 'war' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-war-worker ---
[INFO] Building jar: /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-war-worker ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-war-worker ---
[INFO] Installing /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO] Installing /workspace/source/cpf-war-worker/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --------------< ca.bc.gov.open.cpf:cpf-archetype-plugin >---------------
[INFO] Building CPF Plug-in Maven Arechtype 7b72f92 [8/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ cpf-archetype-plugin ---
[INFO] Copying 11 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ cpf-archetype-plugin ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ cpf-archetype-plugin ---
[INFO] Building archetype jar: /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-archetype-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-archetype-plugin ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ cpf-archetype-plugin ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-archetype-plugin ---
[INFO] Building jar: /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ cpf-archetype-plugin ---
[INFO] Installing /workspace/source/cpf-archetype-plugin/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ cpf-archetype-plugin ---
[INFO]
[INFO] ----------------< ca.bc.gov.open.cpf:cpf-archetype-web >----------------
[INFO] Building Concurrent Processing Framework Archetype Web 7b72f92 [9/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-archetype-web ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-archetype-web ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ cpf-archetype-web ---
[INFO] Copying 12 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ cpf-archetype-web ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ cpf-archetype-web ---
[INFO] Building archetype jar: /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-archetype-web ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-archetype-web ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ cpf-archetype-web ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-archetype-web ---
[INFO] Building jar: /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-archetype-web ---
[INFO]
[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ cpf-archetype-web ---
[INFO] Installing /workspace/source/cpf-archetype-web/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ cpf-archetype-web ---
[INFO]
[INFO] ------------------< ca.bc.gov.open.cpf.plugins:test >-------------------
[INFO] Building CPF Test Plugins 7b72f92 [10/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ test ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ test ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /workspace/source/plugins/test/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ test ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ test ---
[INFO] Building jar: /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ test ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ test ---
[INFO] Building jar: /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ test ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ test ---
[INFO] Installing /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/test/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf.plugins:digest >------------------
[INFO] Building Digest Plug-in 7b72f92 [11/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ digest ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ digest ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ digest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ digest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /workspace/source/plugins/digest/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ digest ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ digest ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ digest ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ digest ---
[INFO] Building jar: /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ digest ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ digest ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ digest ---
[INFO] Building jar: /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ digest ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ digest ---
[INFO] Installing /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/digest/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------< ca.bc.gov.open.cpf.plugins:geometry-validation >-----------
[INFO] Building Geometry Validation Plug-in 7b72f92 [12/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ geometry-validation ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ geometry-validation ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geometry-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ geometry-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /workspace/source/plugins/geometry-validation/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geometry-validation ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ geometry-validation ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geometry-validation ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ geometry-validation ---
[INFO] Building jar: /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ geometry-validation ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ geometry-validation ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ geometry-validation ---
[INFO] Building jar: /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ geometry-validation ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ geometry-validation ---
[INFO] Installing /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/geometry-validation/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< ca.bc.gov.open.cpf.plugins:mandelbrot >----------------
[INFO] Building Mandelbrot Plug-in 7b72f92 [13/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ mandelbrot ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ mandelbrot ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mandelbrot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mandelbrot ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /workspace/source/plugins/mandelbrot/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mandelbrot ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mandelbrot ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mandelbrot ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ mandelbrot ---
[INFO] Building jar: /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ mandelbrot ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ mandelbrot ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ mandelbrot ---
[INFO] Building jar: /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ mandelbrot ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ mandelbrot ---
[INFO] Installing /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/mandelbrot/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ----------------< ca.bc.gov.open.cpf.plugins:map-tile >-----------------
[INFO] Building Map Tile Plug-in 7b72f92 [14/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ map-tile ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ map-tile ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ map-tile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ map-tile ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /workspace/source/plugins/map-tile/target/classes
[INFO] /workspace/source/plugins/map-tile/src/main/java/ca/bc/gov/open/cpf/plugins/maptile/MapTileByLocation.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/plugins/map-tile/src/main/java/ca/bc/gov/open/cpf/plugins/maptile/MapTileByLocation.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ map-tile ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ map-tile ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ map-tile ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ map-tile ---
[INFO] Building jar: /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ map-tile ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ map-tile ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ map-tile ---
[INFO] Building jar: /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ map-tile ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ map-tile ---
[INFO] Installing /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/map-tile/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Concurrent Processing Framework 7b72f92:
[INFO]
[INFO] Concurrent Processing Framework .................... SUCCESS [ 4.810 s]
[INFO] Concurrent Processing Framework Business Application Plugin API SUCCESS [ 9.037 s]
[INFO] Concurrent Processing Framework Client Java API .... SUCCESS [ 8.362 s]
[INFO] Concurrent Processing Framework Application Java API SUCCESS [ 5.719 s]
[INFO] Concurrent Processing Framework API Worker ......... SUCCESS [ 1.809 s]
[INFO] Concurrent Processing Framework Base WAR Web Application SUCCESS [ 4.754 s]
[INFO] Concurrent Processing Framework Base WAR Worker .... SUCCESS [ 3.082 s]
[INFO] CPF Plug-in Maven Arechtype ........................ SUCCESS [ 1.621 s]
[INFO] Concurrent Processing Framework Archetype Web ...... SUCCESS [ 0.889 s]
[INFO] CPF Test Plugins ................................... SUCCESS [ 1.247 s]
[INFO] Digest Plug-in ..................................... SUCCESS [ 1.863 s]
[INFO] Geometry Validation Plug-in ........................ SUCCESS [ 1.162 s]
[INFO] Mandelbrot Plug-in ................................. SUCCESS [ 1.183 s]
[INFO] Map Tile Plug-in ................................... SUCCESS [ 1.179 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 47.206 s
[INFO] Finished at: 2024-01-12T23:51:02Z
[INFO] ------------------------------------------------------------------------

@cpf-bc
Copy link

cpf-bc commented Jan 12, 2024

"sequenceNumber","resultNumber","yourId","fullAddress","intersectionName","score","matchPrecision","precisionPoints","faults","siteName","unitDesignator","unitNumber","unitNumberSuffix","civicNumber","civicNumberSuffix","streetName","streetType","isStreetTypePrefix","streetDirection","isStreetDirectionPrefix","streetQualifier","localityName","localityType","electoralArea","provinceCode","location","locationPositionalAccuracy","locationDescriptor","siteID","blockID","intersectionID","fullSiteDescriptor","accessNotes","siteStatus","siteRetireDate","changeDate","isOfficial","degree","executionTime","sid"
1,1,"00002-civicAddressWithCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.328,3570324
2,1,"00003-civicAddressWithCivicNumberSuffix","4251A Rockbank Pl, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4251","A","Rockbank","Pl","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2420986 49.3459404)","high","parcelPoint","1602fb07-a355-4dba-923b-2d01828da908",342044,,,,"active","9999-12-31","2024-01-10","true",,0.533,2714851
3,1,"00004-civicAddressWithOrdinalCivicNumberSuffix","749E Lakeview Arrow Creek Rd, Wynndel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"749","E","Lakeview Arrow Creek","Rd","false",,"false",,"Wynndel","Community","RDCK Electoral Area C","BC","SRID=4326;POINT(-116.5097552 49.154316)","high","parcelPoint","17f369ca-c67a-429e-9ed4-3d5745527478",2512792,,,,"active","9999-12-31","2024-01-10","true",,10.123,1073929
4,1,"00005-civicAddressWithStreetDirection","456 Gorge Rd E, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","3e3a858f-fd64-4a22-b2b3-1a2aded10821",304977,,,,"active","9999-12-31","2024-01-10","true",,0.135,3001643
5,1,"00006-civicAddressWithoutStreetDirection","1804 Cedar Dr, Squamish, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1804",,"Cedar","Dr","false",,"false",,"Squamish","District Municipality",,"BC","SRID=4326;POINT(-123.1352813 49.6988427)","high","parcelPoint","0b4642e2-9b6f-4c43-9ff2-6e556a743d33",173758,,,,"active","9999-12-31","2024-01-10","true",,0.266,1018699
6,1,"00007-civicAddressWithPrefixStreetDirection","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","87557b8c-d70a-446e-aa39-fc792ca38f5d",103530,,,,"active","9999-12-31","2024-01-10","true",,0.185,4174579
7,1,"00008-civicAddressWithStreetNameContainingDirectionWord","947 North Park St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"947",,"North Park","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3566146 48.4293207)","high","parcelPoint","6d8a2c8a-0bc0-4b9c-a497-0ac3a164726f",512719,,,,"active","9999-12-31","2024-01-10","true",,64.181,3897960
8,1,"00009-CivicAddressWithAbbreviatedStreetName","Stelly's Cross Rd, Central Saanich, BC",,78,"STREET",78,"[]",,,,,,,"Stelly's Cross","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4390875 48.579717)","coarse","streetPoint",,,,,,"active",,,"true",,0.576,
9,1,"00010-CivicAddressWithAbbreviatedStreetName","3928 Cedar Hill Cross Rd, Saanich, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3928",,"Cedar Hill Cross","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3477591 48.4659559)","high","parcelPoint","9dbb96f5-72e3-449f-b9b8-d7dc01c010ca",384645,,,,"active","9999-12-31","2024-01-10","true",,24.04,3290984
10,1,"00011-CivicAddressWithAbbreviatedLocalityName","7495 Columbia Ave, Radium Hot Springs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7495",,"Columbia","Ave","false",,"false",,"Radium Hot Springs","Village",,"BC","SRID=4326;POINT(-116.0777622 50.6205387)","high","parcelPoint","393446ef-bb07-490d-8855-25de00808655",338710,,,,"active","9999-12-31","2024-01-10","true",,1.333,4184338
11,1,"00012-civicAddressWithoutProvinceCode","2050 SW Marine Dr, Vancouver, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","87557b8c-d70a-446e-aa39-fc792ca38f5d",103530,,,,"active","9999-12-31","2024-01-10","true",,0.188,4174579
12,1,"00013-civicAddressWithProvinceName","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","87557b8c-d70a-446e-aa39-fc792ca38f5d",103530,,,,"active","9999-12-31","2024-01-10","true",,0.192,4174579
13,1,"00014-civicAddressWithoutUnit","10372 99 St, Taylor, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10372",,"99","St","false",,"false",,"Taylor","District Municipality",,"BC","SRID=4326;POINT(-120.6811336 56.1548566)","high","parcelPoint","4338a626-d295-4be1-bd04-4bc1dd72e1a3",238496,,,,"active","9999-12-31","2024-01-10","true",,2.163,3682455
14,1,"00015-civicAddressWithUnitWithoutUnitDesignator","UNIT 170 -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","a15fcb2e-bce0-4aab-969c-7ef97d212df4",2400007,,"UNIT 170",,"active","9999-12-31","2024-01-10","true",,16.713,4363977
15,1,"00016-civicAddressWithUnitAfterStreetType","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","14d4a799-e565-4d99-8eee-9337b10bcbfe",2400134,,"UNIT 418",,"active","9999-12-31","2024-01-10","true",,0.688,2064187
16,1,"00017-civicAddressWithUnitBeforeCivicNumber","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","14d4a799-e565-4d99-8eee-9337b10bcbfe",2400134,,"UNIT 418",,"active","9999-12-31","2024-01-10","true",,0.4,2064187
17,1,"00018-civicAddressWithUnitBeforeCivicNumberandWithoutFrontGate","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","14d4a799-e565-4d99-8eee-9337b10bcbfe",2400134,,"UNIT 418",,"active","9999-12-31","2024-01-10","true",,0.153,2064187
18,1,"00019-civicAddressWithUnitandKnownSiteName","UNIT 170 DOUGLAS COLLEGE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOUGLAS COLLEGE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","a15fcb2e-bce0-4aab-969c-7ef97d212df4",2400007,,"UNIT 170 DOUGLAS COLLEGE",,"active","9999-12-31","2024-01-10","true",,10.997,4363977
19,1,"00020-civicAddressWithSiteName","Anahim Lake Airport -- Anahim Lake, BC",,100,"SITE",100,"[]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,1.242,4366574
20,1,"00021-civicAddressWithPartialSiteName","Anahim Lake Airport -- Anahim Lake, BC",,95,"SITE",100,"[SITE_NAME.partialMatch:5]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,1.031,4366574
21,1,"00022-civicAddressWithSiteNameAndMissingCivicNumber","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.147,
22,1,"00023-civicAddressWithNumberForStreetName","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","2a6ec764-5497-49da-bd15-ee5aca62c4b1",241168,,,,"active","9999-12-31","2024-01-10","true",,33.923,1453435
23,1,"00024-civicAddressWithUnitNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.164,
24,1,"00025-CivicNumberWithHighwayStreetName","4390 Hwy 33, Beaverdell, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4390",,"33","Hwy","true",,"false",,"Beaverdell","Community","RDKB Electoral Area E (West Boundary)","BC","SRID=4326;POINT(-119.0335607 49.3035999)","high","parcelPoint","7d589e91-b123-43a6-b8c1-38e731ba8b3a",571497,,,,"active","9999-12-31","2024-01-10","true",,2.076,4097984
25,1,"00026-CivicAddressWithoutProvinceCode","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.128,3570324
26,1,"00027-CivicAddressWithoutLocality","525 Superior St, Victoria, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY.missing:10]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.557,3570324
27,1,"00028-CivicAddressWithoutStreetName","Kamloops, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3391667 50.6755556)","coarse","localityPoint",,,,,,"active",,,"true",,0.502,
28,1,"00029-CivicAddressWithoutStreetType","661A Market Hill, Vancouver, BC",,94,"CIVIC_NUMBER",100,"[STREET_TYPE.missing:6]",,,,,"661","A","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","bfa0e618-c415-45af-b25e-7fdde000a2b8",265705,,,,"active","9999-12-31","2024-01-10","true",,1.925,1154850
29,1,"00030-CivicAddressWithoutStreetDirection","456 Gorge Rd E, Victoria, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","3e3a858f-fd64-4a22-b2b3-1a2aded10821",304977,,,,"active","9999-12-31","2024-01-10","true",,1.705,3001643
30,1,"00031-CivicAddressWithoutCivicNumber","Superior St, Victoria, BC",,78,"STREET",78,"[]",,,,,,,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3742047 48.4187396)","coarse","streetPoint",,,,,,"active",,,"true",,0.098,
31,1,"00032-CivicAddressWithUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","70fc0ac1-dd7b-47d9-a3d8-ac554e684d41",423686,,"UNIT 128",,"active","9999-12-31","2024-01-10","true",,0.244,1897827
32,1,"00033-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","70fc0ac1-dd7b-47d9-a3d8-ac554e684d41",423686,,"UNIT 128",,"active","9999-12-31","2024-01-10","true",,0.468,1897827
33,1,"00034-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","70fc0ac1-dd7b-47d9-a3d8-ac554e684d41",423686,,"UNIT 128",,"active","9999-12-31","2024-01-10","true",,0.491,1897827
34,1,"00035-CivicAddressWithoutUnitDesignator","850 Saucier Ave, Kelowna, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","49bf8308-6d90-48f4-bed7-450142ae239f",423686,,,,"active","9999-12-31","2024-01-10","true",,0.396,3801227
35,1,"00036-CivicAddressWithoutUnitNumber","UNIT -- 850 Saucier Ave, Kelowna, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"UNIT",,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","49bf8308-6d90-48f4-bed7-450142ae239f",423686,,"UNIT",,"active","9999-12-31","2024-01-10","true",,1.998,3801227
36,1,"00037-CivicAddressWithoutUnitNumber","APT -- 1359 Porlier Pass Rd, Galiano Island, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"APT",,,"1359",,"Porlier Pass","Rd","false",,"false",,"Galiano Island","Unknown","CAPRD Southern Gulf Islands Electoral Area","BC","SRID=4326;POINT(-123.3619085 48.8934868)","medium","parcelPoint","06a463f3-3a41-4898-bbb0-bc191dddac1d",2652387,,"APT",,"active","9999-12-31","2024-01-10","true",,1.678,8004937
37,1,"00038-CivicAddressWithoutLocalityProvinceCode","3520 Wentworth Ave, West Vancouver, BC",,89,"CIVIC_NUMBER",100,"[LOCALITY.missing:10, PROVINCE.missing:1]",,,,,"3520",,"Wentworth","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2152473 49.3466751)","high","parcelPoint","7baf0aee-ba14-48cf-bbe4-8a9088194c43",570447,,,,"active","9999-12-31","2024-01-10","true",,5.283,2836372
38,1,"00039-CivicAddressWithUnitAttachedToCivicNumber","Lorne St, Kamloops, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lorne","St","false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3275514 50.6782177)","coarse","streetPoint",,,,,,"active",,,"true",,9.898,
39,1,"00040-CivicAddressWithNonNumeric CivicNumber","A-B Connector Rd, Richmond, BC",,70,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:1, STREET_TYPE.notMatched:3, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"A-B Connector","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1809151 49.1921731)","coarse","streetPoint",,,,,,"active",,,"true",,166.858,
40,1,"00041-CivicAddressSwappedCharactersInSiteName","Anahim Lake Airport -- Anahim Lake, BC",,97,"SITE",100,"[SITE_NAME.partialMatch:3]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,20.895,4366574
41,1,"00042-CivicAddressSwappedCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","a22e5b32-1a02-4c0b-9f27-1012a330f959",233893,,,,"active","9999-12-31","2024-01-10","true",,25.261,3286476
42,1,"00043-CivicAddressSwappedCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","a22e5b32-1a02-4c0b-9f27-1012a330f959",233893,,,,"active","9999-12-31","2024-01-10","true",,119.672,3286476
43,1,"00044-CivicAddressSwappedCharactersInStreetNameLocality","30 Firth Cres, Mackenzie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2, STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","a22e5b32-1a02-4c0b-9f27-1012a330f959",233893,,,,"active","9999-12-31","2024-01-10","true",,165.958,3286476
44,1,"00045-CivicAddressWrongCharacterInSiteName","Anahim Lake Airport -- Anahim Lake, BC",,97,"SITE",100,"[SITE_NAME.partialMatch:3]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,35.988,4366574
45,1,"00046-CivicAddressWrongCharacterInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","a22e5b32-1a02-4c0b-9f27-1012a330f959",233893,,,,"active","9999-12-31","2024-01-10","true",,210.172,3286476
46,1,"00047-CivicAddressWrongCharacterInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","a22e5b32-1a02-4c0b-9f27-1012a330f959",233893,,,,"active","9999-12-31","2024-01-10","true",,100.085,3286476
47,1,"00048-CivicAddressMissingWordInSiteName","Anahim Lake Airport -- Anahim Lake, BC",,98,"SITE",100,"[SITE_NAME.partialMatch:2]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,2.43,4366574
48,1,"00049-CivicAddressWrongWordInStreetName","6006 Happy Valley Rd, Summerland, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","9f7b9c77-a752-4398-9068-1f91ec0e46fa",61656,,,,"active","9999-12-31","2024-01-10","true",,1.227,2052236
49,1,"00050-CivicAddressMissingFirstWordInStreetName","Valleyview Rd, Penticton, BC",,72,"STREET",78,"[STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Valleyview","Rd","false",,"false",,"Penticton","City",,"BC","SRID=4326;POINT(-119.5742878 49.4516623)","coarse","streetPoint",,,,,,"active",,,"true",,143.033,
50,1,"00051-CivicAddressMissingFirstWordInLocalityName","UNIT 1323 -- 5 Gore Ave, Vancouver, BC",,86,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_NAME.spelledWrong:2, STREET_TYPE.notPrefix:0]",,"UNIT","1323",,"5",,"Gore","Ave","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0979684 49.2846438)","low","accessPoint",,105284,,"UNIT 1323",,"active",,,"true",,50.369,
51,1,"00052-CivicAddressMissingFirstWordInSiteName","Anahim Lake Airport -- Anahim Lake, BC",,98,"SITE",100,"[SITE_NAME.partialMatch:2]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,25.288,4366574
52,1,"00053-CivicAddressMissingCharactersInSiteName","Anahim Lake Airport -- Anahim Lake, BC",,97,"SITE",100,"[SITE_NAME.partialMatch:3]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,25.407,4366574
53,1,"00054-CivicAddressWrongWordInStreetName","Community Center Rd, Grand Forks, BC",,78,"STREET",78,"[]",,,,,,,"Community Center","Rd","false",,"false",,"Grand Forks","City",,"BC","SRID=4326;POINT(-118.4881692 49.0174056)","coarse","streetPoint",,,,,,"active",,,"true",,0.852,
54,1,"00055-CivicAddressMissingCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","a22e5b32-1a02-4c0b-9f27-1012a330f959",233893,,,,"active","9999-12-31","2024-01-10","true",,79.976,3286476
55,1,"00056-CivicAddressMissingCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","a22e5b32-1a02-4c0b-9f27-1012a330f959",233893,,,,"active","9999-12-31","2024-01-10","true",,83.401,3286476
56,1,"00057-CivicAddressWrongAbbreviationInLocality","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","bd75b819-164b-46b7-8229-544c7adc6038",484911,,,,"active","9999-12-31","2024-01-10","true",,8.97,1860086
57,1,"00058-CivicAddressWrongProvinceCode","30 Firth Cres, Mackenzie, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.notMatched:1]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","a22e5b32-1a02-4c0b-9f27-1012a330f959",233893,,,,"active","9999-12-31","2024-01-10","true",,1.414,3286476
58,1,"00059-CivicAddressWrongLocality","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.partialMatch:1]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","5f133e65-eab4-49bc-951a-1aa065a2f2f6",240295,,,,"active","9999-12-31","2024-01-10","true",,2.817,3951760
59,1,"00060-CivicAddressWrongStreetType","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[STREET_TYPE.notMatched:3]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","5f133e65-eab4-49bc-951a-1aa065a2f2f6",240295,,,,"active","9999-12-31","2024-01-10","true",,4.174,3951760
60,1,"00061-CivicAddressWrongStreetDirection","456 Gorge Rd E, Victoria, BC",,97,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2, PROVINCE.missing:1]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","3e3a858f-fd64-4a22-b2b3-1a2aded10821",304977,,,,"active","9999-12-31","2024-01-10","true",,1.254,3001643
61,1,"00062-CivicAddressMispelledStreetName","952 Comox Ave, Prince Rupert, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","5f133e65-eab4-49bc-951a-1aa065a2f2f6",240295,,,,"active","9999-12-31","2024-01-10","true",,42.111,3951760
62,1,"00063-CivicAddressWithMisplacedStreetDirection","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","2a6ec764-5497-49da-bd15-ee5aca62c4b1",241168,,,,"active","9999-12-31","2024-01-10","true",,29.626,1453435
63,1,"00064-CivicAddressWithMisplacedStreetDirection","2186 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notSuffix:0]",,,,,"2186",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1585049 49.2182009)","high","parcelPoint","f60f378d-d368-4fc9-808f-71bbf5d25e08",104099,,,,"active","9999-12-31","2024-01-10","true",,7.484,2902304
64,1,"00065-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","3a46cfc8-4940-4ce7-b43c-823e1f2517ce",2646210,,,,"active","9999-12-31","2024-01-10","true",,67.666,3393400
65,1,"00066-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","3a46cfc8-4940-4ce7-b43c-823e1f2517ce",2646210,,,,"active","9999-12-31","2024-01-10","true",,42.427,3393400
66,1,"00067-CivicAddressWithMisplacedStreetType","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","8d21100f-baca-4a48-b86c-c055acfc87a2",2435948,,,,"active","9999-12-31","2024-01-10","true",,4.487,2287750
67,1,"00069-CivicAddressWithUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","8d21100f-baca-4a48-b86c-c055acfc87a2",2435948,,,,"active","9999-12-31","2024-01-10","true",,52.67,2287750
68,1,"00070-CivicAddressWithUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","ef2a6385-b1f0-45d7-aec4-2b062fbfa67b",323579,,,,"active","9999-12-31","2024-01-10","true",,32.8,1239002
69,1,"00071-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","8d21100f-baca-4a48-b86c-c055acfc87a2",2435948,,,,"active","9999-12-31","2024-01-10","true",,77.69,2287750
70,1,"00072-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notPrefix:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","ef2a6385-b1f0-45d7-aec4-2b062fbfa67b",323579,,,,"active","9999-12-31","2024-01-10","true",,35.443,1239002
71,1,"00073-CivicAddressUnknownLocality","626 Lindley Dr, West Kelowna, BC",,93,"BLOCK",99,"[LOCALITY.spelledWrong:2, LOCALITY.isAlias:4]",,,,,"626",,"Lindley","Dr","false",,"false",,"West Kelowna","Unknown","RDCO Central Okanagan West Electoral Area","BC","SRID=4326;POINT(-119.5404528 49.8943439)","low","accessPoint",,571162,,,,"active",,,"true",,8.722,
72,1,"00074-CivicAddressUnknownStreetDirection","456 Gorge Rd E, Victoria, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","3e3a858f-fd64-4a22-b2b3-1a2aded10821",304977,,,,"active","9999-12-31","2024-01-10","true",,1.757,3001643
73,1,"00075-CivicAddressUnknownStreetType","561 Salmon Rd, Central Saanich, BC",,96,"BLOCK",99,"[STREET_TYPE.notMatched:3]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,7.783,
74,1,"00076-CivicAddressUnknownStreetName","561 Salmon Rd, Central Saanich, BC",,97,"BLOCK",99,"[STREET_NAME.spelledWrong:2]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,244.057,
75,1,"00077-CivicAddressUnknownCivicNumber","Hwy 97B SE, Salmon Arm, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"97B","Hwy","true","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2201925 50.6811245)","coarse","streetPoint",,,,,,"active",,,"true",,138.4,
76,1,"00078-CivicAddressUnknownUnitDescriptor","UNIT 128 ABODE -- 850 Saucier Ave, Kelowna, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]","ABODE","UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","70fc0ac1-dd7b-47d9-a3d8-ac554e684d41",423686,,"UNIT 128 ABODE",,"active","9999-12-31","2024-01-10","true",,0.431,1897827
77,1,"00079-CivicAddressStreetDirectionForUndirectedStreet","109 Quarry Dr, Salt Spring Island, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2]",,,,,"109",,"Quarry","Dr","false",,"false",,"Salt Spring Island","Unknown","CAPRD Saltspring Island Electoral Area","BC","SRID=4326;POINT(-123.5626031 48.8754044)","high","parcelPoint","3ff67493-1cb0-44c5-9d35-0a90de323a8e",2402870,,,,"active","9999-12-31","2024-01-10","true",,12.862,2688433
78,1,"00080-CivicAddressWithMailBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.677,3570324
79,1,"00081-CivicAddressWithMailBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.702,3570324
80,1,"00082-CivicAddressWithBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.602,3570324
81,1,"00083-CivicAddressWithBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.63,3570324
82,1,"00084-CivicAddressWithCompAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.809,3570324
83,1,"00085-CivicAddressWithCompAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.606,3570324
84,1,"00086-CivicAddressWithLcdAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.818,3570324
85,1,"00087-CivicAddressWithLcdAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.595,3570324
86,1,"00088-CivicAddressWithPostalCodeAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.605,3570324
87,1,"00089-CivicAddressWithPostalCodeAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.606,3570324
88,1,"00090-CivicAddressWithRuralRouteAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.614,3570324
89,1,"00091-CivicAddressWithRuralRouteAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.929,3570324
90,1,"00092-CivicAddressWithRuralRouteStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.946,3570324
91,1,"00093-CivicAddressWithRuralRouteStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.944,3570324
92,1,"00094-CivicAddressWithUnabbreviatedRuralRoute","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.916,3570324
93,1,"00095-CivicAddresswithPostBoxStnNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,2.324,
94,1,"00096-CivicAddressWithPostBoxStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.891,3570324
95,1,"00097-CivicAddressWithPostBoxStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.945,3570324
96,1,"00098-CivicAddresswithPostBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.916,
97,1,"00099-CivicAddressWithPostBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.891,3570324
98,1,"00100-CivicAddressWithPostBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.797,3570324
99,1,"00101-CivicAddresswithBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.731,
100,1,"00102-CivicAddressWithBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.751,3570324
101,1,"00103-CivicAddressWithBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.622,3570324
102,1,"00104-CivicAddressWithFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","9e10a9fd-9011-479e-925e-4016d4bd7186",296321,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,10.76,4260507
103,1,"00105-CivicAddressWithReverseFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","9e10a9fd-9011-479e-925e-4016d4bd7186",296321,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,27.568,4260507
104,1,"00106-CivicAddressWithUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","9e10a9fd-9011-479e-925e-4016d4bd7186",296321,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,10.079,4260507
105,1,"00107-CivicAddressWithReverseUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","9e10a9fd-9011-479e-925e-4016d4bd7186",296321,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,41.015,4260507
106,1,"00108-SimpleInterpolatedCivicAddress","5742 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5742",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0134698 49.2299803)","low","accessPoint",,2586590,,,,"active",,,"true",,0.2,
107,1,"00109-AdaptiveInterpolatedCivicAddress","5686 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5686",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0168146 49.2298375)","low","accessPoint",,2586590,,,,"active",,,"true",,0.134,
108,1,"00110-CivicAddressWithKnownCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.154,3570324
109,1,"00111-CivicAddressWithKnownMainEntrance","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.13,3570324
110,1,"00112-CivicAddressWithKnownParcelPoint","5706 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5706",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0159456 49.2298132)","high","parcelPoint","069640f2-1a5d-4af9-b4ee-ea46412b6d84",2586590,,,,"active","9999-12-31","2024-01-10","true",,0.131,3914830
111,1,"00113-CivicAddressWithKnownFrontDoorAndUnknownParcelPoint","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.158,
112,1,"00114-CivicAddressWithUnKnownFrontDoorAndKnownParcelPoint","5712 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5712",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0156988 49.2298087)","high","parcelPoint","cd746e85-42ea-478c-990f-fa132fec99b1",2586590,,,,"active","9999-12-31","2024-01-10","true",,0.092,3530385
113,1,"00115-IntersectionAddressWithTwoStreetsInAscendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"35c8c348-5110-4061-86a8-f1bb6438f718",,,"active",,,"true",4,57.443,
114,1,"00116-IntersectionAddressWithTwoStreetsInDescendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"35c8c348-5110-4061-86a8-f1bb6438f718",,,"active",,,"true",4,47.462,
115,1,"00117-IntersectionAddressWithFourStreets","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"2113a7d6-866d-4779-889e-e82d616814ef",,,"active",,,"true",5,1635.232,
116,1,"00118-IntersectionAddressWithStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"c42e0640-c737-4ba8-8011-e98fef631426",,,"active",,,"true",3,1.107,
117,1,"00119-IntersectionAddressWithMissingStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"c42e0640-c737-4ba8-8011-e98fef631426",,,"active",,,"true",3,0.414,
118,1,"00120-IntersectionAddressWithoutStreetDirection","Begbie St and Johnson St, Victoria, BC","Begbie St and Johnson St",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3419611 48.4272692)","high","intersectionPoint",,,"ff8d4c82-8af8-42ed-a2dd-e27e5f401e0a",,,"active",,,"true",3,4.401,
119,1,"00121-IntersectionAddressWithPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"979a2380-c93f-477b-876d-ce8d0f6d8387",,,"active",,,"true",3,6.526,
120,1,"00122-IntersectionAddressWithMissingPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2, STREET_DIRECTION.notSuffix:0]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"979a2380-c93f-477b-876d-ce8d0f6d8387",,,"active",,,"true",3,2.501,
121,1,"00123-IntersectionAddressWithPrefixStreetDirectionAndStreetNameContainingDirectionWord","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.11,
122,1,"00124-IntersectionAddressWithoutProvinceCode","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",99,"INTERSECTION",100,"[PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"3e03f42f-941d-46b0-91f6-e9f806f86b54",,,"active",,,"true",4,0.355,
123,1,"00125-IntersectionAddressWithProvinceName","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"3e03f42f-941d-46b0-91f6-e9f806f86b54",,,"active",,,"true",4,1.367,
124,1,"00126-IntersectionAddressWrongLocality","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",93,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, LOCALITY.isAlias:4]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"2113a7d6-866d-4779-889e-e82d616814ef",,,"active",,,"true",5,5.216,
125,1,"00127-IntersectionAddressWrongStreetType","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",85,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"2113a7d6-866d-4779-889e-e82d616814ef",,,"active",,,"true",5,39.224,
126,1,"00128-IntersectionAddressWrongStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"2113a7d6-866d-4779-889e-e82d616814ef",,,"active",,,"true",5,42.936,
127,1,"00129-IntersectionAddressUnknownLocality","George Junction, Surrey, BC",,60,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_NAME.spelledWrong:2, FAULTS.tooMany:6]",,,,,,,"George Junction",,"false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8436983 49.1816386)","coarse","streetPoint",,,,,,"active",,,"true",,70.618,
128,1,"00130-IntersectionAddressUnknownStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"2113a7d6-866d-4779-889e-e82d616814ef",,,"active",,,"true",5,40.272,
129,1,"00131-IntersectionAddressStreetDirectionForUndirectedStreet","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"3e03f42f-941d-46b0-91f6-e9f806f86b54",,,"active",,,"true",4,1.702,
130,1,"00132-CivicAddressNumberedStreetWithoutTH","955 13th Ave, Valemount, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"955",,"13th","Ave","false",,"false",,"Valemount","Village",,"BC","SRID=4326;POINT(-119.2562088 52.8244902)","high","parcelPoint","fa684cbc-7ec9-4ed0-a0fc-5ace2cffe286",2657065,,,,"active","9999-12-31","2024-01-10","true",,6.014,3340468
131,1,"00133-Street","Wells Rd, Chilliwack, BC",,78,"STREET",78,"[]",,,,,,,"Wells","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9710217 49.1348039)","coarse","streetPoint",,,,,,"active",,,"true",,0.315,
132,1,"00134-CivicAddressFailedInPast","1090 Marine Dr, Port Alice, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1090",,"Marine","Dr","false",,"false",,"Port Alice","Village",,"BC","SRID=4326;POINT(-127.4882951 50.4256588)","high","parcelPoint","6194da8b-26f8-4473-acdd-56bacf812d73",386923,,,,"active","9999-12-31","2024-01-10","true",,3.657,2035733
133,1,"00135-CivicAddressFailedInPast","1772 Hwy 97, 70 Mile House, BC",,100,"CIVIC_NUMBER",100,"[STREET_NAME.isHighwayAlias:0]",,,,,"1772",,"97","Hwy","true",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.388392 51.3175653)","high","parcelPoint","89bb7490-d231-41bb-ac82-8aec8a3cce14",485724,,,,"active","9999-12-31","2024-01-10","true",,15.467,3833822
134,1,"00136-CivicAddressFailedInPast","3545 Prince Edward St, Vancouver, BC",,99,"BLOCK",99,"[]",,,,,"3545",,"Prince Edward","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0966457 49.2534421)","low","accessPoint",,105930,,,,"active",,,"true",,6.127,
135,1,"00137-CivicAddressFailedInPast","671D Market Hill, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"671","D","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","1d92b27f-ac2d-4013-baa1-fb97c2142938",265705,,,,"active","9999-12-31","2024-01-10","true",,0.16,2290321
136,1,"00138-CivicAddressFailedInPast","100 Mile House, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"100 Mile House","District Municipality",,"BC","SRID=4326;POINT(-121.2955555 51.6425)","coarse","localityPoint",,,,,,"active",,,"true",,2.328,
137,1,"00139-CivicAddressFailedInPast","Willow Dr, 70 Mile House, BC",,78,"STREET",78,"[]",,,,,,,"Willow","Dr","false",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3940095 51.3174337)","coarse","streetPoint",,,,,,"active",,,"true",,5.33,
138,1,"00140-CivicAddressFailedInPast","Gorge Bridge and Gorge Bridge, Esquimalt, BC","Gorge Bridge and Gorge Bridge",88,"INTERSECTION",100,"[STREET_QUALIFIER.missing:1, LOCALITY.missing:10, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.4003273 48.4462962)","high","intersectionPoint",,,"c6599a5c-b82e-491a-9ec2-c85e8f1321da",,,"active",,,"true",2,10.775,
139,1,"00141-CivicAddressFailedInPast","Vancouver, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1138889 49.2608333)","coarse","localityPoint",,,,,,"active",,,"true",,0.287,
140,1,"00142-CivicAddressNotInAnyAddressRange","Commercial Dr, Dease Lake, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Commercial","Dr","false",,"false",,"Dease Lake","Community","RDKS Electoral Area F","BC","SRID=4326;POINT(-129.9874801 58.4338875)","coarse","streetPoint",,,,,,"active",,,"true",,70.054,
141,1,"00143-CivicAddressStreetNameNotPrimary","1271 Winchester Rd, Qualicum Beach, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"1271",,"Winchester","Rd","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4501346 49.292)","high","parcelPoint","663e36c6-d1ca-40ba-a521-4a70737d9b8c",1897789,,,,"active","9999-12-31","2024-01-10","true",,0.224,3631023
142,1,"00144-CivicAddressWithHashCharacter","UNIT 1 -- 2145 Phillips Rd, Sooke, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"2145",,"Phillips","Rd","false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7064698 48.3865487)","high","rooftopPoint","f332263d-d673-4716-9357-96d567245279",307630,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,10.981,2995850
143,1,"00145-CivicAddressWithProvinceCode","3010 Wood Ave, Armstrong, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3010",,"Wood","Ave","false",,"false",,"Armstrong","City",,"BC","SRID=4326;POINT(-119.1984008 50.4504501)","high","parcelPoint","ba22f5de-a6df-4f8d-a5f5-8cec51f5e9a5",2638910,,,,"active","9999-12-31","2024-01-10","true",,0.191,2117684
144,1,"00146-InterpolatedAccessPtOnEmptyBlock","527 Superior St, Victoria, BC",,99,"BLOCK",99,"[]",,,,,"527",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708816 48.4180902)","low","accessPoint",,296337,,,,"active",,,"true",,0.125,
145,1,"00147-InterpolatedAccessPtOnBlockWithAccessPtSites","388 Campbell St, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"388",,"Campbell","St","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.6886073 48.7789468)","low","accessPoint",,279783,,,,"active",,,"true",,0.161,
146,1,"00148-InterpolatedAccessPtOnBlockWithParcelPtSites","3484 Auchinachie Rd, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"3484",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7462283 48.7957275)","low","accessPoint",,386280,,,,"active",,,"true",,0.137,
147,1,"00149-AccessPtForAccessPtSite","30 Firth Cres, Mackenzie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","a22e5b32-1a02-4c0b-9f27-1012a330f959",233893,,,,"active","9999-12-31","2024-01-10","true",,0.124,3286476
148,1,"00150-AccessPtForHighAccuracyParcelPtSite","3482 Auchinachie Rd, Duncan, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3482",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.746139 48.7955143)","high","parcelPoint","ab82f759-2d9c-491c-a85c-388f9a7a6b4b",386280,,,,"active","9999-12-31","2024-01-10","true",,0.134,3403909
149,1,"00151-AccessPtForMediumAccuracyParcelPtSite","5670 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5670",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0166701 49.2295564)","high","parcelPoint","04bc8a6b-8a57-4e9f-b1d0-22fb06f802b8",2586590,,,,"active","9999-12-31","2024-01-10","true",,0.13,3278101
150,1,"00152-CivicAddressFailedInPast","6006 Happy Valley Rd, Summerland, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","9f7b9c77-a752-4398-9068-1f91ec0e46fa",61656,,,,"active","9999-12-31","2024-01-10","true",,1.315,2052236
151,1,"00153-CivicAddressFailedInPast","848 Esquimalt Rd, Esquimalt, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"848",,"Esquimalt","Rd","false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.39794 48.432112)","high","parcelPoint","a6b9bbdb-c607-42a5-a214-7e3fe420bd48",296065,,,,"active","9999-12-31","2024-01-10","true",,0.135,3617740
152,1,"00156-CivicAddressInWrongLocation","4427 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4427",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4162969 49.8219851)","high","rooftopPoint","a29e23d9-e514-45ca-8551-3e48c5db7e21",345026,,,,"active","9999-12-31","2024-01-10","true",,0.069,3723542
153,1,"00157-CivicAddressInWrongLocation","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","be6d5e04-1005-48aa-8576-decd96356497",535086,,,,"active","9999-12-31","2024-01-10","true",,0.109,3492892
154,1,"00158-CivicAddressWithUnescapedSpecialCharacter","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","be6d5e04-1005-48aa-8576-decd96356497",535086,,,,"active","9999-12-31","2024-01-10","true",,0.11,3492892
155,1,"00159-CivicAddressWithNegativeScore","Sooke, BC",,48,"LOCALITY",68,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12, LOCALITY.isAlias:4, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7316667 48.3825)","coarse","localityPoint",,,,,,"active",,,"true",,16.436,
156,1,"00160-CivicAddressWithCivicNumberTreatedAsCivicNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.139,
157,1,"00161-NonCivicAddressWithKnownSiteName","Anahim Lake Airport -- Anahim Lake, BC",,100,"SITE",100,"[]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,0.814,4366574
158,1,"00162-NonCivicAddressWithKnownSiteNameAndMissingStreet","Canal Bridge -- Pender Island, BC",,88,"SITE",100,"[SITE_NAME.partialMatch:5, SITE_NAME.spelledWrong:1, LOCALITY.isAlias:6]","Canal Bridge",,,,,,,,"false",,"false",,"Pender Island","Community",,"BC","SRID=4326;POINT(-123.2573411 48.7649398)","low",,"87b5ecf0-7803-4377-82de-cf42788127ad",,,"Canal Bridge",,"active","9999-12-31","2024-01-10","true",,14.539,2858895
159,1,"00163-NonCivicAddressWithKnownSiteNameandProvince","Anahim Lake Airport -- Anahim Lake, BC",,90,"SITE",100,"[LOCALITY.missing:10]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,2.337,4366574
160,1,"00164-NonCivicAddressWithHwyNameAlias","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.089,
161,1,"00165-CivicAddressWithFractionalCivicNumberSuffix","535 1/2 Fisgard St, Victoria, BC",,98,"BLOCK",99,"[CIVIC_NUMBER_SUFFIX.notMatched:1]",,,,,"535","1/2","Fisgard","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3683677 48.4293144)","low","accessPoint",,310522,,,,"active",,,"true",,0.508,
162,1,"00167-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","7932096b-e7a7-4019-89b8-9307f0002431",474314,,,,"active","9999-12-31","2024-01-10","true",,2.171,3478532
163,1,"00168-NumberedStreetNameWithEmbeddedBlanks","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","7932096b-e7a7-4019-89b8-9307f0002431",474314,,,,"active","9999-12-31","2024-01-10","true",,2.21,3478532
164,1,"00169-StreetNameWithGluedWords","2845 Cedar Hill Rd, Victoria, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"2845",,"Cedar Hill","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3452603 48.4424106)","high","parcelPoint","ca6246a3-177c-4faa-8a2a-f09d4a49ca0e",2660218,,,,"active","9999-12-31","2024-01-10","true",,0.845,3587951
165,1,"00170-LocalityNameWithGluedWords","1722 Elford Rd, Shawnigan Lake, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1722",,"Elford","Rd","false",,"false",,"Shawnigan Lake","Community","CVRD Electoral Area B (Shawnigan Lake)","BC","SRID=4326;POINT(-123.6193839 48.6458832)","high","parcelPoint","58308796-ad53-47aa-8156-c8d278fa1c6d",556151,,,,"active","9999-12-31","2024-01-10","true",,0.358,3545213
166,1,"00171-SiteNameWithGluedWords","Alexis Creek Airport -- Alexis Creek, BC",,87,"SITE",100,"[PROVINCE_GARBAGE.notAllowed:2, SITE_NAME.partialMatch:6, LOCALITY.isAlias:4, LOCALITY.partialMatch:1]","Alexis Creek Airport",,,,,,,,"false",,"false",,"Alexis Creek","Community",,"BC","SRID=4326;POINT(-123.261241 52.0649312)","high","parcelPoint","0c135080-3f6d-48cd-be3f-cea145b9fadb",,,"Alexis Creek Airport",,"active","9999-12-31","2024-01-10","true",,63.105,4356822
167,1,"00172-StreetNameWithMultipleSpellingMistakes","Omenica St, Kitimat, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omenica","St","false",,"false",,"Kitimat","District Municipality",,"BC","SRID=4326;POINT(-128.6597836 54.0442719)","coarse","streetPoint",,,,,,"active",,,"true",,4.869,
168,1,"00173-LocalityNameWithMultipleSpellingMistakes","Spallumcheen, BC",,66,"LOCALITY",68,"[LOCALITY.spelledWrong:2]",,,,,,,,,"false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2174999 50.4022222)","coarse","localityPoint",,,,,,"active",,,"true",,2.996,
169,1,"00174-SiteNameWithMultipleSpellingMistakes","Anahim Lake Airport -- Anahim Lake, BC",,96,"SITE",100,"[SITE_NAME.partialMatch:3, SITE_NAME.spelledWrong:1]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,56.851,4366574
170,1,"00175-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","7932096b-e7a7-4019-89b8-9307f0002431",474314,,,,"active","9999-12-31","2024-01-10","true",,3.851,3478532
171,1,"00178-StreetNameWithSplitWords","1985 Millstream Rd, Highlands, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","dc4fe51c-22cf-44c8-a302-c3e1fbb20462",2616626,,,,"active","9999-12-31","2024-01-10","true",,9.46,4153266
172,1,"00179-UnknownSiteNameWithFrontGate","OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","dc4fe51c-22cf-44c8-a302-c3e1fbb20462",2616626,,"OLD MILL STREAM MANOR",,"active","9999-12-31","2024-01-10","true",,0.928,4153266
173,1,"00180-UnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","dc4fe51c-22cf-44c8-a302-c3e1fbb20462",2616626,,,,"active","9999-12-31","2024-01-10","true",,30,4153266
174,1,"00181-UnknownUnitwithUnknownSiteNameWithFrontGate","APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","APT 101 OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","dc4fe51c-22cf-44c8-a302-c3e1fbb20462",2616626,,"APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2024-01-10","true",,2.273,4153266
175,1,"00182-UnknownUnitwithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","dc4fe51c-22cf-44c8-a302-c3e1fbb20462",2616626,,,,"active","9999-12-31","2024-01-10","true",,78.069,4153266
176,1,"00183-UnknownUnitAfterStreetWithUnknownSiteNameWithFrontGate","APT 101 APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,88,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]","APT 101 OLD MILL STREAM MANOR","APT","101",,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","dc4fe51c-22cf-44c8-a302-c3e1fbb20462",2616626,,"APT 101 APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2024-01-10","true",,182.948,4153266
177,1,"00184-UnknownUnitAfterStreetWithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","dc4fe51c-22cf-44c8-a302-c3e1fbb20462",2616626,,,,"active","9999-12-31","2024-01-10","true",,118.988,4153266
178,1,"00185-UnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","dc4fe51c-22cf-44c8-a302-c3e1fbb20462",2616626,,,,"active","9999-12-31","2024-01-10","true",,8.12,4153266
179,1,"00186-UnknownUnitWithUnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","dc4fe51c-22cf-44c8-a302-c3e1fbb20462",2616626,,,,"active","9999-12-31","2024-01-10","true",,96.511,4153266
180,1,"00187-SpelledOutProvinceName","8525 Terrace Dr, Delta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","6f47b624-557d-46d9-979e-d548a8c0e240",131433,,,,"active","9999-12-31","2024-01-10","true",,0.235,2746401
181,1,"00188-RedundantSpelledOutProvinceNameAndAbbreviation","8525 Terrace Dr, Delta, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","6f47b624-557d-46d9-979e-d548a8c0e240",131433,,,,"active","9999-12-31","2024-01-10","true",,2.122,2746401
182,1,"00189-WordUNKNOWNInAddress","975 Balmoral Rd, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"975",,"Balmoral","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.356382 48.4284131)","high","parcelPoint","ba0c485f-8bfa-4ac5-b834-42e3e9ffa47c",300538,,,,"active","9999-12-31","2024-01-10","true",,1.893,2863484
183,1,"00190-WordCANADAInAddress","5142 Manor St, Burnaby, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"5142",,"Manor","St","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9900276 49.2568325)","high","parcelPoint","766f24a9-7b86-4ce6-aa11-4891c99e2a9e",116162,,,,"active","9999-12-31","2024-01-10","true",,6.548,2467917
184,1,"00191-GDPostalElementAfterStreet","400 Gower Point Rd, Gibsons, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"400",,"Gower Point","Rd","false",,"false",,"Gibsons","Town",,"BC","SRID=4326;POINT(-123.5092528 49.3994338)","high","parcelPoint","c713b582-08a0-412c-8232-c573043fa838",178782,,,,"active","9999-12-31","2024-01-10","true",,1.659,2461748
185,1,"00192-DNCPostalElementAfterStreet","10631 Rochdale Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10631",,"Rochdale","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1093351 49.1345637)","high","parcelPoint","5cc806a1-ea3e-4eea-874e-4d8b9235c34b",126449,,,,"active","9999-12-31","2024-01-10","true",,0.312,2683087
186,1,"00193-RPOPostalElementAfterStreet","1751 Martini Way, Qualicum Beach, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"1751",,"Martini","Way","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.5637356 49.3047857)","high","parcelPoint","528ff48d-34d4-4e22-8bfd-5009c0563c32",331400,,,,"active","9999-12-31","2024-01-10","true",,1.129,2958432
187,1,"00196-SiteNameAfterStreet","9020 Bridgeport Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9020",,"Bridgeport","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1251457 49.1915261)","high","parcelPoint","25853bf3-648e-4b26-8079-326053c27a56",349117,,,,"active","9999-12-31","2024-01-10","true",,1.982,1816251
188,1,"00197-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","5b3b503b-8d60-4bb5-b8a8-dfeaf5168b20",2647842,,,,"active","9999-12-31","2024-01-10","true",,4.142,3980238
189,1,"00198-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","5b3b503b-8d60-4bb5-b8a8-dfeaf5168b20",2647842,,,,"active","9999-12-31","2024-01-10","true",,4.123,3980238
190,1,"00199-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","5b3b503b-8d60-4bb5-b8a8-dfeaf5168b20",2647842,,,,"active","9999-12-31","2024-01-10","true",,4.374,3980238
191,1,"00200-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","5b3b503b-8d60-4bb5-b8a8-dfeaf5168b20",2647842,,,,"active","9999-12-31","2024-01-10","true",,4.379,3980238
192,1,"00201-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","1aa7dd68-a83c-49ab-b27a-e7cd7ad22013",2416382,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,62.369,3547420
193,1,"00202-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","1aa7dd68-a83c-49ab-b27a-e7cd7ad22013",2416382,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,51.96,3547420
194,1,"00203-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","1aa7dd68-a83c-49ab-b27a-e7cd7ad22013",2416382,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,67.76,3547420
195,1,"00204-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","1aa7dd68-a83c-49ab-b27a-e7cd7ad22013",2416382,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,46.248,3547420
196,1,"00205-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","f76501c4-866e-42f6-867f-64963a99f061",126390,,,,"active","9999-12-31","2024-01-10","true",,0.616,1095815
197,1,"00206-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","f76501c4-866e-42f6-867f-64963a99f061",126390,,,,"active","9999-12-31","2024-01-10","true",,0.496,1095815
198,1,"00207-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","f76501c4-866e-42f6-867f-64963a99f061",126390,,,,"active","9999-12-31","2024-01-10","true",,0.47,1095815
199,1,"00208-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","f76501c4-866e-42f6-867f-64963a99f061",126390,,,,"active","9999-12-31","2024-01-10","true",,0.458,1095815
200,1,"00209-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","e230313d-2d4f-476e-987c-a37c8525c561",279569,,,,"active","9999-12-31","2024-01-10","true",,57.419,3815340
201,1,"00210-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","e230313d-2d4f-476e-987c-a37c8525c561",279569,,,,"active","9999-12-31","2024-01-10","true",,43.783,3815340
202,1,"00211-RedundantStreetTypeInAddress","1168 Douglas Terr, Port Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1168",,"Douglas","Terr","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7811 49.2357097)","high","parcelPoint","6952743d-23ba-476c-a2c1-65cd64511dc9",147675,,,,"active","9999-12-31","2024-01-10","true",,47.535,3826511
203,1,"00212-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","98d810d5-51c0-4d9a-a268-a3bc818b78ae",2423722,,,,"active","9999-12-31","2024-01-10","true",,0.603,2471690
204,1,"00213-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","98d810d5-51c0-4d9a-a268-a3bc818b78ae",2423722,,,,"active","9999-12-31","2024-01-10","true",,0.477,2471690
205,1,"00214-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","98d810d5-51c0-4d9a-a268-a3bc818b78ae",2423722,,,,"active","9999-12-31","2024-01-10","true",,0.263,2471690
206,1,"00215-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","061187d6-33dc-4956-87ad-03b4963cf5bd",479339,,,,"active","9999-12-31","2024-01-10","true",,9.551,2559518
207,1,"00216-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","061187d6-33dc-4956-87ad-03b4963cf5bd",479339,,,,"active","9999-12-31","2024-01-10","true",,10.385,2559518
208,1,"00217-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","061187d6-33dc-4956-87ad-03b4963cf5bd",479339,,,,"active","9999-12-31","2024-01-10","true",,10.778,2559518
209,1,"00218-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","061187d6-33dc-4956-87ad-03b4963cf5bd",479339,,,,"active","9999-12-31","2024-01-10","true",,12.36,2559518
210,1,"00219-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","bdaeed4a-0674-4ffb-812e-7ea5c04a6e23",2617012,,,,"active","9999-12-31","2024-01-10","true",,6.155,3013340
211,1,"00220-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","bdaeed4a-0674-4ffb-812e-7ea5c04a6e23",2617012,,,,"active","9999-12-31","2024-01-10","true",,4.832,3013340
212,1,"00221-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","bdaeed4a-0674-4ffb-812e-7ea5c04a6e23",2617012,,,,"active","9999-12-31","2024-01-10","true",,13.381,3013340
213,1,"00222-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","bdaeed4a-0674-4ffb-812e-7ea5c04a6e23",2617012,,,,"active","9999-12-31","2024-01-10","true",,5.234,3013340
214,1,"00223-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","bdaeed4a-0674-4ffb-812e-7ea5c04a6e23",2617012,,,,"active","9999-12-31","2024-01-10","true",,4.332,3013340
215,1,"00224-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","bdaeed4a-0674-4ffb-812e-7ea5c04a6e23",2617012,,,,"active","9999-12-31","2024-01-10","true",,4.902,3013340
216,1,"00225-RedundantStreetTypeInAddress","1065 Cinnamon Sedge Way, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1065",,"Cinnamon Sedge","Way","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2708609 49.2750462)","high","parcelPoint","f814966a-f6e8-41c5-94b0-ebb4cdf46fbf",1864615,,,,"active","9999-12-31","2024-01-10","true",,2.532,4139213
217,1,"00226-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","fbed8f12-0b1a-4a16-b549-1f627188bdb5",454009,,"UNIT 902",,"active","9999-12-31","2024-01-10","true",,1.737,2118865
218,1,"00227-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","fbed8f12-0b1a-4a16-b549-1f627188bdb5",454009,,"UNIT 902",,"active","9999-12-31","2024-01-10","true",,1.703,2118865
219,1,"00228-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","fbed8f12-0b1a-4a16-b549-1f627188bdb5",454009,,"UNIT 902",,"active","9999-12-31","2024-01-10","true",,1.686,2118865
220,1,"00229-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","fbed8f12-0b1a-4a16-b549-1f627188bdb5",454009,,"UNIT 902",,"active","9999-12-31","2024-01-10","true",,1.686,2118865
221,1,"00230-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","fbed8f12-0b1a-4a16-b549-1f627188bdb5",454009,,"UNIT 902",,"active","9999-12-31","2024-01-10","true",,1.709,2118865
222,1,"00231-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","fbed8f12-0b1a-4a16-b549-1f627188bdb5",454009,,"UNIT 902",,"active","9999-12-31","2024-01-10","true",,2.06,2118865
223,1,"00232-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","fbed8f12-0b1a-4a16-b549-1f627188bdb5",454009,,"UNIT 902",,"active","9999-12-31","2024-01-10","true",,1.693,2118865
224,1,"00233-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","fbed8f12-0b1a-4a16-b549-1f627188bdb5",454009,,"UNIT 902",,"active","9999-12-31","2024-01-10","true",,1.709,2118865
225,1,"00234-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","fbed8f12-0b1a-4a16-b549-1f627188bdb5",454009,,"UNIT 902",,"active","9999-12-31","2024-01-10","true",,0.911,2118865
226,1,"00235-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","d330ab6f-a6e3-4418-a763-4246b7654b01",454478,,,,"active","9999-12-31","2024-01-10","true",,18.782,1060061
227,1,"00236-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","d330ab6f-a6e3-4418-a763-4246b7654b01",454478,,,,"active","9999-12-31","2024-01-10","true",,27.292,1060061
228,1,"00237-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","d330ab6f-a6e3-4418-a763-4246b7654b01",454478,,,,"active","9999-12-31","2024-01-10","true",,33.068,1060061
229,1,"00238-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","d330ab6f-a6e3-4418-a763-4246b7654b01",454478,,,,"active","9999-12-31","2024-01-10","true",,25.781,1060061
230,1,"00239-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","d330ab6f-a6e3-4418-a763-4246b7654b01",454478,,,,"active","9999-12-31","2024-01-10","true",,28.2,1060061
231,1,"00240-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","c3cb60db-9bf8-4f1f-b4cb-2e954e56492f",540424,,,,"active","9999-12-31","2024-01-10","true",,36.506,3911239
232,1,"00241-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","c3cb60db-9bf8-4f1f-b4cb-2e954e56492f",540424,,,,"active","9999-12-31","2024-01-10","true",,22.317,3911239
233,1,"00242-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","c3cb60db-9bf8-4f1f-b4cb-2e954e56492f",540424,,,,"active","9999-12-31","2024-01-10","true",,15.573,3911239
234,1,"00243-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","c3cb60db-9bf8-4f1f-b4cb-2e954e56492f",540424,,,,"active","9999-12-31","2024-01-10","true",,14.619,3911239
235,1,"00244-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","c3cb60db-9bf8-4f1f-b4cb-2e954e56492f",540424,,,,"active","9999-12-31","2024-01-10","true",,17.223,3911239
236,1,"00245-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","c3cb60db-9bf8-4f1f-b4cb-2e954e56492f",540424,,,,"active","9999-12-31","2024-01-10","true",,33.979,3911239
237,1,"00246-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","c3cb60db-9bf8-4f1f-b4cb-2e954e56492f",540424,,,,"active","9999-12-31","2024-01-10","true",,22.059,3911239
238,1,"00247-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","c3cb60db-9bf8-4f1f-b4cb-2e954e56492f",540424,,,,"active","9999-12-31","2024-01-10","true",,26.14,3911239
239,1,"00248-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","c3cb60db-9bf8-4f1f-b4cb-2e954e56492f",540424,,,,"active","9999-12-31","2024-01-10","true",,21.847,3911239
240,1,"00249-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","bc194a34-cde4-4dee-b44c-0062d1976814",425581,,,,"active","9999-12-31","2024-01-10","true",,18.147,3872694
241,1,"00250-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","bc194a34-cde4-4dee-b44c-0062d1976814",425581,,,,"active","9999-12-31","2024-01-10","true",,4.454,3872694
242,1,"00251-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","bc194a34-cde4-4dee-b44c-0062d1976814",425581,,,,"active","9999-12-31","2024-01-10","true",,4.458,3872694
243,1,"00252-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","bc194a34-cde4-4dee-b44c-0062d1976814",425581,,,,"active","9999-12-31","2024-01-10","true",,3.546,3872694
244,1,"00253-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","f12e6ffe-6946-4a3f-8df5-25863bddbbd2",580534,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,41.107,4280010
245,1,"00254-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","f12e6ffe-6946-4a3f-8df5-25863bddbbd2",580534,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,65.496,4280010
246,1,"00255-UnknownSiteNameWithFrontGate","HOLLYBURN HOUSE -- 2095 Marine Dr, West Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","HOLLYBURN HOUSE",,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","72cc0468-9b9f-46e7-b155-92fce2f4593d",165751,,"HOLLYBURN HOUSE",,"active","9999-12-31","2024-01-10","true",,19.447,2436253
247,1,"00256-UnknownSiteNameAfterStreetWithoutFrontGate","2095 Marine Dr, West Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","72cc0468-9b9f-46e7-b155-92fce2f4593d",165751,,,,"active","9999-12-31","2024-01-10","true",,69.72,2436253
248,1,"00257-UnknownSiteNameWithFrontGate","BRG HOUSING -- 100 E Cordova St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, STREET_DIRECTION.notSuffix:0]","BRG HOUSING",,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","4999a490-0320-4af1-9261-a4f80fd5a6fd",105944,,"BRG HOUSING",,"active","9999-12-31","2024-01-10","true",,4.893,3780707
249,1,"00258-UnknownSiteNameAfterStreetWithoutFrontGate","100 E Cordova St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.notSuffix:0]",,,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","4999a490-0320-4af1-9261-a4f80fd5a6fd",105944,,,,"active","9999-12-31","2024-01-10","true",,12.605,3780707
250,1,"00259-GoodAddress","689 Abbott St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","b36574f6-1981-40ae-8663-3a957b12c79b",110650,,,,"active","9999-12-31","2024-01-10","true",,0.111,8007681
251,1,"00260-WordRTDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","b36574f6-1981-40ae-8663-3a957b12c79b",110650,,,,"active","9999-12-31","2024-01-10","true",,1.051,8007681
252,1,"00261-WordRETURNMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","b36574f6-1981-40ae-8663-3a957b12c79b",110650,,,,"active","9999-12-31","2024-01-10","true",,1.102,8007681
253,1,"00262-WordRETURNEDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","b36574f6-1981-40ae-8663-3a957b12c79b",110650,,,,"active","9999-12-31","2024-01-10","true",,1.129,8007681
254,1,"00263-WordMAILINGAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","b36574f6-1981-40ae-8663-3a957b12c79b",110650,,,,"active","9999-12-31","2024-01-10","true",,1.045,8007681
255,1,"00264-GoodAddress","9695 Prest Rd, Chilliwack, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","0535f503-83a7-4217-9ee8-2ffbe52838b1",190567,,,,"active","9999-12-31","2024-01-10","true",,0.101,1459224
256,1,"00265-WordPOSTALSTNAfterStreet","9695 Prest Rd, Chilliwack, BC",,89,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY.missing:10]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","0535f503-83a7-4217-9ee8-2ffbe52838b1",190567,,,,"active","9999-12-31","2024-01-10","true",,4.601,1459224
257,1,"00266-WordPOSTALSTATIONAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","0535f503-83a7-4217-9ee8-2ffbe52838b1",190567,,,,"active","9999-12-31","2024-01-10","true",,1.591,1459224
258,1,"00267-WordPOSTALAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","0535f503-83a7-4217-9ee8-2ffbe52838b1",190567,,,,"active","9999-12-31","2024-01-10","true",,0.822,1459224
259,1,"00268-POBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","c67eacf9-3262-46f8-8537-b7b9962a26e8",60561,,,,"active","9999-12-31","2024-01-10","true",,0.343,3496523
260,1,"00269-PspaceOBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","c67eacf9-3262-46f8-8537-b7b9962a26e8",60561,,,,"active","9999-12-31","2024-01-10","true",,0.328,3496523
261,1,"00270-POAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","c67eacf9-3262-46f8-8537-b7b9962a26e8",60561,,,,"active","9999-12-31","2024-01-10","true",,0.275,3496523
262,1,"00271-PspaceOAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","c67eacf9-3262-46f8-8537-b7b9962a26e8",60561,,,,"active","9999-12-31","2024-01-10","true",,1.403,3496523
263,1,"00272-KnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","f73592be-4f17-456e-8ccf-b0b98b5d0e15",127774,,"UNIT 910",,"active","9999-12-31","2024-01-10","true",,0.325,2104959
264,1,"00273-APARTMENTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","f73592be-4f17-456e-8ccf-b0b98b5d0e15",127774,,"UNIT 910",,"active","9999-12-31","2024-01-10","true",,0.448,2104959
265,1,"00274-APARTMENTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","f73592be-4f17-456e-8ccf-b0b98b5d0e15",127774,,"UNIT 910",,"active","9999-12-31","2024-01-10","true",,0.289,2104959
266,1,"00275-APTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","f73592be-4f17-456e-8ccf-b0b98b5d0e15",127774,,"UNIT 910",,"active","9999-12-31","2024-01-10","true",,0.595,2104959
267,1,"00276-APTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","f73592be-4f17-456e-8ccf-b0b98b5d0e15",127774,,"UNIT 910",,"active","9999-12-31","2024-01-10","true",,0.276,2104959
268,1,"00277-POBoxAtFrontOfUnitAddress","UNIT 105 -- 150 21st St, West Vancouver, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","7c4af8eb-3c72-42dc-bcc7-060dd10e457b",164880,,"UNIT 105",,"active","9999-12-31","2024-01-10","true",,126.259,1430226
269,1,"00278-POBoxAtFrontOfUnitAddresssWithBUZZERNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","7c4af8eb-3c72-42dc-bcc7-060dd10e457b",164880,,"UNIT 105",,"active","9999-12-31","2024-01-10","true",,153.912,1430226
270,1,"00279-POBoxAtFrontOfUnitAddressWithBUZZNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","7c4af8eb-3c72-42dc-bcc7-060dd10e457b",164880,,"UNIT 105",,"active","9999-12-31","2024-01-10","true",,128.414,1430226
271,1,"00280-POBoxAtFrontOfUnitAddressWithINTERCOMNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","7c4af8eb-3c72-42dc-bcc7-060dd10e457b",164880,,"UNIT 105",,"active","9999-12-31","2024-01-10","true",,164.027,1430226
272,1,"00281-StreetNameWithApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","d0e453ab-c7a0-4d93-9726-f2fdaf8c2664",120417,,,,"active","9999-12-31","2024-01-10","true",,0.346,4018594
273,1,"00282-StreetNameWithSpaceInsteadOfApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,88,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","d0e453ab-c7a0-4d93-9726-f2fdaf8c2664",120417,,,,"active","9999-12-31","2024-01-10","true",,21.753,4018594
274,1,"00283-GoodAddress","1110 Cardero St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","9a03a115-84e3-4b2c-8ace-7afb6b53356a",104463,,,,"active","9999-12-31","2024-01-10","true",,0.103,4187775
275,1,"00284-UnknownSiteNameWithFrontGate","PATRICIA APTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","9a03a115-84e3-4b2c-8ace-7afb6b53356a",104463,,"PATRICIA APTS",,"active","9999-12-31","2024-01-10","true",,0.302,4187775
276,1,"00285-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","9a03a115-84e3-4b2c-8ace-7afb6b53356a",104463,,,,"active","9999-12-31","2024-01-10","true",,1.26,4187775
277,1,"00286-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","9a03a115-84e3-4b2c-8ace-7afb6b53356a",104463,,,,"active","9999-12-31","2024-01-10","true",,0.675,4187775
278,1,"00287-UnknownSiteNameWithFrontGate","PATRICIA APARTMENTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APARTMENTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","9a03a115-84e3-4b2c-8ace-7afb6b53356a",104463,,"PATRICIA APARTMENTS",,"active","9999-12-31","2024-01-10","true",,0.282,4187775
279,1,"00288-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","9a03a115-84e3-4b2c-8ace-7afb6b53356a",104463,,,,"active","9999-12-31","2024-01-10","true",,0.869,4187775
280,1,"00289-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","9a03a115-84e3-4b2c-8ace-7afb6b53356a",104463,,,,"active","9999-12-31","2024-01-10","true",,0.651,4187775
281,1,"00290-UnknownSiteNameWithFrontGate","LILLOET BLDG -- 2016 Fullerton Ave, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1]","LILLOET BLDG",,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","abfbd2b8-6df1-4896-b163-a8d0f9b7b138",2602976,,"LILLOET BLDG",,"active","9999-12-31","2024-01-10","true",,225.411,8006509
282,1,"00291-UnknownSiteNameWithoutFrontGate","2016 Fullerton Ave, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","abfbd2b8-6df1-4896-b163-a8d0f9b7b138",2602976,,,,"active","9999-12-31","2024-01-10","true",,3.937,8006509
283,1,"00292-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 410 -- 2016 Fullerton Ave, District of North Vancouver, BC",,96,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, LOCALITY.isAlias:1]",,"UNIT","410",,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","high","parcelPoint","b121fed8-0717-4a00-b5e5-d8170a16259d",2602976,,"UNIT 410",,"active","9999-12-31","2024-01-10","true",,20.227,2616741
284,1,"00293-UnknownSiteNameWithFrontGate","UNIT 205 CONDOMINIUMS -- 7555 120A St, Surrey, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","UNIT 205 CONDOMINIUMS",,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","cc4b17aa-e722-452c-b25c-5a95087696ab",137138,,"UNIT 205 CONDOMINIUMS",,"active","9999-12-31","2024-01-10","true",,6.103,3700539
285,1,"00294-UnknownSiteNameWithoutFrontGate","7555 120A St, Surrey, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","cc4b17aa-e722-452c-b25c-5a95087696ab",137138,,,,"active","9999-12-31","2024-01-10","true",,18.299,3700539
286,1,"00295-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","cc4b17aa-e722-452c-b25c-5a95087696ab",137138,,"UNIT 205",,"active","9999-12-31","2024-01-10","true",,17.613,3700539
287,1,"00296-UnknownSiteNameWithFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","cc4b17aa-e722-452c-b25c-5a95087696ab",137138,,"CONDO 205",,"active","9999-12-31","2024-01-10","true",,3.379,3700539
288,1,"00297-UnknownSiteNameWithoutFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","cc4b17aa-e722-452c-b25c-5a95087696ab",137138,,"CONDO 205",,"active","9999-12-31","2024-01-10","true",,14.239,3700539
289,1,"00298-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","cc4b17aa-e722-452c-b25c-5a95087696ab",137138,,"UNIT 205",,"active","9999-12-31","2024-01-10","true",,11.45,3700539
290,1,"00299-UnknownSiteNameWithFrontGate","FRASERVIEW CARE LODGE -- 9580 Williams Rd, Richmond, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","FRASERVIEW CARE LODGE",,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","6a343d93-2c86-4049-a668-fcfd44d85375",127024,,"FRASERVIEW CARE LODGE",,"active","9999-12-31","2024-01-10","true",,2.777,2175388
291,1,"00300-UnknownSiteNameWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","6a343d93-2c86-4049-a668-fcfd44d85375",127024,,,,"active","9999-12-31","2024-01-10","true",,2.496,2175388
292,1,"00301-UnknownSiteNameAfterStreetWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","6a343d93-2c86-4049-a668-fcfd44d85375",127024,,,,"active","9999-12-31","2024-01-10","true",,22.05,2175388
293,1,"00302-UnknownSiteNameWithFrontGate","UNIT 1 LYNN VLY CARE CTR -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]","UNIT 1 LYNN VLY CARE CTR",,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","ae4913e0-774f-4370-b04c-0f5fd3645c50",166069,,"UNIT 1 LYNN VLY CARE CTR",,"active","9999-12-31","2024-01-10","true",,24247.453,4123935
294,1,"00303-UnknownSiteNameWithoutFrontGate","1070 Lynn Valley Rd, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","ae4913e0-774f-4370-b04c-0f5fd3645c50",166069,,,,"active","9999-12-31","2024-01-10","true",,49.256,4123935
295,1,"00304-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 1 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","1",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","ae4913e0-774f-4370-b04c-0f5fd3645c50",166069,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,155.784,4123935
296,1,"00305-UnknownSiteNameWithFrontGate","CERWYDDEN CARE HOME -- 3243 Cowichan Lake Rd, Duncan, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","CERWYDDEN CARE HOME",,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","1bac4556-8ec3-4adb-a41a-121c2d435e63",321233,,"CERWYDDEN CARE HOME",,"active","9999-12-31","2024-01-10","true",,6.087,3905051
297,1,"00306-UnknownSiteNameWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","1bac4556-8ec3-4adb-a41a-121c2d435e63",321233,,,,"active","9999-12-31","2024-01-10","true",,3.017,3905051
298,1,"00307-UnknownSiteNameAfterStreetWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","1bac4556-8ec3-4adb-a41a-121c2d435e63",321233,,,,"active","9999-12-31","2024-01-10","true",,4.524,3905051
299,1,"00308-GoodAddress","10011 Simkin Pl, Sidney, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","79fb4843-1800-4f1b-8c55-3bae3148a6d6",293429,,,,"active","9999-12-31","2024-01-10","true",,0.098,3396062
300,1,"00309-DuplicateBCAfterStreetType","10011 Simkin Pl, Sidney, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","79fb4843-1800-4f1b-8c55-3bae3148a6d6",293429,,,,"active","9999-12-31","2024-01-10","true",,0.225,3396062
301,1,"00310-DuplicateBCAfterLocality","10011 Simkin Pl, Sidney, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","79fb4843-1800-4f1b-8c55-3bae3148a6d6",293429,,,,"active","9999-12-31","2024-01-10","true",,0.161,3396062
302,1,"00311-GoodAddress","1447 Rupert St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","3bcd1274-7fba-4e97-a888-355255001aa2",108270,,,,"active","9999-12-31","2024-01-10","true",,0.106,3690174
303,1,"00312-DuplicateLocalityAfterLocality","1447 Rupert St, Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","3bcd1274-7fba-4e97-a888-355255001aa2",108270,,,,"active","9999-12-31","2024-01-10","true",,2.646,3690174
304,1,"00313-GoodAddress","964 Lillooet Rd, District of North Vancouver, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","de658ce0-a13b-4aa8-a53d-9e91cc1f56be",1786503,,,,"active","9999-12-31","2024-01-10","true",,48.083,3844965
305,1,"00314-DuplicateLocalityAfterLocality","964 Lillooet Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","de658ce0-a13b-4aa8-a53d-9e91cc1f56be",1786503,,,,"active","9999-12-31","2024-01-10","true",,126.508,3844965
306,1,"00315-GoodAddress","1135 Jefferson Ave, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","babbe834-6064-4aa1-b10a-15b7a21bb1bc",163333,,,,"active","9999-12-31","2024-01-10","true",,1.012,2329721
307,1,"00316-DuplicateLocalityAfterLocality","1135 Jefferson Ave, West Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","babbe834-6064-4aa1-b10a-15b7a21bb1bc",163333,,,,"active","9999-12-31","2024-01-10","true",,13.613,2329721
308,1,"00317-GoodAddress","11048 157A St, Surrey, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","320c72f2-1bb9-4946-9113-24762b456d49",139972,,,,"active","9999-12-31","2024-01-10","true",,8.24,3661022
309,1,"00318-DuplicateLocalityAfterLocality","11048 157A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","320c72f2-1bb9-4946-9113-24762b456d49",139972,,,,"active","9999-12-31","2024-01-10","true",,50.892,3661022
310,1,"00319-GoodAddress","9917 Ashwood Dr, Richmond, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","5b52472c-35e6-4857-830d-b8e9c37104be",128091,,,,"active","9999-12-31","2024-01-10","true",,0.179,2618789
311,1,"00320-DuplicateLocalityAfterLocality","9917 Ashwood Dr, Richmond, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","5b52472c-35e6-4857-830d-b8e9c37104be",128091,,,,"active","9999-12-31","2024-01-10","true",,0.869,2618789
312,1,"00321-GoodAddress","1120 Foster Ave, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","4cf41bfd-967d-45b9-9bde-98e020c22f23",2612215,,,,"active","9999-12-31","2024-01-10","true",,0.165,1572531
313,1,"00322-DuplicateLocalityAfterLocality","1120 Foster Ave, Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","4cf41bfd-967d-45b9-9bde-98e020c22f23",2612215,,,,"active","9999-12-31","2024-01-10","true",,4.558,1572531
314,1,"00323-GoodAddress","1040 Fraserview St, Port Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","6d2cfa8a-1546-475e-a63c-a05686edb621",147713,,,,"active","9999-12-31","2024-01-10","true",,0.869,3413505
315,1,"00324-DuplicateLocalityAfterLocality","1040 Fraserview St, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","6d2cfa8a-1546-475e-a63c-a05686edb621",147713,,,,"active","9999-12-31","2024-01-10","true",,13.2,3413505
316,1,"00325-GoodAddress","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","33d022a6-dfd7-46d7-a259-531671637014",2182546,,,,"active","9999-12-31","2024-01-10","true",,0.149,3964198
317,1,"00326-NonStandardStreetTypeAbbreviation","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","33d022a6-dfd7-46d7-a259-531671637014",2182546,,,,"active","9999-12-31","2024-01-10","true",,0.125,3964198
318,1,"00327-AddressInSmallCommunity","6481 Savona Access Rd, Savona, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","564dcf89-48a2-4266-8158-afff96f8e492",209084,,,,"active","9999-12-31","2024-01-10","true",,0.499,4134342
319,1,"00328-AddressInSmallCommunityUsingLocalityAlias","6481 Savona Access Rd, Savona, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","564dcf89-48a2-4266-8158-afff96f8e492",209084,,,,"active","9999-12-31","2024-01-10","true",,2.298,4134342
320,1,"00329-AddressInSmallCommunity","2089 Errington Rd, Errington, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","d51acf20-8cb6-49f1-a0ea-ff90bf08fb11",566371,,,,"active","9999-12-31","2024-01-10","true",,0.156,3183815
321,1,"00330-AddressInSmallCommunityUsingLocalityAlias","2089 Errington Rd, Errington, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","d51acf20-8cb6-49f1-a0ea-ff90bf08fb11",566371,,,,"active","9999-12-31","2024-01-10","true",,0.795,3183815
322,1,"00331-AddressInSmallCommunity","1104 Deep Creek Rd, Deep Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","df2b20a2-8849-4ed3-8f36-6995293877ec",470193,,,,"active","9999-12-31","2024-01-10","true",,6.588,3852491
323,1,"00332-AddressInSmallCommunityUsingLocalityAlias","1104 Deep Creek Rd, Deep Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","df2b20a2-8849-4ed3-8f36-6995293877ec",470193,,,,"active","9999-12-31","2024-01-10","true",,6.256,3852491
324,1,"00333-AddressInSmallCommunity","4137 Spallumcheen Dr, Spallumcheen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3f78df3b-65d6-4e82-a9b6-b7227d1ec9e6",333510,,,,"active","9999-12-31","2024-01-10","true",,0.167,1118954
325,1,"00334-AddressInSmallCommunityUsingLocalityAlias","4137 Spallumcheen Dr, Spallumcheen, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3f78df3b-65d6-4e82-a9b6-b7227d1ec9e6",333510,,,,"active","9999-12-31","2024-01-10","true",,0.473,1118954
326,1,"00335-AddressInSmallCommunity","7380 Harrop-Procter Rd, Procter, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","6317be47-6c43-4dbb-88e7-21dba3abc28b",2487743,,,,"active","9999-12-31","2024-01-10","true",,0.729,3609081
327,1,"00336-AddressInSmallCommunityUsingLocalityAlias","7380 Harrop-Procter Rd, Procter, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","6317be47-6c43-4dbb-88e7-21dba3abc28b",2487743,,,,"active","9999-12-31","2024-01-10","true",,1.925,3609081
328,1,"00337-AddressInSmallCommunity","4260 Blewett Rd, Blewett, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","2bb78bc4-787f-4813-bfbc-b3dbdaee18e6",277711,,,,"active","9999-12-31","2024-01-10","true",,0.136,4174241
329,1,"00338-AddressInSmallCommunityUsingLocalityAlias","4260 Blewett Rd, Blewett, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","2bb78bc4-787f-4813-bfbc-b3dbdaee18e6",277711,,,,"active","9999-12-31","2024-01-10","true",,1.17,4174241
330,1,"00339-AddressInSmallCommunity","2067 White Lake Rd, White Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","9f017b52-2bfe-49c4-9534-71a3e4658d2c",470228,,,,"active","9999-12-31","2024-01-10","true",,50.675,3599301
331,1,"00340-AddressInSmallCommunityUsingLocalityAlias","2067 White Lake Rd, White Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","9f017b52-2bfe-49c4-9534-71a3e4658d2c",470228,,,,"active","9999-12-31","2024-01-10","true",,31.113,3599301
332,1,"00341-AddressInSmallCommunity","1754 Pass Creek Rd, Pass Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","4ee925d8-9439-4234-8622-d50b4c05c426",276697,,,,"active","9999-12-31","2024-01-10","true",,2.772,1735595
333,1,"00342-AddressInSmallCommunityUsingLocalityAlias","1754 Pass Creek Rd, Pass Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","4ee925d8-9439-4234-8622-d50b4c05c426",276697,,,,"active","9999-12-31","2024-01-10","true",,7.081,1735595
334,1,"00343-AddressInSmallCommunity","2928 Wycliffe Store Rd, Wycliffe, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","0cbeeb18-d363-4e6f-a540-8d2f8df1a484",506509,,,,"active","9999-12-31","2024-01-10","true",,0.688,1240493
335,1,"00344-AddressInSmallCommunityUsingLocalityAlias","2928 Wycliffe Store Rd, Wycliffe, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","0cbeeb18-d363-4e6f-a540-8d2f8df1a484",506509,,,,"active","9999-12-31","2024-01-10","true",,1.44,1240493
336,1,"00345-AddressInSmallCommunity","1514 Loon Lake Rd, Loon Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","18ffc21b-ff85-45f5-b2b2-907a00030c31",587894,,,,"active","9999-12-31","2024-01-10","true",,5.958,2965993
337,1,"00346-AddressInSmallCommunityUsingLocalityAlias","1514 Loon Lake Rd, Loon Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","18ffc21b-ff85-45f5-b2b2-907a00030c31",587894,,,,"active","9999-12-31","2024-01-10","true",,14.906,2965993
338,1,"00347-AddressInSmallCommunity","2048 Cambie-Solsqua Rd, Solsqua, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","37d4b56c-a65f-4ba6-9003-6d7bfe879141",2534370,,,,"active","9999-12-31","2024-01-10","true",,1.251,3347762
339,1,"00348-AddressInSmallCommunityUsingLocalityAlias","2048 Cambie-Solsqua Rd, Solsqua, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","37d4b56c-a65f-4ba6-9003-6d7bfe879141",2534370,,,,"active","9999-12-31","2024-01-10","true",,11.785,3347762
340,1,"00349-AddressInSmallCommunity","3492 Spokin Lake Rd, Spokin Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","e932e066-79c9-4f9b-a62f-773357f2d679",552355,,,,"active","9999-12-31","2024-01-10","true",,1.142,3399209
341,1,"00350-AddressInSmallCommunityUsingLocalityAlias","3492 Spokin Lake Rd, Spokin Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","e932e066-79c9-4f9b-a62f-773357f2d679",552355,,,,"active","9999-12-31","2024-01-10","true",,3.676,3399209
342,1,"00351-AddressInSmallCommunity","2582 Shoreacres Rd, Shoreacres, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","c08a8125-0363-4574-a51d-f8c52099b3c4",277597,,,,"active","9999-12-31","2024-01-10","true",,0.084,2766883
343,1,"00352-AddressInSmallCommunityUsingLocalityAlias","2582 Shoreacres Rd, Shoreacres, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","c08a8125-0363-4574-a51d-f8c52099b3c4",277597,,,,"active","9999-12-31","2024-01-10","true",,0.7,2766883
344,1,"00353-AddressInSmallCommunity","1679 Moran Rd, Thrums, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","0762703f-05ee-407d-abfa-5eef2cf253bd",2524376,,,,"active","9999-12-31","2024-01-10","true",,0.079,3265781
345,1,"00354-AddressInSmallCommunityUsingLocalityAlias","1679 Moran Rd, Thrums, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","0762703f-05ee-407d-abfa-5eef2cf253bd",2524376,,,,"active","9999-12-31","2024-01-10","true",,0.576,3265781
346,1,"00355-AddressInSmallCommunity","6010 Harrop-Procter Rd, Harrop, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","0111c705-18e0-47d0-989a-7c2c50fafac0",2519145,,,,"active","9999-12-31","2024-01-10","true",,0.374,3746533
347,1,"00356-AddressInSmallCommunityUsingLocalityAlias","6010 Harrop-Procter Rd, Harrop, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","0111c705-18e0-47d0-989a-7c2c50fafac0",2519145,,,,"active","9999-12-31","2024-01-10","true",,1.265,3746533
348,1,"00357-AddressInSmallCommunity","7136 Willis Point Rd, Willis Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","0f6c2375-d970-49a5-9c17-a82594f91759",304127,,,,"active","9999-12-31","2024-01-10","true",,2.188,2547093
349,1,"00358-AddressInSmallCommunityUsingLocalityAlias","7136 Willis Point Rd, Willis Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","0f6c2375-d970-49a5-9c17-a82594f91759",304127,,,,"active","9999-12-31","2024-01-10","true",,2.587,2547093
350,1,"00359-AddressInSmallCommunity","3918 Passmore Upper Rd, Passmore, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","1e648687-5949-4a0d-871a-8440eead8ff1",339993,,,,"active","9999-12-31","2024-01-10","true",,0.56,2675059
351,1,"00360-AddressInSmallCommunityUsingLocalityAlias","3918 Passmore Upper Rd, Passmore, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","1e648687-5949-4a0d-871a-8440eead8ff1",339993,,,,"active","9999-12-31","2024-01-10","true",,1.721,2675059
352,1,"00361-AddressInSmallCommunity","1954 Blaeberry School Rd, Blaeberry, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","f5ab601f-bff7-4e7c-bee9-11d76e8a0725",539262,,,,"active","9999-12-31","2024-01-10","true",,1.041,2900731
353,1,"00362-AddressInSmallCommunityUsingLocalityAlias","1954 Blaeberry School Rd, Blaeberry, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","f5ab601f-bff7-4e7c-bee9-11d76e8a0725",539262,,,,"active","9999-12-31","2024-01-10","true",,2.549,2900731
354,1,"00363-AddressInSmallCommunity","5199 Baker-Kersley Rd, Kersley, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","06b6f4eb-1142-4a02-9c0a-5c9ff0421739",547912,,,,"active","9999-12-31","2024-01-10","true",,2.979,4032233
355,1,"00364-AddressInSmallCommunityUsingLocalityAlias","5199 Baker-Kersley Rd, Kersley, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","06b6f4eb-1142-4a02-9c0a-5c9ff0421739",547912,,,,"active","9999-12-31","2024-01-10","true",,5.856,4032233
356,1,"00365-AddressInSmallCommunity","7330 Watch Lake Rd, Watch Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","b52a6ad2-0718-48fd-9d99-baca576f717c",568264,,,,"active","9999-12-31","2024-01-10","true",,2.255,3168378
357,1,"00366-AddressInSmallCommunityUsingLocalityAlias","7330 Watch Lake Rd, Watch Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","b52a6ad2-0718-48fd-9d99-baca576f717c",568264,,,,"active","9999-12-31","2024-01-10","true",,4.971,3168378
358,1,"00367-AddressInSmallCommunity","2270 Port Mellon Hwy, Port Mellon, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","ab15cc65-8a96-4ce3-a687-7d450cf90434",590070,,,,"active","9999-12-31","2024-01-10","true",,14.235,3017972
359,1,"00368-AddressInSmallCommunityUsingLocalityAlias","2270 Port Mellon Hwy, Port Mellon, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","ab15cc65-8a96-4ce3-a687-7d450cf90434",590070,,,,"active","9999-12-31","2024-01-10","true",,4.06,3017972
360,1,"00369-AddressInSmallCommunity","4570 Otter Point Pl, Otter Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","175fa133-9232-4d2e-9a9c-3adc09d05a4b",1945400,,,,"active","9999-12-31","2024-01-10","true",,4.636,1196803
361,1,"00370-AddressInSmallCommunityUsingLocalityAlias","4570 Otter Point Pl, Otter Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","175fa133-9232-4d2e-9a9c-3adc09d05a4b",1945400,,,,"active","9999-12-31","2024-01-10","true",,3.007,1196803
362,1,"00371-AddressInSmallCommunity","14187 Palling Rd E, Palling, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","a207e445-5aed-4b39-828f-244e18c61491",557443,,,,"active","9999-12-31","2024-01-10","true",,0.152,4005523
363,1,"00372-AddressInSmallCommunityUsingLocalityAlias","14187 Palling Rd E, Palling, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","a207e445-5aed-4b39-828f-244e18c61491",557443,,,,"active","9999-12-31","2024-01-10","true",,3.48,4005523
364,1,"00373-AddressInSmallCommunity","2525 Bouchie Lake Rd, Bouchie Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","788e6c24-4b6e-48a9-9960-4de5b159874d",586083,,,,"active","9999-12-31","2024-01-10","true",,1.554,2922408
365,1,"00374-AddressInSmallCommunityUsingLocalityAlias","2525 Bouchie Lake Rd, Bouchie Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","788e6c24-4b6e-48a9-9960-4de5b159874d",586083,,,,"active","9999-12-31","2024-01-10","true",,2.295,2922408
366,1,"00375-AddressInSmallCommunity","20010 Colleymount Rd, Colleymount, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","07415fcd-3832-41a0-9f25-f6c5cfbb9cfe",521096,,,,"active","9999-12-31","2024-01-10","true",,0.175,2910400
367,1,"00376-AddressInSmallCommunityUsingLocalityAlias","20010 Colleymount Rd, Colleymount, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","07415fcd-3832-41a0-9f25-f6c5cfbb9cfe",521096,,,,"active","9999-12-31","2024-01-10","true",,1.663,2910400
368,1,"00377-AddressInSmallCommunity","1117 Lone Prairie Rd, Lone Prairie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","d66116f8-e739-415d-859c-d9ec5e0ba197",536603,,,,"active","9999-12-31","2024-01-10","true",,1.556,3298949
369,1,"00378-AddressInSmallCommunityUsingLocalityAlias","1117 Lone Prairie Rd, Lone Prairie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","d66116f8-e739-415d-859c-d9ec5e0ba197",536603,,,,"active","9999-12-31","2024-01-10","true",,1.862,3298949
370,1,"00379-AddressInSmallCommunity","58051 Laidlaw Rd, Laidlaw, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","2cef56cf-c37d-422a-bde7-f08c294d5d3d",483449,,,,"active","9999-12-31","2024-01-10","true",,0.089,2725994
371,1,"00380-AddressInSmallCommunityUsingLocalityAlias","58051 Laidlaw Rd, Laidlaw, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","2cef56cf-c37d-422a-bde7-f08c294d5d3d",483449,,,,"active","9999-12-31","2024-01-10","true",,1.127,2725994
372,1,"00381-AddressInSmallCommunity","8041 Bridge Lake North Rd, Bridge Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","ebcd1a03-1d91-4cae-968a-d86edd270fa6",1982774,,,,"active","9999-12-31","2024-01-10","true",,132.411,3541575
373,1,"00382-AddressInSmallCommunityUsingLocalityAlias","8041 Bridge Lake North Rd, Bridge Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","ebcd1a03-1d91-4cae-968a-d86edd270fa6",1982774,,,,"active","9999-12-31","2024-01-10","true",,198.656,3541575
374,1,"00383-AddressInSmallCommunity","136 Grandview Bench Rd, Grandview Bench, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","e7524f15-72bc-4d9e-a499-2ab791cbd23b",2342934,,,,"active","9999-12-31","2024-01-10","true",,3.354,3153652
375,1,"00384-AddressInSmallCommunityUsingLocalityAlias","136 Grandview Bench Rd, Grandview Bench, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","e7524f15-72bc-4d9e-a499-2ab791cbd23b",2342934,,,,"active","9999-12-31","2024-01-10","true",,3.352,3153652
376,1,"00385-AddressInSmallCommunity","15351 Tatalrose Rd, Tatalrose, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","78801fab-31ac-43e2-8846-7e04558f8b02",2189084,,,,"active","9999-12-31","2024-01-10","true",,0.095,3845019
377,1,"00386-AddressInSmallCommunityUsingLocalityAlias","15351 Tatalrose Rd, Tatalrose, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","78801fab-31ac-43e2-8846-7e04558f8b02",2189084,,,,"active","9999-12-31","2024-01-10","true",,2.15,3845019
378,1,"00387-AddressInSmallCommunity","10167 Pinchi Lake Rd, Pinchi Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","691251fb-1418-4498-ad64-530bdb2d338c",1858471,,,,"active","9999-12-31","2024-01-10","true",,0.836,3873966
379,1,"00388-AddressInSmallCommunityUsingLocalityAlias","10167 Pinchi Lake Rd, Pinchi Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","691251fb-1418-4498-ad64-530bdb2d338c",1858471,,,,"active","9999-12-31","2024-01-10","true",,5.068,3873966
380,1,"00389-AddressInSmallCommunity","2388 Heffley Lake Rd, Heffley Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","e396ae1b-fe4a-4809-91ae-b8c57778645f",206948,,,,"active","9999-12-31","2024-01-10","true",,2.15,3382301
381,1,"00390-AddressInSmallCommunityUsingLocalityAlias","2388 Heffley Lake Rd, Heffley Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","e396ae1b-fe4a-4809-91ae-b8c57778645f",206948,,,,"active","9999-12-31","2024-01-10","true",,6.087,3382301
382,1,"00391-AddressInSmallCommunity","10381 Popkum Rd S, Popkum, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","1e75ad94-4622-49d5-aa17-a282ed71be8f",187418,,,,"active","9999-12-31","2024-01-10","true",,0.091,1904703
383,1,"00392-AddressInSmallCommunityUsingLocalityAlias","10381 Popkum Rd S, Popkum, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","1e75ad94-4622-49d5-aa17-a282ed71be8f",187418,,,,"active","9999-12-31","2024-01-10","true",,1.718,1904703
384,1,"00393-AddressInSmallCommunity","7428 Roe Lake Cres, Roe Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","a2ccbcef-9a76-41b6-8e07-5db29aa5555c",546368,,,,"active","9999-12-31","2024-01-10","true",,3.141,3258770
385,1,"00394-AddressInSmallCommunityUsingLocalityAlias","7428 Roe Lake Cres, Roe Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","a2ccbcef-9a76-41b6-8e07-5db29aa5555c",546368,,,,"active","9999-12-31","2024-01-10","true",,5.751,3258770
386,1,"00395-AddressInSmallCommunity","6120 Garden Bay Rd, Garden Bay, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","9a83c12e-a1a6-4ee7-96c2-cd912e785b54",482325,,,,"active","9999-12-31","2024-01-10","true",,4.845,3923450
387,1,"00396-AddressInSmallCommunityUsingLocalityAlias","6120 Garden Bay Rd, Garden Bay, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","9a83c12e-a1a6-4ee7-96c2-cd912e785b54",482325,,,,"active","9999-12-31","2024-01-10","true",,16.723,3923450
388,1,"00397-AddressInSmallCommunity","1977 Tappen Notch Hill Rd, Tappen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","25db6a93-ee0d-4d57-b572-fe2074356700",64488,,,,"active","9999-12-31","2024-01-10","true",,1.323,3268060
389,1,"00398-AddressInSmallCommunityUsingLocalityAlias","1977 Tappen Notch Hill Rd, Tappen, BC",,87,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:4, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","25db6a93-ee0d-4d57-b572-fe2074356700",64488,,,,"active","9999-12-31","2024-01-10","true",,201.948,3268060
390,1,"00399-AddressInSmallCommunity","116 Rosebery Loop Rd, Rosebery, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","dbdc5907-a51b-4d9e-b5fa-1b33d34d2297",2531930,,,,"active","9999-12-31","2024-01-10","true",,0.539,1644488
391,1,"00400-AddressInSmallCommunityUsingLocalityAlias","116 Rosebery Loop Rd, Rosebery, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","dbdc5907-a51b-4d9e-b5fa-1b33d34d2297",2531930,,,,"active","9999-12-31","2024-01-10","true",,5.746,1644488
392,1,"00401-AddressInSmallCommunity","1525 Langdale Rd, Langdale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","cb1b9cc8-b6b3-44a6-b3fc-527ee5cae1f7",178417,,,,"active","9999-12-31","2024-01-10","true",,0.134,3570149
393,1,"00402-AddressInSmallCommunityUsingLocalityAlias","1525 Langdale Rd, Langdale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","cb1b9cc8-b6b3-44a6-b3fc-527ee5cae1f7",178417,,,,"active","9999-12-31","2024-01-10","true",,1.368,3570149
394,1,"00403-AddressInSmallCommunity","6607 Appledale Lower Rd, Appledale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","2c25ca00-5160-4c61-b043-12b72e3672f5",276196,,,,"active","9999-12-31","2024-01-10","true",,0.647,2684515
395,1,"00404-AddressInSmallCommunityUsingLocalityAlias","6607 Appledale Lower Rd, Appledale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","2c25ca00-5160-4c61-b043-12b72e3672f5",276196,,,,"active","9999-12-31","2024-01-10","true",,1.461,2684515
396,1,"00405-AddressInSmallCommunity","4232 Mayook Settlement Rd, Mayook, BC",,99,"BLOCK",99,"[]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.399,
397,1,"00406-AddressInSmallCommunityUsingLocalityAlias","4232 Mayook Settlement Rd, Mayook, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.966,
398,1,"00407-AddressInSmallCommunity","10571 Cheslatta Rd, Cheslatta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","851602a7-3935-49d6-ac2e-bcbe4ceef1a7",521449,,,,"active","9999-12-31","2024-01-10","true",,0.154,3101708
399,1,"00408-AddressInSmallCommunityUsingLocalityAlias","10571 Cheslatta Rd, Cheslatta, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","851602a7-3935-49d6-ac2e-bcbe4ceef1a7",521449,,,,"active","9999-12-31","2024-01-10","true",,2.221,3101708
400,1,"00409-NumberedStreetNameWithDetachedSuffix","102A Ave, Surrey, BC",,78,"STREET",78,"[]",,,,,,,"102A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8175667 49.1885721)","coarse","streetPoint",,,,,,"active",,,"true",,3.357,
401,1,"00410-UnitNumberStuckToDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","f73592be-4f17-456e-8ccf-b0b98b5d0e15",127774,,"UNIT 910",,"active","9999-12-31","2024-01-10","true",,0.213,2104959
402,1,"00411-StreetNameWithMissingAmpersand","189 Rod & Gun Rd, Courtenay, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"189",,"Rod & Gun","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0190057 49.683884)","high","parcelPoint","0d07bd32-a19c-4681-9a8b-99213c9b56dc",258442,,,,"active","9999-12-31","2024-01-10","true",,1.112,4187966
403,1,"00413-LeadingZeroInCivicNumber","Lynn Valley Rd, North Vancouver, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lynn Valley","Rd","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0533951 49.3290039)","coarse","streetPoint",,,,,,"active",,,"true",,1904.303,
404,1,"00414-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","ae4913e0-774f-4370-b04c-0f5fd3645c50",166069,,"UNIT 01",,"active","9999-12-31","2024-01-10","true",,36.251,4123935
405,1,"00415-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","ae4913e0-774f-4370-b04c-0f5fd3645c50",166069,,"UNIT 01",,"active","9999-12-31","2024-01-10","true",,32.959,4123935
406,1,"00416-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","ae4913e0-774f-4370-b04c-0f5fd3645c50",166069,,"UNIT 01",,"active","9999-12-31","2024-01-10","true",,53.736,4123935
407,1,"00417-UnitNumberWithLetterPrefix","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","d6bb609b-8a50-48e7-8ddf-8dbc134b8aa2",106300,,"UNIT B2",,"active","9999-12-31","2024-01-10","true",,4.204,1914533
408,1,"00418-UnitNumberWithLetterPrefixGapped","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","d6bb609b-8a50-48e7-8ddf-8dbc134b8aa2",106300,,"UNIT B2",,"active","9999-12-31","2024-01-10","true",,4.308,1914533
409,1,"00419-UnitNumberWithLetterPrefix","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","053f48e8-52c2-4b61-83da-8811ed69adcc",110501,,"UNIT C2",,"active","9999-12-31","2024-01-10","true",,85.515,1753265
410,1,"00420-UnitNumberWithLetterPrefixGapped","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","053f48e8-52c2-4b61-83da-8811ed69adcc",110501,,"UNIT C2",,"active","9999-12-31","2024-01-10","true",,95.661,1753265
411,1,"00421-UnitNumberWithLetterPrefix","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","a70535e1-6411-4521-bd09-a77dbafb6a92",2462668,,"UNIT P100",,"active","9999-12-31","2024-01-10","true",,21.226,1409241
412,1,"00422-UnitNumberWithLetterPrefixGapped","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","a70535e1-6411-4521-bd09-a77dbafb6a92",2462668,,"UNIT P100",,"active","9999-12-31","2024-01-10","true",,21.317,1409241
413,1,"00423-UnitNumberWithLetterPrefix","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","730dcb88-ddd5-452d-9e53-5c1403d228d6",103060,,"UNIT P2",,"active","9999-12-31","2024-01-10","true",,35.133,1172657
414,1,"00424-UnitNumberWithLetterPrefixGapped","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","730dcb88-ddd5-452d-9e53-5c1403d228d6",103060,,"UNIT P2",,"active","9999-12-31","2024-01-10","true",,16.545,1172657
415,1,"00425-CivicAddressWithCareOfName","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,96,"UNIT",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","730dcb88-ddd5-452d-9e53-5c1403d228d6",103060,,"UNIT P2",,"active","9999-12-31","2024-01-10","true",,15.521,1172657
416,1,"00426-NonStandardStreetTypeAbbreviation","2351 Parkway Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2351",,"Parkway","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7934119 49.3196707)","medium","parcelPoint","85f567c0-6104-40dd-a775-563f6d67a1bb",155062,,,,"active","9999-12-31","2024-01-10","true",,0.207,8002265
417,1,"00427-NonStandardStreetTypeAbbreviation","3176 Plateau Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3176",,"Plateau","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7868947 49.3116847)","medium","parcelPoint","b9dac9dc-2c55-4e43-904b-2240ba449f44",320982,,,,"active","9999-12-31","2024-01-10","true",,0.153,8001330
418,1,"00428-NonStandardStreetTypeAbbreviation","895 Academy Close, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"895",,"Academy","Close","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3628211 48.4179591)","high","parcelPoint","7098c4a3-6860-4424-90e7-1d4e9f728f8d",2661206,,,,"active","9999-12-31","2024-01-10","true",,0.152,4029706
419,1,"00429-NonStandardStreetTypeAbbreviation","4965 Vista View Cres, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4965",,"Vista View","Cres","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-123.9848378 49.2358274)","high","parcelPoint","5a8d0da1-292a-4ce2-a68a-f613d53cc39f",416267,,,,"active","9999-12-31","2024-01-10","true",,4.118,3896249
420,1,"00430-NonStandardStreetTypeAbbreviation","1000 Thermal Dr, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1000",,"Thermal","Dr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8340821 49.2698821)","high","parcelPoint","f07d50ac-e5f6-427e-a24d-19be246caefb",148059,,,,"active","9999-12-31","2024-01-10","true",,0.151,1045847
421,1,"00431-NonStandardStreetTypeAbbreviation","8400 Forest Grove Dr, Burnaby, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8400",,"Forest Grove","Dr","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9205029 49.2632662)","high","parcelPoint","879c7d8c-6c83-4d23-9484-ec138f202894",2636600,,,,"active","9999-12-31","2024-01-10","true",,2.797,1840913
422,1,"00432-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","57db10c1-757b-4302-a1bc-6b002834c49c",1747737,,,,"active","9999-12-31","2024-01-10","true",,206.035,8004158
423,1,"00433-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","57db10c1-757b-4302-a1bc-6b002834c49c",1747737,,,,"active","9999-12-31","2024-01-10","true",,59.282,8004158
424,1,"00434-NonStandardStreetTypeAbbreviation","7701 Central Saanich Rd, Central Saanich, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"7701",,"Central Saanich","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4034403 48.5914503)","low","accessPoint",,294099,,,,"active",,,"true",,5.811,
425,1,"00435-NonStandardStreetTypeAbbreviation","3942 Columbia Valley Rd, Cultus Lake, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"3942",,"Columbia Valley","Rd","false",,"false",,"Cultus Lake","Community","FVRD Electoral Area H","BC","SRID=4326;POINT(-121.9597795 49.0739494)","high","parcelPoint","a9dd5909-24c9-4157-9166-fe5d6d6360bc",1157827,,,,"active","9999-12-31","2024-01-10","true",,427.762,2185851
426,1,"00436-NonStandardStreetTypeAbbreviation","950 Old Hope Princeton Way, Hope, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"950",,"Old Hope Princeton","Way","false",,"false",,"Hope","District Municipality",,"BC","SRID=4326;POINT(-121.4156582 49.3733202)","high","parcelPoint","1ceb7f95-bc84-4f76-9e58-89cbf297e48a",193424,,,,"active","9999-12-31","2024-01-10","true",,28.685,1101623
427,1,"00437-NonStandardStreetTypeAbbreviation","774 Great Northern Way, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"774",,"Great Northern","Way","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0880896 49.2660631)","medium","parcelPoint","0ea46411-52cc-4411-991e-84f751c6584a",341353,,,,"active","9999-12-31","2024-01-10","true",,0.729,8008439
428,1,"00439-NonStandardLocalityNameAbbreviation","352 W 14th St, North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","a3ccf751-0b80-4ac8-848b-524a61b32b22",2416363,,,,"active","9999-12-31","2024-01-10","true",,877.218,3147438
429,1,"00440-NonStandardLocalityNameAbbreviation","569 Hody Dr, Okanagan Falls, BC",,65,"CIVIC_NUMBER",100,"[LOCALITY.notMatched:35]",,,,,"569",,"Hody","Dr","false",,"false",,"Okanagan Falls","Community","RDOS Electoral Area D","BC","SRID=4326;POINT(-119.5690298 49.3482363)","high","parcelPoint","180ece7f-f99d-41f9-aa75-1a6bc79fd735",60098,,,,"active","9999-12-31","2024-01-10","true",,6.921,3300419
430,1,"00441-NonStandardStreetNameAbbreviation","5450 Oak St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5450",,"Oak","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1275777 49.2362797)","high","parcelPoint","bbd0f740-76b4-48f6-9583-fe4bbd732083",100420,,,,"active","9999-12-31","2024-01-10","true",,0.198,2704350
431,1,"00442-NonStandardStreetNameAbbreviation","1301 Oak Ave, Quesnel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","b1746249-21f8-4b15-bae7-011b8306834b",227948,,,,"active","9999-12-31","2024-01-10","true",,0.16,3406157
432,1,"00443-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,1.34,
433,1,"00444-NonStandardGeneralDelivery","Quesnel, BC",,48,"LOCALITY",68,"[LOCALITY_INITIAL_GARBAGE.notAllowed:20]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,3.64,
434,1,"00445-NonStandardGeneralDelivery","Quesnel, BC",,48,"LOCALITY",68,"[LOCALITY_INITIAL_GARBAGE.notAllowed:20]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,1.655,
435,1,"00446-NonStandardGeneralDelivery","Quesnel, BC",,48,"LOCALITY",68,"[LOCALITY_INITIAL_GARBAGE.notAllowed:20]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,2.627,
436,1,"00447-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,1.069,
437,1,"00448-CareOf","Quesnel, BC",,52,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,2.967,
438,1,"00449-CareOf","1301 Oak Ave, Quesnel, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","b1746249-21f8-4b15-bae7-011b8306834b",227948,,,,"active","9999-12-31","2024-01-10","true",,6.08,3406157
439,1,"00450-SuffixNameMatching","Dent Ave, Burnaby, BC",,72,"STREET",78,"[LOCALITY.isAlias:1, STREET_NAME.spelledWrong:2, STREET_DIRECTION.notMatched:2, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Dent","Ave","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-123.0073749 49.2710941)","coarse","streetPoint",,,,,,"active",,,"true",,69.399,
440,1,"00451-StreetNameWordsGluedTogether","3821 Cedar Hill Rd, Saanich, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,"3821",,"Cedar Hill","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.336341 48.4632076)","high","parcelPoint","bcc2eb93-b0e5-4c40-a228-5c96dffe7232",299730,,,,"active","9999-12-31","2024-01-10","true",,0.824,3387802
441,1,"00452-StreetNameCompoundWordsSeparated","8514 Horseshoe Bay Rd, Anglemont, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"8514",,"Horseshoe Bay","Rd","false",,"false",,"Anglemont","Community","CSRD Electoral Area F","BC","SRID=4326;POINT(-119.1181382 50.9761127)","high","parcelPoint","b86d979c-3496-4fc8-9208-85181e696243",2450478,,,,"active","9999-12-31","2024-01-10","true",,0.905,3542205
442,1,"00453-NonStandardStreetTypeAbbreviation","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","bd75b819-164b-46b7-8229-544c7adc6038",484911,,,,"active","9999-12-31","2024-01-10","true",,10.072,1860086
443,1,"00454-civicAddressWithUnitandUnknownSiteName","UNIT 170 HAPPY HOUSE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","HAPPY HOUSE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","a15fcb2e-bce0-4aab-969c-7ef97d212df4",2400007,,"UNIT 170 HAPPY HOUSE",,"active","9999-12-31","2024-01-10","true",,12.177,4363977
444,1,"00455-StreetNameWithMultipleSpellingMistakes","Omineca St, Hazelton, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omineca","St","false",,"false",,"Hazelton","Village",,"BC","SRID=4326;POINT(-127.6757927 55.2557017)","coarse","streetPoint",,,,,,"active",,,"true",,6.03,
445,1,"00456-NonStandardLocalityNameAbbreviation","134 E 15th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"134",,"15th","St","false","E","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.070453 49.3223403)","high","parcelPoint","a706b69f-4fc3-4b2f-8cd5-8cdaa0936a9a",163763,,,,"active","9999-12-31","2024-01-10","true",,159.125,3516754
446,1,"00457-NonStandardLocalityNAmeAbbreviation","2248 McAllister Ave, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:2]",,,,,"2248",,"McAllister","Ave","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7799837 49.262092)","high","parcelPoint","33a072b2-2dfd-41bb-bed1-6827e2f74fc7",146223,,,,"active","9999-12-31","2024-01-10","true",,0.569,3218608
447,1,"00458-civicAddressWithUnitandUnknownSiteName","UNIT 170 DOOGIE UNIVERSITY -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOOGIE UNIVERSITY","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","a15fcb2e-bce0-4aab-969c-7ef97d212df4",2400007,,"UNIT 170 DOOGIE UNIVERSITY",,"active","9999-12-31","2024-01-10","true",,12.627,4363977
448,1,"00459-LocalityHopping","Kaleden, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.6011112 49.3997222)","coarse","localityPoint",,,,,,"active",,,"true",,1.13,
449,1,"00460-LocalityHopping","UNIT 200 -- Prince George St, Prince Rupert, BC",,63,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_TYPE.notMatched:3, STREET_TYPE.notPrefix:0, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","200",,,,"Prince George","St","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.2990707 54.311388)","coarse","streetPoint",,,,"UNIT 200",,"active",,,"true",,144.602,
450,1,"00461-LocalityHopping","Helmcken Alley, Victoria, BC",,74,"STREET",78,"[STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Helmcken","Alley","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3693133 48.4255635)","coarse","streetPoint",,,,,,"active",,,"true",,4.747,
451,1,"00462-IRAddresses","1901 Lust Rd, Quesnel, BC",,96,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1901",,"Lust","Rd","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4554097 52.9567283)","low","accessPoint",,228320,,,,"active",,,"true",,2.006,
452,1,"00463-IRAddresses","Blueberry Reserve Rd, Buick, BC",,72,"STREET",78,"[STREET_TYPE.missing:6]",,,,,,,"Blueberry Reserve","Rd","false",,"false",,"Buick","Community","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1391639 56.7304618)","coarse","streetPoint",,,,,,"active",,,"true",,23.904,
453,1,"00464-IRAddresses","205 BC Mine Rd, Grand Forks, BC",,72,"BLOCK",99,"[INITIAL_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.missing:10, STREET_TYPE.missing:6, PROVINCE.missing:1, FAULTS.tooMany:6]",,,,,"205",,"BC Mine","Rd","false",,"false",,"Grand Forks","City","RDKB Electoral Area D (Rural Grand Forks)","BC","SRID=4326;POINT(-118.5417578 49.1296346)","low","accessPoint",,2411205,,,,"active",,,"true",,28.906,
454,1,"00465-IRAddresses","205 BC Mine Rd, Grand Forks, BC",,72,"BLOCK",99,"[INITIAL_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.missing:10, STREET_TYPE.missing:6, PROVINCE.missing:1, FAULTS.tooMany:6]",,,,,"205",,"BC Mine","Rd","false",,"false",,"Grand Forks","City","RDKB Electoral Area D (Rural Grand Forks)","BC","SRID=4326;POINT(-118.5417578 49.1296346)","low","accessPoint",,2411205,,,,"active",,,"true",,148.399,
455,1,"00466-StreetNameWithMultipleSpellingMistakes","UNIT 15 -- 31235 Upper MacLure Rd, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","15",,"31235",,"Upper MacLure","Rd","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3592071 49.0608091)","high","parcelPoint","9e4b50bb-9958-4192-89e0-b4d926713e86",430758,,"UNIT 15",,"active","9999-12-31","2024-01-10","true",,12.599,1462380
456,1,"00467-StreetNameWithMultipleSpellingMistakes","UNIT 338 -- 32830 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","338",,"32830",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","7920a878-f3cc-479a-83d1-44245f240070",2617631,,"UNIT 338",,"active","9999-12-31","2024-01-10","true",,1.325,2495402
457,1,"00468-StreetNameWithMultipleSpellingMistakes","UNIT 215 -- 32850 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","215",,"32850",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","dee60ef6-585e-4b74-9eed-23ce6c48e33f",2617631,,"UNIT 215",,"active","9999-12-31","2024-01-10","true",,1.555,1047582
458,1,"00469-StreetNameWithMultipleSpellingMistakes","UNIT 117B -- 34313 Forrest Terr, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","117","B","34313",,"Forrest","Terr","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2765011 49.0346859)","high","parcelPoint","275d1c6e-d6a6-4e7b-99ef-61732b0e6403",159710,,"UNIT 117B",,"active","9999-12-31","2024-01-10","true",,1.072,1365855
459,1,"00470-StreetNameWithMultipleSpellingMistakes","UNIT 14 -- 43685 Chilliwack Mountain Rd, Chilliwack, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","14",,"43685",,"Chilliwack Mountain","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-122.0166373 49.1641524)","high","parcelPoint","19a2de9b-19f5-4e94-8d43-f303ae7951c0",2400276,,"UNIT 14",,"active","9999-12-31","2024-01-10","true",,500.431,1065331
460,1,"00471-StreetNameWithMultipleSpellingMistakes","29 St SE, Salmon Arm, BC",,63,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.isAlias:4, STREET_DIRECTION.missing:2, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"29","St","false","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2509431 50.6873229)","coarse","streetPoint",,,,,,"active",,,"true",,35.464,
461,1,"00472-StreetNameWithMultipleSpellingMistakes","Whistler, BC",,56,"LOCALITY",68,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Whistler","Resort Municipality",,"BC","SRID=4326;POINT(-122.9544444 50.1169445)","coarse","localityPoint",,,,,,"active",,,"true",,46.299,
462,1,"00473-StreetNameWithMultipleSpellingMistakes","UNIT 2204 -- 7343 Okanagan Landing Rd, Vernon, BC",,88,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","2204",,"7343",,"Okanagan Landing","Rd","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.345325 50.2389897)","high","parcelPoint","65301231-fdb6-499c-b3eb-5d2df87eced7",354892,,"UNIT 2204",,"active","9999-12-31","2024-01-10","true",,28.948,4266077
463,1,"00474-StreetNameWithMultipleSpellingMistakes","UNIT 66 -- 1930 Cedar Village Cres, North Vancouver, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","66",,"1930",,"Cedar Village","Cres","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.043715 49.3270342)","high","parcelPoint","9157759e-1be4-447d-95ba-5c3ce26b5934",166103,,"UNIT 66",,"active","9999-12-31","2024-01-10","true",,2393.601,2153738
464,1,"00475-StreetNameWithMultipleSpellingMistakes","UNIT 209 -- 8611 General Currie Rd, Richmond, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","209",,"8611",,"General Currie","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1283228 49.1596485)","high","parcelPoint","fc738a5a-defc-4c0d-b07b-4b479f716445",127602,,"UNIT 209",,"active","9999-12-31","2024-01-10","true",,1.097,2001638
465,1,"00476-StreetNameWithMultipleSpellingMistakes","UNIT 305 -- 1135 Windsor Mews, Coquitlam, BC",,91,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6]",,"UNIT","305",,"1135",,"Windsor","Mews","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7853704 49.2801267)","high","parcelPoint","403d0d37-f1d3-496d-9c6c-5cd4f258d6ad",1907339,,"UNIT 305",,"active","9999-12-31","2024-01-10","true",,3.17,1102540
466,1,"00477-StreetNameWithOneSpellingMistakeAtFront","UNIT 106 -- 1355 Cumberland Rd, Courtenay, BC",,92,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6]",,"UNIT","106",,"1355",,"Cumberland","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0049707 49.6769203)","high","parcelPoint","39a75015-9d3a-4494-9454-ca1a809877ac",1849534,,"UNIT 106",,"active","9999-12-31","2024-01-10","true",,38.718,1020429
467,1,"00478-AddressInSmallCommunityUsingLocalityAlias","352 W 14th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","a3ccf751-0b80-4ac8-848b-524a61b32b22",2416363,,,,"active","9999-12-31","2024-01-10","true",,159.189,3147438
468,1,"00479-AddressInSmallCommunityUsingLocalityAlias","1745 Esquimalt Ave, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1745",,"Esquimalt","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1612755 49.3309246)","medium","parcelPoint","b9e02053-094f-423c-b1b2-f12ea1a2a0f7",163306,,,,"active","9999-12-31","2024-01-10","true",,6.237,8001373
469,1,"00480-AddressInSmallCommunityUsingLocalityAlias","223 W 7th Ave, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"223",,"7th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1103425 49.2650219)","high","parcelPoint","a49d040c-82a6-44f4-abdf-81013a7ed079",100449,,,,"active","9999-12-31","2024-01-10","true",,34.165,4195797
470,1,"00481-UnitNumberAndCivicNumberSwapped","UNIT 1045 -- Haro St, Vancouver, BC",,76,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","1045",,,,"Haro","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1323651 49.2880745)","coarse","streetPoint",,,,"UNIT 1045",,"active",,,"true",,19.911,
471,1,"00482-UnitNumberAndCivicNumberSwapped","1177 103A Ave, Surrey, BC",,85,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_TYPE.missing:6]",,,,,"1177",,"103A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7921295 49.1899518)","low","accessPoint",,418379,,,,"active",,,"true",,26.893,
472,1,"00483-UnknownMulti-wordUnitDesignator","UNIT 221 -- 4280 Moncton St, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","221",,"4280",,"Moncton","St","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1799769 49.1242764)","high","parcelPoint","b51ca327-873c-4cd5-97ed-595eef946d8e",351197,,"UNIT 221",,"active","9999-12-31","2024-01-10","true",,1.632,1518456
473,1,"00484-UnknownMulti-wordUunitDesignator","UNIT 54 -- 2938 Trafalgar St, Abbotsford, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","54",,"2938",,"Trafalgar","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3079844 49.054931)","high","parcelPoint","3983e4ff-d886-49d3-9ebc-15a1225cf162",161674,,"UNIT 54",,"active","9999-12-31","2024-01-10","true",,1.951,1257509
474,1,"00485-UnknownUnitNumberWithLetterPrefixGapped","UNIT A309 -- 10557 150 St, Surrey, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","A309",,"10557",,"150","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.806609 49.1944737)","high","parcelPoint","8041c7f3-e364-49c2-9bf8-ba84c16cebec",478995,,"UNIT A309",,"active","9999-12-31","2024-01-10","true",,12.649,3149253
475,1,"00486-UnknownUnitNumberWithLetterPrefixGapped","UNIT C7 -- 6901 Island Hwy W, Bowser, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_DIRECTION.notPrefix:0]",,"UNIT","C7",,"6901",,"Island","Hwy","false","W","false",,"Bowser","Community","RDN Electoral Area H","BC","SRID=4326;POINT(-124.667109 49.4348563)","high","parcelPoint","7c212140-8e25-40a1-b9ed-c17806b3652b",1835730,,"UNIT C7",,"active","9999-12-31","2024-01-10","true",,45.963,4072889
476,1,"00487-UnitNumberWithLetterPrefix","UNIT A114 -- 20211 66 Ave, Township of Langley, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","A114",,"20211",,"66","Ave","false",,"false",,"Township of Langley","District Municipality",,"BC","SRID=4326;POINT(-122.6633166 49.1235181)","high","parcelPoint","578c9bc6-0917-411a-80da-aa49cbec3b20",320513,,"UNIT A114",,"active","9999-12-31","2024-01-10","true",,12.724,1059975
477,1,"00488-ExtraWordAtFrontOfStreetName","UNIT 19 -- Mt Boucherie Pl, West Kelowna, BC",,73,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","19",,,,"Mt Boucherie","Pl","false",,"false",,"West Kelowna","Unknown",,"BC","SRID=4326;POINT(-119.5815689 49.8589959)","coarse","streetPoint",,,,"UNIT 19",,"active",,,"true",,1222.53,
478,1,"00489-UnitNumberSuffixInBackAlley","UNIT 206A -- 555 Burrard St, Vancouver, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"UNIT","206","A","555",,"Burrard","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1188944 49.2860099)","low","accessPoint",,475835,,"UNIT 206A",,"active",,,"true",,5.447,
479,1,"00490-SiteNameInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","605e9a9e-6ad5-4b0e-bdaf-a09b7e75e95a",296321,,,,"active","9999-12-31","2024-01-10","true",,6.577,4083847
480,1,"00491-DuplicateStreetTypeInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","605e9a9e-6ad5-4b0e-bdaf-a09b7e75e95a",296321,,,,"active","9999-12-31","2024-01-10","true",,15.785,4083847
481,1,"00492-CareOfInBackAlley","1175 Douglas St, Victoria, BC",,96,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","605e9a9e-6ad5-4b0e-bdaf-a09b7e75e95a",296321,,,,"active","9999-12-31","2024-01-10","true",,13.41,4083847
482,1,"00493-DuplicateStreetAndLocalityInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","605e9a9e-6ad5-4b0e-bdaf-a09b7e75e95a",296321,,,,"active","9999-12-31","2024-01-10","true",,50.685,4083847
483,1,"00494-StreetNameWithSpecialCharacters","Pipeho:em Rd, Agassiz, BC",,78,"STREET",78,"[]",,,,,,,"Pipeho:em","Rd","false",,"false",,"Agassiz","Community",,"BC","SRID=4326;POINT(-121.7342045 49.259877)","coarse","streetPoint",,,,,,"active",,,"true",,0.151,
484,1,"00495-StreetNameWithSpecialCharacters","ʔEqeʔat’in ʔEten, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"ʔEqeʔat’in ʔEten",,"false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1683616 52.0139035)","coarse","streetPoint",,,,,,"active",,,"true",,0.302,
485,1,"00496-StreetNameWithSpecialCharacters","Tl’etinqox Rd, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"Tl’etinqox","Rd","false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1612612 52.0089565)","coarse","streetPoint",,,,,,"active",,,"true",,0.228,
486,1,"00497-StreetNameWithSpecialCharacters","Clinton/Loon Lake FSR, Hutchison Lake, BC",,78,"STREET",78,"[]",,,,,,,"Clinton/Loon Lake","FSR","false",,"false",,"Hutchison Lake","Unknown","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.2072936 51.2237932)","coarse","streetPoint",,,,,,"active",,,"true",,4.337,
487,1,"00498-ACrazy","UNIT 201A -- 201A A St, Abbotsford, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER_SUFFIX.notMatched:1]",,"UNIT","201","A","201","A","A","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2608685 49.0060455)","low","accessPoint",,452835,,"UNIT 201A",,"active",,,"true",,41.033,
488,1,"00499-NonIntersectionOfRoadAndHwy","Chancellor Ave, View Royal, BC",,69,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,,,"Chancellor","Ave","false",,"false",,"View Royal","Town",,"BC","SRID=4326;POINT(-123.4279813 48.4648587)","coarse","streetPoint",,,,,,"active",,,"true",,47.224,
489,1,"00500-NoisyAddress","1 Centennial Sq, Victoria, BC",,92,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2]",,,,,"1",,"Centennial","Sq","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3657434 48.4287096)","high","parcelPoint","a7ba6ac6-5f01-41a0-a314-76fa5e7e7704",304974,,,,"active","9999-12-31","2024-01-10","true",,4.77,2983771
490,1,"00501-StreetNameCompoundWordsSeparated","12312 Horseshoe Way, Richmond, BC",,98,"BLOCK",99,"[STREET_NAME.partialMatch:1]",,,,,"12312",,"Horseshoe","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.0988494 49.1233204)","low","accessPoint",,128283,,,,"active",,,"true",,6.046,
491,1,"00502-StreetNameCompoundWordsSeparated","101 Seaview St, Sayward, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"101",,"Seaview","St","false",,"false",,"Sayward","Village",,"BC","SRID=4326;POINT(-125.9633841 50.3858383)","high","parcelPoint","45eca281-e15a-4b7c-8da0-f8cf1d5c4836",263931,,,,"active","9999-12-31","2024-01-10","true",,48.189,1684375
492,1,"00503-LocalityNameWithSplitWords","1090 Ironwood St, Campbell River, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1090",,"Ironwood","St","false",,"false",,"Campbell River","City",,"BC","SRID=4326;POINT(-125.2561963 50.0253168)","high","parcelPoint","7f502ef7-3cf8-42ef-a3a3-0a7732f8a396",262744,,,,"active","9999-12-31","2024-01-10","true",,8.075,3438603
493,1,"00504-siteNameWithTerminalAndMissingStreetName","Cargill Terminal -- Low Level Rd, District of North Vancouver, BC",,88,"SITE",100,"[STREET_NAME.notMatched:12]","Cargill Terminal",,,,,,"Low Level","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0524504 49.3077997)",,,"d19ff3ba-6139-4a48-a78d-52e5a6be9a41",2619496,,"Cargill Terminal",,"active","9999-12-31","2024-01-10","true",,37.982,1000080
494,1,"00505-siteNameWithPortAndMissingStreetName","Vancouver/Delta (SEI) Heliport -- Delta, BC",,93,"SITE",100,"[SITE_NAME.partialMatch:7, MAX_RESULTS.too_low_to_include_all_best_matches:0]","Vancouver/Delta (SEI) Heliport",,,,,,,,"false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-123.0183282 49.1291698)","high","parcelPoint","e8d20e25-41a9-419f-a6ca-3e168b6687ee",,,"Vancouver/Delta (SEI) Heliport",,"active","9999-12-31","2024-01-10","true",,3.815,4358837

@cpf-bc
Copy link

cpf-bc commented Jan 13, 2024

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Revolution Systems Open Library [pom]
[INFO] RS Core [jar]
[INFO] RS Test API [jar]
[INFO] RS ESRI File Geodatabase [jar]
[INFO] RS GDAL [jar]
[INFO] RS Geopackage [jar]
[INFO] RS Oracle [jar]
[INFO] RS PostgreSQL [jar]
[INFO] Revolsys Swing Components [jar]
[INFO] Maki Markers [jar]
[INFO] RS Web [jar]
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-parent >------------------
[INFO] Building Revolution Systems Open Library 7b72f92 [1/11]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-parent ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-parent ---
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-parent ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-parent ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-parent ---
[INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-parent/7b72f92906639c53399a70af505c18082e9c198d/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/target/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-parent/7b72f92906639c53399a70af505c18082e9c198d/revolsys-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-core >-------------------
[INFO] Building RS Core 7b72f92 [2/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-core ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-core ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 28 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1858 source files to /workspace/source/revolsys-core/target/classes
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/geometry/model/LinearRing.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/geometry/model/LinearRing.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/io/map/MapSerializer.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-core/src/main/java/com/revolsys/io/map/MapSerializer.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-core ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-core ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-core ---
[INFO] Building jar: /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-core ---
[INFO] Building jar: /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-core ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-core ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-core ---
[INFO] Installing /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-core/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-core/target/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-core/7b72f92906639c53399a70af505c18082e9c198d/revolsys-core-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-testapi >-----------------
[INFO] Building RS Test API 7b72f92 [3/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-testapi ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-testapi ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-testapi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/revolsys-testapi/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-testapi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /workspace/source/revolsys-testapi/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-testapi ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-testapi ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-testapi ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-testapi ---
[INFO] Building jar: /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-testapi ---
[INFO] Building jar: /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-testapi ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-testapi ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-testapi ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-testapi ---
[INFO] Installing /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-testapi/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-testapi/target/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-testapi/7b72f92906639c53399a70af505c18082e9c198d/revolsys-testapi-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-fgdb >-------------------
[INFO] Building RS ESRI File Geodatabase 7b72f92 [4/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-fgdb ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-fgdb ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-fgdb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-fgdb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /workspace/source/revolsys-fgdb/target/classes
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/GeodatabaseReference.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/GeodatabaseReference.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/capi/type/AbstractFileGdbFieldDefinition.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-fgdb/src/main/java/com/revolsys/gis/esri/gdb/file/capi/type/AbstractFileGdbFieldDefinition.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-fgdb ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-fgdb ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-fgdb ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-fgdb ---
[INFO] Building jar: /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-fgdb ---
[INFO] Building jar: /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-fgdb ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-fgdb ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-fgdb ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-fgdb ---
[INFO] Installing /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-fgdb/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-fgdb/target/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-fgdb/7b72f92906639c53399a70af505c18082e9c198d/revolsys-fgdb-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-gdal >-------------------
[INFO] Building RS GDAL 7b72f92 [5/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-gdal ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-gdal ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-gdal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-gdal ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /workspace/source/revolsys-gdal/target/classes
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java: /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java uses or overrides a deprecated API.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/raster/GdalImage.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java: /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java uses unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-gdal/src/main/java/com/revolsys/gdal/record/OgrRecordStore.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-gdal ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-gdal ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-gdal ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-gdal ---
[INFO] Building jar: /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-gdal ---
[INFO] Building jar: /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-gdal ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-gdal ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-gdal ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-gdal ---
[INFO] Installing /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-gdal/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-gdal/target/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-gdal/7b72f92906639c53399a70af505c18082e9c198d/revolsys-gdal-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< com.revolsys.open:revolsys-geopackage >----------------
[INFO] Building RS Geopackage 7b72f92 [6/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-geopackage ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-geopackage ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-geopackage ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-geopackage ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /workspace/source/revolsys-geopackage/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-geopackage ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-geopackage ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-geopackage ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-geopackage ---
[INFO] Building jar: /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-geopackage ---
[INFO] Building jar: /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-geopackage ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-geopackage ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-geopackage ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-geopackage ---
[INFO] Installing /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-geopackage/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-geopackage/target/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-geopackage/7b72f92906639c53399a70af505c18082e9c198d/revolsys-geopackage-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< com.revolsys.open:revolsys-oracle >------------------
[INFO] Building RS Oracle 7b72f92 [7/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-oracle ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-oracle ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-oracle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-oracle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /workspace/source/revolsys-oracle/target/classes
[INFO] /workspace/source/revolsys-oracle/src/main/java/com/revolsys/oracle/recordstore/OracleJdbcQueryIterator.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-oracle/src/main/java/com/revolsys/oracle/recordstore/OracleJdbcQueryIterator.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-oracle ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-oracle ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-oracle ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-oracle ---
[INFO] Building jar: /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-oracle ---
[INFO] Building jar: /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-oracle ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-oracle ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-oracle ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-oracle ---
[INFO] Installing /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-oracle/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-oracle/target/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-oracle/7b72f92906639c53399a70af505c18082e9c198d/revolsys-oracle-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< com.revolsys.open:revolsys-postgresql >----------------
[INFO] Building RS PostgreSQL 7b72f92 [8/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-postgresql ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-postgresql ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-postgresql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-postgresql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /workspace/source/revolsys-postgresql/target/classes
[INFO] /workspace/source/revolsys-postgresql/src/main/java/com/revolsys/gis/postgresql/PostgreSQLJdbcQueryResultPager.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-postgresql/src/main/java/com/revolsys/gis/postgresql/PostgreSQLJdbcQueryResultPager.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-postgresql ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-postgresql ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-postgresql ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-postgresql ---
[INFO] Building jar: /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-postgresql ---
[INFO] Building jar: /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-postgresql ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-postgresql ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-postgresql ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-postgresql ---
[INFO] Installing /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-postgresql/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-postgresql/target/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-postgresql/7b72f92906639c53399a70af505c18082e9c198d/revolsys-postgresql-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-swing >------------------
[INFO] Building Revolsys Swing Components 7b72f92 [9/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-swing ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-swing ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-swing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 935 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-swing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 548 source files to /workspace/source/revolsys-swing/target/classes
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-swing/src/main/java/com/revolsys/swing/tree/BaseTreeNode.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-swing ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-swing ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-swing ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-swing ---
[INFO] Building jar: /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-swing ---
[INFO] Building jar: /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-swing ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-swing ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-swing ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-swing ---
[INFO] Installing /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-swing/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-swing/target/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-swing/7b72f92906639c53399a70af505c18082e9c198d/revolsys-swing-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ------------------< com.revolsys.open:revolsys-maki >-------------------
[INFO] Building Maki Markers 7b72f92 [10/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-maki ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-maki ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-maki ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 148 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-maki ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-maki ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-maki ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-maki ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-maki ---
[INFO] Building jar: /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-maki ---
[INFO] Building jar: /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-maki ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-maki ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-maki ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-maki ---
[INFO] Installing /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-maki/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-maki/target/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-maki/7b72f92906639c53399a70af505c18082e9c198d/revolsys-maki-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -------------------< com.revolsys.open:revolsys-web >-------------------
[INFO] Building RS Web 7b72f92 [11/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ revolsys-web ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ revolsys-web ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ revolsys-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ revolsys-web ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 297 source files to /workspace/source/revolsys-web/target/classes
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/config/Attribute.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/config/Attribute.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/rest/interceptor/AnnotationHandlerMethodResolver.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/web/rest/interceptor/AnnotationHandlerMethodResolver.java: Recompile with -Xlint:removal for details.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/html/view/ElementContainer.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/revolsys-web/src/main/java/com/revolsys/ui/html/view/ElementContainer.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ revolsys-web ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ revolsys-web ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ revolsys-web ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ revolsys-web ---
[INFO] Building jar: /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ revolsys-web ---
[INFO] Building jar: /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ revolsys-web ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ revolsys-web ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ revolsys-web ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ revolsys-web ---
[INFO] Installing /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/revolsys-web/pom.xml to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/revolsys-web/target/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/com/revolsys/open/revolsys-web/7b72f92906639c53399a70af505c18082e9c198d/revolsys-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Revolution Systems Open Library 7b72f92:
[INFO]
[INFO] Revolution Systems Open Library .................... SUCCESS [ 5.445 s]
[INFO] RS Core ............................................ SUCCESS [ 42.183 s]
[INFO] RS Test API ........................................ SUCCESS [ 2.575 s]
[INFO] RS ESRI File Geodatabase ........................... SUCCESS [ 2.397 s]
[INFO] RS GDAL ............................................ SUCCESS [ 2.153 s]
[INFO] RS Geopackage ...................................... SUCCESS [ 2.068 s]
[INFO] RS Oracle .......................................... SUCCESS [ 2.208 s]
[INFO] RS PostgreSQL ...................................... SUCCESS [ 2.390 s]
[INFO] Revolsys Swing Components .......................... SUCCESS [ 17.035 s]
[INFO] Maki Markers ....................................... SUCCESS [ 2.531 s]
[INFO] RS Web ............................................. SUCCESS [ 5.288 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:26 min
[INFO] Finished at: 2024-01-13T00:26:16Z
[INFO] ------------------------------------------------------------------------

@cpf-bc
Copy link

cpf-bc commented Jan 13, 2024

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Concurrent Processing Framework [pom]
[INFO] Concurrent Processing Framework Business Application Plugin API [jar]
[INFO] Concurrent Processing Framework Client Java API [jar]
[INFO] Concurrent Processing Framework Application Java API [jar]
[INFO] Concurrent Processing Framework API Worker [jar]
[INFO] Concurrent Processing Framework Base WAR Web Application [war]
[INFO] Concurrent Processing Framework Base WAR Worker [war]
[INFO] CPF Plug-in Maven Arechtype [maven-archetype]
[INFO] Concurrent Processing Framework Archetype Web [maven-archetype]
[INFO] CPF Test Plugins [jar]
[INFO] Digest Plug-in [jar]
[INFO] Geometry Validation Plug-in [jar]
[INFO] Mandelbrot Plug-in [jar]
[INFO] Map Tile Plug-in [jar]
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-parent >--------------------
[INFO] Building Concurrent Processing Framework 7b72f92 [1/14]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-parent ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-parent ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-parent ---
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-parent ---
[INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/target/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-parent/7b72f92906639c53399a70af505c18082e9c198d/cpf-parent-7b72f92906639c53399a70af505c18082e9c198d-site.xml
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-plugin >------------------
[INFO] Building Concurrent Processing Framework Business Application Plugin API 7b72f92 [2/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-plugin/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 37 source files to /workspace/source/cpf-api-plugin/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-plugin ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-plugin ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-plugin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-plugin ---
[INFO] Building jar: /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-plugin ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-plugin ---
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-plugin/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-plugin/target/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) > generate-sources @ cpf-api-plugin >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-plugin ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) < generate-sources @ cpf-api-plugin <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-plugin-api) @ cpf-api-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-client >------------------
[INFO] Building Concurrent Processing Framework Client Java API 7b72f92 [3/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /workspace/source/cpf-api-client/target/classes
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/cpf-api-client/src/main/java/net/oauth/client/httpclient4/OAuthSchemeFactory.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cpf-api-client ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-client ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-client ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-client ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-client ---
[INFO] Building jar: /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-client ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-client ---
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-client/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-client/target/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-client/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-client-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (java-api) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) > generate-sources @ cpf-api-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-client ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-client ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) < generate-sources @ cpf-api-client <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-java-api) @ cpf-api-client ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ cpf-api-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-client/target/site/java-api
[INFO] Copying 2 resources to template
[INFO]
[INFO] --- jsdoctk-plugin:2.3.2:jsdoc (javascript-api) @ cpf-api-client ---
[INFO] Copying JSDoc Toolkit to temporary directory.
[INFO] JSDoc Toolkit copied to temporary directory, execution will commense shortly.
[INFO] Will be generating JSDoc for '/workspace/source/cpf-api-client/src/main/js'.
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-api-app >-------------------
[INFO] Building Concurrent Processing Framework Application Java API 7b72f92 [4/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 25 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 84 source files to /workspace/source/cpf-api-app/target/classes
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java uses or overrides a deprecated API.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/security/digest/DigestAuthenticationFilter.java: Recompile with -Xlint:deprecation for details.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Some input files use unchecked or unsafe operations.
[INFO] /workspace/source/cpf-api-app/src/main/java/ca/bc/gov/open/cpf/api/domain/BatchJob.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-app ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-app ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-app ---
[INFO] Building jar: /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-app ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-app ---
[INFO] Building jar: /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-app ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-app ---
[INFO] Installing /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-app/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-app/target/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) > generate-sources @ cpf-api-app >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-app ---
[INFO]
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) < generate-sources @ cpf-api-app <<<
[INFO]
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-rest-api) @ cpf-api-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-api-worker >------------------
[INFO] Building Concurrent Processing Framework API Worker 7b72f92 [5/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-api-worker ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-api-worker ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-api-worker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-api-worker/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-api-worker ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /workspace/source/cpf-api-worker/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-api-worker ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-api-worker ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-api-worker ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cpf-api-worker ---
[INFO] Building jar: /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-api-worker ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-api-worker ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-api-worker ---
[INFO] Building jar: /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-api-worker ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-api-worker ---
[INFO] Installing /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-api-worker/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-api-worker/target/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-api-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-api-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -------------------< ca.bc.gov.open.cpf:cpf-war-app >-------------------
[INFO] Building Concurrent Processing Framework Base WAR Web Application 7b72f92 [6/14]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-war-app ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-war-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-war-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /workspace/source/cpf-war-app/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-war-app ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-war-app ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-war-app ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-war-app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ cpf-war-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cpf-war-app] in [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Processing war project
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-client/target] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-client/src/main/js/] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/../cpf-api-plugin/target] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp webResources [/workspace/source/cpf-war-app/src/main/webapp] to [/workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Copying webapp resources [/workspace/source/cpf-war-app/src/main/webapp]
[INFO] Webapp assembled in [959 msecs]
[INFO] Building war: /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-war-app ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-war-app ---
[INFO] Skipping because packaging 'war' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-war-app ---
[INFO] Building jar: /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-war-app ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-war-app ---
[INFO] Installing /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO] Installing /workspace/source/cpf-war-app/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-war-app/target/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-app/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-app-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf:cpf-war-worker >------------------
[INFO] Building Concurrent Processing Framework Base WAR Worker 7b72f92 [7/14]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-war-worker ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-war-worker ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpf-war-worker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cpf-war-worker ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpf-war-worker ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cpf-war-worker ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cpf-war-worker ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ cpf-war-worker ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cpf-war-worker] in [/workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d]
[INFO] Processing war project
[INFO] Copying webapp resources [/workspace/source/cpf-war-worker/src/main/webapp]
[INFO] Webapp assembled in [477 msecs]
[INFO] Building war: /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-war-worker ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-war-worker ---
[INFO] Skipping because packaging 'war' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-war-worker ---
[INFO] Building jar: /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-war-worker ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ cpf-war-worker ---
[INFO] Installing /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.war
[INFO] Installing /workspace/source/cpf-war-worker/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-war-worker/target/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-war-worker/7b72f92906639c53399a70af505c18082e9c198d/cpf-war-worker-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --------------< ca.bc.gov.open.cpf:cpf-archetype-plugin >---------------
[INFO] Building CPF Plug-in Maven Arechtype 7b72f92 [8/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ cpf-archetype-plugin ---
[INFO] Copying 11 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ cpf-archetype-plugin ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ cpf-archetype-plugin ---
[INFO] Building archetype jar: /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-archetype-plugin ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-archetype-plugin ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ cpf-archetype-plugin ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-archetype-plugin ---
[INFO] Building jar: /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-archetype-plugin ---
[INFO]
[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ cpf-archetype-plugin ---
[INFO] Installing /workspace/source/cpf-archetype-plugin/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-archetype-plugin/target/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-plugin/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-plugin-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ cpf-archetype-plugin ---
[INFO]
[INFO] ----------------< ca.bc.gov.open.cpf:cpf-archetype-web >----------------
[INFO] Building Concurrent Processing Framework Archetype Web 7b72f92 [9/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cpf-archetype-web ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ cpf-archetype-web ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ cpf-archetype-web ---
[INFO] Copying 12 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ cpf-archetype-web ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ cpf-archetype-web ---
[INFO] Building archetype jar: /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ cpf-archetype-web ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cpf-archetype-web ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ cpf-archetype-web ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cpf-archetype-web ---
[INFO] Building jar: /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cpf-archetype-web ---
[INFO]
[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ cpf-archetype-web ---
[INFO] Installing /workspace/source/cpf-archetype-web/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/cpf-archetype-web/target/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/cpf-archetype-web/7b72f92906639c53399a70af505c18082e9c198d/cpf-archetype-web-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ cpf-archetype-web ---
[INFO]
[INFO] ------------------< ca.bc.gov.open.cpf.plugins:test >-------------------
[INFO] Building CPF Test Plugins 7b72f92 [10/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ test ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ test ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /workspace/source/plugins/test/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ test ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ test ---
[INFO] Building jar: /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ test ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ test ---
[INFO] Building jar: /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ test ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ test ---
[INFO] Installing /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/test/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/test/target/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/test/7b72f92906639c53399a70af505c18082e9c198d/test-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------------< ca.bc.gov.open.cpf.plugins:digest >------------------
[INFO] Building Digest Plug-in 7b72f92 [11/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ digest ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ digest ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ digest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ digest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /workspace/source/plugins/digest/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ digest ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ digest ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ digest ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ digest ---
[INFO] Building jar: /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ digest ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ digest ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ digest ---
[INFO] Building jar: /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ digest ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ digest ---
[INFO] Installing /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/digest/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/digest/target/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/digest/7b72f92906639c53399a70af505c18082e9c198d/digest-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] -----------< ca.bc.gov.open.cpf.plugins:geometry-validation >-----------
[INFO] Building Geometry Validation Plug-in 7b72f92 [12/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ geometry-validation ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ geometry-validation ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geometry-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ geometry-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /workspace/source/plugins/geometry-validation/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geometry-validation ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ geometry-validation ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geometry-validation ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ geometry-validation ---
[INFO] Building jar: /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ geometry-validation ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ geometry-validation ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ geometry-validation ---
[INFO] Building jar: /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ geometry-validation ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ geometry-validation ---
[INFO] Installing /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/geometry-validation/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/geometry-validation/target/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/geometry-validation/7b72f92906639c53399a70af505c18082e9c198d/geometry-validation-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ---------------< ca.bc.gov.open.cpf.plugins:mandelbrot >----------------
[INFO] Building Mandelbrot Plug-in 7b72f92 [13/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ mandelbrot ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ mandelbrot ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mandelbrot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mandelbrot ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /workspace/source/plugins/mandelbrot/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mandelbrot ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mandelbrot ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mandelbrot ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ mandelbrot ---
[INFO] Building jar: /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ mandelbrot ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ mandelbrot ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ mandelbrot ---
[INFO] Building jar: /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ mandelbrot ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ mandelbrot ---
[INFO] Installing /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/mandelbrot/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/mandelbrot/target/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/mandelbrot/7b72f92906639c53399a70af505c18082e9c198d/mandelbrot-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] ----------------< ca.bc.gov.open.cpf.plugins:map-tile >-----------------
[INFO] Building Map Tile Plug-in 7b72f92 [14/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ map-tile ---
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (get-the-git-infos) @ map-tile ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ map-tile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ map-tile ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /workspace/source/plugins/map-tile/target/classes
[INFO] /workspace/source/plugins/map-tile/src/main/java/ca/bc/gov/open/cpf/plugins/maptile/MapTileByLocation.java: Some input files use or override a deprecated API.
[INFO] /workspace/source/plugins/map-tile/src/main/java/ca/bc/gov/open/cpf/plugins/maptile/MapTileByLocation.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ map-tile ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ map-tile ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ map-tile ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ map-tile ---
[INFO] Building jar: /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ map-tile ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ map-tile ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ map-tile ---
[INFO] Building jar: /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ map-tile ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ map-tile ---
[INFO] Installing /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d.jar
[INFO] Installing /workspace/source/plugins/map-tile/pom.xml to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d.pom
[INFO] Installing /workspace/source/plugins/map-tile/target/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar to /workspace/.m2/repository/ca/bc/gov/open/cpf/plugins/map-tile/7b72f92906639c53399a70af505c18082e9c198d/map-tile-7b72f92906639c53399a70af505c18082e9c198d-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Concurrent Processing Framework 7b72f92:
[INFO]
[INFO] Concurrent Processing Framework .................... SUCCESS [ 4.824 s]
[INFO] Concurrent Processing Framework Business Application Plugin API SUCCESS [ 9.876 s]
[INFO] Concurrent Processing Framework Client Java API .... SUCCESS [ 8.907 s]
[INFO] Concurrent Processing Framework Application Java API SUCCESS [ 5.658 s]
[INFO] Concurrent Processing Framework API Worker ......... SUCCESS [ 3.045 s]
[INFO] Concurrent Processing Framework Base WAR Web Application SUCCESS [ 7.078 s]
[INFO] Concurrent Processing Framework Base WAR Worker .... SUCCESS [ 4.014 s]
[INFO] CPF Plug-in Maven Arechtype ........................ SUCCESS [ 1.787 s]
[INFO] Concurrent Processing Framework Archetype Web ...... SUCCESS [ 0.772 s]
[INFO] CPF Test Plugins ................................... SUCCESS [ 1.171 s]
[INFO] Digest Plug-in ..................................... SUCCESS [ 1.148 s]
[INFO] Geometry Validation Plug-in ........................ SUCCESS [ 2.152 s]
[INFO] Mandelbrot Plug-in ................................. SUCCESS [ 1.682 s]
[INFO] Map Tile Plug-in ................................... SUCCESS [ 1.207 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 53.825 s
[INFO] Finished at: 2024-01-13T00:27:33Z
[INFO] ------------------------------------------------------------------------

@cpf-bc
Copy link

cpf-bc commented Jan 13, 2024

"sequenceNumber","resultNumber","yourId","fullAddress","intersectionName","score","matchPrecision","precisionPoints","faults","siteName","unitDesignator","unitNumber","unitNumberSuffix","civicNumber","civicNumberSuffix","streetName","streetType","isStreetTypePrefix","streetDirection","isStreetDirectionPrefix","streetQualifier","localityName","localityType","electoralArea","provinceCode","location","locationPositionalAccuracy","locationDescriptor","siteID","blockID","intersectionID","fullSiteDescriptor","accessNotes","siteStatus","siteRetireDate","changeDate","isOfficial","degree","executionTime","sid"
1,1,"00002-civicAddressWithCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.384,3570324
2,1,"00003-civicAddressWithCivicNumberSuffix","4251A Rockbank Pl, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4251","A","Rockbank","Pl","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2420986 49.3459404)","high","parcelPoint","1602fb07-a355-4dba-923b-2d01828da908",342044,,,,"active","9999-12-31","2024-01-10","true",,0.475,2714851
3,1,"00004-civicAddressWithOrdinalCivicNumberSuffix","749E Lakeview Arrow Creek Rd, Wynndel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"749","E","Lakeview Arrow Creek","Rd","false",,"false",,"Wynndel","Community","RDCK Electoral Area C","BC","SRID=4326;POINT(-116.5097552 49.154316)","high","parcelPoint","17f369ca-c67a-429e-9ed4-3d5745527478",2512792,,,,"active","9999-12-31","2024-01-10","true",,10.675,1073929
4,1,"00005-civicAddressWithStreetDirection","456 Gorge Rd E, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","3e3a858f-fd64-4a22-b2b3-1a2aded10821",304977,,,,"active","9999-12-31","2024-01-10","true",,0.205,3001643
5,1,"00006-civicAddressWithoutStreetDirection","1804 Cedar Dr, Squamish, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1804",,"Cedar","Dr","false",,"false",,"Squamish","District Municipality",,"BC","SRID=4326;POINT(-123.1352813 49.6988427)","high","parcelPoint","0b4642e2-9b6f-4c43-9ff2-6e556a743d33",173758,,,,"active","9999-12-31","2024-01-10","true",,0.255,1018699
6,1,"00007-civicAddressWithPrefixStreetDirection","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","87557b8c-d70a-446e-aa39-fc792ca38f5d",103530,,,,"active","9999-12-31","2024-01-10","true",,0.28,4174579
7,1,"00008-civicAddressWithStreetNameContainingDirectionWord","947 North Park St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"947",,"North Park","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3566146 48.4293207)","high","parcelPoint","6d8a2c8a-0bc0-4b9c-a497-0ac3a164726f",512719,,,,"active","9999-12-31","2024-01-10","true",,65.189,3897960
8,1,"00009-CivicAddressWithAbbreviatedStreetName","Stelly's Cross Rd, Central Saanich, BC",,78,"STREET",78,"[]",,,,,,,"Stelly's Cross","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4390875 48.579717)","coarse","streetPoint",,,,,,"active",,,"true",,0.749,
9,1,"00010-CivicAddressWithAbbreviatedStreetName","3928 Cedar Hill Cross Rd, Saanich, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3928",,"Cedar Hill Cross","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3477591 48.4659559)","high","parcelPoint","9dbb96f5-72e3-449f-b9b8-d7dc01c010ca",384645,,,,"active","9999-12-31","2024-01-10","true",,28.441,3290984
10,1,"00011-CivicAddressWithAbbreviatedLocalityName","7495 Columbia Ave, Radium Hot Springs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7495",,"Columbia","Ave","false",,"false",,"Radium Hot Springs","Village",,"BC","SRID=4326;POINT(-116.0777622 50.6205387)","high","parcelPoint","393446ef-bb07-490d-8855-25de00808655",338710,,,,"active","9999-12-31","2024-01-10","true",,1.568,4184338
11,1,"00012-civicAddressWithoutProvinceCode","2050 SW Marine Dr, Vancouver, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","87557b8c-d70a-446e-aa39-fc792ca38f5d",103530,,,,"active","9999-12-31","2024-01-10","true",,0.172,4174579
12,1,"00013-civicAddressWithProvinceName","2050 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2050",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1540921 49.2138418)","high","parcelPoint","87557b8c-d70a-446e-aa39-fc792ca38f5d",103530,,,,"active","9999-12-31","2024-01-10","true",,0.273,4174579
13,1,"00014-civicAddressWithoutUnit","10372 99 St, Taylor, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10372",,"99","St","false",,"false",,"Taylor","District Municipality",,"BC","SRID=4326;POINT(-120.6811336 56.1548566)","high","parcelPoint","4338a626-d295-4be1-bd04-4bc1dd72e1a3",238496,,,,"active","9999-12-31","2024-01-10","true",,3.131,3682455
14,1,"00015-civicAddressWithUnitWithoutUnitDesignator","UNIT 170 -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","a15fcb2e-bce0-4aab-969c-7ef97d212df4",2400007,,"UNIT 170",,"active","9999-12-31","2024-01-10","true",,4.956,4363977
15,1,"00016-civicAddressWithUnitAfterStreetType","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","14d4a799-e565-4d99-8eee-9337b10bcbfe",2400134,,"UNIT 418",,"active","9999-12-31","2024-01-10","true",,0.442,2064187
16,1,"00017-civicAddressWithUnitBeforeCivicNumber","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","14d4a799-e565-4d99-8eee-9337b10bcbfe",2400134,,"UNIT 418",,"active","9999-12-31","2024-01-10","true",,0.239,2064187
17,1,"00018-civicAddressWithUnitBeforeCivicNumberandWithoutFrontGate","UNIT 418 -- 925 Leon Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","418",,"925",,"Leon","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4819934 49.8840602)","high","parcelPoint","14d4a799-e565-4d99-8eee-9337b10bcbfe",2400134,,"UNIT 418",,"active","9999-12-31","2024-01-10","true",,0.108,2064187
18,1,"00019-civicAddressWithUnitandKnownSiteName","UNIT 170 DOUGLAS COLLEGE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOUGLAS COLLEGE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","a15fcb2e-bce0-4aab-969c-7ef97d212df4",2400007,,"UNIT 170 DOUGLAS COLLEGE",,"active","9999-12-31","2024-01-10","true",,9.66,4363977
19,1,"00020-civicAddressWithSiteName","Anahim Lake Airport -- Anahim Lake, BC",,100,"SITE",100,"[]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,0.664,4366574
20,1,"00021-civicAddressWithPartialSiteName","Anahim Lake Airport -- Anahim Lake, BC",,95,"SITE",100,"[SITE_NAME.partialMatch:5]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,0.703,4366574
21,1,"00022-civicAddressWithSiteNameAndMissingCivicNumber","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.13,
22,1,"00023-civicAddressWithNumberForStreetName","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","2a6ec764-5497-49da-bd15-ee5aca62c4b1",241168,,,,"active","9999-12-31","2024-01-10","true",,50.162,1453435
23,1,"00024-civicAddressWithUnitNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.184,
24,1,"00025-CivicNumberWithHighwayStreetName","4390 Hwy 33, Beaverdell, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4390",,"33","Hwy","true",,"false",,"Beaverdell","Community","RDKB Electoral Area E (West Boundary)","BC","SRID=4326;POINT(-119.0335607 49.3035999)","high","parcelPoint","7d589e91-b123-43a6-b8c1-38e731ba8b3a",571497,,,,"active","9999-12-31","2024-01-10","true",,2.304,4097984
25,1,"00026-CivicAddressWithoutProvinceCode","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.13,3570324
26,1,"00027-CivicAddressWithoutLocality","525 Superior St, Victoria, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY.missing:10]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.647,3570324
27,1,"00028-CivicAddressWithoutStreetName","Kamloops, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3391667 50.6755556)","coarse","localityPoint",,,,,,"active",,,"true",,0.781,
28,1,"00029-CivicAddressWithoutStreetType","661A Market Hill, Vancouver, BC",,94,"CIVIC_NUMBER",100,"[STREET_TYPE.missing:6]",,,,,"661","A","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","bfa0e618-c415-45af-b25e-7fdde000a2b8",265705,,,,"active","9999-12-31","2024-01-10","true",,2.01,1154850
29,1,"00030-CivicAddressWithoutStreetDirection","456 Gorge Rd E, Victoria, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","3e3a858f-fd64-4a22-b2b3-1a2aded10821",304977,,,,"active","9999-12-31","2024-01-10","true",,1.704,3001643
30,1,"00031-CivicAddressWithoutCivicNumber","Superior St, Victoria, BC",,78,"STREET",78,"[]",,,,,,,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3742047 48.4187396)","coarse","streetPoint",,,,,,"active",,,"true",,0.15,
31,1,"00032-CivicAddressWithUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","70fc0ac1-dd7b-47d9-a3d8-ac554e684d41",423686,,"UNIT 128",,"active","9999-12-31","2024-01-10","true",,0.297,1897827
32,1,"00033-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","70fc0ac1-dd7b-47d9-a3d8-ac554e684d41",423686,,"UNIT 128",,"active","9999-12-31","2024-01-10","true",,0.575,1897827
33,1,"00034-CivicAddressWithoutUnitDesignator","UNIT 128 -- 850 Saucier Ave, Kelowna, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","70fc0ac1-dd7b-47d9-a3d8-ac554e684d41",423686,,"UNIT 128",,"active","9999-12-31","2024-01-10","true",,0.572,1897827
34,1,"00035-CivicAddressWithoutUnitDesignator","850 Saucier Ave, Kelowna, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","49bf8308-6d90-48f4-bed7-450142ae239f",423686,,,,"active","9999-12-31","2024-01-10","true",,0.581,3801227
35,1,"00036-CivicAddressWithoutUnitNumber","UNIT -- 850 Saucier Ave, Kelowna, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"UNIT",,,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839199 49.8831909)","high","rooftopPoint","49bf8308-6d90-48f4-bed7-450142ae239f",423686,,"UNIT",,"active","9999-12-31","2024-01-10","true",,1.901,3801227
36,1,"00037-CivicAddressWithoutUnitNumber","APT -- 1359 Porlier Pass Rd, Galiano Island, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1]",,"APT",,,"1359",,"Porlier Pass","Rd","false",,"false",,"Galiano Island","Unknown","CAPRD Southern Gulf Islands Electoral Area","BC","SRID=4326;POINT(-123.3619085 48.8934868)","medium","parcelPoint","06a463f3-3a41-4898-bbb0-bc191dddac1d",2652387,,"APT",,"active","9999-12-31","2024-01-10","true",,1.545,8004937
37,1,"00038-CivicAddressWithoutLocalityProvinceCode","3520 Wentworth Ave, West Vancouver, BC",,89,"CIVIC_NUMBER",100,"[LOCALITY.missing:10, PROVINCE.missing:1]",,,,,"3520",,"Wentworth","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.2152473 49.3466751)","high","parcelPoint","7baf0aee-ba14-48cf-bbe4-8a9088194c43",570447,,,,"active","9999-12-31","2024-01-10","true",,5.142,2836372
38,1,"00039-CivicAddressWithUnitAttachedToCivicNumber","Lorne St, Kamloops, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lorne","St","false",,"false",,"Kamloops","City",,"BC","SRID=4326;POINT(-120.3275514 50.6782177)","coarse","streetPoint",,,,,,"active",,,"true",,10.599,
39,1,"00040-CivicAddressWithNonNumeric CivicNumber","A-B Connector Rd, Richmond, BC",,70,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:1, STREET_TYPE.notMatched:3, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"A-B Connector","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1809151 49.1921731)","coarse","streetPoint",,,,,,"active",,,"true",,144.746,
40,1,"00041-CivicAddressSwappedCharactersInSiteName","Anahim Lake Airport -- Anahim Lake, BC",,97,"SITE",100,"[SITE_NAME.partialMatch:3]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,23.646,4366574
41,1,"00042-CivicAddressSwappedCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","a22e5b32-1a02-4c0b-9f27-1012a330f959",233893,,,,"active","9999-12-31","2024-01-10","true",,17.913,3286476
42,1,"00043-CivicAddressSwappedCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","a22e5b32-1a02-4c0b-9f27-1012a330f959",233893,,,,"active","9999-12-31","2024-01-10","true",,110.089,3286476
43,1,"00044-CivicAddressSwappedCharactersInStreetNameLocality","30 Firth Cres, Mackenzie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2, STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","a22e5b32-1a02-4c0b-9f27-1012a330f959",233893,,,,"active","9999-12-31","2024-01-10","true",,207.799,3286476
44,1,"00045-CivicAddressWrongCharacterInSiteName","Anahim Lake Airport -- Anahim Lake, BC",,97,"SITE",100,"[SITE_NAME.partialMatch:3]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,26.939,4366574
45,1,"00046-CivicAddressWrongCharacterInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","a22e5b32-1a02-4c0b-9f27-1012a330f959",233893,,,,"active","9999-12-31","2024-01-10","true",,205.84,3286476
46,1,"00047-CivicAddressWrongCharacterInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","a22e5b32-1a02-4c0b-9f27-1012a330f959",233893,,,,"active","9999-12-31","2024-01-10","true",,90.782,3286476
47,1,"00048-CivicAddressMissingWordInSiteName","Anahim Lake Airport -- Anahim Lake, BC",,98,"SITE",100,"[SITE_NAME.partialMatch:2]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,2.797,4366574
48,1,"00049-CivicAddressWrongWordInStreetName","6006 Happy Valley Rd, Summerland, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","9f7b9c77-a752-4398-9068-1f91ec0e46fa",61656,,,,"active","9999-12-31","2024-01-10","true",,1.084,2052236
49,1,"00050-CivicAddressMissingFirstWordInStreetName","Valleyview Rd, Penticton, BC",,72,"STREET",78,"[STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"Valleyview","Rd","false",,"false",,"Penticton","City",,"BC","SRID=4326;POINT(-119.5742878 49.4516623)","coarse","streetPoint",,,,,,"active",,,"true",,155.065,
50,1,"00051-CivicAddressMissingFirstWordInLocalityName","UNIT 1323 -- 5 Gore Ave, Vancouver, BC",,86,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_NAME.spelledWrong:2, STREET_TYPE.notPrefix:0]",,"UNIT","1323",,"5",,"Gore","Ave","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0979684 49.2846438)","low","accessPoint",,105284,,"UNIT 1323",,"active",,,"true",,30.817,
51,1,"00052-CivicAddressMissingFirstWordInSiteName","Anahim Lake Airport -- Anahim Lake, BC",,98,"SITE",100,"[SITE_NAME.partialMatch:2]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,16.363,4366574
52,1,"00053-CivicAddressMissingCharactersInSiteName","Anahim Lake Airport -- Anahim Lake, BC",,97,"SITE",100,"[SITE_NAME.partialMatch:3]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,28.962,4366574
53,1,"00054-CivicAddressWrongWordInStreetName","Community Center Rd, Grand Forks, BC",,78,"STREET",78,"[]",,,,,,,"Community Center","Rd","false",,"false",,"Grand Forks","City",,"BC","SRID=4326;POINT(-118.4881692 49.0174056)","coarse","streetPoint",,,,,,"active",,,"true",,0.583,
54,1,"00055-CivicAddressMissingCharactersInStreetName","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","a22e5b32-1a02-4c0b-9f27-1012a330f959",233893,,,,"active","9999-12-31","2024-01-10","true",,103.235,3286476
55,1,"00056-CivicAddressMissingCharactersInLocality","30 Firth Cres, Mackenzie, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","a22e5b32-1a02-4c0b-9f27-1012a330f959",233893,,,,"active","9999-12-31","2024-01-10","true",,100.587,3286476
56,1,"00057-CivicAddressWrongAbbreviationInLocality","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","bd75b819-164b-46b7-8229-544c7adc6038",484911,,,,"active","9999-12-31","2024-01-10","true",,11.168,1860086
57,1,"00058-CivicAddressWrongProvinceCode","30 Firth Cres, Mackenzie, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.notMatched:1]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","a22e5b32-1a02-4c0b-9f27-1012a330f959",233893,,,,"active","9999-12-31","2024-01-10","true",,1.476,3286476
58,1,"00059-CivicAddressWrongLocality","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.partialMatch:1]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","5f133e65-eab4-49bc-951a-1aa065a2f2f6",240295,,,,"active","9999-12-31","2024-01-10","true",,3.615,3951760
59,1,"00060-CivicAddressWrongStreetType","952 Comox Ave, Prince Rupert, BC",,97,"CIVIC_NUMBER",100,"[STREET_TYPE.notMatched:3]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","5f133e65-eab4-49bc-951a-1aa065a2f2f6",240295,,,,"active","9999-12-31","2024-01-10","true",,4.89,3951760
60,1,"00061-CivicAddressWrongStreetDirection","456 Gorge Rd E, Victoria, BC",,97,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2, PROVINCE.missing:1]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","3e3a858f-fd64-4a22-b2b3-1a2aded10821",304977,,,,"active","9999-12-31","2024-01-10","true",,1.229,3001643
61,1,"00062-CivicAddressMispelledStreetName","952 Comox Ave, Prince Rupert, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"952",,"Comox","Ave","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.3251324 54.3045165)","high","parcelPoint","5f133e65-eab4-49bc-951a-1aa065a2f2f6",240295,,,,"active","9999-12-31","2024-01-10","true",,26.61,3951760
62,1,"00063-CivicAddressWithMisplacedStreetDirection","4216 51st Ave E, Fort Nelson, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notPrefix:0]",,,,,"4216",,"51st","Ave","false","E","false",,"Fort Nelson","Community",,"BC","SRID=4326;POINT(-122.6834844 58.8047008)","high","parcelPoint","2a6ec764-5497-49da-bd15-ee5aca62c4b1",241168,,,,"active","9999-12-31","2024-01-10","true",,51.111,1453435
63,1,"00064-CivicAddressWithMisplacedStreetDirection","2186 SW Marine Dr, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notSuffix:0]",,,,,"2186",,"Marine","Dr","false","SW","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1585049 49.2182009)","high","parcelPoint","f60f378d-d368-4fc9-808f-71bbf5d25e08",104099,,,,"active","9999-12-31","2024-01-10","true",,8.942,2902304
64,1,"00065-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","3a46cfc8-4940-4ce7-b43c-823e1f2517ce",2646210,,,,"active","9999-12-31","2024-01-10","true",,73.819,3393400
65,1,"00066-CivicAddressWithMisplacedStreetType","2288 Old Cariboo Hwy, Prince George, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.notPrefix:0]",,,,,"2288",,"Old Cariboo","Hwy","false",,"false",,"Prince George","City",,"BC","SRID=4326;POINT(-122.6651615 53.8961574)","high","parcelPoint","3a46cfc8-4940-4ce7-b43c-823e1f2517ce",2646210,,,,"active","9999-12-31","2024-01-10","true",,60.797,3393400
66,1,"00067-CivicAddressWithMisplacedStreetType","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","8d21100f-baca-4a48-b86c-c055acfc87a2",2435948,,,,"active","9999-12-31","2024-01-10","true",,5.841,2287750
67,1,"00069-CivicAddressWithUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","8d21100f-baca-4a48-b86c-c055acfc87a2",2435948,,,,"active","9999-12-31","2024-01-10","true",,58.823,2287750
68,1,"00070-CivicAddressWithUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","ef2a6385-b1f0-45d7-aec4-2b062fbfa67b",323579,,,,"active","9999-12-31","2024-01-10","true",,36.949,1239002
69,1,"00071-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","12621 Hwy 99, Lillooet, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notSuffix:0]",,,,,"12621",,"99","Hwy","true",,"false",,"Lillooet","District Municipality","SLRD Electoral Area B","BC","SRID=4326;POINT(-121.8918543 50.7508693)","high","parcelPoint","8d21100f-baca-4a48-b86c-c055acfc87a2",2435948,,,,"active","9999-12-31","2024-01-10","true",,84.484,2287750
70,1,"00072-CivicAddressWithMisplacedStreetTypeandUnneededStreetDirectionOnHighway","8930 Cariboo Hwy, Pineview FFG, BC",,100,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatchedInHighway:0, STREET_TYPE.notPrefix:0]",,,,,"8930",,"Cariboo","Hwy","false",,"false",,"Pineview FFG","Unknown","RDFFG Electoral Area D","BC","SRID=4326;POINT(-122.6951254 53.8454053)","high","parcelPoint","ef2a6385-b1f0-45d7-aec4-2b062fbfa67b",323579,,,,"active","9999-12-31","2024-01-10","true",,60.465,1239002
71,1,"00073-CivicAddressUnknownLocality","626 Lindley Dr, West Kelowna, BC",,93,"BLOCK",99,"[LOCALITY.spelledWrong:2, LOCALITY.isAlias:4]",,,,,"626",,"Lindley","Dr","false",,"false",,"West Kelowna","Unknown","RDCO Central Okanagan West Electoral Area","BC","SRID=4326;POINT(-119.5404528 49.8943439)","low","accessPoint",,571162,,,,"active",,,"true",,6.975,
72,1,"00074-CivicAddressUnknownStreetDirection","456 Gorge Rd E, Victoria, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.missing:2]",,,,,"456",,"Gorge","Rd","false","E","false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3735203 48.4410141)","high","parcelPoint","3e3a858f-fd64-4a22-b2b3-1a2aded10821",304977,,,,"active","9999-12-31","2024-01-10","true",,1.435,3001643
73,1,"00075-CivicAddressUnknownStreetType","561 Salmon Rd, Central Saanich, BC",,96,"BLOCK",99,"[STREET_TYPE.notMatched:3]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,8.549,
74,1,"00076-CivicAddressUnknownStreetName","561 Salmon Rd, Central Saanich, BC",,97,"BLOCK",99,"[STREET_NAME.spelledWrong:2]",,,,,"561",,"Salmon","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4761192 48.6123275)","low","accessPoint",,304726,,,,"active",,,"true",,209.979,
75,1,"00077-CivicAddressUnknownCivicNumber","Hwy 97B SE, Salmon Arm, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"97B","Hwy","true","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2201925 50.6811245)","coarse","streetPoint",,,,,,"active",,,"true",,144.853,
76,1,"00078-CivicAddressUnknownUnitDescriptor","UNIT 128 ABODE -- 850 Saucier Ave, Kelowna, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]","ABODE","UNIT","128",,"850",,"Saucier","Ave","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4839491 49.8830843)","high","parcelPoint","70fc0ac1-dd7b-47d9-a3d8-ac554e684d41",423686,,"UNIT 128 ABODE",,"active","9999-12-31","2024-01-10","true",,0.471,1897827
77,1,"00079-CivicAddressStreetDirectionForUndirectedStreet","109 Quarry Dr, Salt Spring Island, BC",,98,"CIVIC_NUMBER",100,"[STREET_DIRECTION.notMatched:2]",,,,,"109",,"Quarry","Dr","false",,"false",,"Salt Spring Island","Unknown","CAPRD Saltspring Island Electoral Area","BC","SRID=4326;POINT(-123.5626031 48.8754044)","high","parcelPoint","3ff67493-1cb0-44c5-9d35-0a90de323a8e",2402870,,,,"active","9999-12-31","2024-01-10","true",,22.064,2688433
78,1,"00080-CivicAddressWithMailBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,1.056,3570324
79,1,"00081-CivicAddressWithMailBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.973,3570324
80,1,"00082-CivicAddressWithBagAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.965,3570324
81,1,"00083-CivicAddressWithBagAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.827,3570324
82,1,"00084-CivicAddressWithCompAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.595,3570324
83,1,"00085-CivicAddressWithCompAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.575,3570324
84,1,"00086-CivicAddressWithLcdAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.569,3570324
85,1,"00087-CivicAddressWithLcdAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.564,3570324
86,1,"00088-CivicAddressWithPostalCodeAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.593,3570324
87,1,"00089-CivicAddressWithPostalCodeAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.589,3570324
88,1,"00090-CivicAddressWithRuralRouteAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.556,3570324
89,1,"00091-CivicAddressWithRuralRouteAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.568,3570324
90,1,"00092-CivicAddressWithRuralRouteStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.605,3570324
91,1,"00093-CivicAddressWithRuralRouteStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.567,3570324
92,1,"00094-CivicAddressWithUnabbreviatedRuralRoute","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.563,3570324
93,1,"00095-CivicAddresswithPostBoxStnNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.395,
94,1,"00096-CivicAddressWithPostBoxStnAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.581,3570324
95,1,"00097-CivicAddressWithPostBoxStnAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.585,3570324
96,1,"00098-CivicAddresswithPostBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.132,
97,1,"00099-CivicAddressWithPostBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.582,3570324
98,1,"00100-CivicAddressWithPostBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.57,3570324
99,1,"00101-CivicAddresswithBoxNoStreet","Victoria, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3644445 48.4280555)","coarse","localityPoint",,,,,,"active",,,"true",,1.078,
100,1,"00102-CivicAddressWithBoxAfterStreet","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.563,3570324
101,1,"00103-CivicAddressWithBoxAtEnd","525 Superior St, Victoria, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.552,3570324
102,1,"00104-CivicAddressWithFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","9e10a9fd-9011-479e-925e-4016d4bd7186",296321,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,8.809,4260507
103,1,"00105-CivicAddressWithReverseFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","9e10a9fd-9011-479e-925e-4016d4bd7186",296321,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,21.269,4260507
104,1,"00106-CivicAddressWithUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","9e10a9fd-9011-479e-925e-4016d4bd7186",296321,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,9.861,4260507
105,1,"00107-CivicAddressWithReverseUnabbreviatedFloorDesignator","UNIT 1 -- 1175 Douglas St, Victoria, BC",,99,"UNIT",100,"[UNIT_DESIGNATOR.isAlias:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","9e10a9fd-9011-479e-925e-4016d4bd7186",296321,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,21.743,4260507
106,1,"00108-SimpleInterpolatedCivicAddress","5742 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5742",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0134698 49.2299803)","low","accessPoint",,2586590,,,,"active",,,"true",,0.102,
107,1,"00109-AdaptiveInterpolatedCivicAddress","5686 Malibu Terr, Nanaimo, BC",,99,"BLOCK",99,"[]",,,,,"5686",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0168146 49.2298375)","low","accessPoint",,2586590,,,,"active",,,"true",,0.075,
108,1,"00110-CivicAddressWithKnownCivicNumber","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.076,3570324
109,1,"00111-CivicAddressWithKnownMainEntrance","525 Superior St, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"525",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708218 48.4176982)","high","parcelPoint","363fc0e4-a85c-491b-b9e8-2e418dc889a2",296337,,,,"active","9999-12-31","2024-01-10","true",,0.067,3570324
110,1,"00112-CivicAddressWithKnownParcelPoint","5706 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5706",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0159456 49.2298132)","high","parcelPoint","069640f2-1a5d-4af9-b4ee-ea46412b6d84",2586590,,,,"active","9999-12-31","2024-01-10","true",,0.081,3914830
111,1,"00113-CivicAddressWithKnownFrontDoorAndUnknownParcelPoint","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.091,
112,1,"00114-CivicAddressWithUnKnownFrontDoorAndKnownParcelPoint","5712 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5712",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0156988 49.2298087)","high","parcelPoint","cd746e85-42ea-478c-990f-fa132fec99b1",2586590,,,,"active","9999-12-31","2024-01-10","true",,0.079,3530385
113,1,"00115-IntersectionAddressWithTwoStreetsInAscendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"35c8c348-5110-4061-86a8-f1bb6438f718",,,"active",,,"true",4,23.437,
114,1,"00116-IntersectionAddressWithTwoStreetsInDescendingOrder","Douglas St and Private Rd and Victoria Rd, Chemainus, BC","Douglas St and Private Rd and Victoria Rd",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Chemainus","Community",,"BC","SRID=4326;POINT(-123.7389923 48.932581)","high","intersectionPoint",,,"35c8c348-5110-4061-86a8-f1bb6438f718",,,"active",,,"true",4,34.212,
115,1,"00117-IntersectionAddressWithFourStreets","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",88,"INTERSECTION",100,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"2113a7d6-866d-4779-889e-e82d616814ef",,,"active",,,"true",5,1274.189,
116,1,"00118-IntersectionAddressWithStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"c42e0640-c737-4ba8-8011-e98fef631426",,,"active",,,"true",3,0.964,
117,1,"00119-IntersectionAddressWithMissingStreetDirection","Davin St and Maddock Ave W, Saanich, BC","Davin St and Maddock Ave W",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2]",,,,,,,,,"false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.3874825 48.447735)","high","intersectionPoint",,,"c42e0640-c737-4ba8-8011-e98fef631426",,,"active",,,"true",3,0.451,
118,1,"00120-IntersectionAddressWithoutStreetDirection","Begbie St and Johnson St, Victoria, BC","Begbie St and Johnson St",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3419611 48.4272692)","high","intersectionPoint",,,"ff8d4c82-8af8-42ed-a2dd-e27e5f401e0a",,,"active",,,"true",3,3.756,
119,1,"00121-IntersectionAddressWithPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"979a2380-c93f-477b-876d-ce8d0f6d8387",,,"active",,,"true",3,6.197,
120,1,"00122-IntersectionAddressWithMissingPrefixStreetDirection","SW Marine Dr and W 48th Ave, Vancouver, BC","SW Marine Dr and W 48th Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.missing:2, STREET_DIRECTION.notSuffix:0]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1746641 49.2285899)","high","intersectionPoint",,,"979a2380-c93f-477b-876d-ce8d0f6d8387",,,"active",,,"true",3,2.103,
121,1,"00123-IntersectionAddressWithPrefixStreetDirectionAndStreetNameContainingDirectionWord","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.105,
122,1,"00124-IntersectionAddressWithoutProvinceCode","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",99,"INTERSECTION",100,"[PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"3e03f42f-941d-46b0-91f6-e9f806f86b54",,,"active",,,"true",4,0.395,
123,1,"00125-IntersectionAddressWithProvinceName","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",100,"INTERSECTION",100,"[]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"3e03f42f-941d-46b0-91f6-e9f806f86b54",,,"active",,,"true",4,0.926,
124,1,"00126-IntersectionAddressWrongLocality","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",93,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, LOCALITY.isAlias:4]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"2113a7d6-866d-4779-889e-e82d616814ef",,,"active",,,"true",5,3.598,
125,1,"00127-IntersectionAddressWrongStreetType","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",85,"INTERSECTION",100,"[STREET_TYPE.notMatched:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"2113a7d6-866d-4779-889e-e82d616814ef",,,"active",,,"true",5,28.947,
126,1,"00128-IntersectionAddressWrongStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"2113a7d6-866d-4779-889e-e82d616814ef",,,"active",,,"true",5,58.809,
127,1,"00129-IntersectionAddressUnknownLocality","George Junction, Surrey, BC",,60,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_NAME.spelledWrong:2, FAULTS.tooMany:6]",,,,,,,"George Junction",,"false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8436983 49.1816386)","coarse","streetPoint",,,,,,"active",,,"true",,96.165,
128,1,"00130-IntersectionAddressUnknownStreetDirection","Douglas St and Gorge Rd E and Hillside Ave, Victoria, BC","Douglas St and Gorge Rd E and Hillside Ave",86,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3669256 48.4383514)","high","intersectionPoint",,,"2113a7d6-866d-4779-889e-e82d616814ef",,,"active",,,"true",5,28.413,
129,1,"00131-IntersectionAddressStreetDirectionForUndirectedStreet","Blanshard St and Pandora Ave, Victoria, BC","Blanshard St and Pandora Ave",98,"INTERSECTION",100,"[STREET_DIRECTION.notMatched:2]",,,,,,,,,"false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3616249 48.4277232)","high","intersectionPoint",,,"3e03f42f-941d-46b0-91f6-e9f806f86b54",,,"active",,,"true",4,1.32,
130,1,"00132-CivicAddressNumberedStreetWithoutTH","955 13th Ave, Valemount, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"955",,"13th","Ave","false",,"false",,"Valemount","Village",,"BC","SRID=4326;POINT(-119.2562088 52.8244902)","high","parcelPoint","fa684cbc-7ec9-4ed0-a0fc-5ace2cffe286",2657065,,,,"active","9999-12-31","2024-01-10","true",,4.379,3340468
131,1,"00133-Street","Wells Rd, Chilliwack, BC",,78,"STREET",78,"[]",,,,,,,"Wells","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9710217 49.1348039)","coarse","streetPoint",,,,,,"active",,,"true",,0.199,
132,1,"00134-CivicAddressFailedInPast","1090 Marine Dr, Port Alice, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1090",,"Marine","Dr","false",,"false",,"Port Alice","Village",,"BC","SRID=4326;POINT(-127.4882951 50.4256588)","high","parcelPoint","6194da8b-26f8-4473-acdd-56bacf812d73",386923,,,,"active","9999-12-31","2024-01-10","true",,36.735,2035733
133,1,"00135-CivicAddressFailedInPast","1772 Hwy 97, 70 Mile House, BC",,100,"CIVIC_NUMBER",100,"[STREET_NAME.isHighwayAlias:0]",,,,,"1772",,"97","Hwy","true",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.388392 51.3175653)","high","parcelPoint","89bb7490-d231-41bb-ac82-8aec8a3cce14",485724,,,,"active","9999-12-31","2024-01-10","true",,14.82,3833822
134,1,"00136-CivicAddressFailedInPast","3545 Prince Edward St, Vancouver, BC",,99,"BLOCK",99,"[]",,,,,"3545",,"Prince Edward","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0966457 49.2534421)","low","accessPoint",,105930,,,,"active",,,"true",,5.74,
135,1,"00137-CivicAddressFailedInPast","671D Market Hill, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"671","D","Market","Hill","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1199176 49.2672415)","high","parcelPoint","1d92b27f-ac2d-4013-baa1-fb97c2142938",265705,,,,"active","9999-12-31","2024-01-10","true",,0.18,2290321
136,1,"00138-CivicAddressFailedInPast","100 Mile House, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"100 Mile House","District Municipality",,"BC","SRID=4326;POINT(-121.2955555 51.6425)","coarse","localityPoint",,,,,,"active",,,"true",,2.093,
137,1,"00139-CivicAddressFailedInPast","Willow Dr, 70 Mile House, BC",,78,"STREET",78,"[]",,,,,,,"Willow","Dr","false",,"false",,"70 Mile House","Community","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3940095 51.3174337)","coarse","streetPoint",,,,,,"active",,,"true",,4.516,
138,1,"00140-CivicAddressFailedInPast","Gorge Bridge and Gorge Bridge, Esquimalt, BC","Gorge Bridge and Gorge Bridge",88,"INTERSECTION",100,"[STREET_QUALIFIER.missing:1, LOCALITY.missing:10, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.4003273 48.4462962)","high","intersectionPoint",,,"c6599a5c-b82e-491a-9ec2-c85e8f1321da",,,"active",,,"true",2,8.513,
139,1,"00141-CivicAddressFailedInPast","Vancouver, BC",,68,"LOCALITY",68,"[]",,,,,,,,,"false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1138889 49.2608333)","coarse","localityPoint",,,,,,"active",,,"true",,0.289,
140,1,"00142-CivicAddressNotInAnyAddressRange","Commercial Dr, Dease Lake, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Commercial","Dr","false",,"false",,"Dease Lake","Community","RDKS Electoral Area F","BC","SRID=4326;POINT(-129.9874801 58.4338875)","coarse","streetPoint",,,,,,"active",,,"true",,103.828,
141,1,"00143-CivicAddressStreetNameNotPrimary","1271 Winchester Rd, Qualicum Beach, BC",,99,"CIVIC_NUMBER",100,"[PROVINCE.missing:1]",,,,,"1271",,"Winchester","Rd","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4501346 49.292)","high","parcelPoint","663e36c6-d1ca-40ba-a521-4a70737d9b8c",1897789,,,,"active","9999-12-31","2024-01-10","true",,0.161,3631023
142,1,"00144-CivicAddressWithHashCharacter","UNIT 1 -- 2145 Phillips Rd, Sooke, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"2145",,"Phillips","Rd","false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7064698 48.3865487)","high","rooftopPoint","f332263d-d673-4716-9357-96d567245279",307630,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,11.13,2995850
143,1,"00145-CivicAddressWithProvinceCode","3010 Wood Ave, Armstrong, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3010",,"Wood","Ave","false",,"false",,"Armstrong","City",,"BC","SRID=4326;POINT(-119.1984008 50.4504501)","high","parcelPoint","ba22f5de-a6df-4f8d-a5f5-8cec51f5e9a5",2638910,,,,"active","9999-12-31","2024-01-10","true",,0.231,2117684
144,1,"00146-InterpolatedAccessPtOnEmptyBlock","527 Superior St, Victoria, BC",,99,"BLOCK",99,"[]",,,,,"527",,"Superior","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3708816 48.4180902)","low","accessPoint",,296337,,,,"active",,,"true",,0.122,
145,1,"00147-InterpolatedAccessPtOnBlockWithAccessPtSites","388 Campbell St, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"388",,"Campbell","St","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.6886073 48.7789468)","low","accessPoint",,279783,,,,"active",,,"true",,0.146,
146,1,"00148-InterpolatedAccessPtOnBlockWithParcelPtSites","3484 Auchinachie Rd, Duncan, BC",,99,"BLOCK",99,"[]",,,,,"3484",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7462283 48.7957275)","low","accessPoint",,386280,,,,"active",,,"true",,0.125,
147,1,"00149-AccessPtForAccessPtSite","30 Firth Cres, Mackenzie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"30",,"Firth","Cres","false",,"false",,"Mackenzie","District Municipality",,"BC","SRID=4326;POINT(-123.0896396 55.3445509)","high","parcelPoint","a22e5b32-1a02-4c0b-9f27-1012a330f959",233893,,,,"active","9999-12-31","2024-01-10","true",,0.12,3286476
148,1,"00150-AccessPtForHighAccuracyParcelPtSite","3482 Auchinachie Rd, Duncan, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3482",,"Auchinachie","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.746139 48.7955143)","high","parcelPoint","ab82f759-2d9c-491c-a85c-388f9a7a6b4b",386280,,,,"active","9999-12-31","2024-01-10","true",,0.109,3403909
149,1,"00151-AccessPtForMediumAccuracyParcelPtSite","5670 Malibu Terr, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5670",,"Malibu","Terr","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-124.0166701 49.2295564)","high","parcelPoint","04bc8a6b-8a57-4e9f-b1d0-22fb06f802b8",2586590,,,,"active","9999-12-31","2024-01-10","true",,0.105,3278101
150,1,"00152-CivicAddressFailedInPast","6006 Happy Valley Rd, Summerland, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6006",,"Happy Valley","Rd","false",,"false",,"Summerland","District Municipality",,"BC","SRID=4326;POINT(-119.6557122 49.572232)","high","parcelPoint","9f7b9c77-a752-4398-9068-1f91ec0e46fa",61656,,,,"active","9999-12-31","2024-01-10","true",,1.202,2052236
151,1,"00153-CivicAddressFailedInPast","848 Esquimalt Rd, Esquimalt, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"848",,"Esquimalt","Rd","false",,"false",,"Esquimalt","District Municipality",,"BC","SRID=4326;POINT(-123.39794 48.432112)","high","parcelPoint","a6b9bbdb-c607-42a5-a214-7e3fe420bd48",296065,,,,"active","9999-12-31","2024-01-10","true",,0.11,3617740
152,1,"00156-CivicAddressInWrongLocation","4427 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4427",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.4162969 49.8219851)","high","rooftopPoint","a29e23d9-e514-45ca-8551-3e48c5db7e21",345026,,,,"active","9999-12-31","2024-01-10","true",,0.09,3723542
153,1,"00157-CivicAddressInWrongLocation","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","be6d5e04-1005-48aa-8576-decd96356497",535086,,,,"active","9999-12-31","2024-01-10","true",,0.095,3492892
154,1,"00158-CivicAddressWithUnescapedSpecialCharacter","4429 Gaspardone Rd, Kelowna, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4429",,"Gaspardone","Rd","false",,"false",,"Kelowna","City",,"BC","SRID=4326;POINT(-119.416039 49.8216444)","high","rooftopPoint","be6d5e04-1005-48aa-8576-decd96356497",535086,,,,"active","9999-12-31","2024-01-10","true",,0.078,3492892
155,1,"00159-CivicAddressWithNegativeScore","Sooke, BC",,48,"LOCALITY",68,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12, LOCALITY.isAlias:4, PROVINCE.missing:1]",,,,,,,,,"false",,"false",,"Sooke","District Municipality",,"BC","SRID=4326;POINT(-123.7316667 48.3825)","coarse","localityPoint",,,,,,"active",,,"true",,14.815,
156,1,"00160-CivicAddressWithCivicNumberTreatedAsCivicNumberSuffix","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.129,
157,1,"00161-NonCivicAddressWithKnownSiteName","Anahim Lake Airport -- Anahim Lake, BC",,100,"SITE",100,"[]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,0.607,4366574
158,1,"00162-NonCivicAddressWithKnownSiteNameAndMissingStreet","Canal Bridge -- Pender Island, BC",,88,"SITE",100,"[SITE_NAME.partialMatch:5, SITE_NAME.spelledWrong:1, LOCALITY.isAlias:6]","Canal Bridge",,,,,,,,"false",,"false",,"Pender Island","Community",,"BC","SRID=4326;POINT(-123.2573411 48.7649398)","low",,"87b5ecf0-7803-4377-82de-cf42788127ad",,,"Canal Bridge",,"active","9999-12-31","2024-01-10","true",,25.032,2858895
159,1,"00163-NonCivicAddressWithKnownSiteNameandProvince","Anahim Lake Airport -- Anahim Lake, BC",,90,"SITE",100,"[LOCALITY.missing:10]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,3.552,4366574
160,1,"00164-NonCivicAddressWithHwyNameAlias","BC",,1,"PROVINCE",1,"[]",,,,,,,,,"false",,"false",,,,,"BC","SRID=4326;POINT(-122.7452849 53.913051)","coarse","provincePoint",,,,,,"active",,,"true",,0.153,
161,1,"00165-CivicAddressWithFractionalCivicNumberSuffix","535 1/2 Fisgard St, Victoria, BC",,98,"BLOCK",99,"[CIVIC_NUMBER_SUFFIX.notMatched:1]",,,,,"535","1/2","Fisgard","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3683677 48.4293144)","low","accessPoint",,310522,,,,"active",,,"true",,0.865,
162,1,"00167-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","7932096b-e7a7-4019-89b8-9307f0002431",474314,,,,"active","9999-12-31","2024-01-10","true",,3.353,3478532
163,1,"00168-NumberedStreetNameWithEmbeddedBlanks","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","7932096b-e7a7-4019-89b8-9307f0002431",474314,,,,"active","9999-12-31","2024-01-10","true",,3.014,3478532
164,1,"00169-StreetNameWithGluedWords","2845 Cedar Hill Rd, Victoria, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"2845",,"Cedar Hill","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3452603 48.4424106)","high","parcelPoint","ca6246a3-177c-4faa-8a2a-f09d4a49ca0e",2660218,,,,"active","9999-12-31","2024-01-10","true",,1.268,3587951
165,1,"00170-LocalityNameWithGluedWords","1722 Elford Rd, Shawnigan Lake, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1722",,"Elford","Rd","false",,"false",,"Shawnigan Lake","Community","CVRD Electoral Area B (Shawnigan Lake)","BC","SRID=4326;POINT(-123.6193839 48.6458832)","high","parcelPoint","58308796-ad53-47aa-8156-c8d278fa1c6d",556151,,,,"active","9999-12-31","2024-01-10","true",,0.482,3545213
166,1,"00171-SiteNameWithGluedWords","Alexis Creek Airport -- Alexis Creek, BC",,87,"SITE",100,"[PROVINCE_GARBAGE.notAllowed:2, SITE_NAME.partialMatch:6, LOCALITY.isAlias:4, LOCALITY.partialMatch:1]","Alexis Creek Airport",,,,,,,,"false",,"false",,"Alexis Creek","Community",,"BC","SRID=4326;POINT(-123.261241 52.0649312)","high","parcelPoint","0c135080-3f6d-48cd-be3f-cea145b9fadb",,,"Alexis Creek Airport",,"active","9999-12-31","2024-01-10","true",,64.597,4356822
167,1,"00172-StreetNameWithMultipleSpellingMistakes","Omenica St, Kitimat, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omenica","St","false",,"false",,"Kitimat","District Municipality",,"BC","SRID=4326;POINT(-128.6597836 54.0442719)","coarse","streetPoint",,,,,,"active",,,"true",,5.079,
168,1,"00173-LocalityNameWithMultipleSpellingMistakes","Spallumcheen, BC",,66,"LOCALITY",68,"[LOCALITY.spelledWrong:2]",,,,,,,,,"false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2174999 50.4022222)","coarse","localityPoint",,,,,,"active",,,"true",,14.614,
169,1,"00174-SiteNameWithMultipleSpellingMistakes","Anahim Lake Airport -- Anahim Lake, BC",,96,"SITE",100,"[SITE_NAME.partialMatch:3, SITE_NAME.spelledWrong:1]","Anahim Lake Airport",,,,,,,,"false",,"false",,"Anahim Lake","Community",,"BC","SRID=4326;POINT(-125.3044427 52.452224)","high","parcelPoint","0a4c3201-996e-4269-a8d9-b0a4864d67c9",,,"Anahim Lake Airport",,"active","9999-12-31","2024-01-10","true",,103.954,4366574
170,1,"00175-NumberedStreetName","857 E 45th Ave, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"857",,"45th","Ave","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0870618 49.2292657)","high","parcelPoint","7932096b-e7a7-4019-89b8-9307f0002431",474314,,,,"active","9999-12-31","2024-01-10","true",,3.678,3478532
171,1,"00178-StreetNameWithSplitWords","1985 Millstream Rd, Highlands, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","dc4fe51c-22cf-44c8-a302-c3e1fbb20462",2616626,,,,"active","9999-12-31","2024-01-10","true",,5.718,4153266
172,1,"00179-UnknownSiteNameWithFrontGate","OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","dc4fe51c-22cf-44c8-a302-c3e1fbb20462",2616626,,"OLD MILL STREAM MANOR",,"active","9999-12-31","2024-01-10","true",,0.512,4153266
173,1,"00180-UnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","dc4fe51c-22cf-44c8-a302-c3e1fbb20462",2616626,,,,"active","9999-12-31","2024-01-10","true",,19.301,4153266
174,1,"00181-UnknownUnitwithUnknownSiteNameWithFrontGate","APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","APT 101 OLD MILL STREAM MANOR",,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","dc4fe51c-22cf-44c8-a302-c3e1fbb20462",2616626,,"APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2024-01-10","true",,1.328,4153266
175,1,"00182-UnknownUnitwithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","dc4fe51c-22cf-44c8-a302-c3e1fbb20462",2616626,,,,"active","9999-12-31","2024-01-10","true",,51.174,4153266
176,1,"00183-UnknownUnitAfterStreetWithUnknownSiteNameWithFrontGate","APT 101 APT 101 OLD MILL STREAM MANOR -- 1985 Millstream Rd, Highlands, BC",,88,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]","APT 101 OLD MILL STREAM MANOR","APT","101",,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","dc4fe51c-22cf-44c8-a302-c3e1fbb20462",2616626,,"APT 101 APT 101 OLD MILL STREAM MANOR",,"active","9999-12-31","2024-01-10","true",,184.165,4153266
177,1,"00184-UnknownUnitAfterStreetWithUnknownSiteNameWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","dc4fe51c-22cf-44c8-a302-c3e1fbb20462",2616626,,,,"active","9999-12-31","2024-01-10","true",,81.29,4153266
178,1,"00185-UnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","dc4fe51c-22cf-44c8-a302-c3e1fbb20462",2616626,,,,"active","9999-12-31","2024-01-10","true",,6.903,4153266
179,1,"00186-UnknownUnitWithUnknownSiteNameAfterStreetWithoutFrontGate","1985 Millstream Rd, Highlands, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1985",,"Millstream","Rd","false",,"false",,"Highlands","District Municipality",,"BC","SRID=4326;POINT(-123.5110667 48.4801424)","high","parcelPoint","dc4fe51c-22cf-44c8-a302-c3e1fbb20462",2616626,,,,"active","9999-12-31","2024-01-10","true",,67.53,4153266
180,1,"00187-SpelledOutProvinceName","8525 Terrace Dr, Delta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","6f47b624-557d-46d9-979e-d548a8c0e240",131433,,,,"active","9999-12-31","2024-01-10","true",,0.216,2746401
181,1,"00188-RedundantSpelledOutProvinceNameAndAbbreviation","8525 Terrace Dr, Delta, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"8525",,"Terrace","Dr","false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-122.9290981 49.1593659)","high","parcelPoint","6f47b624-557d-46d9-979e-d548a8c0e240",131433,,,,"active","9999-12-31","2024-01-10","true",,2.286,2746401
182,1,"00189-WordUNKNOWNInAddress","975 Balmoral Rd, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"975",,"Balmoral","Rd","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.356382 48.4284131)","high","parcelPoint","ba0c485f-8bfa-4ac5-b834-42e3e9ffa47c",300538,,,,"active","9999-12-31","2024-01-10","true",,1.909,2863484
183,1,"00190-WordCANADAInAddress","5142 Manor St, Burnaby, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"5142",,"Manor","St","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9900276 49.2568325)","high","parcelPoint","766f24a9-7b86-4ce6-aa11-4891c99e2a9e",116162,,,,"active","9999-12-31","2024-01-10","true",,7.087,2467917
184,1,"00191-GDPostalElementAfterStreet","400 Gower Point Rd, Gibsons, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"400",,"Gower Point","Rd","false",,"false",,"Gibsons","Town",,"BC","SRID=4326;POINT(-123.5092528 49.3994338)","high","parcelPoint","c713b582-08a0-412c-8232-c573043fa838",178782,,,,"active","9999-12-31","2024-01-10","true",,1.586,2461748
185,1,"00192-DNCPostalElementAfterStreet","10631 Rochdale Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10631",,"Rochdale","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1093351 49.1345637)","high","parcelPoint","5cc806a1-ea3e-4eea-874e-4d8b9235c34b",126449,,,,"active","9999-12-31","2024-01-10","true",,0.281,2683087
186,1,"00193-RPOPostalElementAfterStreet","1751 Martini Way, Qualicum Beach, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"1751",,"Martini","Way","false",,"false",,"Qualicum Beach","Town","RDN Electoral Area F","BC","SRID=4326;POINT(-124.5637356 49.3047857)","high","parcelPoint","528ff48d-34d4-4e22-8bfd-5009c0563c32",331400,,,,"active","9999-12-31","2024-01-10","true",,0.766,2958432
187,1,"00196-SiteNameAfterStreet","9020 Bridgeport Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9020",,"Bridgeport","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1251457 49.1915261)","high","parcelPoint","25853bf3-648e-4b26-8079-326053c27a56",349117,,,,"active","9999-12-31","2024-01-10","true",,1.469,1816251
188,1,"00197-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","5b3b503b-8d60-4bb5-b8a8-dfeaf5168b20",2647842,,,,"active","9999-12-31","2024-01-10","true",,3.136,3980238
189,1,"00198-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","5b3b503b-8d60-4bb5-b8a8-dfeaf5168b20",2647842,,,,"active","9999-12-31","2024-01-10","true",,3.357,3980238
190,1,"00199-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","5b3b503b-8d60-4bb5-b8a8-dfeaf5168b20",2647842,,,,"active","9999-12-31","2024-01-10","true",,2.785,3980238
191,1,"00200-RedundantStreetTypeInAddress","10008 Coldstream Creek Rd, Coldstream, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10008",,"Coldstream Creek","Rd","false",,"false",,"Coldstream","District Municipality",,"BC","SRID=4326;POINT(-119.2318187 50.2177055)","high","parcelPoint","5b3b503b-8d60-4bb5-b8a8-dfeaf5168b20",2647842,,,,"active","9999-12-31","2024-01-10","true",,2.843,3980238
192,1,"00201-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","1aa7dd68-a83c-49ab-b27a-e7cd7ad22013",2416382,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,61.064,3547420
193,1,"00202-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","1aa7dd68-a83c-49ab-b27a-e7cd7ad22013",2416382,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,43.31,3547420
194,1,"00203-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","1aa7dd68-a83c-49ab-b27a-e7cd7ad22013",2416382,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,57.558,3547420
195,1,"00204-RedundantStreetTypeInAddress","UNIT 1 -- 1430 Chesterfield Ave, North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","1",,"1430",,"Chesterfield","Ave","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0750683 49.3215736)","high","parcelPoint","1aa7dd68-a83c-49ab-b27a-e7cd7ad22013",2416382,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,65.948,3547420
196,1,"00205-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","f76501c4-866e-42f6-867f-64963a99f061",126390,,,,"active","9999-12-31","2024-01-10","true",,10.78,1095815
197,1,"00206-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","f76501c4-866e-42f6-867f-64963a99f061",126390,,,,"active","9999-12-31","2024-01-10","true",,0.457,1095815
198,1,"00207-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","f76501c4-866e-42f6-867f-64963a99f061",126390,,,,"active","9999-12-31","2024-01-10","true",,0.385,1095815
199,1,"00208-RedundantStreetTypeInAddress","10140 Bamberton Dr, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10140",,"Bamberton","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1460519 49.1390033)","high","parcelPoint","f76501c4-866e-42f6-867f-64963a99f061",126390,,,,"active","9999-12-31","2024-01-10","true",,0.415,1095815
200,1,"00209-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","e230313d-2d4f-476e-987c-a37c8525c561",279569,,,,"active","9999-12-31","2024-01-10","true",,45.404,3815340
201,1,"00210-RedundantStreetTypeInAddress","105 River Terr, Nanaimo, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"105",,"River","Terr","false",,"false",,"Nanaimo","City","RDN Electoral Area C","BC","SRID=4326;POINT(-123.9198083 49.0732627)","high","parcelPoint","e230313d-2d4f-476e-987c-a37c8525c561",279569,,,,"active","9999-12-31","2024-01-10","true",,37.378,3815340
202,1,"00211-RedundantStreetTypeInAddress","1168 Douglas Terr, Port Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1168",,"Douglas","Terr","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7811 49.2357097)","high","parcelPoint","6952743d-23ba-476c-a2c1-65cd64511dc9",147675,,,,"active","9999-12-31","2024-01-10","true",,46.409,3826511
203,1,"00212-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","98d810d5-51c0-4d9a-a268-a3bc818b78ae",2423722,,,,"active","9999-12-31","2024-01-10","true",,0.531,2471690
204,1,"00213-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","98d810d5-51c0-4d9a-a268-a3bc818b78ae",2423722,,,,"active","9999-12-31","2024-01-10","true",,0.338,2471690
205,1,"00214-RedundantStreetTypeInAddress","1272 Creekstone Terr, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"1272",,"Creekstone","Terr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7596619 49.2906103)","high","parcelPoint","98d810d5-51c0-4d9a-a268-a3bc818b78ae",2423722,,,,"active","9999-12-31","2024-01-10","true",,0.328,2471690
206,1,"00215-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","061187d6-33dc-4956-87ad-03b4963cf5bd",479339,,,,"active","9999-12-31","2024-01-10","true",,9.024,2559518
207,1,"00216-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","061187d6-33dc-4956-87ad-03b4963cf5bd",479339,,,,"active","9999-12-31","2024-01-10","true",,9.388,2559518
208,1,"00217-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","061187d6-33dc-4956-87ad-03b4963cf5bd",479339,,,,"active","9999-12-31","2024-01-10","true",,7.98,2559518
209,1,"00218-RedundantStreetTypeInAddress","269 Burns St, Coquitlam, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"269",,"Burns","St","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8757692 49.240386)","high","parcelPoint","061187d6-33dc-4956-87ad-03b4963cf5bd",479339,,,,"active","9999-12-31","2024-01-10","true",,8.029,2559518
210,1,"00219-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","bdaeed4a-0674-4ffb-812e-7ea5c04a6e23",2617012,,,,"active","9999-12-31","2024-01-10","true",,2.782,3013340
211,1,"00220-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","bdaeed4a-0674-4ffb-812e-7ea5c04a6e23",2617012,,,,"active","9999-12-31","2024-01-10","true",,2.729,3013340
212,1,"00221-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","bdaeed4a-0674-4ffb-812e-7ea5c04a6e23",2617012,,,,"active","9999-12-31","2024-01-10","true",,2.269,3013340
213,1,"00222-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","bdaeed4a-0674-4ffb-812e-7ea5c04a6e23",2617012,,,,"active","9999-12-31","2024-01-10","true",,2.733,3013340
214,1,"00223-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","bdaeed4a-0674-4ffb-812e-7ea5c04a6e23",2617012,,,,"active","9999-12-31","2024-01-10","true",,2.771,3013340
215,1,"00224-RedundantStreetTypeInAddress","10881 Sunshine Coast Hwy, Halfmoon Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10881",,"Sunshine Coast","Hwy","false",,"false",,"Halfmoon Bay","Community","SCRD Electoral Area B (Halfmoon Bay)","BC","SRID=4326;POINT(-123.9920975 49.5512148)","high","parcelPoint","bdaeed4a-0674-4ffb-812e-7ea5c04a6e23",2617012,,,,"active","9999-12-31","2024-01-10","true",,2.762,3013340
216,1,"00225-RedundantStreetTypeInAddress","1065 Cinnamon Sedge Way, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1065",,"Cinnamon Sedge","Way","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2708609 49.2750462)","high","parcelPoint","f814966a-f6e8-41c5-94b0-ebb4cdf46fbf",1864615,,,,"active","9999-12-31","2024-01-10","true",,1.18,4139213
217,1,"00226-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","fbed8f12-0b1a-4a16-b549-1f627188bdb5",454009,,"UNIT 902",,"active","9999-12-31","2024-01-10","true",,0.835,2118865
218,1,"00227-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","fbed8f12-0b1a-4a16-b549-1f627188bdb5",454009,,"UNIT 902",,"active","9999-12-31","2024-01-10","true",,0.812,2118865
219,1,"00228-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","fbed8f12-0b1a-4a16-b549-1f627188bdb5",454009,,"UNIT 902",,"active","9999-12-31","2024-01-10","true",,11.043,2118865
220,1,"00229-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","fbed8f12-0b1a-4a16-b549-1f627188bdb5",454009,,"UNIT 902",,"active","9999-12-31","2024-01-10","true",,1.297,2118865
221,1,"00230-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","fbed8f12-0b1a-4a16-b549-1f627188bdb5",454009,,"UNIT 902",,"active","9999-12-31","2024-01-10","true",,0.829,2118865
222,1,"00231-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","fbed8f12-0b1a-4a16-b549-1f627188bdb5",454009,,"UNIT 902",,"active","9999-12-31","2024-01-10","true",,0.97,2118865
223,1,"00232-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","fbed8f12-0b1a-4a16-b549-1f627188bdb5",454009,,"UNIT 902",,"active","9999-12-31","2024-01-10","true",,1.412,2118865
224,1,"00233-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","fbed8f12-0b1a-4a16-b549-1f627188bdb5",454009,,"UNIT 902",,"active","9999-12-31","2024-01-10","true",,1.482,2118865
225,1,"00234-RedundantStreetTypeInAddress","UNIT 902 -- 5828 Thunderbird Blvd, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","902",,"5828",,"Thunderbird","Blvd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.2402821 49.2616589)","high","parcelPoint","fbed8f12-0b1a-4a16-b549-1f627188bdb5",454009,,"UNIT 902",,"active","9999-12-31","2024-01-10","true",,1.325,2118865
226,1,"00235-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","d330ab6f-a6e3-4418-a763-4246b7654b01",454478,,,,"active","9999-12-31","2024-01-10","true",,27.087,1060061
227,1,"00236-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","d330ab6f-a6e3-4418-a763-4246b7654b01",454478,,,,"active","9999-12-31","2024-01-10","true",,17.572,1060061
228,1,"00237-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","d330ab6f-a6e3-4418-a763-4246b7654b01",454478,,,,"active","9999-12-31","2024-01-10","true",,15.468,1060061
229,1,"00238-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","d330ab6f-a6e3-4418-a763-4246b7654b01",454478,,,,"active","9999-12-31","2024-01-10","true",,15.584,1060061
230,1,"00239-RedundantStreetTypeInAddress","9806 Stirling Arm Cres, Port Alberni, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9806",,"Stirling Arm","Cres","false",,"false",,"Port Alberni","City","RDAC Electoral Area D","BC","SRID=4326;POINT(-124.9554313 49.2613804)","high","parcelPoint","d330ab6f-a6e3-4418-a763-4246b7654b01",454478,,,,"active","9999-12-31","2024-01-10","true",,38.387,1060061
231,1,"00240-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","c3cb60db-9bf8-4f1f-b4cb-2e954e56492f",540424,,,,"active","9999-12-31","2024-01-10","true",,16.597,3911239
232,1,"00241-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","c3cb60db-9bf8-4f1f-b4cb-2e954e56492f",540424,,,,"active","9999-12-31","2024-01-10","true",,16.507,3911239
233,1,"00242-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","c3cb60db-9bf8-4f1f-b4cb-2e954e56492f",540424,,,,"active","9999-12-31","2024-01-10","true",,13.309,3911239
234,1,"00243-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","c3cb60db-9bf8-4f1f-b4cb-2e954e56492f",540424,,,,"active","9999-12-31","2024-01-10","true",,31.97,3911239
235,1,"00244-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","c3cb60db-9bf8-4f1f-b4cb-2e954e56492f",540424,,,,"active","9999-12-31","2024-01-10","true",,23.014,3911239
236,1,"00245-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","c3cb60db-9bf8-4f1f-b4cb-2e954e56492f",540424,,,,"active","9999-12-31","2024-01-10","true",,16.069,3911239
237,1,"00246-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","c3cb60db-9bf8-4f1f-b4cb-2e954e56492f",540424,,,,"active","9999-12-31","2024-01-10","true",,12.875,3911239
238,1,"00247-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","c3cb60db-9bf8-4f1f-b4cb-2e954e56492f",540424,,,,"active","9999-12-31","2024-01-10","true",,12.641,3911239
239,1,"00248-RedundantStreetTypeInAddress","945 Stone Fly Close, Nanoose Bay, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"945",,"Stone Fly","Close","false",,"false",,"Nanoose Bay","Community","RDN Electoral Area G","BC","SRID=4326;POINT(-124.2760899 49.2718169)","high","parcelPoint","c3cb60db-9bf8-4f1f-b4cb-2e954e56492f",540424,,,,"active","9999-12-31","2024-01-10","true",,12.728,3911239
240,1,"00249-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","bc194a34-cde4-4dee-b44c-0062d1976814",425581,,,,"active","9999-12-31","2024-01-10","true",,2.569,3872694
241,1,"00250-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","bc194a34-cde4-4dee-b44c-0062d1976814",425581,,,,"active","9999-12-31","2024-01-10","true",,2.539,3872694
242,1,"00251-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","bc194a34-cde4-4dee-b44c-0062d1976814",425581,,,,"active","9999-12-31","2024-01-10","true",,4.526,3872694
243,1,"00252-RedundantStreetTypeInAddress","1401 Copper Mountain Crt, Vernon, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1401",,"Copper Mountain","Crt","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2153057 50.306164)","high","parcelPoint","bc194a34-cde4-4dee-b44c-0062d1976814",425581,,,,"active","9999-12-31","2024-01-10","true",,4.627,3872694
244,1,"00253-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","f12e6ffe-6946-4a3f-8df5-25863bddbbd2",580534,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,47.447,4280010
245,1,"00254-RedundantStreetTypeInAddress","UNIT 1 -- 1040 Mt Revelstoke Pl, Vernon, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","1",,"1040",,"Mt Revelstoke","Pl","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.2524088 50.244196)","high","parcelPoint","f12e6ffe-6946-4a3f-8df5-25863bddbbd2",580534,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,58.606,4280010
246,1,"00255-UnknownSiteNameWithFrontGate","HOLLYBURN HOUSE -- 2095 Marine Dr, West Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","HOLLYBURN HOUSE",,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","72cc0468-9b9f-46e7-b155-92fce2f4593d",165751,,"HOLLYBURN HOUSE",,"active","9999-12-31","2024-01-10","true",,19.664,2436253
247,1,"00256-UnknownSiteNameAfterStreetWithoutFrontGate","2095 Marine Dr, West Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"2095",,"Marine","Dr","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.167157 49.3299082)","high","parcelPoint","72cc0468-9b9f-46e7-b155-92fce2f4593d",165751,,,,"active","9999-12-31","2024-01-10","true",,33.121,2436253
248,1,"00257-UnknownSiteNameWithFrontGate","BRG HOUSING -- 100 E Cordova St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, STREET_DIRECTION.notSuffix:0]","BRG HOUSING",,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","4999a490-0320-4af1-9261-a4f80fd5a6fd",105944,,"BRG HOUSING",,"active","9999-12-31","2024-01-10","true",,7.225,3780707
249,1,"00258-UnknownSiteNameAfterStreetWithoutFrontGate","100 E Cordova St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_DIRECTION.notSuffix:0]",,,,,"100",,"Cordova","St","false","E","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1019821 49.2820738)","high","parcelPoint","4999a490-0320-4af1-9261-a4f80fd5a6fd",105944,,,,"active","9999-12-31","2024-01-10","true",,28.27,3780707
250,1,"00259-GoodAddress","689 Abbott St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","b36574f6-1981-40ae-8663-3a957b12c79b",110650,,,,"active","9999-12-31","2024-01-10","true",,0.211,8007681
251,1,"00260-WordRTDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","b36574f6-1981-40ae-8663-3a957b12c79b",110650,,,,"active","9999-12-31","2024-01-10","true",,2.076,8007681
252,1,"00261-WordRETURNMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","b36574f6-1981-40ae-8663-3a957b12c79b",110650,,,,"active","9999-12-31","2024-01-10","true",,1.91,8007681
253,1,"00262-WordRETURNEDMAILAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","b36574f6-1981-40ae-8663-3a957b12c79b",110650,,,,"active","9999-12-31","2024-01-10","true",,1.814,8007681
254,1,"00263-WordMAILINGAfterStreet","689 Abbott St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"689",,"Abbott","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1084959 49.2794382)","medium","parcelPoint","b36574f6-1981-40ae-8663-3a957b12c79b",110650,,,,"active","9999-12-31","2024-01-10","true",,1.809,8007681
255,1,"00264-GoodAddress","9695 Prest Rd, Chilliwack, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","0535f503-83a7-4217-9ee8-2ffbe52838b1",190567,,,,"active","9999-12-31","2024-01-10","true",,0.128,1459224
256,1,"00265-WordPOSTALSTNAfterStreet","9695 Prest Rd, Chilliwack, BC",,89,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY.missing:10]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","0535f503-83a7-4217-9ee8-2ffbe52838b1",190567,,,,"active","9999-12-31","2024-01-10","true",,6.582,1459224
257,1,"00266-WordPOSTALSTATIONAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","0535f503-83a7-4217-9ee8-2ffbe52838b1",190567,,,,"active","9999-12-31","2024-01-10","true",,2,1459224
258,1,"00267-WordPOSTALAfterStreet","9695 Prest Rd, Chilliwack, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9695",,"Prest","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-121.9168081 49.1778208)","high","parcelPoint","0535f503-83a7-4217-9ee8-2ffbe52838b1",190567,,,,"active","9999-12-31","2024-01-10","true",,1.158,1459224
259,1,"00268-POBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","c67eacf9-3262-46f8-8537-b7b9962a26e8",60561,,,,"active","9999-12-31","2024-01-10","true",,0.548,3496523
260,1,"00269-PspaceOBoxAfterStreet","165 Arlayne Rd, Kaleden, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","c67eacf9-3262-46f8-8537-b7b9962a26e8",60561,,,,"active","9999-12-31","2024-01-10","true",,0.534,3496523
261,1,"00270-POAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","c67eacf9-3262-46f8-8537-b7b9962a26e8",60561,,,,"active","9999-12-31","2024-01-10","true",,0.453,3496523
262,1,"00271-PspaceOAfterStreet","165 Arlayne Rd, Kaleden, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"165",,"Arlayne","Rd","false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.5958919 49.3937191)","high","parcelPoint","c67eacf9-3262-46f8-8537-b7b9962a26e8",60561,,,,"active","9999-12-31","2024-01-10","true",,2.321,3496523
263,1,"00272-KnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","f73592be-4f17-456e-8ccf-b0b98b5d0e15",127774,,"UNIT 910",,"active","9999-12-31","2024-01-10","true",,0.522,2104959
264,1,"00273-APARTMENTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","f73592be-4f17-456e-8ccf-b0b98b5d0e15",127774,,"UNIT 910",,"active","9999-12-31","2024-01-10","true",,0.524,2104959
265,1,"00274-APARTMENTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","f73592be-4f17-456e-8ccf-b0b98b5d0e15",127774,,"UNIT 910",,"active","9999-12-31","2024-01-10","true",,0.279,2104959
266,1,"00275-APTBUILDINGBeforeKnownUnitWithoutDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","f73592be-4f17-456e-8ccf-b0b98b5d0e15",127774,,"UNIT 910",,"active","9999-12-31","2024-01-10","true",,0.435,2104959
267,1,"00276-APTBUILDINGAfterStreetAddress","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,97,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","f73592be-4f17-456e-8ccf-b0b98b5d0e15",127774,,"UNIT 910",,"active","9999-12-31","2024-01-10","true",,0.274,2104959
268,1,"00277-POBoxAtFrontOfUnitAddress","UNIT 105 -- 150 21st St, West Vancouver, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","7c4af8eb-3c72-42dc-bcc7-060dd10e457b",164880,,"UNIT 105",,"active","9999-12-31","2024-01-10","true",,130.636,1430226
269,1,"00278-POBoxAtFrontOfUnitAddresssWithBUZZERNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","7c4af8eb-3c72-42dc-bcc7-060dd10e457b",164880,,"UNIT 105",,"active","9999-12-31","2024-01-10","true",,175.723,1430226
270,1,"00279-POBoxAtFrontOfUnitAddressWithBUZZNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","7c4af8eb-3c72-42dc-bcc7-060dd10e457b",164880,,"UNIT 105",,"active","9999-12-31","2024-01-10","true",,171.63,1430226
271,1,"00280-POBoxAtFrontOfUnitAddressWithINTERCOMNumber","UNIT 105 -- 150 21st St, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","105",,"150",,"21st","St","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1677697 49.328213)","high","parcelPoint","7c4af8eb-3c72-42dc-bcc7-060dd10e457b",164880,,"UNIT 105",,"active","9999-12-31","2024-01-10","true",,136.331,1430226
272,1,"00281-StreetNameWithApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","d0e453ab-c7a0-4d93-9726-f2fdaf8c2664",120417,,,,"active","9999-12-31","2024-01-10","true",,0.297,4018594
273,1,"00282-StreetNameWithSpaceInsteadOfApostrophe","907 Lamey's Mill Rd, Vancouver, BC",,88,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"907",,"Lamey's Mill","Rd","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1277116 49.2669538)","high","parcelPoint","d0e453ab-c7a0-4d93-9726-f2fdaf8c2664",120417,,,,"active","9999-12-31","2024-01-10","true",,20.834,4018594
274,1,"00283-GoodAddress","1110 Cardero St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","9a03a115-84e3-4b2c-8ace-7afb6b53356a",104463,,,,"active","9999-12-31","2024-01-10","true",,0.135,4187775
275,1,"00284-UnknownSiteNameWithFrontGate","PATRICIA APTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","9a03a115-84e3-4b2c-8ace-7afb6b53356a",104463,,"PATRICIA APTS",,"active","9999-12-31","2024-01-10","true",,0.385,4187775
276,1,"00285-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","9a03a115-84e3-4b2c-8ace-7afb6b53356a",104463,,,,"active","9999-12-31","2024-01-10","true",,0.773,4187775
277,1,"00286-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","9a03a115-84e3-4b2c-8ace-7afb6b53356a",104463,,,,"active","9999-12-31","2024-01-10","true",,0.439,4187775
278,1,"00287-UnknownSiteNameWithFrontGate","PATRICIA APARTMENTS -- 1110 Cardero St, Vancouver, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","PATRICIA APARTMENTS",,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","9a03a115-84e3-4b2c-8ace-7afb6b53356a",104463,,"PATRICIA APARTMENTS",,"active","9999-12-31","2024-01-10","true",,0.231,4187775
279,1,"00288-UnknownSiteNameWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","9a03a115-84e3-4b2c-8ace-7afb6b53356a",104463,,,,"active","9999-12-31","2024-01-10","true",,0.775,4187775
280,1,"00289-UnknownSiteNameAfterStreetWithoutFrontGate","1110 Cardero St, Vancouver, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1110",,"Cardero","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1371302 49.2859749)","high","parcelPoint","9a03a115-84e3-4b2c-8ace-7afb6b53356a",104463,,,,"active","9999-12-31","2024-01-10","true",,0.45,4187775
281,1,"00290-UnknownSiteNameWithFrontGate","LILLOET BLDG -- 2016 Fullerton Ave, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1]","LILLOET BLDG",,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","abfbd2b8-6df1-4896-b163-a8d0f9b7b138",2602976,,"LILLOET BLDG",,"active","9999-12-31","2024-01-10","true",,191.939,8006509
282,1,"00291-UnknownSiteNameWithoutFrontGate","2016 Fullerton Ave, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","medium","parcelPoint","abfbd2b8-6df1-4896-b163-a8d0f9b7b138",2602976,,,,"active","9999-12-31","2024-01-10","true",,5.786,8006509
283,1,"00292-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 410 -- 2016 Fullerton Ave, District of North Vancouver, BC",,96,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, LOCALITY.isAlias:1]",,"UNIT","410",,"2016",,"Fullerton","Ave","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1224521 49.3304744)","high","parcelPoint","b121fed8-0717-4a00-b5e5-d8170a16259d",2602976,,"UNIT 410",,"active","9999-12-31","2024-01-10","true",,6.138,2616741
284,1,"00293-UnknownSiteNameWithFrontGate","UNIT 205 CONDOMINIUMS -- 7555 120A St, Surrey, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","UNIT 205 CONDOMINIUMS",,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","cc4b17aa-e722-452c-b25c-5a95087696ab",137138,,"UNIT 205 CONDOMINIUMS",,"active","9999-12-31","2024-01-10","true",,5.817,3700539
285,1,"00294-UnknownSiteNameWithoutFrontGate","7555 120A St, Surrey, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","cc4b17aa-e722-452c-b25c-5a95087696ab",137138,,,,"active","9999-12-31","2024-01-10","true",,27.402,3700539
286,1,"00295-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","cc4b17aa-e722-452c-b25c-5a95087696ab",137138,,"UNIT 205",,"active","9999-12-31","2024-01-10","true",,18.01,3700539
287,1,"00296-UnknownSiteNameWithFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","cc4b17aa-e722-452c-b25c-5a95087696ab",137138,,"CONDO 205",,"active","9999-12-31","2024-01-10","true",,4.449,3700539
288,1,"00297-UnknownSiteNameWithoutFrontGate","CONDO 205 -- 7555 120A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"CONDO","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","cc4b17aa-e722-452c-b25c-5a95087696ab",137138,,"CONDO 205",,"active","9999-12-31","2024-01-10","true",,21.208,3700539
289,1,"00298-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 205 -- 7555 120A St, Surrey, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","205",,"7555",,"120A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8891248 49.140495)","high","parcelPoint","cc4b17aa-e722-452c-b25c-5a95087696ab",137138,,"UNIT 205",,"active","9999-12-31","2024-01-10","true",,18.329,3700539
290,1,"00299-UnknownSiteNameWithFrontGate","FRASERVIEW CARE LODGE -- 9580 Williams Rd, Richmond, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","FRASERVIEW CARE LODGE",,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","6a343d93-2c86-4049-a668-fcfd44d85375",127024,,"FRASERVIEW CARE LODGE",,"active","9999-12-31","2024-01-10","true",,2.44,2175388
291,1,"00300-UnknownSiteNameWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","6a343d93-2c86-4049-a668-fcfd44d85375",127024,,,,"active","9999-12-31","2024-01-10","true",,1.864,2175388
292,1,"00301-UnknownSiteNameAfterStreetWithoutFrontGate","9580 Williams Rd, Richmond, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"9580",,"Williams","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1174766 49.1398092)","high","parcelPoint","6a343d93-2c86-4049-a668-fcfd44d85375",127024,,,,"active","9999-12-31","2024-01-10","true",,6.435,2175388
293,1,"00302-UnknownSiteNameWithFrontGate","UNIT 1 LYNN VLY CARE CTR -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,89,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10, LOCALITY.isAlias:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]","UNIT 1 LYNN VLY CARE CTR",,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","ae4913e0-774f-4370-b04c-0f5fd3645c50",166069,,"UNIT 1 LYNN VLY CARE CTR",,"active","9999-12-31","2024-01-10","true",,21294.676,4123935
294,1,"00303-UnknownSiteNameWithoutFrontGate","1070 Lynn Valley Rd, District of North Vancouver, BC",,96,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY.isAlias:1]",,,,,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","ae4913e0-774f-4370-b04c-0f5fd3645c50",166069,,,,"active","9999-12-31","2024-01-10","true",,57.72,4123935
295,1,"00304-UnknownSiteNameAfterStreetWithoutFrontGate","UNIT 1 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,95,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","1",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","ae4913e0-774f-4370-b04c-0f5fd3645c50",166069,,"UNIT 1",,"active","9999-12-31","2024-01-10","true",,112.41,4123935
296,1,"00305-UnknownSiteNameWithFrontGate","CERWYDDEN CARE HOME -- 3243 Cowichan Lake Rd, Duncan, BC",,90,"CIVIC_NUMBER",100,"[SITE_NAME.notMatched:10]","CERWYDDEN CARE HOME",,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","1bac4556-8ec3-4adb-a41a-121c2d435e63",321233,,"CERWYDDEN CARE HOME",,"active","9999-12-31","2024-01-10","true",,3.962,3905051
297,1,"00306-UnknownSiteNameWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","1bac4556-8ec3-4adb-a41a-121c2d435e63",321233,,,,"active","9999-12-31","2024-01-10","true",,2.945,3905051
298,1,"00307-UnknownSiteNameAfterStreetWithoutFrontGate","3243 Cowichan Lake Rd, Duncan, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"3243",,"Cowichan Lake","Rd","false",,"false",,"Duncan","City",,"BC","SRID=4326;POINT(-123.7330884 48.7901287)","high","parcelPoint","1bac4556-8ec3-4adb-a41a-121c2d435e63",321233,,,,"active","9999-12-31","2024-01-10","true",,4.837,3905051
299,1,"00308-GoodAddress","10011 Simkin Pl, Sidney, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","79fb4843-1800-4f1b-8c55-3bae3148a6d6",293429,,,,"active","9999-12-31","2024-01-10","true",,0.117,3396062
300,1,"00309-DuplicateBCAfterStreetType","10011 Simkin Pl, Sidney, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","79fb4843-1800-4f1b-8c55-3bae3148a6d6",293429,,,,"active","9999-12-31","2024-01-10","true",,0.213,3396062
301,1,"00310-DuplicateBCAfterLocality","10011 Simkin Pl, Sidney, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"10011",,"Simkin","Pl","false",,"false",,"Sidney","Town",,"BC","SRID=4326;POINT(-123.4070921 48.6537494)","high","parcelPoint","79fb4843-1800-4f1b-8c55-3bae3148a6d6",293429,,,,"active","9999-12-31","2024-01-10","true",,0.151,3396062
302,1,"00311-GoodAddress","1447 Rupert St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","3bcd1274-7fba-4e97-a888-355255001aa2",108270,,,,"active","9999-12-31","2024-01-10","true",,0.094,3690174
303,1,"00312-DuplicateLocalityAfterLocality","1447 Rupert St, Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1447",,"Rupert","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0341379 49.271845)","high","parcelPoint","3bcd1274-7fba-4e97-a888-355255001aa2",108270,,,,"active","9999-12-31","2024-01-10","true",,2.534,3690174
304,1,"00313-GoodAddress","964 Lillooet Rd, District of North Vancouver, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","de658ce0-a13b-4aa8-a53d-9e91cc1f56be",1786503,,,,"active","9999-12-31","2024-01-10","true",,27.089,3844965
305,1,"00314-DuplicateLocalityAfterLocality","964 Lillooet Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:1]",,,,,"964",,"Lillooet","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0225183 49.3152114)","high","parcelPoint","de658ce0-a13b-4aa8-a53d-9e91cc1f56be",1786503,,,,"active","9999-12-31","2024-01-10","true",,72.869,3844965
306,1,"00315-GoodAddress","1135 Jefferson Ave, West Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","babbe834-6064-4aa1-b10a-15b7a21bb1bc",163333,,,,"active","9999-12-31","2024-01-10","true",,0.549,2329721
307,1,"00316-DuplicateLocalityAfterLocality","1135 Jefferson Ave, West Vancouver, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1135",,"Jefferson","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1469081 49.3356889)","high","parcelPoint","babbe834-6064-4aa1-b10a-15b7a21bb1bc",163333,,,,"active","9999-12-31","2024-01-10","true",,8.198,2329721
308,1,"00317-GoodAddress","11048 157A St, Surrey, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","320c72f2-1bb9-4946-9113-24762b456d49",139972,,,,"active","9999-12-31","2024-01-10","true",,4.509,3661022
309,1,"00318-DuplicateLocalityAfterLocality","11048 157A St, Surrey, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"11048",,"157A","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7855785 49.2029665)","high","parcelPoint","320c72f2-1bb9-4946-9113-24762b456d49",139972,,,,"active","9999-12-31","2024-01-10","true",,21.44,3661022
310,1,"00319-GoodAddress","9917 Ashwood Dr, Richmond, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","5b52472c-35e6-4857-830d-b8e9c37104be",128091,,,,"active","9999-12-31","2024-01-10","true",,0.148,2618789
311,1,"00320-DuplicateLocalityAfterLocality","9917 Ashwood Dr, Richmond, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"9917",,"Ashwood","Dr","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.116396 49.1492848)","high","parcelPoint","5b52472c-35e6-4857-830d-b8e9c37104be",128091,,,,"active","9999-12-31","2024-01-10","true",,0.695,2618789
312,1,"00321-GoodAddress","1120 Foster Ave, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","4cf41bfd-967d-45b9-9bde-98e020c22f23",2612215,,,,"active","9999-12-31","2024-01-10","true",,0.1,1572531
313,1,"00322-DuplicateLocalityAfterLocality","1120 Foster Ave, Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1120",,"Foster","Ave","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.861072 49.2558601)","high","parcelPoint","4cf41bfd-967d-45b9-9bde-98e020c22f23",2612215,,,,"active","9999-12-31","2024-01-10","true",,3.69,1572531
314,1,"00323-GoodAddress","1040 Fraserview St, Port Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","6d2cfa8a-1546-475e-a63c-a05686edb621",147713,,,,"active","9999-12-31","2024-01-10","true",,0.636,3413505
315,1,"00324-DuplicateLocalityAfterLocality","1040 Fraserview St, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2]",,,,,"1040",,"Fraserview","St","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7739379 49.2324593)","high","parcelPoint","6d2cfa8a-1546-475e-a63c-a05686edb621",147713,,,,"active","9999-12-31","2024-01-10","true",,10.132,3413505
316,1,"00325-GoodAddress","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","33d022a6-dfd7-46d7-a259-531671637014",2182546,,,,"active","9999-12-31","2024-01-10","true",,0.073,3964198
317,1,"00326-NonStandardStreetTypeAbbreviation","1130 Korman Close, Coombs, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1130",,"Korman","Close","false",,"false",,"Coombs","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.4045169 49.2989873)","high","parcelPoint","33d022a6-dfd7-46d7-a259-531671637014",2182546,,,,"active","9999-12-31","2024-01-10","true",,0.058,3964198
318,1,"00327-AddressInSmallCommunity","6481 Savona Access Rd, Savona, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","564dcf89-48a2-4266-8158-afff96f8e492",209084,,,,"active","9999-12-31","2024-01-10","true",,0.302,4134342
319,1,"00328-AddressInSmallCommunityUsingLocalityAlias","6481 Savona Access Rd, Savona, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6481",,"Savona Access","Rd","false",,"false",,"Savona","Community","TNRD Electoral Area J (Copper Desert Country)","BC","SRID=4326;POINT(-120.8498161 50.752234)","high","parcelPoint","564dcf89-48a2-4266-8158-afff96f8e492",209084,,,,"active","9999-12-31","2024-01-10","true",,1.158,4134342
320,1,"00329-AddressInSmallCommunity","2089 Errington Rd, Errington, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","d51acf20-8cb6-49f1-a0ea-ff90bf08fb11",566371,,,,"active","9999-12-31","2024-01-10","true",,0.079,3183815
321,1,"00330-AddressInSmallCommunityUsingLocalityAlias","2089 Errington Rd, Errington, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2089",,"Errington","Rd","false",,"false",,"Errington","Community","RDN Electoral Area F","BC","SRID=4326;POINT(-124.3606357 49.2556782)","high","parcelPoint","d51acf20-8cb6-49f1-a0ea-ff90bf08fb11",566371,,,,"active","9999-12-31","2024-01-10","true",,0.389,3183815
322,1,"00331-AddressInSmallCommunity","1104 Deep Creek Rd, Deep Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","df2b20a2-8849-4ed3-8f36-6995293877ec",470193,,,,"active","9999-12-31","2024-01-10","true",,3.25,3852491
323,1,"00332-AddressInSmallCommunityUsingLocalityAlias","1104 Deep Creek Rd, Deep Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1104",,"Deep Creek","Rd","false",,"false",,"Deep Creek","Locality","CSRD Electoral Area D","BC","SRID=4326;POINT(-119.2400584 50.5841987)","high","parcelPoint","df2b20a2-8849-4ed3-8f36-6995293877ec",470193,,,,"active","9999-12-31","2024-01-10","true",,2.955,3852491
324,1,"00333-AddressInSmallCommunity","4137 Spallumcheen Dr, Spallumcheen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3f78df3b-65d6-4e82-a9b6-b7227d1ec9e6",333510,,,,"active","9999-12-31","2024-01-10","true",,0.076,1118954
325,1,"00334-AddressInSmallCommunityUsingLocalityAlias","4137 Spallumcheen Dr, Spallumcheen, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4137",,"Spallumcheen","Dr","false",,"false",,"Spallumcheen","District Municipality",,"BC","SRID=4326;POINT(-119.2197335 50.3996743)","high","parcelPoint","3f78df3b-65d6-4e82-a9b6-b7227d1ec9e6",333510,,,,"active","9999-12-31","2024-01-10","true",,0.213,1118954
326,1,"00335-AddressInSmallCommunity","7380 Harrop-Procter Rd, Procter, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","6317be47-6c43-4dbb-88e7-21dba3abc28b",2487743,,,,"active","9999-12-31","2024-01-10","true",,0.356,3609081
327,1,"00336-AddressInSmallCommunityUsingLocalityAlias","7380 Harrop-Procter Rd, Procter, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7380",,"Harrop-Procter","Rd","false",,"false",,"Procter","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-116.9884237 49.6094975)","high","parcelPoint","6317be47-6c43-4dbb-88e7-21dba3abc28b",2487743,,,,"active","9999-12-31","2024-01-10","true",,1.082,3609081
328,1,"00337-AddressInSmallCommunity","4260 Blewett Rd, Blewett, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","2bb78bc4-787f-4813-bfbc-b3dbdaee18e6",277711,,,,"active","9999-12-31","2024-01-10","true",,0.079,4174241
329,1,"00338-AddressInSmallCommunityUsingLocalityAlias","4260 Blewett Rd, Blewett, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4260",,"Blewett","Rd","false",,"false",,"Blewett","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.4399453 49.4680204)","high","parcelPoint","2bb78bc4-787f-4813-bfbc-b3dbdaee18e6",277711,,,,"active","9999-12-31","2024-01-10","true",,0.571,4174241
330,1,"00339-AddressInSmallCommunity","2067 White Lake Rd, White Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","9f017b52-2bfe-49c4-9534-71a3e4658d2c",470228,,,,"active","9999-12-31","2024-01-10","true",,18.496,3599301
331,1,"00340-AddressInSmallCommunityUsingLocalityAlias","2067 White Lake Rd, White Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2067",,"White Lake","Rd","false",,"false",,"White Lake","Community","CSRD Electoral Area C","BC","SRID=4326;POINT(-119.3178914 50.8437065)","high","parcelPoint","9f017b52-2bfe-49c4-9534-71a3e4658d2c",470228,,,,"active","9999-12-31","2024-01-10","true",,17.636,3599301
332,1,"00341-AddressInSmallCommunity","1754 Pass Creek Rd, Pass Creek, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","4ee925d8-9439-4234-8622-d50b4c05c426",276697,,,,"active","9999-12-31","2024-01-10","true",,2.216,1735595
333,1,"00342-AddressInSmallCommunityUsingLocalityAlias","1754 Pass Creek Rd, Pass Creek, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1754",,"Pass Creek","Rd","false",,"false",,"Pass Creek","Locality","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.6717443 49.366966)","high","parcelPoint","4ee925d8-9439-4234-8622-d50b4c05c426",276697,,,,"active","9999-12-31","2024-01-10","true",,3.881,1735595
334,1,"00343-AddressInSmallCommunity","2928 Wycliffe Store Rd, Wycliffe, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","0cbeeb18-d363-4e6f-a540-8d2f8df1a484",506509,,,,"active","9999-12-31","2024-01-10","true",,0.301,1240493
335,1,"00344-AddressInSmallCommunityUsingLocalityAlias","2928 Wycliffe Store Rd, Wycliffe, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2928",,"Wycliffe Store","Rd","false",,"false",,"Wycliffe","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.8619632 49.6005259)","high","parcelPoint","0cbeeb18-d363-4e6f-a540-8d2f8df1a484",506509,,,,"active","9999-12-31","2024-01-10","true",,0.629,1240493
336,1,"00345-AddressInSmallCommunity","1514 Loon Lake Rd, Loon Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","18ffc21b-ff85-45f5-b2b2-907a00030c31",587894,,,,"active","9999-12-31","2024-01-10","true",,2.879,2965993
337,1,"00346-AddressInSmallCommunityUsingLocalityAlias","1514 Loon Lake Rd, Loon Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1514",,"Loon Lake","Rd","false",,"false",,"Loon Lake","Locality","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.3695513 51.0587937)","high","parcelPoint","18ffc21b-ff85-45f5-b2b2-907a00030c31",587894,,,,"active","9999-12-31","2024-01-10","true",,7.742,2965993
338,1,"00347-AddressInSmallCommunity","2048 Cambie-Solsqua Rd, Solsqua, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","37d4b56c-a65f-4ba6-9003-6d7bfe879141",2534370,,,,"active","9999-12-31","2024-01-10","true",,0.555,3347762
339,1,"00348-AddressInSmallCommunityUsingLocalityAlias","2048 Cambie-Solsqua Rd, Solsqua, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2048",,"Cambie-Solsqua","Rd","false",,"false",,"Solsqua","Community","CSRD Electoral Area E","BC","SRID=4326;POINT(-118.9292921 50.8841958)","high","parcelPoint","37d4b56c-a65f-4ba6-9003-6d7bfe879141",2534370,,,,"active","9999-12-31","2024-01-10","true",,1.261,3347762
340,1,"00349-AddressInSmallCommunity","3492 Spokin Lake Rd, Spokin Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","e932e066-79c9-4f9b-a62f-773357f2d679",552355,,,,"active","9999-12-31","2024-01-10","true",,0.631,3399209
341,1,"00350-AddressInSmallCommunityUsingLocalityAlias","3492 Spokin Lake Rd, Spokin Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3492",,"Spokin Lake","Rd","false",,"false",,"Spokin Lake","Unknown","CRD Electoral Area F","BC","SRID=4326;POINT(-121.8390502 52.1985311)","high","parcelPoint","e932e066-79c9-4f9b-a62f-773357f2d679",552355,,,,"active","9999-12-31","2024-01-10","true",,3.211,3399209
342,1,"00351-AddressInSmallCommunity","2582 Shoreacres Rd, Shoreacres, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","c08a8125-0363-4574-a51d-f8c52099b3c4",277597,,,,"active","9999-12-31","2024-01-10","true",,0.131,2766883
343,1,"00352-AddressInSmallCommunityUsingLocalityAlias","2582 Shoreacres Rd, Shoreacres, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2582",,"Shoreacres","Rd","false",,"false",,"Shoreacres","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5250788 49.4287548)","high","parcelPoint","c08a8125-0363-4574-a51d-f8c52099b3c4",277597,,,,"active","9999-12-31","2024-01-10","true",,0.606,2766883
344,1,"00353-AddressInSmallCommunity","1679 Moran Rd, Thrums, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","0762703f-05ee-407d-abfa-5eef2cf253bd",2524376,,,,"active","9999-12-31","2024-01-10","true",,0.067,3265781
345,1,"00354-AddressInSmallCommunityUsingLocalityAlias","1679 Moran Rd, Thrums, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1679",,"Moran","Rd","false",,"false",,"Thrums","Community","RDCK Electoral Area I","BC","SRID=4326;POINT(-117.5731712 49.3616737)","high","parcelPoint","0762703f-05ee-407d-abfa-5eef2cf253bd",2524376,,,,"active","9999-12-31","2024-01-10","true",,0.412,3265781
346,1,"00355-AddressInSmallCommunity","6010 Harrop-Procter Rd, Harrop, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","0111c705-18e0-47d0-989a-7c2c50fafac0",2519145,,,,"active","9999-12-31","2024-01-10","true",,0.43,3746533
347,1,"00356-AddressInSmallCommunityUsingLocalityAlias","6010 Harrop-Procter Rd, Harrop, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6010",,"Harrop-Procter","Rd","false",,"false",,"Harrop","Community","RDCK Electoral Area E","BC","SRID=4326;POINT(-117.0541078 49.6050433)","high","parcelPoint","0111c705-18e0-47d0-989a-7c2c50fafac0",2519145,,,,"active","9999-12-31","2024-01-10","true",,1.324,3746533
348,1,"00357-AddressInSmallCommunity","7136 Willis Point Rd, Willis Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","0f6c2375-d970-49a5-9c17-a82594f91759",304127,,,,"active","9999-12-31","2024-01-10","true",,1.655,2547093
349,1,"00358-AddressInSmallCommunityUsingLocalityAlias","7136 Willis Point Rd, Willis Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7136",,"Willis Point","Rd","false",,"false",,"Willis Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.4867196 48.5754727)","high","parcelPoint","0f6c2375-d970-49a5-9c17-a82594f91759",304127,,,,"active","9999-12-31","2024-01-10","true",,3.816,2547093
350,1,"00359-AddressInSmallCommunity","3918 Passmore Upper Rd, Passmore, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","1e648687-5949-4a0d-871a-8440eead8ff1",339993,,,,"active","9999-12-31","2024-01-10","true",,0.854,2675059
351,1,"00360-AddressInSmallCommunityUsingLocalityAlias","3918 Passmore Upper Rd, Passmore, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"3918",,"Passmore Upper","Rd","false",,"false",,"Passmore","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.6667921 49.5455823)","high","parcelPoint","1e648687-5949-4a0d-871a-8440eead8ff1",339993,,,,"active","9999-12-31","2024-01-10","true",,1.533,2675059
352,1,"00361-AddressInSmallCommunity","1954 Blaeberry School Rd, Blaeberry, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","f5ab601f-bff7-4e7c-bee9-11d76e8a0725",539262,,,,"active","9999-12-31","2024-01-10","true",,1.052,2900731
353,1,"00362-AddressInSmallCommunityUsingLocalityAlias","1954 Blaeberry School Rd, Blaeberry, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1954",,"Blaeberry School","Rd","false",,"false",,"Blaeberry","Community","CSRD Electoral Area A","BC","SRID=4326;POINT(-117.0665894 51.4363243)","high","parcelPoint","f5ab601f-bff7-4e7c-bee9-11d76e8a0725",539262,,,,"active","9999-12-31","2024-01-10","true",,2.574,2900731
354,1,"00363-AddressInSmallCommunity","5199 Baker-Kersley Rd, Kersley, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","06b6f4eb-1142-4a02-9c0a-5c9ff0421739",547912,,,,"active","9999-12-31","2024-01-10","true",,3.197,4032233
355,1,"00364-AddressInSmallCommunityUsingLocalityAlias","5199 Baker-Kersley Rd, Kersley, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"5199",,"Baker-Kersley","Rd","false",,"false",,"Kersley","Community","CRD Electoral Area A","BC","SRID=4326;POINT(-122.3733252 52.8159581)","high","parcelPoint","06b6f4eb-1142-4a02-9c0a-5c9ff0421739",547912,,,,"active","9999-12-31","2024-01-10","true",,5.713,4032233
356,1,"00365-AddressInSmallCommunity","7330 Watch Lake Rd, Watch Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","b52a6ad2-0718-48fd-9d99-baca576f717c",568264,,,,"active","9999-12-31","2024-01-10","true",,4.69,3168378
357,1,"00366-AddressInSmallCommunityUsingLocalityAlias","7330 Watch Lake Rd, Watch Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7330",,"Watch Lake","Rd","false",,"false",,"Watch Lake","Unknown","CRD Electoral Area L","BC","SRID=4326;POINT(-121.1492628 51.5195659)","high","parcelPoint","b52a6ad2-0718-48fd-9d99-baca576f717c",568264,,,,"active","9999-12-31","2024-01-10","true",,3.933,3168378
358,1,"00367-AddressInSmallCommunity","2270 Port Mellon Hwy, Port Mellon, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","ab15cc65-8a96-4ce3-a687-7d450cf90434",590070,,,,"active","9999-12-31","2024-01-10","true",,8.107,3017972
359,1,"00368-AddressInSmallCommunityUsingLocalityAlias","2270 Port Mellon Hwy, Port Mellon, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2270",,"Port Mellon","Hwy","false",,"false",,"Port Mellon","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4967441 49.4643472)","high","parcelPoint","ab15cc65-8a96-4ce3-a687-7d450cf90434",590070,,,,"active","9999-12-31","2024-01-10","true",,2.709,3017972
360,1,"00369-AddressInSmallCommunity","4570 Otter Point Pl, Otter Point, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","175fa133-9232-4d2e-9a9c-3adc09d05a4b",1945400,,,,"active","9999-12-31","2024-01-10","true",,3.109,1196803
361,1,"00370-AddressInSmallCommunityUsingLocalityAlias","4570 Otter Point Pl, Otter Point, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"4570",,"Otter Point","Pl","false",,"false",,"Otter Point","Unknown","CAPRD Juan de Fuca Electoral Area","BC","SRID=4326;POINT(-123.8345382 48.3766692)","high","parcelPoint","175fa133-9232-4d2e-9a9c-3adc09d05a4b",1945400,,,,"active","9999-12-31","2024-01-10","true",,2.206,1196803
362,1,"00371-AddressInSmallCommunity","14187 Palling Rd E, Palling, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","a207e445-5aed-4b39-828f-244e18c61491",557443,,,,"active","9999-12-31","2024-01-10","true",,0.078,4005523
363,1,"00372-AddressInSmallCommunityUsingLocalityAlias","14187 Palling Rd E, Palling, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"14187",,"Palling","Rd","false","E","false",,"Palling","Community","RDBN Electoral Area B","BC","SRID=4326;POINT(-125.8697853 54.3496428)","high","parcelPoint","a207e445-5aed-4b39-828f-244e18c61491",557443,,,,"active","9999-12-31","2024-01-10","true",,3.167,4005523
364,1,"00373-AddressInSmallCommunity","2525 Bouchie Lake Rd, Bouchie Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","788e6c24-4b6e-48a9-9960-4de5b159874d",586083,,,,"active","9999-12-31","2024-01-10","true",,1.251,2922408
365,1,"00374-AddressInSmallCommunityUsingLocalityAlias","2525 Bouchie Lake Rd, Bouchie Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2525",,"Bouchie Lake","Rd","false",,"false",,"Bouchie Lake","Community","CRD Electoral Area B","BC","SRID=4326;POINT(-122.6243098 53.0411368)","high","parcelPoint","788e6c24-4b6e-48a9-9960-4de5b159874d",586083,,,,"active","9999-12-31","2024-01-10","true",,1.485,2922408
366,1,"00375-AddressInSmallCommunity","20010 Colleymount Rd, Colleymount, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","07415fcd-3832-41a0-9f25-f6c5cfbb9cfe",521096,,,,"active","9999-12-31","2024-01-10","true",,0.093,2910400
367,1,"00376-AddressInSmallCommunityUsingLocalityAlias","20010 Colleymount Rd, Colleymount, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"20010",,"Colleymount","Rd","false",,"false",,"Colleymount","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-126.0305136 54.0318253)","high","parcelPoint","07415fcd-3832-41a0-9f25-f6c5cfbb9cfe",521096,,,,"active","9999-12-31","2024-01-10","true",,1.408,2910400
368,1,"00377-AddressInSmallCommunity","1117 Lone Prairie Rd, Lone Prairie, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","d66116f8-e739-415d-859c-d9ec5e0ba197",536603,,,,"active","9999-12-31","2024-01-10","true",,1.302,3298949
369,1,"00378-AddressInSmallCommunityUsingLocalityAlias","1117 Lone Prairie Rd, Lone Prairie, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1117",,"Lone Prairie","Rd","false",,"false",,"Lone Prairie","Community","PRRD Electoral Area E","BC","SRID=4326;POINT(-121.3031636 55.5978589)","high","parcelPoint","d66116f8-e739-415d-859c-d9ec5e0ba197",536603,,,,"active","9999-12-31","2024-01-10","true",,1.601,3298949
370,1,"00379-AddressInSmallCommunity","58051 Laidlaw Rd, Laidlaw, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","2cef56cf-c37d-422a-bde7-f08c294d5d3d",483449,,,,"active","9999-12-31","2024-01-10","true",,0.074,2725994
371,1,"00380-AddressInSmallCommunityUsingLocalityAlias","58051 Laidlaw Rd, Laidlaw, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"58051",,"Laidlaw","Rd","false",,"false",,"Laidlaw","Community","FVRD Electoral Area B","BC","SRID=4326;POINT(-121.6258318 49.3128665)","high","parcelPoint","2cef56cf-c37d-422a-bde7-f08c294d5d3d",483449,,,,"active","9999-12-31","2024-01-10","true",,1.075,2725994
372,1,"00381-AddressInSmallCommunity","8041 Bridge Lake North Rd, Bridge Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","ebcd1a03-1d91-4cae-968a-d86edd270fa6",1982774,,,,"active","9999-12-31","2024-01-10","true",,82.74,3541575
373,1,"00382-AddressInSmallCommunityUsingLocalityAlias","8041 Bridge Lake North Rd, Bridge Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"8041",,"Bridge Lake North","Rd","false",,"false",,"Bridge Lake","Community","CRD Electoral Area L","BC","SRID=4326;POINT(-120.7293168 51.5234731)","high","parcelPoint","ebcd1a03-1d91-4cae-968a-d86edd270fa6",1982774,,,,"active","9999-12-31","2024-01-10","true",,132.712,3541575
374,1,"00383-AddressInSmallCommunity","136 Grandview Bench Rd, Grandview Bench, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","e7524f15-72bc-4d9e-a499-2ab791cbd23b",2342934,,,,"active","9999-12-31","2024-01-10","true",,2.279,3153652
375,1,"00384-AddressInSmallCommunityUsingLocalityAlias","136 Grandview Bench Rd, Grandview Bench, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"136",,"Grandview Bench","Rd","false",,"false",,"Grandview Bench","Unknown","RDNO Electoral Area F","BC","SRID=4326;POINT(-119.1347698 50.636395)","high","parcelPoint","e7524f15-72bc-4d9e-a499-2ab791cbd23b",2342934,,,,"active","9999-12-31","2024-01-10","true",,2.92,3153652
376,1,"00385-AddressInSmallCommunity","15351 Tatalrose Rd, Tatalrose, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","78801fab-31ac-43e2-8846-7e04558f8b02",2189084,,,,"active","9999-12-31","2024-01-10","true",,0.084,3845019
377,1,"00386-AddressInSmallCommunityUsingLocalityAlias","15351 Tatalrose Rd, Tatalrose, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"15351",,"Tatalrose","Rd","false",,"false",,"Tatalrose","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.9746465 53.9767138)","high","parcelPoint","78801fab-31ac-43e2-8846-7e04558f8b02",2189084,,,,"active","9999-12-31","2024-01-10","true",,1.334,3845019
378,1,"00387-AddressInSmallCommunity","10167 Pinchi Lake Rd, Pinchi Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","691251fb-1418-4498-ad64-530bdb2d338c",1858471,,,,"active","9999-12-31","2024-01-10","true",,0.758,3873966
379,1,"00388-AddressInSmallCommunityUsingLocalityAlias","10167 Pinchi Lake Rd, Pinchi Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10167",,"Pinchi Lake","Rd","false",,"false",,"Pinchi Lake","Locality","RDBN Electoral Area C","BC","SRID=4326;POINT(-124.1832401 54.6017518)","high","parcelPoint","691251fb-1418-4498-ad64-530bdb2d338c",1858471,,,,"active","9999-12-31","2024-01-10","true",,4.331,3873966
380,1,"00389-AddressInSmallCommunity","2388 Heffley Lake Rd, Heffley Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","e396ae1b-fe4a-4809-91ae-b8c57778645f",206948,,,,"active","9999-12-31","2024-01-10","true",,1.969,3382301
381,1,"00390-AddressInSmallCommunityUsingLocalityAlias","2388 Heffley Lake Rd, Heffley Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"2388",,"Heffley Lake","Rd","false",,"false",,"Heffley Lake","Unknown","TNRD Electoral Area P (Rivers and the Peaks)","BC","SRID=4326;POINT(-120.0634581 50.8333486)","high","parcelPoint","e396ae1b-fe4a-4809-91ae-b8c57778645f",206948,,,,"active","9999-12-31","2024-01-10","true",,4.994,3382301
382,1,"00391-AddressInSmallCommunity","10381 Popkum Rd S, Popkum, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","1e75ad94-4622-49d5-aa17-a282ed71be8f",187418,,,,"active","9999-12-31","2024-01-10","true",,0.09,1904703
383,1,"00392-AddressInSmallCommunityUsingLocalityAlias","10381 Popkum Rd S, Popkum, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10381",,"Popkum","Rd","false","S","false",,"Popkum","Community","FVRD Electoral Area D","BC","SRID=4326;POINT(-121.7391139 49.1891656)","high","parcelPoint","1e75ad94-4622-49d5-aa17-a282ed71be8f",187418,,,,"active","9999-12-31","2024-01-10","true",,1.659,1904703
384,1,"00393-AddressInSmallCommunity","7428 Roe Lake Cres, Roe Lake, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","a2ccbcef-9a76-41b6-8e07-5db29aa5555c",546368,,,,"active","9999-12-31","2024-01-10","true",,2.609,3258770
385,1,"00394-AddressInSmallCommunityUsingLocalityAlias","7428 Roe Lake Cres, Roe Lake, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"7428",,"Roe Lake","Cres","false",,"false",,"Roe Lake","Locality","CRD Electoral Area L","BC","SRID=4326;POINT(-120.8357565 51.5206129)","high","parcelPoint","a2ccbcef-9a76-41b6-8e07-5db29aa5555c",546368,,,,"active","9999-12-31","2024-01-10","true",,6.389,3258770
386,1,"00395-AddressInSmallCommunity","6120 Garden Bay Rd, Garden Bay, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","9a83c12e-a1a6-4ee7-96c2-cd912e785b54",482325,,,,"active","9999-12-31","2024-01-10","true",,7.262,3923450
387,1,"00396-AddressInSmallCommunityUsingLocalityAlias","6120 Garden Bay Rd, Garden Bay, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6120",,"Garden Bay","Rd","false",,"false",,"Garden Bay","Community","SCRD Electoral Area A (Egmont / Pender Harbour)","BC","SRID=4326;POINT(-123.970322 49.6374819)","high","parcelPoint","9a83c12e-a1a6-4ee7-96c2-cd912e785b54",482325,,,,"active","9999-12-31","2024-01-10","true",,22.606,3923450
388,1,"00397-AddressInSmallCommunity","1977 Tappen Notch Hill Rd, Tappen, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","25db6a93-ee0d-4d57-b572-fe2074356700",64488,,,,"active","9999-12-31","2024-01-10","true",,1.505,3268060
389,1,"00398-AddressInSmallCommunityUsingLocalityAlias","1977 Tappen Notch Hill Rd, Tappen, BC",,87,"CIVIC_NUMBER",100,"[PROVINCE_GARBAGE.notAllowed:2, LOCALITY.isAlias:4, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"1977",,"Tappen Notch Hill","Rd","false",,"false",,"Tappen","Community","CSRD Electoral Area G","BC","SRID=4326;POINT(-119.3478071 50.8333864)","high","parcelPoint","25db6a93-ee0d-4d57-b572-fe2074356700",64488,,,,"active","9999-12-31","2024-01-10","true",,174.617,3268060
390,1,"00399-AddressInSmallCommunity","116 Rosebery Loop Rd, Rosebery, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","dbdc5907-a51b-4d9e-b5fa-1b33d34d2297",2531930,,,,"active","9999-12-31","2024-01-10","true",,0.562,1644488
391,1,"00400-AddressInSmallCommunityUsingLocalityAlias","116 Rosebery Loop Rd, Rosebery, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"116",,"Rosebery Loop","Rd","false",,"false",,"Rosebery","Locality","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.412912 50.0326222)","high","parcelPoint","dbdc5907-a51b-4d9e-b5fa-1b33d34d2297",2531930,,,,"active","9999-12-31","2024-01-10","true",,4.702,1644488
392,1,"00401-AddressInSmallCommunity","1525 Langdale Rd, Langdale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","cb1b9cc8-b6b3-44a6-b3fc-527ee5cae1f7",178417,,,,"active","9999-12-31","2024-01-10","true",,0.089,3570149
393,1,"00402-AddressInSmallCommunityUsingLocalityAlias","1525 Langdale Rd, Langdale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1525",,"Langdale","Rd","false",,"false",,"Langdale","Community","SCRD Electoral Area F (West Howe Sound)","BC","SRID=4326;POINT(-123.4757906 49.4383375)","high","parcelPoint","cb1b9cc8-b6b3-44a6-b3fc-527ee5cae1f7",178417,,,,"active","9999-12-31","2024-01-10","true",,0.907,3570149
394,1,"00403-AddressInSmallCommunity","6607 Appledale Lower Rd, Appledale, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","2c25ca00-5160-4c61-b043-12b72e3672f5",276196,,,,"active","9999-12-31","2024-01-10","true",,0.438,2684515
395,1,"00404-AddressInSmallCommunityUsingLocalityAlias","6607 Appledale Lower Rd, Appledale, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"6607",,"Appledale Lower","Rd","false",,"false",,"Appledale","Community","RDCK Electoral Area H (The Slocan Valley)","BC","SRID=4326;POINT(-117.5421596 49.6456715)","high","parcelPoint","2c25ca00-5160-4c61-b043-12b72e3672f5",276196,,,,"active","9999-12-31","2024-01-10","true",,1.022,2684515
396,1,"00405-AddressInSmallCommunity","4232 Mayook Settlement Rd, Mayook, BC",,99,"BLOCK",99,"[]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.266,
397,1,"00406-AddressInSmallCommunityUsingLocalityAlias","4232 Mayook Settlement Rd, Mayook, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"4232",,"Mayook Settlement","Rd","false",,"false",,"Mayook","Community","RDEK Electoral Area C","BC","SRID=4326;POINT(-115.5706709 49.4830957)","low","accessPoint",,1162372,,,,"active",,,"true",,0.63,
398,1,"00407-AddressInSmallCommunity","10571 Cheslatta Rd, Cheslatta, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","851602a7-3935-49d6-ac2e-bcbe4ceef1a7",521449,,,,"active","9999-12-31","2024-01-10","true",,0.086,3101708
399,1,"00408-AddressInSmallCommunityUsingLocalityAlias","10571 Cheslatta Rd, Cheslatta, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"10571",,"Cheslatta","Rd","false",,"false",,"Cheslatta","Locality","RDBN Electoral Area E","BC","SRID=4326;POINT(-125.7987047 53.7929601)","high","parcelPoint","851602a7-3935-49d6-ac2e-bcbe4ceef1a7",521449,,,,"active","9999-12-31","2024-01-10","true",,1.696,3101708
400,1,"00409-NumberedStreetNameWithDetachedSuffix","102A Ave, Surrey, BC",,78,"STREET",78,"[]",,,,,,,"102A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.8175667 49.1885721)","coarse","streetPoint",,,,,,"active",,,"true",,2.955,
401,1,"00410-UnitNumberStuckToDesignator","UNIT 910 -- 7380 Elmbridge Way, Richmond, BC",,100,"UNIT",100,"[]",,"UNIT","910",,"7380",,"Elmbridge","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1430151 49.1714984)","high","parcelPoint","f73592be-4f17-456e-8ccf-b0b98b5d0e15",127774,,"UNIT 910",,"active","9999-12-31","2024-01-10","true",,0.157,2104959
402,1,"00411-StreetNameWithMissingAmpersand","189 Rod & Gun Rd, Courtenay, BC",,90,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,,,,"189",,"Rod & Gun","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0190057 49.683884)","high","parcelPoint","0d07bd32-a19c-4681-9a8b-99213c9b56dc",258442,,,,"active","9999-12-31","2024-01-10","true",,1.094,4187966
403,1,"00413-LeadingZeroInCivicNumber","Lynn Valley Rd, North Vancouver, BC",,77,"STREET",78,"[CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Lynn Valley","Rd","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0533951 49.3290039)","coarse","streetPoint",,,,,,"active",,,"true",,1469.807,
404,1,"00414-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","ae4913e0-774f-4370-b04c-0f5fd3645c50",166069,,"UNIT 01",,"active","9999-12-31","2024-01-10","true",,21.037,4123935
405,1,"00415-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","ae4913e0-774f-4370-b04c-0f5fd3645c50",166069,,"UNIT 01",,"active","9999-12-31","2024-01-10","true",,19.85,4123935
406,1,"00416-LeadingZeroInUnitNumber","UNIT 01 -- 1070 Lynn Valley Rd, District of North Vancouver, BC",,97,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1, LOCALITY.isAlias:1]",,"UNIT","01",,"1070",,"Lynn Valley","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.044733 49.3341505)","high","parcelPoint","ae4913e0-774f-4370-b04c-0f5fd3645c50",166069,,"UNIT 01",,"active","9999-12-31","2024-01-10","true",,27.884,4123935
407,1,"00417-UnitNumberWithLetterPrefix","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","d6bb609b-8a50-48e7-8ddf-8dbc134b8aa2",106300,,"UNIT B2",,"active","9999-12-31","2024-01-10","true",,3.097,1914533
408,1,"00418-UnitNumberWithLetterPrefixGapped","UNIT B2 -- 518 Beatty St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","B2",,"518",,"Beatty","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1086862 49.2807944)","high","parcelPoint","d6bb609b-8a50-48e7-8ddf-8dbc134b8aa2",106300,,"UNIT B2",,"active","9999-12-31","2024-01-10","true",,3.098,1914533
409,1,"00419-UnitNumberWithLetterPrefix","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","053f48e8-52c2-4b61-83da-8811ed69adcc",110501,,"UNIT C2",,"active","9999-12-31","2024-01-10","true",,75.961,1753265
410,1,"00420-UnitNumberWithLetterPrefixGapped","UNIT C2 -- 1845 W 10th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","C2",,"1845",,"10th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1469122 49.2630316)","high","parcelPoint","053f48e8-52c2-4b61-83da-8811ed69adcc",110501,,"UNIT C2",,"active","9999-12-31","2024-01-10","true",,84.19,1753265
411,1,"00421-UnitNumberWithLetterPrefix","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","a70535e1-6411-4521-bd09-a77dbafb6a92",2462668,,"UNIT P100",,"active","9999-12-31","2024-01-10","true",,19.354,1409241
412,1,"00422-UnitNumberWithLetterPrefixGapped","UNIT P100 -- 1518 W 70th Ave, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P100",,"1518",,"70th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1416464 49.2082518)","high","parcelPoint","a70535e1-6411-4521-bd09-a77dbafb6a92",2462668,,"UNIT P100",,"active","9999-12-31","2024-01-10","true",,18.977,1409241
413,1,"00423-UnitNumberWithLetterPrefix","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","730dcb88-ddd5-452d-9e53-5c1403d228d6",103060,,"UNIT P2",,"active","9999-12-31","2024-01-10","true",,30.619,1172657
414,1,"00424-UnitNumberWithLetterPrefixGapped","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","730dcb88-ddd5-452d-9e53-5c1403d228d6",103060,,"UNIT P2",,"active","9999-12-31","2024-01-10","true",,18.2,1172657
415,1,"00425-CivicAddressWithCareOfName","UNIT P2 -- 1855 Nelson St, Vancouver, BC",,96,"UNIT",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","P2",,"1855",,"Nelson","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1392104 49.2901282)","high","parcelPoint","730dcb88-ddd5-452d-9e53-5c1403d228d6",103060,,"UNIT P2",,"active","9999-12-31","2024-01-10","true",,19.366,1172657
416,1,"00426-NonStandardStreetTypeAbbreviation","2351 Parkway Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"2351",,"Parkway","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7934119 49.3196707)","medium","parcelPoint","85f567c0-6104-40dd-a775-563f6d67a1bb",155062,,,,"active","9999-12-31","2024-01-10","true",,0.192,8002265
417,1,"00427-NonStandardStreetTypeAbbreviation","3176 Plateau Blvd, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"3176",,"Plateau","Blvd","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7868947 49.3116847)","medium","parcelPoint","b9dac9dc-2c55-4e43-904b-2240ba449f44",320982,,,,"active","9999-12-31","2024-01-10","true",,0.162,8001330
418,1,"00428-NonStandardStreetTypeAbbreviation","895 Academy Close, Victoria, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"895",,"Academy","Close","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3628211 48.4179591)","high","parcelPoint","7098c4a3-6860-4424-90e7-1d4e9f728f8d",2661206,,,,"active","9999-12-31","2024-01-10","true",,0.156,4029706
419,1,"00429-NonStandardStreetTypeAbbreviation","4965 Vista View Cres, Nanaimo, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"4965",,"Vista View","Cres","false",,"false",,"Nanaimo","City",,"BC","SRID=4326;POINT(-123.9848378 49.2358274)","high","parcelPoint","5a8d0da1-292a-4ce2-a68a-f613d53cc39f",416267,,,,"active","9999-12-31","2024-01-10","true",,4.97,3896249
420,1,"00430-NonStandardStreetTypeAbbreviation","1000 Thermal Dr, Coquitlam, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1000",,"Thermal","Dr","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.8340821 49.2698821)","high","parcelPoint","f07d50ac-e5f6-427e-a24d-19be246caefb",148059,,,,"active","9999-12-31","2024-01-10","true",,0.158,1045847
421,1,"00431-NonStandardStreetTypeAbbreviation","8400 Forest Grove Dr, Burnaby, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"8400",,"Forest Grove","Dr","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-122.9205029 49.2632662)","high","parcelPoint","879c7d8c-6c83-4d23-9484-ec138f202894",2636600,,,,"active","9999-12-31","2024-01-10","true",,3.254,1840913
422,1,"00432-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","57db10c1-757b-4302-a1bc-6b002834c49c",1747737,,,,"active","9999-12-31","2024-01-10","true",,151.347,8004158
423,1,"00433-NonStandardStreetTypeAbbreviation","3458 Burke Village Prom, Coquitlam, BC",,91,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.spelledWrong:2, STREET_TYPE.notMatched:3, STREET_NAME.partialMatch:1]",,,,,"3458",,"Burke Village","Prom","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7463692 49.2909673)","medium","parcelPoint","57db10c1-757b-4302-a1bc-6b002834c49c",1747737,,,,"active","9999-12-31","2024-01-10","true",,42.156,8004158
424,1,"00434-NonStandardStreetTypeAbbreviation","7701 Central Saanich Rd, Central Saanich, BC",,95,"BLOCK",99,"[LOCALITY.isAlias:4]",,,,,"7701",,"Central Saanich","Rd","false",,"false",,"Central Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.4034403 48.5914503)","low","accessPoint",,294099,,,,"active",,,"true",,4.657,
425,1,"00435-NonStandardStreetTypeAbbreviation","3942 Columbia Valley Rd, Cultus Lake, BC",,98,"CIVIC_NUMBER",100,"[STREET_NAME.spelledWrong:2]",,,,,"3942",,"Columbia Valley","Rd","false",,"false",,"Cultus Lake","Community","FVRD Electoral Area H","BC","SRID=4326;POINT(-121.9597795 49.0739494)","high","parcelPoint","a9dd5909-24c9-4157-9166-fe5d6d6360bc",1157827,,,,"active","9999-12-31","2024-01-10","true",,408.081,2185851
426,1,"00436-NonStandardStreetTypeAbbreviation","950 Old Hope Princeton Way, Hope, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"950",,"Old Hope Princeton","Way","false",,"false",,"Hope","District Municipality",,"BC","SRID=4326;POINT(-121.4156582 49.3733202)","high","parcelPoint","1ceb7f95-bc84-4f76-9e58-89cbf297e48a",193424,,,,"active","9999-12-31","2024-01-10","true",,43.669,1101623
427,1,"00437-NonStandardStreetTypeAbbreviation","774 Great Northern Way, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"774",,"Great Northern","Way","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.0880896 49.2660631)","medium","parcelPoint","0ea46411-52cc-4411-991e-84f751c6584a",341353,,,,"active","9999-12-31","2024-01-10","true",,0.939,8008439
428,1,"00439-NonStandardLocalityNameAbbreviation","352 W 14th St, North Vancouver, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.spelledWrong:2]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","a3ccf751-0b80-4ac8-848b-524a61b32b22",2416363,,,,"active","9999-12-31","2024-01-10","true",,824.772,3147438
429,1,"00440-NonStandardLocalityNameAbbreviation","569 Hody Dr, Okanagan Falls, BC",,65,"CIVIC_NUMBER",100,"[LOCALITY.notMatched:35]",,,,,"569",,"Hody","Dr","false",,"false",,"Okanagan Falls","Community","RDOS Electoral Area D","BC","SRID=4326;POINT(-119.5690298 49.3482363)","high","parcelPoint","180ece7f-f99d-41f9-aa75-1a6bc79fd735",60098,,,,"active","9999-12-31","2024-01-10","true",,4.136,3300419
430,1,"00441-NonStandardStreetNameAbbreviation","5450 Oak St, Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"5450",,"Oak","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1275777 49.2362797)","high","parcelPoint","bbd0f740-76b4-48f6-9583-fe4bbd732083",100420,,,,"active","9999-12-31","2024-01-10","true",,0.123,2704350
431,1,"00442-NonStandardStreetNameAbbreviation","1301 Oak Ave, Quesnel, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","b1746249-21f8-4b15-bae7-011b8306834b",227948,,,,"active","9999-12-31","2024-01-10","true",,0.098,3406157
432,1,"00443-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.764,
433,1,"00444-NonStandardGeneralDelivery","Quesnel, BC",,48,"LOCALITY",68,"[LOCALITY_INITIAL_GARBAGE.notAllowed:20]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,2.276,
434,1,"00445-NonStandardGeneralDelivery","Quesnel, BC",,48,"LOCALITY",68,"[LOCALITY_INITIAL_GARBAGE.notAllowed:20]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,1.131,
435,1,"00446-NonStandardGeneralDelivery","Quesnel, BC",,48,"LOCALITY",68,"[LOCALITY_INITIAL_GARBAGE.notAllowed:20]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,2.42,
436,1,"00447-NonStandardGeneralDelivery","Quesnel, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,0.648,
437,1,"00448-CareOf","Quesnel, BC",,52,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Quesnel","City",,"BC","SRID=4326;POINT(-122.4933333 52.9794444)","coarse","localityPoint",,,,,,"active",,,"true",,2.346,
438,1,"00449-CareOf","1301 Oak Ave, Quesnel, BC",,99,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,"1301",,"Oak","Ave","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4834509 52.9589284)","high","parcelPoint","b1746249-21f8-4b15-bae7-011b8306834b",227948,,,,"active","9999-12-31","2024-01-10","true",,3.924,3406157
439,1,"00450-SuffixNameMatching","Dent Ave, Burnaby, BC",,72,"STREET",78,"[LOCALITY.isAlias:1, STREET_NAME.spelledWrong:2, STREET_DIRECTION.notMatched:2, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Dent","Ave","false",,"false",,"Burnaby","City",,"BC","SRID=4326;POINT(-123.0073749 49.2710941)","coarse","streetPoint",,,,,,"active",,,"true",,46.28,
440,1,"00451-StreetNameWordsGluedTogether","3821 Cedar Hill Rd, Saanich, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,"3821",,"Cedar Hill","Rd","false",,"false",,"Saanich","District Municipality",,"BC","SRID=4326;POINT(-123.336341 48.4632076)","high","parcelPoint","bcc2eb93-b0e5-4c40-a228-5c96dffe7232",299730,,,,"active","9999-12-31","2024-01-10","true",,0.693,3387802
441,1,"00452-StreetNameCompoundWordsSeparated","8514 Horseshoe Bay Rd, Anglemont, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"8514",,"Horseshoe Bay","Rd","false",,"false",,"Anglemont","Community","CSRD Electoral Area F","BC","SRID=4326;POINT(-119.1181382 50.9761127)","high","parcelPoint","b86d979c-3496-4fc8-9208-85181e696243",2450478,,,,"active","9999-12-31","2024-01-10","true",,0.57,3542205
442,1,"00453-NonStandardStreetTypeAbbreviation","2908 Hwy 99, Mount Currie, BC",,62,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.notMatched:35]",,,,,"2908",,"99","Hwy","true",,"false",,"Mount Currie","Community","SLRD Electoral Area C","BC","SRID=4326;POINT(-122.5904634 50.3041012)","high","parcelPoint","bd75b819-164b-46b7-8229-544c7adc6038",484911,,,,"active","9999-12-31","2024-01-10","true",,8.606,1860086
443,1,"00454-civicAddressWithUnitandUnknownSiteName","UNIT 170 HAPPY HOUSE -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","HAPPY HOUSE","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","a15fcb2e-bce0-4aab-969c-7ef97d212df4",2400007,,"UNIT 170 HAPPY HOUSE",,"active","9999-12-31","2024-01-10","true",,8.718,4363977
444,1,"00455-StreetNameWithMultipleSpellingMistakes","Omineca St, Hazelton, BC",,76,"STREET",78,"[STREET_NAME.spelledWrong:2]",,,,,,,"Omineca","St","false",,"false",,"Hazelton","Village",,"BC","SRID=4326;POINT(-127.6757927 55.2557017)","coarse","streetPoint",,,,,,"active",,,"true",,3.47,
445,1,"00456-NonStandardLocalityNameAbbreviation","134 E 15th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"134",,"15th","St","false","E","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.070453 49.3223403)","high","parcelPoint","a706b69f-4fc3-4b2f-8cd5-8cdaa0936a9a",163763,,,,"active","9999-12-31","2024-01-10","true",,129.173,3516754
446,1,"00457-NonStandardLocalityNAmeAbbreviation","2248 McAllister Ave, Port Coquitlam, BC",,98,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:2]",,,,,"2248",,"McAllister","Ave","false",,"false",,"Port Coquitlam","City",,"BC","SRID=4326;POINT(-122.7799837 49.262092)","high","parcelPoint","33a072b2-2dfd-41bb-bed1-6827e2f74fc7",146223,,,,"active","9999-12-31","2024-01-10","true",,0.313,3218608
447,1,"00458-civicAddressWithUnitandUnknownSiteName","UNIT 170 DOOGIE UNIVERSITY -- 22470 Dewdney Trunk Rd, Maple Ridge, BC",,90,"UNIT",100,"[SITE_NAME.notMatched:10, MAX_RESULTS.too_low_to_include_all_best_matches:0]","DOOGIE UNIVERSITY","UNIT","170",,"22470",,"Dewdney Trunk","Rd","false",,"false",,"Maple Ridge","City",,"BC","SRID=4326;POINT(-122.5990578 49.2204613)","high","parcelPoint","a15fcb2e-bce0-4aab-969c-7ef97d212df4",2400007,,"UNIT 170 DOOGIE UNIVERSITY",,"active","9999-12-31","2024-01-10","true",,8.173,4363977
448,1,"00459-LocalityHopping","Kaleden, BC",,67,"LOCALITY",68,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1]",,,,,,,,,"false",,"false",,"Kaleden","Community","RDOS Electoral Area I","BC","SRID=4326;POINT(-119.6011112 49.3997222)","coarse","localityPoint",,,,,,"active",,,"true",,0.769,
449,1,"00460-LocalityHopping","UNIT 200 -- Prince George St, Prince Rupert, BC",,63,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, LOCALITY.missing:10, STREET_TYPE.notMatched:3, STREET_TYPE.notPrefix:0, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","200",,,,"Prince George","St","false",,"false",,"Prince Rupert","City",,"BC","SRID=4326;POINT(-130.2990707 54.311388)","coarse","streetPoint",,,,"UNIT 200",,"active",,,"true",,119.593,
450,1,"00461-LocalityHopping","Helmcken Alley, Victoria, BC",,74,"STREET",78,"[STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,,,,,,"Helmcken","Alley","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3693133 48.4255635)","coarse","streetPoint",,,,,,"active",,,"true",,3.507,
451,1,"00462-IRAddresses","1901 Lust Rd, Quesnel, BC",,96,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1901",,"Lust","Rd","false",,"false",,"Quesnel","City","CRD Electoral Area A","BC","SRID=4326;POINT(-122.4554097 52.9567283)","low","accessPoint",,228320,,,,"active",,,"true",,1.509,
452,1,"00463-IRAddresses","Blueberry Reserve Rd, Buick, BC",,72,"STREET",78,"[STREET_TYPE.missing:6]",,,,,,,"Blueberry Reserve","Rd","false",,"false",,"Buick","Community","PRRD Electoral Area B","BC","SRID=4326;POINT(-121.1391639 56.7304618)","coarse","streetPoint",,,,,,"active",,,"true",,28.521,
453,1,"00464-IRAddresses","205 BC Mine Rd, Grand Forks, BC",,72,"BLOCK",99,"[INITIAL_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.missing:10, STREET_TYPE.missing:6, PROVINCE.missing:1, FAULTS.tooMany:6]",,,,,"205",,"BC Mine","Rd","false",,"false",,"Grand Forks","City","RDKB Electoral Area D (Rural Grand Forks)","BC","SRID=4326;POINT(-118.5417578 49.1296346)","low","accessPoint",,2411205,,,,"active",,,"true",,17.126,
454,1,"00465-IRAddresses","205 BC Mine Rd, Grand Forks, BC",,72,"BLOCK",99,"[INITIAL_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.missing:10, STREET_TYPE.missing:6, PROVINCE.missing:1, FAULTS.tooMany:6]",,,,,"205",,"BC Mine","Rd","false",,"false",,"Grand Forks","City","RDKB Electoral Area D (Rural Grand Forks)","BC","SRID=4326;POINT(-118.5417578 49.1296346)","low","accessPoint",,2411205,,,,"active",,,"true",,110.614,
455,1,"00466-StreetNameWithMultipleSpellingMistakes","UNIT 15 -- 31235 Upper MacLure Rd, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","15",,"31235",,"Upper MacLure","Rd","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3592071 49.0608091)","high","parcelPoint","9e4b50bb-9958-4192-89e0-b4d926713e86",430758,,"UNIT 15",,"active","9999-12-31","2024-01-10","true",,10.15,1462380
456,1,"00467-StreetNameWithMultipleSpellingMistakes","UNIT 338 -- 32830 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","338",,"32830",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","7920a878-f3cc-479a-83d1-44245f240070",2617631,,"UNIT 338",,"active","9999-12-31","2024-01-10","true",,1.069,2495402
457,1,"00468-StreetNameWithMultipleSpellingMistakes","UNIT 215 -- 32850 George Ferguson Way, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","215",,"32850",,"George Ferguson","Way","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3140015 49.0548043)","high","parcelPoint","dee60ef6-585e-4b74-9eed-23ce6c48e33f",2617631,,"UNIT 215",,"active","9999-12-31","2024-01-10","true",,1.323,1047582
458,1,"00469-StreetNameWithMultipleSpellingMistakes","UNIT 117B -- 34313 Forrest Terr, Abbotsford, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","117","B","34313",,"Forrest","Terr","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2765011 49.0346859)","high","parcelPoint","275d1c6e-d6a6-4e7b-99ef-61732b0e6403",159710,,"UNIT 117B",,"active","9999-12-31","2024-01-10","true",,0.744,1365855
459,1,"00470-StreetNameWithMultipleSpellingMistakes","UNIT 14 -- 43685 Chilliwack Mountain Rd, Chilliwack, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","14",,"43685",,"Chilliwack Mountain","Rd","false",,"false",,"Chilliwack","City",,"BC","SRID=4326;POINT(-122.0166373 49.1641524)","high","parcelPoint","19a2de9b-19f5-4e94-8d43-f303ae7951c0",2400276,,"UNIT 14",,"active","9999-12-31","2024-01-10","true",,367.286,1065331
460,1,"00471-StreetNameWithMultipleSpellingMistakes","29 St SE, Salmon Arm, BC",,63,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, LOCALITY.isAlias:4, STREET_DIRECTION.missing:2, STREET_TYPE.missing:6, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,,,,,,"29","St","false","SE","false",,"Salmon Arm","City",,"BC","SRID=4326;POINT(-119.2509431 50.6873229)","coarse","streetPoint",,,,,,"active",,,"true",,24.047,
461,1,"00472-StreetNameWithMultipleSpellingMistakes","Whistler, BC",,56,"LOCALITY",68,"[STREET_NAME.notMatched:12]",,,,,,,,,"false",,"false",,"Whistler","Resort Municipality",,"BC","SRID=4326;POINT(-122.9544444 50.1169445)","coarse","localityPoint",,,,,,"active",,,"true",,21.796,
462,1,"00473-StreetNameWithMultipleSpellingMistakes","UNIT 2204 -- 7343 Okanagan Landing Rd, Vernon, BC",,88,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","2204",,"7343",,"Okanagan Landing","Rd","false",,"false",,"Vernon","City",,"BC","SRID=4326;POINT(-119.345325 50.2389897)","high","parcelPoint","65301231-fdb6-499c-b3eb-5d2df87eced7",354892,,"UNIT 2204",,"active","9999-12-31","2024-01-10","true",,32.062,4266077
463,1,"00474-StreetNameWithMultipleSpellingMistakes","UNIT 66 -- 1930 Cedar Village Cres, North Vancouver, BC",,98,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2]",,"UNIT","66",,"1930",,"Cedar Village","Cres","false",,"false",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.043715 49.3270342)","high","parcelPoint","9157759e-1be4-447d-95ba-5c3ce26b5934",166103,,"UNIT 66",,"active","9999-12-31","2024-01-10","true",,1907.286,2153738
464,1,"00475-StreetNameWithMultipleSpellingMistakes","UNIT 209 -- 8611 General Currie Rd, Richmond, BC",,90,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6, STREET_NAME.partialMatch:1]",,"UNIT","209",,"8611",,"General Currie","Rd","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1283228 49.1596485)","high","parcelPoint","fc738a5a-defc-4c0d-b07b-4b479f716445",127602,,"UNIT 209",,"active","9999-12-31","2024-01-10","true",,0.713,2001638
465,1,"00476-StreetNameWithMultipleSpellingMistakes","UNIT 305 -- 1135 Windsor Mews, Coquitlam, BC",,91,"UNIT",100,"[LOCALITY_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.missing:0, STREET_TYPE.missing:6]",,"UNIT","305",,"1135",,"Windsor","Mews","false",,"false",,"Coquitlam","City",,"BC","SRID=4326;POINT(-122.7853704 49.2801267)","high","parcelPoint","403d0d37-f1d3-496d-9c6c-5cd4f258d6ad",1907339,,"UNIT 305",,"active","9999-12-31","2024-01-10","true",,2.314,1102540
466,1,"00477-StreetNameWithOneSpellingMistakeAtFront","UNIT 106 -- 1355 Cumberland Rd, Courtenay, BC",,92,"UNIT",100,"[UNIT_DESIGNATOR.missing:0, STREET_NAME.spelledWrong:2, STREET_TYPE.missing:6]",,"UNIT","106",,"1355",,"Cumberland","Rd","false",,"false",,"Courtenay","City",,"BC","SRID=4326;POINT(-125.0049707 49.6769203)","high","parcelPoint","39a75015-9d3a-4494-9454-ca1a809877ac",1849534,,"UNIT 106",,"active","9999-12-31","2024-01-10","true",,29.154,1020429
467,1,"00478-AddressInSmallCommunityUsingLocalityAlias","352 W 14th St, North Vancouver, BC",,100,"CIVIC_NUMBER",100,"[]",,,,,"352",,"14th","St","false","W","true",,"North Vancouver","City",,"BC","SRID=4326;POINT(-123.0809653 49.3214178)","high","parcelPoint","a3ccf751-0b80-4ac8-848b-524a61b32b22",2416363,,,,"active","9999-12-31","2024-01-10","true",,134.115,3147438
468,1,"00479-AddressInSmallCommunityUsingLocalityAlias","1745 Esquimalt Ave, West Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"1745",,"Esquimalt","Ave","false",,"false",,"West Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.1612755 49.3309246)","medium","parcelPoint","b9e02053-094f-423c-b1b2-f12ea1a2a0f7",163306,,,,"active","9999-12-31","2024-01-10","true",,3.561,8001373
469,1,"00480-AddressInSmallCommunityUsingLocalityAlias","223 W 7th Ave, Vancouver, BC",,96,"CIVIC_NUMBER",100,"[LOCALITY.isAlias:4]",,,,,"223",,"7th","Ave","false","W","true",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1103425 49.2650219)","high","parcelPoint","a49d040c-82a6-44f4-abdf-81013a7ed079",100449,,,,"active","9999-12-31","2024-01-10","true",,32.323,4195797
470,1,"00481-UnitNumberAndCivicNumberSwapped","UNIT 1045 -- Haro St, Vancouver, BC",,76,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","1045",,,,"Haro","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1323651 49.2880745)","coarse","streetPoint",,,,"UNIT 1045",,"active",,,"true",,15.798,
471,1,"00482-UnitNumberAndCivicNumberSwapped","1177 103A Ave, Surrey, BC",,85,"BLOCK",99,"[LOCALITY_GARBAGE.notAllowed:3, STREET_NAME.partialMatch:1, LOCALITY.isAlias:4, STREET_TYPE.missing:6]",,,,,"1177",,"103A","Ave","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.7921295 49.1899518)","low","accessPoint",,418379,,,,"active",,,"true",,12.328,
472,1,"00483-UnknownMulti-wordUnitDesignator","UNIT 221 -- 4280 Moncton St, Richmond, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","221",,"4280",,"Moncton","St","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.1799769 49.1242764)","high","parcelPoint","b51ca327-873c-4cd5-97ed-595eef946d8e",351197,,"UNIT 221",,"active","9999-12-31","2024-01-10","true",,0.731,1518456
473,1,"00484-UnknownMulti-wordUunitDesignator","UNIT 54 -- 2938 Trafalgar St, Abbotsford, BC",,97,"UNIT",100,"[INITIAL_GARBAGE.notAllowed:3, UNIT_DESIGNATOR.isAlias:0, MAX_RESULTS.too_low_to_include_all_best_matches:0]",,"UNIT","54",,"2938",,"Trafalgar","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.3079844 49.054931)","high","parcelPoint","3983e4ff-d886-49d3-9ebc-15a1225cf162",161674,,"UNIT 54",,"active","9999-12-31","2024-01-10","true",,0.928,1257509
474,1,"00485-UnknownUnitNumberWithLetterPrefixGapped","UNIT A309 -- 10557 150 St, Surrey, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1]",,"UNIT","A309",,"10557",,"150","St","false",,"false",,"Surrey","City",,"BC","SRID=4326;POINT(-122.806609 49.1944737)","high","parcelPoint","8041c7f3-e364-49c2-9bf8-ba84c16cebec",478995,,"UNIT A309",,"active","9999-12-31","2024-01-10","true",,8.803,3149253
475,1,"00486-UnknownUnitNumberWithLetterPrefixGapped","UNIT C7 -- 6901 Island Hwy W, Bowser, BC",,99,"CIVIC_NUMBER",100,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_DIRECTION.notPrefix:0]",,"UNIT","C7",,"6901",,"Island","Hwy","false","W","false",,"Bowser","Community","RDN Electoral Area H","BC","SRID=4326;POINT(-124.667109 49.4348563)","high","parcelPoint","7c212140-8e25-40a1-b9ed-c17806b3652b",1835730,,"UNIT C7",,"active","9999-12-31","2024-01-10","true",,55.845,4072889
476,1,"00487-UnitNumberWithLetterPrefix","UNIT A114 -- 20211 66 Ave, Township of Langley, BC",,100,"UNIT",100,"[UNIT_DESIGNATOR.missing:0]",,"UNIT","A114",,"20211",,"66","Ave","false",,"false",,"Township of Langley","District Municipality",,"BC","SRID=4326;POINT(-122.6633166 49.1235181)","high","parcelPoint","578c9bc6-0917-411a-80da-aa49cbec3b20",320513,,"UNIT A114",,"active","9999-12-31","2024-01-10","true",,8.184,1059975
477,1,"00488-ExtraWordAtFrontOfStreetName","UNIT 19 -- Mt Boucherie Pl, West Kelowna, BC",,73,"STREET",78,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, STREET_TYPE.notMatched:3, CIVIC_NUMBER.notInAnyBlock:1]",,"UNIT","19",,,,"Mt Boucherie","Pl","false",,"false",,"West Kelowna","Unknown",,"BC","SRID=4326;POINT(-119.5815689 49.8589959)","coarse","streetPoint",,,,"UNIT 19",,"active",,,"true",,1153.688,
478,1,"00489-UnitNumberSuffixInBackAlley","UNIT 206A -- 555 Burrard St, Vancouver, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.notMatched:1, UNIT_NUMBER.notMatched:1]",,"UNIT","206","A","555",,"Burrard","St","false",,"false",,"Vancouver","City",,"BC","SRID=4326;POINT(-123.1188944 49.2860099)","low","accessPoint",,475835,,"UNIT 206A",,"active",,,"true",,7.093,
479,1,"00490-SiteNameInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","605e9a9e-6ad5-4b0e-bdaf-a09b7e75e95a",296321,,,,"active","9999-12-31","2024-01-10","true",,6.784,4083847
480,1,"00491-DuplicateStreetTypeInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","605e9a9e-6ad5-4b0e-bdaf-a09b7e75e95a",296321,,,,"active","9999-12-31","2024-01-10","true",,26.004,4083847
481,1,"00492-CareOfInBackAlley","1175 Douglas St, Victoria, BC",,96,"CIVIC_NUMBER",100,"[POSTAL_ADDRESS_ELEMENT.notAllowed:1, LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","605e9a9e-6ad5-4b0e-bdaf-a09b7e75e95a",296321,,,,"active","9999-12-31","2024-01-10","true",,12.077,4083847
482,1,"00493-DuplicateStreetAndLocalityInBackAlley","1175 Douglas St, Victoria, BC",,97,"CIVIC_NUMBER",100,"[LOCALITY_GARBAGE.notAllowed:3]",,,,,"1175",,"Douglas","St","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3646335 48.4251378)","high","parcelPoint","605e9a9e-6ad5-4b0e-bdaf-a09b7e75e95a",296321,,,,"active","9999-12-31","2024-01-10","true",,29.847,4083847
483,1,"00494-StreetNameWithSpecialCharacters","Pipeho:em Rd, Agassiz, BC",,78,"STREET",78,"[]",,,,,,,"Pipeho:em","Rd","false",,"false",,"Agassiz","Community",,"BC","SRID=4326;POINT(-121.7342045 49.259877)","coarse","streetPoint",,,,,,"active",,,"true",,0.094,
484,1,"00495-StreetNameWithSpecialCharacters","ʔEqeʔat’in ʔEten, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"ʔEqeʔat’in ʔEten",,"false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1683616 52.0139035)","coarse","streetPoint",,,,,,"active",,,"true",,0.257,
485,1,"00496-StreetNameWithSpecialCharacters","Tl’etinqox Rd, Anahims Flat IR, BC",,78,"STREET",78,"[]",,,,,,,"Tl’etinqox","Rd","false",,"false",,"Anahims Flat IR","Unknown","CRD Electoral Area K","BC","SRID=4326;POINT(-123.1612612 52.0089565)","coarse","streetPoint",,,,,,"active",,,"true",,0.154,
486,1,"00497-StreetNameWithSpecialCharacters","Clinton/Loon Lake FSR, Hutchison Lake, BC",,78,"STREET",78,"[]",,,,,,,"Clinton/Loon Lake","FSR","false",,"false",,"Hutchison Lake","Unknown","TNRD Electoral Area E (Bonaparte Plateau)","BC","SRID=4326;POINT(-121.2072936 51.2237932)","coarse","streetPoint",,,,,,"active",,,"true",,3.504,
487,1,"00498-ACrazy","UNIT 201A -- 201A A St, Abbotsford, BC",,97,"BLOCK",99,"[UNIT_DESIGNATOR.missing:0, UNIT_NUMBER.notMatched:1, CIVIC_NUMBER_SUFFIX.notMatched:1]",,"UNIT","201","A","201","A","A","St","false",,"false",,"Abbotsford","City",,"BC","SRID=4326;POINT(-122.2608685 49.0060455)","low","accessPoint",,452835,,"UNIT 201A",,"active",,,"true",,50.709,
488,1,"00499-NonIntersectionOfRoadAndHwy","Chancellor Ave, View Royal, BC",,69,"STREET",78,"[LOCALITY_GARBAGE.notAllowed:3, STREET_TYPE.missing:6]",,,,,,,"Chancellor","Ave","false",,"false",,"View Royal","Town",,"BC","SRID=4326;POINT(-123.4279813 48.4648587)","coarse","streetPoint",,,,,,"active",,,"true",,18.465,
489,1,"00500-NoisyAddress","1 Centennial Sq, Victoria, BC",,92,"CIVIC_NUMBER",100,"[INITIAL_GARBAGE.notAllowed:3, LOCALITY_GARBAGE.notAllowed:3, PROVINCE_GARBAGE.notAllowed:2]",,,,,"1",,"Centennial","Sq","false",,"false",,"Victoria","City",,"BC","SRID=4326;POINT(-123.3657434 48.4287096)","high","parcelPoint","a7ba6ac6-5f01-41a0-a314-76fa5e7e7704",304974,,,,"active","9999-12-31","2024-01-10","true",,3.442,2983771
490,1,"00501-StreetNameCompoundWordsSeparated","12312 Horseshoe Way, Richmond, BC",,98,"BLOCK",99,"[STREET_NAME.partialMatch:1]",,,,,"12312",,"Horseshoe","Way","false",,"false",,"Richmond","City",,"BC","SRID=4326;POINT(-123.0988494 49.1233204)","low","accessPoint",,128283,,,,"active",,,"true",,4.07,
491,1,"00502-StreetNameCompoundWordsSeparated","101 Seaview St, Sayward, BC",,99,"CIVIC_NUMBER",100,"[STREET_NAME.partialMatch:1]",,,,,"101",,"Seaview","St","false",,"false",,"Sayward","Village",,"BC","SRID=4326;POINT(-125.9633841 50.3858383)","high","parcelPoint","45eca281-e15a-4b7c-8da0-f8cf1d5c4836",263931,,,,"active","9999-12-31","2024-01-10","true",,36.868,1684375
492,1,"00503-LocalityNameWithSplitWords","1090 Ironwood St, Campbell River, BC",,99,"CIVIC_NUMBER",100,"[LOCALITY.partialMatch:1]",,,,,"1090",,"Ironwood","St","false",,"false",,"Campbell River","City",,"BC","SRID=4326;POINT(-125.2561963 50.0253168)","high","parcelPoint","7f502ef7-3cf8-42ef-a3a3-0a7732f8a396",262744,,,,"active","9999-12-31","2024-01-10","true",,6.564,3438603
493,1,"00504-siteNameWithTerminalAndMissingStreetName","Cargill Terminal -- Low Level Rd, District of North Vancouver, BC",,88,"SITE",100,"[STREET_NAME.notMatched:12]","Cargill Terminal",,,,,,"Low Level","Rd","false",,"false",,"District of North Vancouver","District Municipality",,"BC","SRID=4326;POINT(-123.0524504 49.3077997)",,,"d19ff3ba-6139-4a48-a78d-52e5a6be9a41",2619496,,"Cargill Terminal",,"active","9999-12-31","2024-01-10","true",,35.46,1000080
494,1,"00505-siteNameWithPortAndMissingStreetName","Vancouver/Delta (SEI) Heliport -- Delta, BC",,93,"SITE",100,"[SITE_NAME.partialMatch:7, MAX_RESULTS.too_low_to_include_all_best_matches:0]","Vancouver/Delta (SEI) Heliport",,,,,,,,"false",,"false",,"Delta","City",,"BC","SRID=4326;POINT(-123.0183282 49.1291698)","high","parcelPoint","e8d20e25-41a9-419f-a6ca-3e168b6687ee",,,"Vancouver/Delta (SEI) Heliport",,"active","9999-12-31","2024-01-10","true",,3.503,4358837

@3rdmike 3rdmike closed this Jan 13, 2024
@3rdmike 3rdmike reopened this Jan 13, 2024
@3rdmike 3rdmike closed this Jan 14, 2024
@3rdmike 3rdmike reopened this Jan 14, 2024
@3rdmike 3rdmike closed this Jan 14, 2024
@3rdmike 3rdmike reopened this Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants