CSIRO-enviro-informatics / loci-excelerator

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

Handle new types from the 2020-Q1 new cache #42

Closed jyucsiro closed 4 years ago

jyucsiro commented 4 years ago

The new cache has additional feature types added primarily from the ASGS - rest of ABS structures, and non-ABS structure.

See https://github.com/CSIRO-enviro-informatics/asgs-dataset/issues/12 https://github.com/CSIRO-enviro-informatics/asgs-dataset/issues/18

This adds feature types that are built from different base feature types in ASGS in addition to MB (i.e. MB, SA1, SA2, SA4, etc.).

In Excelerator, we currently allow reapportionment from a featuretype in a Dataset (i.e. SA1 in ASGS) to featuretypes in another Dataset (e.g. Address in GNAF).

This issue is to explore adding UI functionality to be able to allow reapportionment from a featuretype in a Dataset (i.e. SA1 in ASGS) to another featuretype in the same Dataset (i.e. LGA to SA1)

jyucsiro commented 4 years ago

Resolution in #43 provides the API needed to load necessary dataset types to support UI elements.

We're refactoring the /location/overlaps endpoint in the integration-api to allow the new types to be able to work so this can be used in excelerator. See https://github.com/CSIRO-enviro-informatics/loci-integration-api/issues/65

shaneseaton commented 4 years ago

OK. Looks like this is done in the branch, will create a pull request.