How can I download the topics?
3
Esayas
Sent from my Huawei phone
Sent from my Huawei phone
-------- Original Message --------
Subject: gdal-dev Digest, Vol 188, Issue 8
From: [email protected]
To: [email protected]
CC:
Send gdal-dev mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osgeo.org/mailman/listinfo/gdal-dev
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of gdal-dev digest..."
Today's Topics:
1. Re: gdal in a web service? (Brad Hards)
2. Re: gdal in a web service? (Nicolas B.)
3. invalid coordinates error availability (Wuyyuru Ravi Teja Krishna)
4. Re: gdal in a web service? (Markus Neteler)
5. Re: Slow GDALComputeRasterMinMax on nc grids (Even Rouault)
----------------------------------------------------------------------
Message: 1
Date: Tue, 7 Jan 2020 17:27:28 +1100
From: "Brad Hards" <[email protected]>
To: "'Idan Miara'" <[email protected]>, <[email protected]>
Subject: Re: [gdal-dev] gdal in a web service?
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"
Lots of WPS implementations can use GDAL – it depends on how much you’re expecting though.
Perhaps pyWPS (https://pywps.readthedocs.io/en/master/wps.html) or GeoServer are worth a look, depending on what languages you are familiar with.
Brad
From: gdal-dev <[email protected]> On Behalf Of Idan Miara
Sent: Tuesday, 7 January 2020 3:25 AM
To: [email protected]
Subject: [gdal-dev] gdal in a web service?
Hi,
Do you know any open source web service that uses GDAL?
I need a web service that, for instance, loads a raster to memory, does some gdal processing (i.e. cropping, warping, dem-coloring etc) and returns the raster to the client to be displayed on cesium, mapbox, etc.
Before I start development I wanted to know if someone has already done something similar.
Kind regards,
Idan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20200107/8187c37a/attachment-0001.html>
------------------------------
Message: 2
Date: Tue, 7 Jan 2020 08:40:10 +0100
From: "Nicolas B." <[email protected]>
To: Brad Hards <[email protected]>
Cc: Idan Miara <[email protected]>, [email protected]
Subject: Re: [gdal-dev] gdal in a web service?
Message-ID:
<caoer1xbycsddk-iajqdb-2kgqzze7g1pce++wzktfrfkvl_...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
ZOO-Project also implements numerous GDAL tools as scalable WPS, please see:
http://zoo-project.org/trac/browser/trunk/zoo-project/zoo-services/gdal
Nick
Le mar. 7 janv. 2020 à 08:13, Brad Hards <[email protected]> a écrit :
> Lots of WPS implementations can use GDAL – it depends on how much you’re
> expecting though.
>
>
>
> Perhaps pyWPS (https://pywps.readthedocs.io/en/master/wps.html) or
> GeoServer are worth a look, depending on what languages you are familiar
> with.
>
>
>
> Brad
>
>
>
> *From:* gdal-dev <[email protected]> *On Behalf Of *Idan
> Miara
> *Sent:* Tuesday, 7 January 2020 3:25 AM
> *To:* [email protected]
> *Subject:* [gdal-dev] gdal in a web service?
>
>
>
> Hi,
>
>
>
> Do you know any open source web service that uses GDAL?
>
> I need a web service that, for instance, loads a raster to memory, does
> some gdal processing (i.e. cropping, warping, dem-coloring etc) and returns
> the raster to the client to be displayed on cesium, mapbox, etc.
>
> Before I start development I wanted to know if someone has already done
> something similar.
>
>
>
> Kind regards,
>
> Idan
> _______________________________________________
> gdal-dev mailing list
> [email protected]
> https://lists.osgeo.org/mailman/listinfo/gdal-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20200107/c43c6faa/attachment-0001.html>
------------------------------
Message: 3
Date: Tue, 07 Jan 2020 13:13:10 +0530
From: Wuyyuru Ravi Teja Krishna <[email protected]>
To: "gdal-dev" <[email protected]>
Cc: "Manopriya A" <[email protected]>
Subject: [gdal-dev] invalid coordinates error availability
Message-ID:
<[email protected]>
Content-Type: text/plain; charset="utf-8"
Hello,
I am trying to convert a geojson file to csv file. but that coordinates were tampered i.e 32.76543 is changed as 2333432.76543 which is not a valid coordinate for a single map case (it was valid if assuming as infinite maps in series). Is there a way that ogr2ogr conversion util will throw an error for such cases that data is invalid. It would be of great help if such error throwing is possible.
Thanks in advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20200107/51b68f9a/attachment-0001.html>
------------------------------
Message: 4
Date: Tue, 7 Jan 2020 10:51:35 +0100
From: Markus Neteler <[email protected]>
To: Idan Miara <[email protected]>
Cc: gdal-dev <[email protected]>
Subject: Re: [gdal-dev] gdal in a web service?
Message-ID:
<calfmhhtsyykouh538bb9aruojukaovjktgadnoxkm8sigs9...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"
Hi,
actinia, an OSGeo community project, offers REST support (mainly GRASS
GIS based + ESA SNAP) and could do GDAL-only related jobs as well:
https://github.com/mundialis/actinia_core
Markus
On Mon, Jan 6, 2020 at 5:26 PM Idan Miara <[email protected]> wrote:
>
> Hi,
>
> Do you know any open source web service that uses GDAL?
> I need a web service that, for instance, loads a raster to memory, does some gdal processing (i.e. cropping, warping, dem-coloring etc) and returns the raster to the client to be displayed on cesium, mapbox, etc.
> Before I start development I wanted to know if someone has already done something similar.
>
> Kind regards,
> Idan
> _______________________________________________
> gdal-dev mailing list
> [email protected]
> https://lists.osgeo.org/mailman/listinfo/gdal-dev
--
Markus Neteler, PhD
https://www.mundialis.de - free data with free software
https://grass.osgeo.org
https://courses.neteler.org/blog
------------------------------
Message: 5
Date: Tue, 07 Jan 2020 20:08:45 +0100
From: Even Rouault <[email protected]>
To: [email protected]
Cc: Joaquim Manuel Freire Luís <[email protected]>, Paul Wessel
<[email protected]>
Subject: Re: [gdal-dev] Slow GDALComputeRasterMinMax on nc grids
Message-ID: <2342869.xbTq2brUCa@even-i700>
Content-Type: text/plain; charset="iso-8859-1"
On vendredi 3 janvier 2020 17:27:19 CET Joaquim Manuel Freire Luís wrote:
> Hi Even,
>
> New Year, new mysteries. I'm having quite strange slow times in computing
> the min/max of netCDF files.
https://github.com/OSGeo/gdal/pull/2155 will fix such performance issues
(independently of whether libnetcdf has been built with particular chunk cache
settings)
Even
--
Spatialys - Geospatial professional services
http://www.spatialys.com
------------------------------
Subject: Digest Footer
_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev
------------------------------
End of gdal-dev Digest, Vol 188, Issue 8
****************************************
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
