Re: [Pharo-users] shape file reading

2020-06-05 Thread Stéphane Ducasse
Please add this to the readme :) > On 5 Jun 2020, at 23:19, Hernán Morales Durand > wrote: > > > > El vie., 5 jun. 2020 a las 9:27, Baveco, Hans ( >) escribió: > Well, it appears that simple direct downloading does not download the real > shapefile. Taking care to

Re: [Pharo-users] Class hierarchy diagram

2020-06-05 Thread Sanjay Minni
I really find this (Roassal3) very useful, I have a few queries / requests In the UML-Package view: - Why is it that some of the classes in the "UML-Package" view appear as [ class] and their class side methods are shown and not instance side - can we always show class side methods followed by a s

Re: [Pharo-users] shape file reading

2020-06-05 Thread Hernán Morales Durand
El vie., 5 jun. 2020 a las 9:27, Baveco, Hans () escribió: > Well, it appears that simple direct downloading does not download the real > shapefile. Taking care to actually get a shapefile, the result loads > without problems. > > ne_110m_populated_places.shp is a PointShape with 243 shapes (point

[Pharo-users] Fwd: GIS support for Pharo

2020-06-05 Thread Hernán Morales Durand
-- Forwarded message - De: Hernán Morales Durand Date: vie., 5 jun. 2020 a las 16:54 Subject: Re: [Pharo-users] GIS support for Pharo To: Baveco, Hans El vie., 5 jun. 2020 a las 4:27, Baveco, Hans () escribió: > Thanks Hernan! > > > > I will try to find out what the problem i

Re: [Pharo-users] Zinc WebSocket usage

2020-06-05 Thread Erik Stel
Sven, Okay. Thx for spending your time to investigate this. I'll stick with the current workaround then. Cheers, Erik -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Zinc WebSocket usage

2020-06-05 Thread Sven Van Caekenberghe
Erik, I can't explain why this condition is holding (when a read is pending, closing the socket stream has no effect until the timeout expires, all client side). I would stick with your solution: | server client | server := ZnWebSocket startServerOn: 1701 do: [ :webSocket | [ webSocket

Re: [Pharo-users] shape file reading

2020-06-05 Thread Thierry Goubier
Hi Hans, Roassal has support for loading OSM raw data and OSM tiles (map backgrounds) (WGS84 projection). See https://www.youtube.com/watch?v=6zoGIsQaGUo&t=429s. We've also experimented with animations as well: https://www.youtube.com/watch?v=sMB7DG-lbiU; we've also tried in the past to work out o

Re: [Pharo-users] shape file reading

2020-06-05 Thread Baveco, Hans
Well, it appears that simple direct downloading does not download the real shapefile. Taking care to actually get a shapefile, the result loads without problems. ne_110m_populated_places.shp is a PointShape with 243 shapes (points). If you display it on a Form (#displayMorphic) you won’t see muc

Re: [Pharo-users] GIS support for Pharo

2020-06-05 Thread serge . stinckwich
Yes sure. We will see how we integrate it to a bigger software. A+ Sent from my iPhone > On 5 Jun 2020, at 19:49, Stéphane Ducasse wrote: > > Cool can you fork my ESRI repo. I want to keep it for exercises in the > future. > Or I can push it to this organisation and clone it for myself. > >

Re: [Pharo-users] GIS support for Pharo

2020-06-05 Thread Stéphane Ducasse
Cool can you fork my ESRI repo. I want to keep it for exercises in the future. Or I can push it to this organisation and clone it for myself. S. > On 5 Jun 2020, at 13:09, Serge Stinckwich wrote: > > I create a pharo-GIS organization here: > > https://github.com/pharo-GIS

Re: [Pharo-users] GIS support for Pharo

2020-06-05 Thread Serge Stinckwich
I create a pharo-GIS organization here: https://github.com/pharo-GIS On Fri, Jun 5, 2020 at 5:35 PM Norbert Hartl wrote: > Wel, that‘s what I proposed. So yes from me > > Am 05.06.2020 um 10:03 schrieb Stéphane Ducasse >: > > Serge I was thinking that it would be good to create pharo-gis > or

[Pharo-users] shape file reading

2020-06-05 Thread Baveco, Hans
Hi Hernan I downloaded this shapefile directly via the browser. Indeed it won’t load, the type of shape file returned is self longAt: 33 bigEndian: false -> 577660194 where it should have answered an Integer between 0 and 31 shapeType "position 32, Integer between 0 and 31, Little End

Re: [Pharo-users] GIS support for Pharo

2020-06-05 Thread Norbert Hartl
Wel, that‘s what I proposed. So yes from me > Am 05.06.2020 um 10:03 schrieb Stéphane Ducasse : > > Serge I was thinking that it would be good to create pharo-gis organisation. > What do you and the others think? > > S > >> On 5 Jun 2020, at 03:46, Serge Stinckwich wrote: >> >> Hi Todd, >>

Re: [Pharo-users] GIS support for Pharo

2020-06-05 Thread serge . stinckwich
I think this is a good idea. We will discuss with Norbert and Hernan during put meeting next Thursday. Regards Sent from my iPhone > On 5 Jun 2020, at 16:17, Hernán Morales Durand > wrote: > >  > > >> El vie., 5 jun. 2020 a las 5:03, Stéphane Ducasse >> () escribió: >> Serge I was thinki

Re: [Pharo-users] GIS support for Pharo

2020-06-05 Thread Hernán Morales Durand
El vie., 5 jun. 2020 a las 5:03, Stéphane Ducasse (< stephane.duca...@inria.fr>) escribió: > Serge I was thinking that it would be good to create pharo-gis > organisation. > What do you and the others think? > > I think it is a good idea! Cheers, Hernán > S > > On 5 Jun 2020, at 03:46, Serge S

Re: [Pharo-users] Moose install

2020-06-05 Thread Stéphane Ducasse
benoit I did not have the time to check but may be we should put it on the github readme if not already there. > On 5 Jun 2020, at 09:38, VERHAEGHE Benoit wrote: > > Hello, > > To install Moose, the easiest way is to use the Pharo Launcher. > (it is under the "official distribution" categor

Re: [Pharo-users] GIS support for Pharo

2020-06-05 Thread Stéphane Ducasse
Serge I was thinking that it would be good to create pharo-gis organisation. What do you and the others think? S > On 5 Jun 2020, at 03:46, Serge Stinckwich wrote: > > Hi Todd, > > you can join. Everyone is welcome. > GDAL FFI integration would be great, but this is a lot of work I guess. >

Re: [Pharo-users] Zinc WebSocket usage

2020-06-05 Thread Erik Stel
Hi Sven, (I hope this message does arrive. Sorry for the late reply. I have not been able to use the browser-interface for the ML for a number of days now. An admin could not figure this out either. So resorting to actually using a mail ;-) My architecture is one in which client and server are

Re: [Pharo-users] Moose install

2020-06-05 Thread VERHAEGHE Benoit
Hello, To install Moose, the easiest way is to use the Pharo Launcher. (it is under the "official distribution" category) To install Moose from an already existing image you can execute the following script: |Metacello new baseline: 'Moose'; repository: 'github://moosetechnology/Moose:develo

Re: [Pharo-users] GIS support for Pharo

2020-06-05 Thread Baveco, Hans
Thanks Hernan! I will try to find out what the problem is with your shape file. Btw is the code for reading/writing dbf files already available on github? Hans From: Hernán Morales Durand Sent: vrijdag 5 juni 2020 0:25 To: Any question about pharo is welcome Subject: Re: [Pharo-users] GIS sup