-
Notifications
You must be signed in to change notification settings - Fork 889
blog: Added blog post entry for OpenGEE 5.2.2 final release #828
blog: Added blog post entry for OpenGEE 5.2.2 final release #828
Conversation
|
||
A big thank you goes out to all of the contributors who helped make this release possible! The next release, Open GEE 5.2.3, is already in progress! | ||
|
||
Would you like to be part of the project? Please join us on Slack and visit the project’s Github repository. We would love to see you there! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor: could include a link to the slack channel.
|
||
**Both the geserver and gefusion services support status.** <code>geserver</code> and <code>gefusion</code> now return the status of the services indicating whether they are running or not. | ||
|
||
**Detailed profiling data for terrain processing.** The <code>gecombineterrain</code> command now produces performance details if profiling is enabled. To turn on profiling, use <code>log_performance=1</code> when building Open GEE e.g. scons -j8 release=1 log_performance=1 build. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor: maybe should put the "scons" command in <code> tags.
|
||
**Both the geserver and gefusion services support status.** <code>geserver</code> and <code>gefusion</code> now return the status of the services indicating whether they are running or not. | ||
|
||
**Detailed profiling data for terrain processing.** The <code>gecombineterrain</code> command now produces performance details if profiling is enabled. To turn on profiling, use <code>log_performance=1</code> when building Open GEE e.g. scons -j8 release=1 log_performance=1 build. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor: maybe put the scons command in <code> tags
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. I also checked it at https://tst-dsheremata.github.io/earthenterprise/blog.html and it looks fine. I added some very minor comments, but I'm fine with it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reasonable changes. Looks fine.
* 'master' of https://github.com/google/earthenterprise: (69 commits) Issue 337: Checks GCC version and exits build if version < 4.8.0 (google#832) Copy 5.2.2 release notes updates to 5.2.3 docs (google#827) Issue google#821: Fusion Maps API infinite loop (google#830) Added blog post entry for OpenGEE 5.2.2 final release (google#828) Updating README.md for release 5.2.2 (google#823) Final 5.2.2 doc updates (google#824) 590: Fixing page title for v360, v310 API usage examples (google#820) Update copy right date. Add debug tracing. Move travis_wait to yml file as it only works there... Get the variable name correct Clean things up and consolidate code into external scripts. Issue google#817 Disabling CA certificate authentication for the ge publish server (google#819) Making license comment blocks compliant with Google style (leading // instead of /* */ block-style comments) Doing some negitive testing. C++11 should work C++98 should fail Blog post about moving to C++11 (google#809) More experimenting Added newly re-opened issues to list of known issues Adding bootstrap javascript to each API version, and example_local.html for each Trying parallel stages... ...
* master: (74 commits) Issue 337: Checks GCC version and exits build if version < 4.8.0 (google#832) Copy 5.2.2 release notes updates to 5.2.3 docs (google#827) Issue google#821: Fusion Maps API infinite loop (google#830) Added blog post entry for OpenGEE 5.2.2 final release (google#828) Added code block tags to scons build command example. Renamed blogpost file, added missing whitespace for parsing Renamed blogpost file, added missing whitespace for parsing Updated final release link to https://github.com/google/earthenterprise/releases/tag/5.2.2-2.final Added blog post entry for OpenGEE 5.2.2 final release Updating README.md for release 5.2.2 (google#823) Final 5.2.2 doc updates (google#824) 590: Fixing page title for v360, v310 API usage examples (google#820) Update copy right date. Add debug tracing. Move travis_wait to yml file as it only works there... Get the variable name correct Clean things up and consolidate code into external scripts. Issue google#817 Disabling CA certificate authentication for the ge publish server (google#819) Making license comment blocks compliant with Google style (leading // instead of /* */ block-style comments) Doing some negitive testing. C++11 should work C++98 should fail ...
No description provided.