[gdal-dev] installing and using GDAL/OGR on AWS EC2 with python

2020-07-07 Thread Lee Eddington
I’m trying to use the osgeo python module on an AWS EC2 instance (t3a.nano running Amazon Linux 2). From what I can gather I need to install the GDAL libraries, but am having a difficult time. When I try: python -m pip install GDAL I get: ERROR: Command errored out with exit stat

Re: [gdal-dev] WRF NetCDF import

2013-11-26 Thread Lee Eddington
Veciana i Rovira wrote: > Lee, > > If I understand what are you saiying, you have to define a proper > projection first: > > proj_out = osr.SpatialReference() > proj_out.ImportFromEPSG(4326) > > Which will create the lat lon projection you need (using WGS84 datum, > m

Re: [gdal-dev] WRF NetCDF import

2013-11-25 Thread Lee Eddington
t know the proper pszUnitsName. I've tried "degree", "degrees", "DEGREE", "DEGREES", "DEG", "SRS_UA_DEGREE", but always get a return code of 6 instead of 0. I can't find a list of names or any examples of how to use this properly.

Re: [gdal-dev] WRF NetCDF import

2013-11-25 Thread Lee Eddington
qgis (using the gdal provider, it will sllow you to select >> the subdataset you want). >> >> You could also extract the variable with another tool like cdo or nco. >> >> Etienne >> >> >> >> On Sat, Nov 23, 2013 at 7:47 PM, Lee Eddington > >

[gdal-dev] WRF NetCDF import

2013-11-23 Thread Lee Eddington
I'm trying to use r.in.gdal in GRASS GIS to import Weather Research & Forecasting (WRF) model NetCDF output. There have been some tips provided by the GRASS users list, but none have worked for me. I can import the data as a simple x,y array with no georeferencing, but information about georefere