pgsphere is a PostgreSQL extension for spherical geometry

This package is for PostgreSQL respective version listed on the zip file 
e.g pg17pgsphere_win64_bin.zip is for PostgreSQL 17 windows 64 bit

To install:

Copy the respective files in this zip to the respective folders in Program Files/PostgreSQL/<your version here>

Then in your database of choice, run:
CREATE EXTENSION pgsphere;

More details about using the functions is in: https://pgsphere.org

Note that this extension is built without HEALPIX support,
though plans are to in future build with HEALPIX support.
As such functions like  HEALPix Multi-order coverage map and smoc operators are not enabled
