Skip to content

mikesongming/SE-Geometry

Repository files navigation

zenith

GitHub release (latest by date including pre-releases) GitHub last commit GitHub issues GitHub pull requests GitHub

Statement Coverage

Motivation

When tring to build an autonomous site planning model, I was shocked by the backwardness of sunlight analysis technology in the Chinese real estate design industry:

  1. all available products are distributed as close-sourced "plugins" [用过的都知道~] in commercial desktop softwares, such as AutoCAD and Rhino Grasshopper. Worse yet, many are slow and not upgraded for years.

  2. no python package available makes it impossible to utilize DNN models, which nowadays are usually implemented on either tensorflow or pytorch, and nothing else.

The problem of sun position involves not only solar astronomy about space-time transformation between celestial and topocentric coordinates, but also convention in specific industries. It needs great effort for a single person to comprehend related knowledge scattered in various papers and documents. Thus FSEG is initiated as:

  1. a container of algorithms and know-how on sun position in different industries
  2. an easy-to-use API to relieve users from underlying astronomical and computational complexities

Please visit Homepage for usage and contributing details.

Appended a detailed internal analysis [吐槽] on the industry by my friend Dr. Wang , any citation or redistribution of it is fully permitted! ^_^

Installing

FSEG can be installed via PyPi by:

pip install fseg

To build by source, call a PEP517 compliant build-system by:

python -m build

For more details, please visit INSTALLATION.

Contributors

众人拾柴火焰高 :

More contributors and sponsors are welcome. Please visit CONTRIBUTING for details.

License

To aggregate expertise and efforts from both uncommercial and commercial entities, FSEG adopts the LGPLv2.1 License.

本项目版权采用LGPLv2.1开源协议,意味着基于本项目的库文件可以进行任意开源或者闭源软件的开发,但是对本项目的任意修改需要采用同样的协议开源。

如有疑问,请联系 gnosoir@hotmail.com