Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README to improve formatting and add direct download links for easier access #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 20 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,45 @@
# Datum Spreadsheets
Excel spreadsheets to assist with :

Excel spreadsheets to assist with:
- transformation of spatial data between geodetic datums (e.g. GDA94 to GDA2020)
- conversion of coordinate systems (e.g. Geographic (lat, lon) to Cartesian),
- projection of data to a map grid
- common geodetic computations (e.g. azimuths, distances)

Detailed information about these spreadsheets and the geodetic operations they support is contained in the Geocentric Datum of Australia 2020 Technical Manual www.icsm.gov.au.
More general explanations of the concepts and terminology are available at the ICSM Fundamentals of mapping site www.icsm.gov.au/mapping/index.html

More general explanations of the concepts and terminology are available at the ICSM Fundamentals of mapping site www.icsm.gov.au/mapping/index.html.

// Coordinate Transformations //
- Transformation_Conversion.xlsx: 7-parameter similarity transformation and coordinate conversion between Cartesian and Geographic coordinate systems.
__________________________________

### Coordinate Transformations

// Coordinate Conversions //
- Krueger n-series.xlsx: Geographic to Grid and Grid to Geographic (recommended for working outside beyond a single MGA / UTM zone).
- Krueger lambda series.xlsx: also known as Redfearn's equations. Accurate within a single MGA / UTM zone.
- Transformation_Conversion.xlsx: 7-parameter similarity transformation and coordinate conversion between Cartesian and Geographic coordinate systems.
- [Transformation_Conversion.xlsx](https://github.com/icsm-au/DatumSpreadsheets/raw/master/Transformation_Conversion.xlsx) - 7-parameter similarity transformation and coordinate conversion between Cartesian and Geographic coordinate systems.

__________________________________

### Coordinate Conversions

- [Krueger n-series.xlsx](https://github.com/icsm-au/DatumSpreadsheets/raw/master/Krueger%20n-series.xlsx): Geographic to Grid and Grid to Geographic (recommended for working outside beyond a single MGA / UTM zone).
- [Krueger lambda series.xlsx](https://github.com/icsm-au/DatumSpreadsheets/raw/master/Krueger%20lambda%20series.xlsx): also known as Redfearn's equations. Accurate within a single MGA / UTM zone.
- [Transformation_Conversion.xlsx](https://github.com/icsm-au/DatumSpreadsheets/raw/master/Transformation_Conversion.xlsx): 7-parameter similarity transformation and coordinate conversion between Cartesian and Geographic coordinate systems.

// Ellipsoid Computations //
- Vincentys.xlsx: Direct and Indirect methods to calculate accurate geodetic positions, azimuths and distances on the ellipsoid.
__________________________________

### Ellipsoid Computations
- [Vincentys.xlsx](https://github.com/icsm-au/DatumSpreadsheets/raw/master/Vincentys.xlsx): Direct and Indirect methods to calculate accurate geodetic positions, azimuths and distances on the ellipsoid.

__________________________________

// Grid Calculations //
- GridCalc_GDA2020_NSW.zip: contains GridCalc_GDA2020_NSW.xlsm (macro enabled spreadsheet) and GridCalc_GDA2020_NSW_UG.pdf (user guide).
### Grid Calculations

- [GridCalc_GDA2020_NSW.zip](https://github.com/icsm-au/DatumSpreadsheets/raw/master/GridCalc_GDA2020_NSW.zip): contains GridCalc_GDA2020_NSW.xlsm (macro enabled spreadsheet) and GridCalc_GDA2020_NSW_UG.pdf (user guide).

GridCalc_GDA2020_NSW.xlsm provides output of various geodetic quantities between two points given input of the MGA2020 co-ordinates,
AHD values and MGA zone of two points within New South Wales.

- GridCalc_GDA94_NSW.zip: contains GridCalc_GDA94_NSW.xlsm (macro enabled spreadsheet) and GridCalc_GDA94_NSW_UG.pdf (user guide).
- [GridCalc_GDA94_NSW.zip](https://github.com/icsm-au/DatumSpreadsheets/raw/master/GridCalc_GDA94_NSW.zip): contains GridCalc_GDA94_NSW.xlsm (macro enabled spreadsheet) and GridCalc_GDA94_NSW_UG.pdf (user guide).

GridCalc_GDA94_NSW.xlsm provides output of various geodetic quantities between two points given input of the MGA94 co-ordinates,
AHD values and MGA zone of two points within New South Wales.

__________________________________