>
> Basically, has anyone done any work with storing gridded spatial data? I
>> see
>> lot's of info on Geospatial data, but it's usually cities, stations, etc.,
>> not a regular grid that doesn't change...
>>
>
> well, you could play around with storing information in arrays.
> storing record for
On Fri, Mar 26, 2010 at 3:25 PM, Mike Charles wrote:
> Hi all,
>
> I have temperature data that has been interpolated to a regular lat/lon
> grid. I have one grid per day.
>
> I want to be able to select points within a certain region, and within a
> certain time period.
>
> Now, I could store eac
Hi all,
I have temperature data that has been interpolated to a regular lat/lon
grid. I have one grid per day.
I want to be able to select points within a certain region, and within a
certain time period.
Now, I could store each grid point as a separate record (a new row for every
single point/t