msw17002

Results 4 issues of msw17002

I'm trying to create a time slider which varies by day, however, 1) all MultiPolygons are initially displayed at once for the first time stamp and 2) if I use...

### PyShp Version 2.3.1 ### Python Version 3.9.12 ### Your code ```shell #-create file w = shapefile.Writer(outbin+outdir+"/"+outproc) #-define 'w' file's fields ro = shapefile.Reader(infileo) for field in ro.fields[1:]: if field[0]...

bug

### What can be better? I'm trying to pair NEXRAD coordinates into a pandas (then geopandas) dataframe. To do this, I, 1) Read a NEXRAD level II file using MetPy:...

Area: Docs

### What went wrong? Hello, The file I'm using can be obtained by the following Linux command, 'wget https://noaa-nexrad-level2.s3.amazonaws.com/2005/01/21/KBOX/KBOX20050121_010932.gz' The script; ``` radar = Level2File("KBOX20050121_010932.gz") try: cent_lon = radar.sweeps[0][0][1].lon cent_lat...

Type: Bug