I think we could also use the GeoJSON package?
I did a little example with the package from the zweidenker repository

Metacello new
�� �� baseline: 'GeoJSON';
�� �� repository: 'github://zweidenker/GeoJSON';
�� �� load.

and use it like this:
| url file |
url := 'https://github.com/mgaitan/departamentos_argentina/raw/master/departamentos-argentina.json'.
ZnClient new
	systemPolicy;
	url: url;
	numberOfRetries: 2;
	maximumEntitySize: 1024 * 1024 * 1024;
	signalProgress: true;
	contentReader: [ : entity | GeoJSONReader fromString: entity contents ];
	get.

And the coordinates can be obtained using:

self features anyOne geometry coordinates

But is this useful for CORMAS?

Cheers,

Hern��n

El mi��., 3 jun. 2020 a las 18:16, St��phane Ducasse (<stephane.ducasse@inria.fr>) escribi��:
I did it as a kata as fast as I could ���

https://github.com/Ducasse/ESRI-ASCII-Raster

I found the spec a bit strange

The header information is followed by cell value information specified in space-delimited row-major order, with each row separated by a carriage return.
and��
  • No carriage returns are necessary at the end of each row in the raster. The number of columns in the header determines when a new row begins.
O_o

so I followed the example on wikipedia

It was fun.��
My implementation could be more robust but for 2 hours coding.
It was a fun kata.��

S.��




On 3 Jun 2020, at 11:24, C��drick B��ler <cdrick65@gmail.com> wrote:

I���ll try to join.��

The file seem indeed easy to process.

<GraphiqueColl��-3.png>

Except the implication by the or (xllcenter or xllcorner).

Cheers,
C��drick



Le 3 juin 2020 �� 09:44, Serge Stinckwich <serge.stinckwich@gmail.com> a ��crit :



On Wed, Jun 3, 2020 at 3:40 PM St��phane Ducasse <stephane.ducasse@inria.fr> wrote:
Ok I���m a paper on the grill and I will give a try to see if I can do it in TDD in 1 or 1:30 as a kata.
I will let you know but by the end of the week you have it.��


Our meeting is every Friday at 11:30am (France time), 9:30am UTC time.

Regards,
--


--------------------------------------------
St��phane Ducasse
03 59 35 87 52
Assistant: Aurore Dalle��
FAX 03 59 57 78 50
TEL 03 59 35 86 16
S. Ducasse - Inria
40, avenue Halley,��
Parc Scientifique de la Haute Borne, B��t.A, Park Plaza
Villeneuve d'Ascq 59650
France