CSIRO-enviro-informatics / loci-excelerator

A reapportionment tool for the Loc-I project
1 stars 1 forks source link

Shane/feature/lga #45

Closed shaneseaton closed 4 years ago

shaneseaton commented 4 years ago

This branch provide access to the new datasetType from the API and allows excelerator to do the conversions. The only ones i have tested so far is LGA -> MB, LGA -> CC and LGA -> SA1.

I also only tested the mechanics, and things appear to be producing numbers. Wether or not the numbers are right is probably on the API tests to get right.

It would be great to get the reproduced SA1 number after GA ran their scripts to see how close we get, but that is another task.

You might need, the following settings, or some of it. Importantly, long conversion will need to have the timeout removed (set to zero)

{
    "public": {
        "siteName": "Excelerator",
        "uploads": {
            "maxSize": 104857600,
            "maxSizeText": "100MB",
            "path": "/loci/data/uploads"
        },
        "jobTimeoutMins": 0
    },
    "graphdb": {
        "sparqlEndpoint": "http://3.104.29.122/repositories/loci-cache",
        "user": "ro",
        "password": "locireadonly"
    },
    "integrationApi": {
        "endpoint": "https://test-api.loci.cat/api/v1"
    }    
}