[ANN] Pharo TechTalk 21 Nov: Discord Demo
Pharo TechTalk: Discord Demo When? 21 Nov 2017 5:00 PM - 7:00 PM (UTC+01:00) Topic: "Discord communication Demoâ, how to script discord from Pharo. https://association.pharo.org/event-2642665
The dropbox URL for the dbf for GADM is no longer there. I can upload the file to my Google drive and share it publicly, but thereâs two dbf files, one a single layer and one a 6 layer file. Which does GADM actually use (yes, Iâm being lazy). Andrew Glynn
Hi Andrew, The GADM Configuration should download and uncompress the CSV database file directly. It is downloaded from the Territorial GitHub repository (https://github.com/hernanmd/Territorial/raw/master/res) and can be installed with the following script: Metacello new smalltalkhubUser: 'hernan' project: 'GADM'; configuration: 'GADM'; version: #development; load. Actually I converted the DBF to CSV, from the Territorial manual: "The GADM package can be installed and used independently from Territorial, and includes the raw GADM (version 2) data in CSV format, parsed to build a browseable GADM world tree, allowing off-line access to the GADM database in a hierarchical fashion with objects. This leverages the need to perform on-line queries for basic requests. A hierarchical tree can be used to build a toponym browser for example" As an example, if you want to browse the world using a FastTable tree evaluate: GADMWorldTree example1 I just fixed one issue with deprecated #name and I will update now the Catalog version. Cheers, Hernán 2017-11-18 12:34 GMT-03:00 Andrew Glynn <aglynn42@gmail.com>:
The dropbox URL for the dbf for GADM is no longer there. I can upload the file to my Google drive and share it publicly, but thereâs two dbf files, one a single layer and one a 6 layer file.
Which does GADM actually use (yes, Iâm being lazy).
Andrew Glynn
Thanks, for some reason the version I have is trying to pull it from http://dl.dropboxusercontent.com/u/103833630/gadm28_dbf.zip Andrew Glynn From: Hernán Morales Durand Sent: Saturday, November 18, 2017 2:40 PM To: Any question about pharo is welcome Subject: Re: [Pharo-users] Which dbf does GADM need? Hi Andrew, The GADM Configuration should download and uncompress the CSV database file directly. It is downloaded from the Territorial GitHub repository (https://github.com/hernanmd/Territorial/raw/master/res) and can be installed with the following script: Metacello new smalltalkhubUser: 'hernan' project: 'GADM'; configuration: 'GADM'; version: #development; load. Actually I converted the DBF to CSV, from the Territorial manual: "The GADM package can be installed and used independently from Territorial, and includes the raw GADM (version 2) data in CSV format, parsed to build a browseable GADM world tree, allowing off-line access to the GADM database in a hierarchical fashion with objects. This leverages the need to perform on-line queries for basic requests. A hierarchical tree can be used to build a toponym browser for example" As an example, if you want to browse the world using a FastTable tree evaluate: GADMWorldTree example1 I just fixed one issue with deprecated #name and I will update now the Catalog version. Cheers, Hernán 2017-11-18 12:34 GMT-03:00 Andrew Glynn <aglynn42@gmail.com>:
The dropbox URL for the dbf for GADM is no longer there. I can upload the file to my Google drive and share it publicly, but thereâs two dbf files, one a single layer and one a 6 layer file.
Which does GADM actually use (yes, Iâm being lazy).
Andrew Glynn
The link to the live stream is this: https://www.youtube.com/watch?v=33kXsOiP6wA <https://www.youtube.com/watch?v=33kXsOiP6wA> It start in a bit less than 3 hours. Marcus
On 18 Nov 2017, at 09:13, Marcus Denker <marcus.denker@inria.fr> wrote:
Pharo TechTalk: Discord Demo When? 21 Nov 2017 5:00 PM - 7:00 PM (UTC+01:00)
Topic: "Discord communication Demoâ, how to script discord from Pharo.
Hi! The TechTalk starts in about 10 minutes. Join us on Discord, the techtalk channel. Cheers, Juraj
On Nov 21, 2017, at 10:11, Marcus Denker <marcus.denker@inria.fr> wrote:
The link to the live stream is this:
https://www.youtube.com/watch?v=33kXsOiP6wA <https://www.youtube.com/watch?v=33kXsOiP6wA>
It start in a bit less than 3 hours.
Marcus
On 18 Nov 2017, at 09:13, Marcus Denker <marcus.denker@inria.fr <mailto:marcus.denker@inria.fr>> wrote:
Pharo TechTalk: Discord Demo When? 21 Nov 2017 5:00 PM - 7:00 PM (UTC+01:00)
Topic: "Discord communication Demoâ, how to script discord from Pharo.
https://association.pharo.org/event-2642665 <https://association.pharo.org/event-2642665>
Hi, the TechTalk record is available at the same link: https://www.youtube.com/watch?v=33kXsOiP6wA <https://www.youtube.com/watch?v=33kXsOiP6wA> and includes outline to simplify navigation. Cheers, Juraj TechTalk Outline: - 01:58 The beginning of the talk - 04:30 Webhook - 04:33 How to Create Webhook - 05:39 Webhook Examples - 10:33 Webhook Use Case: Script of the Day from Nautilus Code Browser - 18:39 Webhook Use Case: Server Problem Notification - 22:45 Bot App (chatbot) - 24:47 How to Create a Bot App - 28:28 Bot App Examples - 33:17 Bot Use Case: Source Code Expertise - 41:40 Standard User Client - 42:57 User Client Example - 45:06 User Client Use Case: Asking Directly from Pharo Playground - 47:06 User Client Use Case: Receiving Questions and Answering in Pharo - 50:50 Final Thoughts About Discord Integration in Inspector and Debugger - 52:44 Discussion
On Nov 21, 2017, at 12:54, Juraj Kubelka <juraj.kubelka@icloud.com> wrote:
Hi!
The TechTalk starts in about 10 minutes. Join us on Discord, the techtalk channel.
Cheers, Juraj
On Nov 21, 2017, at 10:11, Marcus Denker <marcus.denker@inria.fr <mailto:marcus.denker@inria.fr>> wrote:
The link to the live stream is this:
https://www.youtube.com/watch?v=33kXsOiP6wA <https://www.youtube.com/watch?v=33kXsOiP6wA>
It start in a bit less than 3 hours.
Marcus
On 18 Nov 2017, at 09:13, Marcus Denker <marcus.denker@inria.fr <mailto:marcus.denker@inria.fr>> wrote:
Pharo TechTalk: Discord Demo When? 21 Nov 2017 5:00 PM - 7:00 PM (UTC+01:00)
Topic: "Discord communication Demoâ, how to script discord from Pharo.
https://association.pharo.org/event-2642665 <https://association.pharo.org/event-2642665>
Well done :) Now you can make a discord client inside the Pharo image if you want. On Tue, 21 Nov 2017 at 21:03, Juraj Kubelka <juraj.kubelka@icloud.com> wrote:
Hi,
the TechTalk record is available at the same link: https://www.youtube.com/watch?v=33kXsOiP6wA and includes outline to simplify navigation.
Cheers, Juraj
TechTalk Outline: - 01:58 The beginning of the talk - 04:30 Webhook - 04:33 How to Create Webhook - 05:39 Webhook Examples - 10:33 Webhook Use Case: Script of the Day from Nautilus Code Browser - 18:39 Webhook Use Case: Server Problem Notification - 22:45 Bot App (chatbot) - 24:47 How to Create a Bot App - 28:28 Bot App Examples - 33:17 Bot Use Case: Source Code Expertise - 41:40 Standard User Client - 42:57 User Client Example - 45:06 User Client Use Case: Asking Directly from Pharo Playground - 47:06 User Client Use Case: Receiving Questions and Answering in Pharo - 50:50 Final Thoughts About Discord Integration in Inspector and Debugger - 52:44 Discussion
On Nov 21, 2017, at 12:54, Juraj Kubelka <juraj.kubelka@icloud.com> wrote:
Hi!
The TechTalk starts in about 10 minutes. Join us on Discord, the techtalk channel.
Cheers, Juraj
On Nov 21, 2017, at 10:11, Marcus Denker <marcus.denker@inria.fr> wrote:
The link to the live stream is this:
https://www.youtube.com/watch?v=33kXsOiP6wA
It start in a bit less than 3 hours.
Marcus
On 18 Nov 2017, at 09:13, Marcus Denker <marcus.denker@inria.fr> wrote:
Pharo TechTalk: Discord Demo When? 21 Nov 2017 5:00 PM - 7:00 PM (UTC+01:00)
Topic: "Discord communication Demoâ, how to script discord from Pharo.
On Nov 21, 2017, at 19:54, Dimitris Chloupis <kilon.alios@gmail.com> wrote:
Well done :)
Now you can make a discord client inside the Pharo image if you want.
Exactly :-) I am looking for integrations that improve the developer experience. Maybe the interface should be different from the standard client. The question is how to integrate and why? What do you think? Cheers, Juraj
On Tue, 21 Nov 2017 at 21:03, Juraj Kubelka <juraj.kubelka@icloud.com <mailto:juraj.kubelka@icloud.com>> wrote: Hi,
the TechTalk record is available at the same link: https://www.youtube.com/watch?v=33kXsOiP6wA <https://www.youtube.com/watch?v=33kXsOiP6wA> and includes outline to simplify navigation.
Cheers, Juraj
TechTalk Outline: - 01:58 The beginning of the talk - 04:30 Webhook - 04:33 How to Create Webhook - 05:39 Webhook Examples - 10:33 Webhook Use Case: Script of the Day from Nautilus Code Browser - 18:39 Webhook Use Case: Server Problem Notification - 22:45 Bot App (chatbot) - 24:47 How to Create a Bot App - 28:28 Bot App Examples - 33:17 Bot Use Case: Source Code Expertise - 41:40 Standard User Client - 42:57 User Client Example - 45:06 User Client Use Case: Asking Directly from Pharo Playground - 47:06 User Client Use Case: Receiving Questions and Answering in Pharo - 50:50 Final Thoughts About Discord Integration in Inspector and Debugger - 52:44 Discussion
On Nov 21, 2017, at 12:54, Juraj Kubelka <juraj.kubelka@icloud.com <mailto:juraj.kubelka@icloud.com>> wrote:
Hi!
The TechTalk starts in about 10 minutes. Join us on Discord, the techtalk channel.
Cheers, Juraj
On Nov 21, 2017, at 10:11, Marcus Denker <marcus.denker@inria.fr <mailto:marcus.denker@inria.fr>> wrote:
The link to the live stream is this:
https://www.youtube.com/watch?v=33kXsOiP6wA <https://www.youtube.com/watch?v=33kXsOiP6wA>
It start in a bit less than 3 hours.
Marcus
On 18 Nov 2017, at 09:13, Marcus Denker <marcus.denker@inria.fr <mailto:marcus.denker@inria.fr>> wrote:
Pharo TechTalk: Discord Demo When? 21 Nov 2017 5:00 PM - 7:00 PM (UTC+01:00)
Topic: "Discord communication Demoâ, how to script discord from Pharo.
https://association.pharo.org/event-2642665 <https://association.pharo.org/event-2642665>
Hi, I added links to the TechTalk archive: http://pharo.org/TechTalk
On 21 Nov 2017, at 20:02, Juraj Kubelka <juraj.kubelka@icloud.com> wrote:
Hi,
the TechTalk record is available at the same link: https://www.youtube.com/watch?v=33kXsOiP6wA <https://www.youtube.com/watch?v=33kXsOiP6wA> and includes outline to simplify navigation.
Cheers, Juraj
TechTalk Outline: - 01:58 The beginning of the talk - 04:30 Webhook - 04:33 How to Create Webhook - 05:39 Webhook Examples - 10:33 Webhook Use Case: Script of the Day from Nautilus Code Browser - 18:39 Webhook Use Case: Server Problem Notification - 22:45 Bot App (chatbot) - 24:47 How to Create a Bot App - 28:28 Bot App Examples - 33:17 Bot Use Case: Source Code Expertise - 41:40 Standard User Client - 42:57 User Client Example - 45:06 User Client Use Case: Asking Directly from Pharo Playground - 47:06 User Client Use Case: Receiving Questions and Answering in Pharo - 50:50 Final Thoughts About Discord Integration in Inspector and Debugger - 52:44 Discussion
On Nov 21, 2017, at 12:54, Juraj Kubelka <juraj.kubelka@icloud.com <mailto:juraj.kubelka@icloud.com>> wrote:
Hi!
The TechTalk starts in about 10 minutes. Join us on Discord, the techtalk channel.
Cheers, Juraj
On Nov 21, 2017, at 10:11, Marcus Denker <marcus.denker@inria.fr <mailto:marcus.denker@inria.fr>> wrote:
The link to the live stream is this:
https://www.youtube.com/watch?v=33kXsOiP6wA <https://www.youtube.com/watch?v=33kXsOiP6wA>
It start in a bit less than 3 hours.
Marcus
On 18 Nov 2017, at 09:13, Marcus Denker <marcus.denker@inria.fr <mailto:marcus.denker@inria.fr>> wrote:
Pharo TechTalk: Discord Demo When? 21 Nov 2017 5:00 PM - 7:00 PM (UTC+01:00)
Topic: "Discord communication Demoâ, how to script discord from Pharo.
https://association.pharo.org/event-2642665 <https://association.pharo.org/event-2642665>
In terms of integrating Pharo with any of these technologies, it can be done with Apache Synapse, and/or a combination of JINI (Apache River) services mapped to their Vert.x equivalents. (using Stamp or VerStix). I have the code for the latter. If anyone wants it I can clean it up to be presentable and put it on GitHub. The former can be done via Synapse configuration, including adding the requisite Axis2 protocol. Of course, already written code is also easier to port than new code is to write, generally speaking. Since a number of the projects call out to publicly available resources, those would be relatively easy to rewrite in Pharo. In any case, there are at least a couple of articles / projects that may be of interest. Apologies for the length of the post â if itâs not of interest just skip it. Andrew Glynn
From the Eclipse Foundation newsletter:
Eclipse Newsletter - 2017.11.22 Location Matters Editor's Note There is an assumption that up to 80% of all objects and activities are linked to a specific and unique location, permanently or at any given time. This implies that a majority of all - big and small - data has a spatial or spatial-temporal component. Something that is of great value for asset management, remote sensing, IoT, and autonomous cars, just to name a few. No wonder that geospatial technology has become the must-have in many commercial and industrial applications. LocationTech, an Eclipse Foundation Working Group for spatially aware technology, is the home for Big (and smaller) Geospatial Data processing and visualization components and development tools. Within LocationTech, a variety of stakeholders collaborate on projects that deal with the various challenges presented by the 'Big Data V's'. This issue of the Eclipse Newsletter is dedicated to some of the latest Big Geospatial Data development projects available. We kick off with an article about the open source geospatial toolkit, JTS 1.15. We then explore LocationTech GeoTrellis before moving on to two case studies: 1) exactEarth and GeoMesa being used for Hurricane Harvey and 2) Spatial Data and Precision Agriculture. Finally, we learn what's new in GeoGig 1.2. You are welcome to join the conversation, participate, and benefit regardless of background - industry, government, science, or academia, etc. We'd like to thank the Eclipse LocationTech community for contributing these articles. It was a great pleasure to work with each author and the community as a whole. Articles Geospatial starts with Geometry A cornerstone of the open source geospatial toolkit, JTS 1.15 brings spatial data types, spatial relationships, and spatial operations for processing geometries to the Eclipse Foundation. LocationTech GeoTrellis - What's New GeoTrellis continues to advance the field of distributed processing of geospatial imagery and raster data. Maritime Location Intelligence with exactEarth data and LocationTech GeoMesa The CCRI team shows how exactEarthâs maritime dataset was used with GeoMesa to explore shipping traffic during Hurricane Harvey. Spatial Data and Precision Agriculture Witness the power of LocationTech software when used as a tool for precision agriculture and large scale farming. LocationTech GeoGig 1.2.0 now released! GeoGig 1.2 delivers improved usability with QGIS, better Replication and support for GeoServer 2.12. Articles Eclipse Newsletter - 2017.11.22 Location Matters LocationTech GeoTrellis - What's New GeoTrellis continues to advance the field of distributed processing of geospatial imagery and raster data. Maritime Location Intelligence with exactEarth data and LocationTech GeoMesa The CCRI team shows how exactEarthâs maritime dataset was used with GeoMesa to explore shipping traffic during Hurricane Harvey. Spatial Data and Precision Agriculture Witness the power of LocationTech software when used as a tool for precision agriculture and large scale farming. LocationTech GeoGig 1.2.0 now released! GeoGig 1.2 delivers improved usability with QGIS, better Replication and support for GeoServer 2.12. What is FOSS4G NA 2018 Get a sneak peek at the premier 2018 North American conference and tradeshow for all things open source geospatial comes to St. Louis, MO.
participants (5)
-
Andrew Glynn -
Dimitris Chloupis -
Hernán Morales Durand -
Juraj Kubelka -
Marcus Denker