Search found 1 match

by sbailey_kerber
Wed Nov 29, 2023 12:53 am America/New_York
Forum: Questions/Comments
Question: Converting GEDI h5 to GeoJSON
Replies: 8

Re: Converting GEDI h5 to GeoJSON

Hello, I was getting the same error today and it looks like Line 177 (gediDF = gediDF.append(geoDF)) using the code append() has been depreciated and removed. This post explained it nicely: https://stackoverflow.com/questions/75956209/error-dataframe-object-has-no-attribute-append Simply replacing t...