Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geotrellis-user] Netcdf Support in geotrellis GeoPySpark

Hello,

I think that the GeoTrellis Gitter room (https://gitter.im/geotrellis/geotrellis) is probably a livelier forum in which to ask questions.

The strategy that I have had the most success with is to ready NetCDF data using the GDAL Python bindings then feed the data into GeoPySpark from there.

The reason that I used the GDAL bindings was to work around the fact that (at the time) GDAL could not read remote NetCDF files (e.g. from S3). Happily, that has recently changed (https://github.com/OSGeo/gdal/pull/786) so you can probably use rasterio instead of the GDAL Python bindings.

If you would like to discuss further, please consider asking a question in the Gitter room.

Best Regards,
James McClain

On 08/29/2018 01:12 PM, sarath zacharia wrote:
Hi All,

            Kindly let me know how we can process *NetCDF*files in *GeoPySpark*  for data processing and analysis.

--
with Thanks and Regards

Sarath Zacharia


_______________________________________________
geotrellis-user mailing list
geotrellis-user@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/geotrellis-user


--
"I prayed for freedom for twenty years, but received no answer until I prayed with my legs."
     -- Frederick Douglass


Back to the top