Skip to content
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.

jcu-eresearch/JCU-BEMS-2-AURIN

Repository files navigation

README

Converting from raw dumps from JCU BEMS to the geo referenced value types for AURIN.

Requirements

  • Python3
  • GDAL

Getting Started

  • Change all the hardcoded directories to correct paths
  • Read along once to discern where additional files should be placed

Notes

WKT Geometry

The WKT geometry of the buildings is located in building-coords-csv/. The building number matches the building number in the raw input CSV filename. e.g. 2007-018.csv

It has to be added as the geometry for each row.

ISO Dates

ISO8601 date formats are required as strings - yyyy-mm-dd - since you can't retain type DATE in CSV. Specifically, AURIN requires yyyy-mm-ddThh:mm:ss+10:00 where +10:00 is the UTC TZ and there is a T between the date and time values.

About

Formatting JCU BEMS data for AURIN ingestion with py and gdal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages